|
|
Colin Durrant wrote:
> Hi
>
> I'm still struggling to connect my VPN tunnel through one subnet to
> another one.
>
>
The IPCOP firewall needs to be able to ping 192.168.1.1
The router needs a route that points the 192.168.2.0 network to your
IPCOP firewall like so:
route add -net 192.168.2.0 netmask 255.255.255.0 gw 10.1.1.1
The OpenVPN laptop needs a route that states:
route add -net 192.168.1.0 netmask 255.255.255.0 gw 10.1.1.1
Of course, you'll need to know the proper syntax for each devices for
adding routes.
Doug
--
Ben Franklin quote:
"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|