|
|
Marko Asplund wrote: > ... > - OpenVPN setup uses the 10.8.0.0/24 net > - company internal net includes just a single subnet a.b.c.d/25 which uses public IPs > - VPN server is in the internal net (connections to other servers is blocked by the firewall) > ... ok, thanks again for the replies. i've added the following lines in the client config file: route remote_host 255.255.255.255 net_gateway route a.b.c.128 255.255.255.128 now the tunnel is established ok and i'm able to access the gateway machine once the tunnel is up but i still can't access the hosts inside the company network. traffic to the internal network seems to get routed through the tunnel based on a tracerouting a machine in the company net: linux-dy1a:/home/aspa # traceroute a.b.c.d traceroute to a.b.c.d (a.b.c.d), 30 hops max, 40 byte packets 1 10.8.0.1 (10.8.0.1) 64.758 ms 193.356 ms 189.505 ms 2 * * * 3 * * * ... i'm able to ping the vpn server (10.8.0.1) from the client (10.8.0.6) and vice versa. the server has IP forwarding enabled and there shouldn't be any firewall rules blocking the VPN traffic on either end. any ideas on what might be wrong? br. aspa ____________________________________________ 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/2006-04/msg00286.html on line 210 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-04/msg00286.html on line 210 |