Block a Fragment of an IP Range?
Hello,
in any page you can found
54.36.148/24
to block FROM 54.36.148.0 to 54.36.148.255
but the question is how I can block
from 54.36.14* to 54.36.188 ???
Or best: how I can BLOCK a fragment, no just ALL starting from 0 to 255 ?
Thanks
-
You won't always get exactly what you are looking for but it all comes from cidr notation. I normally use this tool to figure out what a particular mask will block whatmask - IP subnet/CIDR Calculator 0 -
You won't always get exactly what you are looking
thanks. I need block from 54.36.14* to 54.36.188 how I can do this? Regards0 -
Ip ranges do not work exactly the way you want in this case, you'd have to block several ranges to get what you want 54.36.140.0/22 54.36.144.0/20 54.36.160.0/20 54.36.176.0/21 54.36.184.0/22 54.36.188.0/24 That blocks 54.36.140.0-54.36.188.255 I used that link I sent you to work that out. You just gotta plug and chug. With practice it becomes easier. 0 -
Great advice @GOT thanks! 0 -
Ip ranges do not work exactly the way you want in this case, you'd have to block several ranges to get what you want 54.36.140.0/22 54.36.144.0/20 54.36.160.0/20 54.36.176.0/21 54.36.184.0/22 54.36.188.0/24 That blocks 54.36.140.0-54.36.188.255 I used that link I sent you to work that out. You just gotta plug and chug. With practice it becomes easier.
Thanks, I will try understand how this work.0
Please sign in to leave a comment.
Comments
5 comments