In /var/lib/dhcpd.leases I see client names of Windows clients, Ubuntu and Knoppix clients, but not my own Debian clients.
The clients I see the client names for are the names given to those computers. This is the computer name in Windows, and presumably the host name for the Linux computers.
The Debian clients which I do not see both have and don't have a name in the local DNS server. All Debian clients do have a valid host name. It is not that the name is shown as "" or empty, the entire line is omitted:
Code:
lease 192.168.0.163 { #my own Debian
starts 2 2009/11/24 00:19:07;
ends 2 2009/11/24 01:19:07;
hardware ethernet 00:02:a5:77:56:9e;
}
lease 192.168.0.162 { #Windows
starts 1 2009/11/23 23:51:08;
ends 2 2009/11/24 00:51:08;
hardware ethernet 00:15:99:23:2c:61;
uid 01:00:15:99:23:2c:61;
client-hostname "SEC001599232C61";
}
lease 192.168.0.161 { #Knoppix
starts 1 2009/11/23 21:35:57;
ends 1 2009/11/23 23:35:57;
hardware ethernet 00:02:a5:95:95:7b;
client-hostname "Knoppix";
}
jlinkels