Re: [PLUG] IPTables question

2011-02-28 Thread Michael
frankhunt wrote: > I want to block an entire class A address set and then allow a few of > the addresses within that set to have access. > I figured I could block all the addresses in the set then allow the > specific address(es) that I want. > Like this: > > iptables -A INPUT -s nnn.0.0.0/8 -j

[PLUG] IPTables question

2011-02-28 Thread frankhunt
I want to block an entire class A address set and then allow a few of the addresses within that set to have access. I figured I could block all the addresses in the set then allow the specific address(es) that I want. Like this: iptables -A INPUT -s nnn.0.0.0/8 -j LOG --log-prefix "IPTABLES DROP