What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Iptables

bilboSNB

Senior Member
What is the net result of this:

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:

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top