NetBIOS/WINS support

By | 21 Aug 2008

To enable lookup of WINS-names in Ubuntu, edit the file /etc/nsswitch.conf and find the line:

hosts:          files mdns4_minimal [NOTFOUND=return] dns mdns4Code language: JavaScript (javascript)

Append wins to the end of the line so that it looks like this:

hosts:          files mdns4_minimal [NOTFOUND=return] dns mdns4 winsCode language: JavaScript (javascript)

From now on you can also use NetBIOS names to address PCs in your LAN.

Leave a Reply

Your email address will not be published. Required fields are marked *

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)