I'm moving to zeronconf discovery for my host names on the LAN.<br><br>I added search paths for my domain and also "local".<br><br>$ cat /etc/resolv.conf <br>domain <a href="http://hank.org" target="_blank">hank.org</a><br>
search <a href="http://hank.org" target="_blank">hank.org</a> local<br>nameserver 192.168.1.1<br>
<br>"bumby2" has a zeroconf host name bumby2.local, so with the above I see:<br><br>$ host -v bumby2<br>Trying "<a href="http://bumby2.hank.org" target="_blank">bumby2.hank.org</a>"<br>Trying "bumby2.local"<br>
Trying "bumby2"<br>Host bumby2 not found: 3(NXDOMAIN)<br>Received 99 bytes from 192.168.1.1#53 in 17 ms<br><br>Yet,<br><br>$ ping bumby2.local<br>PING bumby2.local (192.168.1.5) 56(84) bytes of data.<br>64 bytes from bumby2.local (192.168.1.5): icmp_seq=1 ttl=64 time=1.68 ms<br>
<br>$ cat /etc/nsswitch.conf | grep hosts<br>hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4<br><br>Tried changing the order, but no luck. Anyone know if I can get host names qualified with .local?<br><br>
<br clear="all"><br>-- <br>Bill Moseley<br><a href="mailto:moseley@hank.org" target="_blank">moseley@hank.org</a><br>