[OpenVPN home] [Date Prev] [Date Index] [Date Next]
[OpenVPN mailing lists] [Thread Prev] [Thread Index] [Thread Next]
Google
 
Web openvpn.net

[Openvpn-users] Simple (as I thought) tunneling problem


  • Subject: [Openvpn-users] Simple (as I thought) tunneling problem
  • From: Alexey <administrator@xxxxxxx>
  • Date: Fri, 4 Feb 2005 12:21:17 +0300

Hello!

I have two networks and two Linux routers:
network "office"------Linux-office      Linux-ind-------network "industry"
(192.168.1.0/24)             ||           ||            (192.168.4.0/24)
                             ||           ||
                             \\           //
                              \ ========= /
                                  tunnel
On the "Linux-office" I use the following command to connect to "Linux
ind": openvpn --remote <ext-ip-of-Linux-ind> --dev tun1 --ifconfig 10.4.0.1 10.4.0.2 --secret key --verb 5 --mssfix 1300
and on the "Linux-ind": openvpn --remote <ext-ip-of-Linux-office> --dev tun1 --ifconfig 10.4.0.2 10.4.0.1 --secret key  --mssfix 1300 --verb 5

After that I add routes on "office" side:
route add -net 192.168.4.0/24 gw 10.4.0.2
And on the "industry" side:
route add -net 192.168.1.0/24 gw 10.4.0.1

So, as a result, I get the following - both Linux routers can ping
remote networks perfectly! users in "office" network can ping
"industry" network also without any problems... but users from
"industry" network cannot ping "office" network.... why?
after tracert on one of clients of "industry" network I see, that the
last point of packet is <ext-ip-of-Linux-office> :(


____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users


Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-02/msg00080.html on line 198

Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-02/msg00080.html on line 198