Samba as a WINS/NetBIOS Server
Updated: 10/05/2004
General Information
This guide explains how to setup Samba to be the network WINS/NetBIOS server and win every network browser election (for when two or more XP machines are on the same network and access is denied constantly comes up while trying to browse the network). This guide assumes you already have Samba installed from the ports tree.Requirements
Installation
Since you already have Samba installed there's no need to install anything else.Configuration
This is where the fun begins.| # | nano -w /usr/local/etc/smb.conf |
no to a yes.os level" value to something high so it'll be sure to win every election, like 100. 64 is the value of NT and the highest is 255.preferred master", uncomment, and change to yes.wins support". Again, uncomment and change this value to yes.Author: Kyle Symonds
ksymonds at gmail dot com