I want to block everything from 158.255.x.x I know how to do this # /sbin/ip route add blackhole 158.255.3.163/32 but that only blocks the 158.255.3.163 Correct? I am getting hit from many 158.255.x.x IP's and want to just make them all go away Without breaking other things that is ;-) Thanks --Tim