Hi,
When my clients use NetworkManager, the entries in dnsmasq.leases contains the ASCII codes for the hostname. Like this:
1297193767 00:1f:3c:37:7c:94 192.168.3.69 * 73:63:63:33:39:39:36:38
This is for a workstation with a host name of scc39968. The consequence of this is that other workstations can not resolve it via dns.
However, if the workstations use the “traditional method with ifup”, the host name is stored in dnsmasq.leases as a string.
1297193767 00:1f:3c:37:7c:94 192.168.3.69 scc39968 01:00:1f:3c:37:7c:94
Can anyone suggest how I can use NetworkManager and resolve their names?
Regards, Martin