View Single Post
  #8 (permalink)  
Old 11-27-2006, 02:20 PM
kgun's Avatar
kgun kgun is offline
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,120
kgun RepRank 3kgun RepRank 3
Default

I use the following thechnique to ban an Ip address or an Ip block:
  1. Look up the IP: DnsStuff. Note the IP (xy.zw.221.230) and the CIDR (xy.zw.0.0/16).
  2. Block the IP: deny from xy.zw.221.230
  3. Block the IP range: deny from xy.zw.0.0/16
Where x,y,z and w are numbers.
Reply With Quote