Networking – How to Extend IP Range from 192.168.1.1 to 192.168.2.254

dhcpipipcopnetworkingtcpip

Here's my question. I currently have a network setup to have Static IP manually assigned between 192.168.1.1 and 192.168.1.99 and the rest (192.168.1.100 through 192.168.1.254) assigned automatically by DHCP server hosted on a IPCop server.

Now, I'd like to expand my DHCP range in the 192.168.2.xxx so that I have 254 new slots for DHCP.

First, is this possible to have a DHCP Range splitted between 192.168.1.xxx and 192.168.2.xxx, if so, how to do it (remember i'm using IPCop), if not, what are my others possibilities?

Thank you very much in advance for your help.

Best Answer

This is going to be slightly tricky if you're intending to treati this as one big subnet, because 192.168.1.0 to 192.168.2.255 isn't correctly aligned on the right boundary for a /23 subnet, so you can't treat it as 192.168.1.0/23.

If you're completely set on using specifically 192.168.1 and 192.168.2 then you'd need to use a subnet of 192.168.0/22, which is actually the range from 192.168.0.0 to 192.168.3.255. Mostly that just means changing the subnet mask on your whole network to 255.255.252.0

However once you've done that your DHCP server should be perfectly happy serving IPs from the continuous range 192.168.1.100 to 192.168.2.254.