Jump to content

Running out of IP addresses

Hey guys, as the title says I am running out of IP addresses on my network. Our DCHP server is ran by a windows 2012 R2 server, and we have a single domain and right now our subnet mask is 255.255.255.0 and our ip range on the scope we currently have set up is 192.168.0.30-245 (with 1-29 being static devices [like printers, sonic walls, etc], same with the numbers above 245).

 

What would be the best way to increase the number of IP addresses we have? I've been trying to learn about changing the subnet masking and all that but I seem to be falling short on how it all....connects.

Link to comment
Share on other sites

Link to post
Share on other sites

Should be able to add a 2nd DHCP pool in there. 

Community Standards | Fan Control Software

Please make sure to Quote me or @ me to see your reply!

Just because I am a Moderator does not mean I am always right. Please fact check me and verify my answer. 

 

"Black Out"

Ryzen 9 5900x | Full Custom Water Loop | Asus Crosshair VIII Hero (Wi-Fi) | RTX 3090 Founders | Ballistix 32gb 16-18-18-36 3600mhz 

1tb Samsung 970 Evo | 2x 2tb Crucial MX500 SSD | Fractal Design Meshify S2 | Corsair HX1200 PSU

 

Dedicated Streaming Rig

 Ryzen 7 3700x | Asus B450-F Strix | 16gb Gskill Flare X 3200mhz | Corsair RM550x PSU | Asus Strix GTX1070 | 250gb 860 Evo m.2

Phanteks P300A |  Elgato HD60 Pro | Avermedia Live Gamer Duo | Avermedia 4k GC573 Capture Card

 

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, Skiiwee29 said:

Should be able to add a 2nd DHCP pool in there. 

What would this be? Do you have any articles you could link on how to do this/what exactly that would do?

Link to comment
Share on other sites

Link to post
Share on other sites

8 minutes ago, Skiiwee29 said:

Should be able to add a 2nd DHCP pool in there. 

Either this or add a new subnet and organize your devices. 

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Mbowen said:

Either this or add a new subnet and organize your devices. 

And how exactly would I be able to go about doing this?

Link to comment
Share on other sites

Link to post
Share on other sites

can you make your subnet mask a /16 instead of a /24 (i.e. 255.255.0.0 not 255.255.255.0) ?

 

Then you've got 65,000 IP addresses.

Link to comment
Share on other sites

Link to post
Share on other sites

For reference, this is what I'm looking at right now, and I'm not entirely sure Which properties need to be changed, what needs to be added, and so forth for anything to end up working.

image.png.7236ff58e5d260ac6d4f819ad9dcc168.png

Link to comment
Share on other sites

Link to post
Share on other sites

Unfortunately there isn't a quick and simple answer. Microsoft does have an article about this that outlines a few options though:

https://support.microsoft.com/en-us/help/255999/increasing-the-number-of-ip-addresses-on-a-subnet-in-dhcp-server

Current Network Layout:

Current Build Log/PC:

Prior Build Log/PC:

Link to comment
Share on other sites

Link to post
Share on other sites

10 minutes ago, Lurick said:

Unfortunately there isn't a quick and simple answer. Microsoft does have an article about this that outlines a few options though:

https://support.microsoft.com/en-us/help/255999/increasing-the-number-of-ip-addresses-on-a-subnet-in-dhcp-server

Thanks Lurick, I'll read into this. Looks like it's going to be a bigger project than initially anticipated, but that's alright.

Link to comment
Share on other sites

Link to post
Share on other sites

4 hours ago, xearow said:

Thanks Lurick, I'll read into this. Looks like it's going to be a bigger project than initially anticipated, but that's alright.

Expanding a DHCP scope always is because there are a lot of steps you have to take care of to get it done correctly without breaking connectivity for devices.

 

First I would decrease your DHCP lease time to something very short, then go to all your static devices and update their subnet mask to 255.255.254.0 which is safe to do so, then on your DHCP server configure reservations for each of your static devices (you need their MAC addresses) so these will not be handed out and I find this better than range exclusions, now for the DHCP scope change the subnet mask to 255.255.254.0 and range to 192.168.0.30 - 192.168.1.245. Now put your DHCP lease time back to something longer/more standard.

Link to comment
Share on other sites

Link to post
Share on other sites

at a certain point having a flat network you will run into issues.

you should setup subnets,

 

i would switch to a bigger address space

 

if i were you i would setup

      server vlan -  network 10.100.1.0  subnet 255.255.255.0 gw 10.100.1.1 (static)

      multiple client vlan - 

                           network 10.10.1.0 subnet 255.255.255.0 gw 10.10.1.1  (dhcp)

                           network 10.10.2.0 subnet 255.255.255.0 gw 10.10.2.1 (dhcp)

 

then you can from the dhcp server setup multiple scopes for client vlans

               10.10.1.0

                10.10.2.0

 

afterwards, use ip helpers to forward the dhcp broadcasts from the client vlans to the dhcp server.

yes its a big project but at a certain point you need to use subnets take the pain now     

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×