What is the net result of this:
And What is the best way to firewall incoming connections from vpn provider using the openvpn client on an asus router? ie treat as though it was the wan?
Code:
admin@RT-N66U-50F0:/tmp/home/root# iptables -L -v -n
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all -- tun11 * 0.0.0.0/0 0.0.0.0/0
0 0 DROP all -- tun11 * 0.0.0.0/0 0.0.0.0/0 state NEW
21 1181 ACCEPT all -- tun11 * 0.0.0.0/0 0.0.0.0/0
And What is the best way to firewall incoming connections from vpn provider using the openvpn client on an asus router? ie treat as though it was the wan?
Last edited: