Forum Moderators: phranque
Cheers.
Click on edit IP address and Domain Name Restrictions
Then you can click on group of computers. Now comes the understanding of subnet masks!
Supposing the range you want to block is 192.168.0.10 to 192.168.0.47
There is a table you need to remember which is:
Subnet mask/Range Size
128/128
192/64
224/32
240/16
248/8
252/4
254/2
You will see that you need to block 37 ip addresses (47-10). Using the chart above the least amount of entries you will need to use is 3 (a range of 32, 4 and a single ip)
So you can now add the following entries to the blocking list:
Individual IP Address:
192.168.0.10
Group:
192.168.0.11, Subnet 255.255.255.224 (32 ip addresses)
192.168.0.43, Subnet 255.255.255.252 (4 ip addresses)
So now you have blocked all ips from 192.168.0.10 to 192.168.0.47