Welcome, Guest. Please login or register.

Author Topic: Do you think network DHCP implementation suck?  (Read 1276 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline psxphill

Re: Do you think network DHCP implementation suck?
« on: June 10, 2013, 08:52:31 PM »
Quote from: freqmax;737432
I find the current DHCP implementation configuration files a pain to deal with. The protocol also seem a bit more complex than the requirement. Sometimes I had the thought that writing a new DHCP server is easier than to write the configuration file..
 
The only catch being that current PXE stuff assumes DHCP. But anyway for some cases it might just be useful to write a small network service that upon request "MAC 11:22:33:44:55:66 wants config" responds with "IP 1.2.3.4 mask 0xff000000". Plain and simple.
 
Any thoughts?

Yes DHCP sucks, you could use a UDP broadcast of your own. However part of the fun would be making it use DHCP.