[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Email Bombarding RaQ4



> 
> Sorted now thanks. IP Chains installed! 
> 

Even without IP Chains, which get flushed, you can block an individual
IP that will stay blocked until you reboot. As root:

/sbin/route add -host 66.207.162.90 reject

If you wanted to block the entire /24:

/sbin/route add -net 66.207.162.0 netmask 255.255.255.0 reject
-- 
C2003 Dan Kriwitsky

Please reply to the list only. Off list replies are not read.