This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DHCP

How can I have multiple entries in the DHCP (like:

host whatever.mydomain.com {
  fixed-address 11.22.33.44;
  hardware ethernet 02:90[:D]5:00:ab:3a;
  hardware ethernet 01:20:e3:68:09:8c;
  hardware ethernet 4e:a8:c2:54:00:5a;
}

It seems ASL (4.021) allows me to enter those, but the DHCP dies in the background because the frontend creates multiple host entries with the same name (this of course makes dhcpd scream in the log files about duplicate host entries).

Any clue what to do?  


This thread was automatically locked due to age.
Parents Reply Children