|
|
Richard Lechner notes that for some Linux distributions such as SuSE, the iptables commands in the examples must use -I instead of -A (to insert rather than append) since the last SuSE rule is to drop all packets: iptables -I INPUT -i tun0 -j ACCEPT iptables -I FORWARD -i tun0 -j ACCEPT James ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |