03-04-2005 04:03 PM - edited 02-20-2020 11:59 PM
I like to block ip range for 64.68.96.0 with 64.68.127.255 as subnet mask at PIX 520.
conduit deny tcp host 64.68.96.0 subnet mask 64.68.127.255 0 0
I don't want to use any access list.
03-04-2005 04:41 PM
You need to use 255.255.255.0 if you want to block the entire range of 64.68.96.0-64.68.96.255
03-08-2005 11:22 AM
I tried gave me a syntax error.
As I mentioned earlier:
64.68.96.0 is the Ip range
64.68.127.255 is the subnet mask for that range.
03-08-2005 02:40 PM
64.68.127.255 is not a subnet mask. I suspect that you mean that the subnet mask is 255.255.128.0. However, when you enter it into the PIX, I suspect that you need to use the inverse mask which would be 0.0.127.255.
03-08-2005 02:47 PM
Sorry! Disregard my previous post. I re-read your original post. The mask to denote 64.68.96.0 to 64.68.127.255 the mask is 255.255.224.0. If you did need the inverse mask it would be 0.0.31.255.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide