DHCP the servers
-
@JaredBusch said in DHCP the servers:
Personally, I am in the camp of static the hypervisors, DC, routers, and switches.
Yes, I agree on all those.
I am just used to statically assigning everything. This way we can set blocks of IP's aside for an application lets say, that you make block of .100-.150 for that one application and nothing can touch that range. but if you DHCP everything you kinda loose that. -
-
@Texkonc said in DHCP the servers:
@JaredBusch said in DHCP the servers:
Personally, I am in the camp of static the hypervisors, DC, routers, and switches.
Yes, I agree on all those.
I am just used to statically assigning everything. This way we can set blocks of IP's aside for an application lets say, that you make block of .100-.150 for that one application and nothing can touch that range. but if you DHCP everything you kinda loose that.What's the benefit of ranges of that nature? And reservations allow for that as well, you can set aside reservation blocks. But why?
-
@Texkonc said in DHCP the servers:
@JaredBusch said in DHCP the servers:
Personally, I am in the camp of static the hypervisors, DC, routers, and switches.
Yes, I agree on all those.
I am just used to statically assigning everything. This way we can set blocks of IP's aside for an application lets say, that you make block of .100-.150 for that one application and nothing can touch that range. but if you DHCP everything you kinda loose that.Short of blocking that range, then static those.
-
@Texkonc said in DHCP the servers:
@Texkonc said in DHCP the servers:
@JaredBusch said in DHCP the servers:
Personally, I am in the camp of static the hypervisors, DC, routers, and switches.
Yes, I agree on all those.
I am just used to statically assigning everything. This way we can set blocks of IP's aside for an application lets say, that you make block of .100-.150 for that one application and nothing can touch that range. but if you DHCP everything you kinda loose that.Short of blocking that range, then static those.
What do you mean? How is DHCP Reservations different than static assignment to an unused range? In both cases it just "isn't used yet."
-
DHCP allows for easier management of dns, ntp, and a few other protocols. So if they change then you don't need to update them on every server... How often you do that? Probably almost never.
-
The wheels are turning to agree that it is a better practice, but slowly.
-
@coliver said in DHCP the servers:
DHCP allows for easier management of dns, ntp, and a few other protocols. So if they change then you don't need to update them on every server... How often you do that? Probably almost never.
I did it once - manual update on every server and network devices. Not so hard if you only have a handful, just inventory all the servers and network devices and properly think out the steps. Upgraded from /23 to /22.
-
@scottalanmiller said in DHCP the servers:
@Texkonc said in DHCP the servers:
@JaredBusch said in DHCP the servers:
Personally, I am in the camp of static the hypervisors, DC, routers, and switches.
Yes, I agree on all those.
I am just used to statically assigning everything. This way we can set blocks of IP's aside for an application lets say, that you make block of .100-.150 for that one application and nothing can touch that range. but if you DHCP everything you kinda loose that.What's the benefit of ranges of that nature? And reservations allow for that as well, you can set aside reservation blocks. But why?
What's the point of putting things besides each other with IPs? We do that for switches on the management vlan but most services are by DNS anyway so it doesn't matter
-
@Jason said in DHCP the servers:
@scottalanmiller said in DHCP the servers:
@Texkonc said in DHCP the servers:
@JaredBusch said in DHCP the servers:
Personally, I am in the camp of static the hypervisors, DC, routers, and switches.
Yes, I agree on all those.
I am just used to statically assigning everything. This way we can set blocks of IP's aside for an application lets say, that you make block of .100-.150 for that one application and nothing can touch that range. but if you DHCP everything you kinda loose that.What's the benefit of ranges of that nature? And reservations allow for that as well, you can set aside reservation blocks. But why?
What's the point of putting things besides each other with IPs? We do that for switches on the management vlan but most services are by DNS anyway so it doesn't matter
That's something that I've always said. Any attempt to have an IP address "range" identify things on the network is a mistake, a misunderstanding of the purpose of IP addresses. They are nothing but numbers and humans should not try to make them meaningful, they are inherently not meaningful. The only reasonable exception is the gateway.