View Single Post
  #2 (permalink)  
Old 25-Jun-2009, 17:59
swerdna's Avatar
swerdna swerdna is online now
Global Moderator
 
Join Date: Mar 2008
Location: Oz
Posts: 4,879
swerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the rough
Default Re: Samba and NetBIOS

You have to install a wins server to resolve name across different subnets.

that involves putting this line in the [global] stanza of the Linux wins server:
Code:
wins support = yes
and this line in the [global] stanzas of your Linux clients:
wins server = IP.address.of.winsserver
and pointing each windows box at the Linux wins server.

A bit more here:
HowTo Configure Samba openSUSE Windows Network Browsing on a SOHO LAN
particularly the section titled: Name Resolution via a WINS Server

And enable wins support in nsswitch.conf
__________________
Drop in and visit some time.
Reply With Quote