scenario:
LAN1-----VPNbox1-------Internet--------VPNbox2------LAN2-------Router1------
--LAN3
How can I manage to contact LAN1 with LAN3?
The VPN between LAN1 and LAN2 is running and it works.
1st attempt:
I've done a routing in LAN1:
route -net LAN3 gw VPNbox1 dev ipsec0
This doesn't work. And it's obvious: if there's another tunnel at ipsec0 in
VPNbox1, the "ipsec0" in "dev" doesn't tell the system which tunnel to take.
Next attempt:
an extra tunnel:
left=VPNbox1
leftsubnet=LAN1
right=VPNbox2
rightsubnet=LAN3
This doesn't work neither.
Is there any possibility?
Stephan.
_______________________________________________
Users mailing list
Users_at_lists.freeswan.org
http://lists.freeswan.org/mailman/listinfo/users
This archive was generated by hypermail 2.1.3 : Mon Jul 29 2002 - 05:20:17 CEST