restricted subnet

  • Thread starter Thread starter Ish
  • Start date Start date

Ish

Ish

Associate
Joined
11 Jan 2006
Posts
1,815
Location
West Midlands
Hi

We use a wireless access point for guests that has the facility to input restricted subnets so that the guest users can't access our office network.

The settings allow you to enter a subnet in this format "192.168.10.0/24"

My questions is what if we want to restrict access to the IP 192.168.10.200 to 192.168.10.253

What exactly would we have to enter?

Thanks
 
Last edited:
It's not possible, what are you trying to do?

Edit just noticed its a rang read it as a single ip... Add a few 1 to the subnet will get you part of what you want but not exactly you would need a subnet of something like 11111111.1110000.00000000.0000000 but that would divide the network from the lowest host up to however many bits you make the subnet
 
Last edited:
You could do 192.168.10.193 - 192.168.10.254 with a subnet mask of 255.255.255.192

Not the range you want but probably the closet you can get.

Kimbie
 
Theoretically, with the above, the settings you'll need the enter is 192.168.10.192/26 (the actual subnet address with the CIDR notation).
 
Back
Top Bottom