Can't access branch office LAN via OpenVPN
-
Hi,
our company has offices at two locations, let's say location A and location B. Majority of server are located on site A. Site A local network is 192.168.3.0/24 and site B is 192.168.5.0/24. Site A and B are connected via site-to-site VPN, where A is a VPN server and B is client. We can access both LAN from both sites. So far so good.
Now, here goes the problem. We also allow our users to access Site A LAN from their home. To do so, we have another VPN server at site A for remote users. VPN for users has LAN 192.168.4.0/24.
The problem is that remote user(192.168.4.0/24) can access Site A LAN(192.168.3.0/24), but can't acccess site B LAN(192.168.5.0/24).
I added site B lan to VPN server for remote users but still isn't working..
Traceroute from remote VPN user to site B:
**Traceroute has started…traceroute to 192.168.5.1 (192.168.5.1), 64 hops max, 72 byte packets
1 192.168.4.1 (192.168.4.1) 137.822 ms 18.755 ms 19.228 ms
2 * ***Any ideas how i could allow them to also access site B?
Thank you.
-
You'll also have to add the users tunnel network 192.168.4.0/24 to Remote Networks at site Bs client configuration to get responses routed over the VPN.
-
It works!! thanks