|
|
If you are using OpenVPN with a Linux iptables-based firewall, you may need to add the following commands to your firewall config to allow incoming packets on the tun device: iptables -A INPUT -i tun+ -j ACCEPT iptables -A FORWARD -i tun+ -j ACCEPT James _______________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |