Sometimes the Wi-Fi isn’t broken - the IP lease is.
DHCP decides whether you truly connect
We’ve all been there - your phone shows full Wi-Fi bars, but apps won’t load, Zoom drops, and frustration kicks in. From a user’s perspective, “Wi-Fi is broken.” But often, the real culprit is not Wi-Fi at all - it’s DHCP lease management.
What’s happening under the hood?
When a client joins Wi-Fi, it doesn’t magically get Internet. It needs an IP address via the DHCP DORA process:
DORA Process (in simple words):
- Discover – Client broadcasts: “Is there a DHCP server who can give me an IP?”
- Offer – Server responds: “Here’s an IP and other settings I can give you.”
- Request – Client says: “Yes, I want that IP. Please reserve it for me.”
- Acknowledge (Ack) – Server confirms: “Done. You can now use this IP.”
If all four steps succeed → device is online.
If any step breaks (e.g., no Offer or no Ack) → Wi-Fi shows connected, but no Internet works.
Common causes of DHCP lease issues:
- Scope exhaustion – Too many devices, not enough IPs in the pool.
- Improper lease times – Too short = churn, too long = stale IPs.
- Sticky clients – Holding on to old IPs while roaming.
- NAT profiles with limited IP leases – AP/controller caps IP assignments.
- Relay or Option 82 failures – AP/controller doesn’t forward DHCP packets properly.
How do you spot it?
- Device associates fine but shows “Connected, no Internet.”
- Sniffer capture: DHCP Discover packets sent, but no Offer/Ack back.
- Controller/AP logs: client shows “connected” but with blank IP.
Best practices to avoid DHCP pain:
- Size DHCP pools with enough buffer for peak usage.
- Tune lease times (not too short, not too long).
- Monitor NAT profile IP lease limits on APs/controllers.
- Track DHCP success/failure trends in analytics.
Remember: Not every Wi-Fi complaint is RF-related—sometimes it’s the IP layer.
Takeaway:
When users complain “Wi-Fi is down,” the real issue might be DHCP lease failures. Understanding the DORA process helps us separate true Wi-Fi issues from backend misconfigurations.
Have you faced cases where Wi-Fi looked perfect, but DHCP leases caused the outage? How did you troubleshoot it?
LinkedIn: