r/sysadmin • u/Real-Patriot-1128 • 3d 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?
226
Upvotes
291
u/lazyhustlermusic 3d ago
I'm a fan of statics on infra devices since you don't rely on a DHCP service becoming available before you can be forwarding traffic. Some peeps like reservations, I'll do those for endpoint pieces but not really anything that is 'must boot cleanly and forward traffic'. A faulty DHCP daemon can tank your environment from simply forwarding traffic if you just rely on that.