The router in my house has no need for anyone from anywhere connecting. I've telnet'ed in and run:
iptables -I INPUT -s 123.0.0.0/8 -j DROP
(and 124, 125, 126....) A) does that do anything? would "-s 0.0.0.0" work (better)?
↧