Marc, as I understand the hosts line of your nsswitch.conf file is wrong, it'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'll have to swap 'dns' and 'mdns' 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'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'm using it on an ubuntu installation, I've never used gentoo but it should be the same.<br><br>Regards,<br>Ernesto.<br>