|
|
|
As far as I know the configuration is not incorrect.
If I were you I would check in first place the route tables in each side of the VPN when the VPN is running. If the routing tables are correct in both sides, check iptables, perhaps iptbles isn't allowing to pass the ping through the tunnel.
Here I post the iptables commands that my WRT54GL router that runs OpenVPN server executes when it's turned on:
/usr/sbin/iptables -I INPUT -p udp --dport 1194 -j ACCEPT /usr/sbin/iptables -I INPUT -i tun+ -j ACCEPT /usr/sbin/iptables -I FORWARD -i tun+ -j ACCEPT Here the iptables commands that the other WRT54GL router that runs OpenVPN client executes when it's turned on: /usr/sbin/iptables -I INPUT -i tun+ -j ACCEPT /usr/sbin/iptables -I FORWARD -i tun+ -j ACCEPT Hope this helps you. Santiago
On 12/5/06, Nuno Santos <developer@xxxxxxxxxxxxxx> wrote:
Hi, ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ 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-12/msg00090.html on line 206 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-12/msg00090.html on line 206 |