Fix: Set the host-name option in dhcpd.conf when using isc-dhcpd.
host dopey {
hardware ethernet 08:00:20:c1:95:e8;
fixed-address 192.168.200.14;
option host-name "dopey";
}
Alternatives are either hacking the init scripts (basically replace "unknown" with the hostname you want), or writing a custom init script.
No comments:
Post a Comment