OPNsense Forum

Archive => 17.1 Legacy Series => Topic started by: Julien on February 10, 2017, 12:06:44 am

Title: SSL VPN Site to site Tunnel
Post by: Julien 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
Title: Re: SSL VPN Site to site Tunnel
Post by: djGrrr 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.