|
|
Hi again,
I have one VPN system running as follows:
Office (192.168.0.0/24)
|
openVPN (10.1.0.1)
|
INTERNET
|
openVPN (10.1.0.2)
|
Remote (192.168.4.0/24)
Routing for Office to remote:
route add -net 192.168.4.0 netmask 255.255.255.0 gw $5
Routing for Remote to Office:
route add -net 192.168.0.0 netmask 255.255.255.0 gw $5
And another:
Office (192.168.0.0/24)
|
openVPN (10.3.0.1)
|
INTERNET
|
openVPN (10.3.0.2)
Road Warrior (Variable IP)
The openVPN is running on the Road Warrior machine which is a win2000
client
Routing for Road Warrior to Office
route 192.168.0.0 255.255.255.0 10.3.0.1
Routing for Office to Road warrior is automatic via Office openVPN
gateway
Both VPNs are working fairly close to what I would like, however, one
of the last issues I am trying to addressed is the routing between the
Remote location and the Road Warrior. I have the proper routing setup on
each individual VPN so that independently they are working but I can get
no traffic to travel from the remote to the Road Warrior or vice versa.
I have tried adding a route on the Road warrior side to forward all
traffic for 192.168.4.0/24 to the 10.3.0.1 VPN gateway, but that got me
nowhere fast.
I know this is a simple issue and I have read some previous posts
regarding almost the same thing, but I just could not get my head around
the solutions.
Thanks
Michael Kelly
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|