1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-19 06:23:25 +01:00
wiki.mbirth.de/know-how/software/linux/_posts/2008-08-21-netbios-wins.md

678 B

created layout layout_old redirect_to tags title toc updated
2008-08-21 10:36:55 +0200 redirect default https://blog.mbirth.de/archives/2008/08/21/netbioswins-support.html
know-how
software
linux
networking
netbios
wins
NetBIOS/WINS support false 2008-08-21 10:45:41 +0200

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 mdns4

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

hosts:          files mdns4_minimal [NOTFOUND=return] dns mdns4 wins

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