Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
17.1 Legacy Series
»
SSL VPN Site to site Tunnel
« previous
next »
Print
Pages: [
1
]
Author
Topic: SSL VPN Site to site Tunnel (Read 3715 times)
Julien
Hero Member
Posts: 666
Karma: 33
SSL VPN Site to site Tunnel
«
on:
February 10, 2017, 12:06:44 am »
Hi Guys,
We have configured openvpn already, however we want to configure site to site ssl vpn to the second office.
https://docs.opnsense.org/manual/how-tos/sslvpn_s2s.html?highlight=site
Can we have two VPN servers on the OPENVPN Tunnel ?
Or we have just to use site to site IPSEC VPN
https://docs.opnsense.org/manual/how-tos/ipsec-s2s.html?highlight=site
Thank you
Logged
OPNsense 23.1.7_3-amd64
FreeBSD 13.1-RELEASE-p7
OpenSSL 1.1.1t 7 Feb 2023
djGrrr
Full Member
Posts: 112
Karma: 22
Re: SSL VPN Site to site Tunnel
«
Reply #1 on:
February 10, 2017, 03:06:06 am »
This can be accomplished with OpenVPN, with a single server and client.
Basically on the server side, you would add a client specific override for the client, and specify ipv4/ipv6 local and remote networks (the local networks could also just go in the same setting in server config).
Alternatively if you wanted to make it more dynamic, each side could have both a client and server, and each server would only specify local networks (no remote networks), and the other side's client would simply pick up the routes from the server.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
17.1 Legacy Series
»
SSL VPN Site to site Tunnel