Blocking IP Address's in IIS

Associate
Joined
4 Apr 2006
Posts
171
Location
Hertfordshire
Hi,

I've been given the task of adding IP address's to the block list in IIS but the list of IP ranges I have is huge! and tapping each one into IIS is taking far too long. Now what I want to know is, is there a file some where i can basically copy and paste all the address's I have and save the file?

Thanks

Bill
 
I assume these IP addresses are completely disjointed and not in a continuous "range" (e.g. 192.168.1.1-192.168.1.254)?

Well it is a list of ranges, not single IP's. here is a small sample:

61.14.180.64 61.14.180.127
61.14.188.0 61.14.188.127
61.14.189.0 61.14.189.63
61.14.190.0 61.14.190.127
61.14.190.192 61.14.191.127
 
Back
Top Bottom