|
|
Hi, I have create a site to site, the routing between the two sites is into the up-scripts. conf dev tun0 port 1094 comp-lzo comp-noadapt cipher AES-128-CBC secret /etc/openvpn/secret/key.txt ifconfig 10.32.101.1 10.32.101.2 remote 10.32.100.2 up /etc/openvpn/route-scripts/up.sh up-script add -net 10.32.16.0 netmask 255.255.255.0 gateway 10.32.101.1 dev tun0 I can ping all the machine from siteA (10.32.0.0/22) to siteB (10.32.16.0/24 )without any problems, but when i ping from a openvpn to a machine at the other site it end there with the ip address from the tunnel (10.32.101.2)!!! How can i solve this ? TIA ______________________ OpenVPN mailing lists 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/2006-07/msg00017.html on line 204 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/2006-07/msg00017.html on line 204 |