Mobile VPN problem access another remote VPN
-
I have some OpenVPN tunnels between some office.
Principal is on 192.168.1.0/24
Office 1 : 192.168.2.0/24
Office 2 : 192.168.3.0/24
I have a lot of mobile user in mobile VPN.On my principal, I have another OpenVPN server for an external cloud SIEM. They are connected to my principal and their local IP range is 192.168.254.0/254
Everything working well, computers on principal network can ping 192.168.254.2 (syslog server) without problem. Office 1, office 2 and mobile users cannot.
I'm trying to resolve the mobile VPN first. On server side, I add 192.18.254.0/24 to IPv4 Local networks. I can ping 192.168.254.1 (server side) but cant ping 192.168.254.2 client side for the Syslog.
Something else to modifiy I forget?
Thanks
-
@m0l50n
You need to add a route for the mobile VPNs IP pool to the remote site. So if it is pfSense you have to add it to the "Remote networks" in the OpenVPN settings.It also is required that the remotes VPN endpoint is the default gateway in its network. Otherwise you need another solution.