Nss-mdns: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
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> }}"
 
Tgurr (talk | contribs)
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