1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
2015-03-29 22:05:46 +02:00

588 B

title, layout, created, updated, toc, tags
title layout created updated toc tags
NetBIOS/WINS support default 2008-08-21 10:36:55 +0200 2008-08-21 10:45:41 +0200 false
know-how
software
linux
networking
netbios
wins

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.