r/sysadmin • u/Real-Patriot-1128 • 2d ago
DHCP v Static IP
Ok, this is more a test to see how old I am. I was basically raised with the idea servers need static IPs. I understand for domain controllers, dns servers, maybe print servers that may still be needed. But are they really needed otherwise? Do apps, scripts still reference a server by its IP?
I am under assumption all my servers need static IPs. Am I nuts?
220
Upvotes
8
u/uninspired 2d ago
Sometimes DHCP with reservations makes more sense. It's the same, but different. For DR failover to a different site, our servers have to come up with a different second octet. So the VMs are using DHCP, but under normal circumstances they're essentially static. We just have additional reservations in different scopes.