I can not change the “network” under IP/Addresses. Now the 10.0.8.0 is there, as you can see in the picture. If I try to change it and click on apply it jumps to back to 10.0.8.0.
Is this address saved somewhere and cannot be changed?
I need a dhcp pool that does not share addresses up to 10.0.10.2-10.0.10.20 (this is not a problem) and i need 1000 addresses on top of that. However, it is important that it does not start from 10.0.8.1 but from 10.0.10.1, so here is the geteway
The problem is that it starts with 10.0.8.0, it won’t allocate addresses up to 10.0.13.254 if the network is /22. What I need is to have addresses from 10.0.10.2 to 10.0.13.254.
Again, basic IP (and again new info is being presented …)
/22 netmask starting from 10.0.8.0 results in IP range from 1.0.8.1 to 1.0.11.254
If you want to have 10.0.12.x and above included, you need to change your network topology (multiple subnets) or the netmask (wider range).
E.g. /21 will result in range from 10.0.8.1 - 10.0.15.254 and then you can set your pool to how you want it to be.
Don’t do the stupid thing of putting .0 and .255 in the pool too,
because often, even though they are OBVIOUSLY valid addresses, some devices don’t digest them because their software is crap.
Sounds like a real need of understanding how subnetting works. A network does not simply start at whatever arbitrary address you want. There are specific breaks that can not be changed for an address and CIDR. Do a Google search for something like “How subnetting works” and do some reading. You can also download a subnet calculator for your phone or subnet calculator website.
The most you can have is a /23, as these network start at multiples of 2 and 10 is a multiple of 2, but then you won’t have enough IP’s.
if you check /21 networks, they start with multiples of 8, and 10 is obviously not a multiple of 8 (but it will be a valid superset of the range you want).