|
|
Martin Müller - Rudolf Hausstein OHG wrote: > If I think, that the firewall is the reson that I have problems by > connecting two sites, how do i disable the fw? > > When I use 'iptables -F' is the firewall disabled, so that the VPN have > to work? I would run the following commands: iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT iptables -F This is because some distros may set the default policy on each chain to DROP, in order to deal with traffic which doesn't have a specific rule. Red Hat (and derivatives) have a separate catch-all rule, and default ACCEPT policies, but you don't mention which distro you're using so I thought it was worth mentioning. Regards, Gavin _______________________________________________ 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-06/msg00060.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/2006-06/msg00060.html on line 198 |