Hacker News new | ask | show | jobs
by markng 5178 days ago
one of the reasons to go high on IP addresses is because many devices don't release their leases properly, which can cause all sorts of havoc.
2 comments

That's true. but having dhcp capacity for more than 255 IPs is hard (or, expensive). for a 20-30 person hackday, the organizer shouldn't be worrying about overkill network provision, and should spend that time/money worrying about good food, or something else. (imho)
for a 20-30 person hackday, it's not so much of a big problem. You wouldn't need more than a /24 for that, and you'd still be inside the * 8. But most tech events with more than 100-ish people I've been to have failed on their wifi at some point, and it's normally for this reason.
20/30 people on a regular router that has an IP range of 255 IPs will quite often fall over, I've seen it happen more than once.
The issue is mainly that domestic routers NAT tables tend to overflow with that many users on them.

Either this causes them to reboot (if they're crappy) or truncate the table, killing the oldest connection.

Also, that's mostly when you don't tell people "hey, can you not put your iPhones and Android mobile phones on the wireless?"
right, I'm not so sure that's because of DHCP, though.
DHCP pool being exhausted or NAT table getting full are the two main problems I've seen at hackdays