Xentrk
Part of the Furniture
So that confirms why you need to use the 'all' directive.
Presumably 'ppp0' is indeed your physical WAN interface?
Does this return anything? EDIT: Typo
Code:ip addr | grep @
Hopefully the Blacklist chain rules are correct:
Code:iptables --line -nvL INPUT iptables --line -nvL FORWARD
In the web gui, PPPoE is the WAN Connection Type. Following are the other tid bits for consumption and contemplation
Code:
admin@RT-AC88U:#ip addr | grep @
11: vlan1@eth0: <BROADCAST,MULTICAST,ALLMULTI,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
12: vlan2@eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN
And..
Code:
admin@RT-AC88U:# nvram show | grep ppp0
wan0_gw_ifname=ppp0
wan0_pppoe_ifname=ppp0
And
Code:
admin@RT-AC88U:/jffs/scripts# iptables -L | grep Black
Blacklist all -- anywhere anywhere state INVALID
DROP all -- anywhere anywhere match-set Blacklist src
Blacklist all -- anywhere anywhere
Blacklist all -- anywhere anywhere state INVALID
DROP all -- anywhere anywhere match-set Blacklist src
Blacklist all -- anywhere anywhere
Chain Blacklist (4 references)
SET all -- anywhere anywhere state NEW add-set Blacklist src