VPN not able to access LAN2
-
I have a site to site vpn using openvpn between two pfsense boxes. The connection has been up for a while and working perfectly. The only problem I have is I can't seem to get the VPN network to be able to access my second lan. I have a rule in the firewal but if you try to ping a LAN2 address the tracert shows it going out to the web.
I assume i need some sort of route to fix this but everything I have tried hasn't changed anything.
Any help would be awesome.
-
Show your OpenVPN configuration and Firewall Rules via screenshots.
-Rico
-
Not sure how much of the vpn config you need.
-
Not much experience with Shared Key (I always use SSL/TLS) but I'm sure you need to add all networks you want to route to IPv4 Remote network(s) on the client side.
Say your Server LAN is 192.168.1.0/24 and LAN2 192.168.2.0/24 add the following to your IPv4 Remote network(s) Client configuration:
192.168.1.0/24,192.168.2.0/24-Rico
-
Something so simple. I knew there had to be something I was missing.
Thankyou so much for the help. That looks to have fixed it.
-
Glad you have it working now.
-Rico