Nss-mdns: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{File|/etc/nsswitch.conf| Change host: line from <pre> hosts: files dns </pre> to <pre> hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 </pre> }}" |
No edit summary |
||
| Line 1: | Line 1: | ||
Install the nss-mdns package and edit /etc/nsswitch.conf. | |||
{{File|/etc/nsswitch.conf| | {{File|/etc/nsswitch.conf| | ||
Change host: line from | Change host: line from | ||
Revision as of 01:06, 14 April 2013
Install the nss-mdns package and edit /etc/nsswitch.conf.
File: /etc/nsswitch.conf
Change host: line from
hosts: files dns
to
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4