which is the filter for [134.73.*.*] ?? my filter {134.73.0.0/24} don't catch it!
hello,
I want STOP any acces for the IPs [134.73.*.*] becouse this address send thousands of SPAM.
Then I use the filter:
134.73.0.0/24
but this not work for example for 134.73.221.56, why?
how I can know the list of IPs in range:
134.73.222.0/24 ?
how I can know the list of IPs in range:
134.73.0.0/24 ?
thanks
-
Hey there! 134.73.222.0/24 is the correct notation for that range, but you'd want to use 134.73.0.0/16 to get the larger range. For more details on this you'd want to check how more about CIDR ranges, and there are online calculator tools that will help you formulate the correct range. 0 -
... 134.73.0.0/16 ...
thanks master @cPRex, me not understand why is necessary change /24 by /16 but I doit!0 -
You'll just want to look up more about CIDR notation, as that's just how it works. 0 -
You'll just want to look up more about CIDR notation, as that's just how it works.
thanks master :-)0 -
thanks master @cPRex, me not understand why is necessary change /24 by /16 but I doit!
134.73.0.0/24 means IPs 134.73.0.0 - 134.73.0.255 134.73.0.0/16 means IPs 134.73.0.0 - 134.73.255.2550
Please sign in to leave a comment.
Comments
5 comments