Marc, as I understand the hosts line of your nsswitch.conf file is wrong, it&#39;s:<br>     <br>     hosts:       files dns<br><br>and should include the mdns support as in:<br><br>    hosts: files dns mdns<br><br>Perhaps you&#39;ll have to swap &#39;dns&#39; and &#39;mdns&#39; to change the resolution order.<br>
<br>This line affect the name resolution from outside the avahi daemon so the resolver can query it, I don&#39;t know if it affect the avahi daemon itself.<br><br>Other options are mdns4 (ipv4 only), mdns6 (ipv6 only), mdns_minimal (both v4 and v6), mdns4_minimal (ipv4 only), mdns6_minimal (ipv6 only)<br>
<br>I&#39;m using it on an ubuntu installation, I&#39;ve never used gentoo but it should be the same.<br><br>Regards,<br>Ernesto.<br>