I'm wondering if any gurus here can guide me in the following setup.
PC --via OpenVPN--> Site1
|
|
via OpenVPN
|
|
V
Site2
PC 192.168.43.1/24
Site1 192.168.2.0/25 (OpenVPN Server 10.8.124.0/28)
Site2 192.168.1.0/24 (OpenVPN Server 10.8.60.0/28)
I'm trying to access Site2 from my PC which is connected to Site1 via OpenVPN. What OpenVPN parameters do I need to push from Site1 OpenVPN server settings to PC so that PC can access 192.168.1.0/24 in Site2?
I have tried pushing the following from Site1 OpenVPN server but PC is still not able to access Site2.
push "route 192.168.1.0 255.255.255.0"
So how should PC's route for 192.168.2.0/24 be configured if it is possible?
ps. LAN connected clients in Site1 can connect to Site2 just fine. Only OpenVPN connected clients on Site1 cannot access Site2.