SkierInAvon
Occasional Visitor
Am running (August 2017) version of AsusWrt-Merlin. Love it.
Have Script wan-start running on permanent jffs partition.
Am successfully blocking inbound WAN traffic from 200.16.89.92 with this:
iptables -I FORWARD -s 200.16.89.92 -j DROP
My question: What is the syntax to block inbound WAN traffic from an entire subnet?
Here is what doesn't work...
iptables -I FORWARD -s 200.16.89.0/255.255.255.0 -j DROP
Thanks in advance.
SkierInAvon
Have Script wan-start running on permanent jffs partition.
Am successfully blocking inbound WAN traffic from 200.16.89.92 with this:
iptables -I FORWARD -s 200.16.89.92 -j DROP
My question: What is the syntax to block inbound WAN traffic from an entire subnet?
Here is what doesn't work...
iptables -I FORWARD -s 200.16.89.0/255.255.255.0 -j DROP
Thanks in advance.
SkierInAvon