jcoleson
(JColeson)
1
I am admittedly a novice, so please forgive my lack of knowledge!
Current condition:
DHCP server(Server 2008 R2) scope handing out 192.168.1.10-254 /255.255.255.0(this was setup prior to me coming here). If more info is needed let me know!
I am running out of IP’s continually. What would be the best plan of action to alleviate this? As I understand I need to change the sub-net. If so what is the best method for doing that?
Thanks for your assistance!!
7 Spice ups
stoddard
(DYRyet)
2
I would just change the subnet mask for /24 to /23. So make it 255.255.254.0. That will give you 192.168.0.1 - 192.168.1.254.
You would need to change it in the DHCP scope, and also on every device in the organization. So switches, printers, your firewall, etc.
4 Spice ups
stoddard
(DYRyet)
3
As far as the order to do this, I would:
- First change it in each switch, printer, server, other devices
- Change it on the firewall / any routers
- Change the DHCP scope
- Then after all that add in your DHCP address scope for the new 192.168.0.x range.
3 Spice ups
You could also create a superscope too:
3 Spice ups
jcoleson
(JColeson)
5
This all sounds good! Thanks for the input. Only problem is the current scope will not allow changing the sub-net mask. Will I need to create a new scope for the current network segment and just lose all of my current reservations?
Yes you will need to create a new scope. Once a scope is configured you cannot edit the subnet mask.
2 Spice ups
You actually have to delete/deactivate that scope and create a new one. A little nerve wracking but not really a big deal.
I tried to implement a SuperScope once and it was a disaster, it never worked right.
3 Spice ups
That’s right they can be when not setup properly or used in the wrong manner. Last one I saw was replaced because the network it was set up for became too large, and actually caused problems for a guest network implementation. In short, it was used in place of VLANs. Wasn’t pretty at all.
1 Spice up
jcoleson
(JColeson)
9
Is it possible to create a new scope and just not make it active until I deactivate the old one? and is this something I could do during regular working hours?
I believe you can, and during the configuration it may ask you if you want to create a super scope (if you choose /23) which allows you to bust up the scopes. You could do this during working hours, but it would require everyone reboot their machines, you reboot switches etc (if necessary) and could be a PITA really quickly depending on how much activity your network has.
Speaking from past experience, it’s much easier to do this after hours.
1 Spice up
jcoleson
(JColeson)
11
What do you think of this?
Proposed plan:
Superscope Extending IPs
- scope 1 192.168.1.1-254 255.255.250.0(building 1) excluded from distribution
- scope 2 192.168.2.1-254 255.255.250.0(building 2) excluded from distribution
- scope 3 192.168.3.1-254 255.255.250.0(building 3) excluded from distribution
- scope 4 192.168.4.1-254 255.255.250.0(building 4) excluded from distribution
- scope 4 192.168.5.1-254 255.255.250.0 (address range for distribution) These would be added to reservations according to location
Ethan6123
(Ethan6123)
13
Absolutely. This is what you should do. Also remember that your client’s won’t be looking to grab an ip address until their DHCP lease runs out (7 days is the default) so you can do this (DHCP changes) during working hours with little impact.
Subnet changes on the network should be done after hours.
1 Spice up
jcoleson
(JColeson)
15
I see after more research 255.255.250.0 is invalid 255.255.248.0 is correct. .
Ethan6123
(Ethan6123)
16
Yup, 8 days not 7. Thanks Bill.
1 Spice up
Yup, here’s a cheat sheet for future reference and a link that could help you out:
http://www.aelius.com/njh/subnet_sheet.html
1 Spice up
I have not read all the replies so my apologies if this has already been brought up. Have you worked with the lease times? DHCP by default will reserve an IP until its released after its time is up. You can shorten the lease time to a hour or even less depending on your needs of how many clients you have using that scope.
2 Spice ups