|
|
fed wrote: On Wed, 02 Mar 2005 12:24:16 +0100, Martijn Lievaart <m@xxxxxxx> wrote:
The route on the vpnclient (road warrier) seems correct, but did you
Aaaah, see this? iptables -A FORWARD -i tun+ -j ACCEPT This allows connections from road warrior to lan, you need an additional rule for reverse connections: iptables -A FORWARD -o tun+ -j ACCEPT Also, as last rule on INPUT, OUTPUT and FORWARD (you do have policy set to DROP, right) add iptables -A <chain> -m limit --limit 10/sec -j LOG So you see what packets get dropped. The limit match is there to protect your logs from flooding. M4
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-03/msg00056.html on line 214 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-03/msg00056.html on line 214 |