OpenVPN to main office and access branch office
-
Have PFsense 2.6 and OpenVPN working for client. Client can connect to Main office fine. There is a branch office connected to Main office by ipsec...
Main office is 192.168.100.0/24
Branch office is 192.168.200.0/24how can I get the OpenVPN client to access Branch office Lan(192.168.200.0/24)?
thanks,
Brian -
@brianjmc1
Tried the forum search?
There are several threads regarding this topic.In the OpenVPN access server settings you have to add 192.168.200.0/24 to the "local networks" to push the route to the clients.
And in IPSec you have to add a phase 2 for the OpenVPN tunnel pool and the branch LAN.
So in the main office:
local network: OpenVPN tunnel network
remote: 192.168.200.0/24And in the branch:
local network: 192.168.200.0/24
remote: OpenVPN tunnel networkEnsure that the access is allowed on all incoming interfaces.