Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline freqmaxTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2006
  • Posts: 2179
    • Show all replies
Do you think network DHCP implementation suck?
« on: June 10, 2013, 07:54:21 PM »
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?
 

Offline freqmaxTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2006
  • Posts: 2179
    • Show all replies
Re: Do you think network DHCP implementation suck?
« Reply #1 on: June 10, 2013, 10:17:23 PM »
Ie the DHCP client must do "If this network is different then request new DHCP configuration" ..?

Ie ask for network identification, compare, if different - then reset config and request new from DHCP server.