Thanks

That didn't quite do it, but I'm getting some error messages on the
console, so I think I'm a little closer<G>.

They are::

Apr 25 11:53:46 linux22 nmbd[830]: [2005/04/25 11:53:46, 0]
nmbd/nmbd_packets.c:
process_browse_packet(1050)

Apr 25 11:53:46 linux22 nmbd[830]:   process_browse_packet: Discarding
datagram
from IP 192.168.99.222. Source name LINUX22<00> is one of our names !



I've done a lot of messing with the smb.conf file.  So I went back to
an origional one, and instead of configuring it manually, configured it
with yast.  Just added the Win Server IP address, and it came up and is
listed in the Workgroups machine list!

But now, instead of getting the above error messages every 5 minutes, I
get them every 2 minutes.  So those are still a problem.

Now to go back in the tree of modifications, put the Win Server IP
address in there, and determine which changes I still need to make, VS
the changes I thought I needed to make<G>.

Thanks

Tom Duerbusch
THD Consulting

>>> [EMAIL PROTECTED] 04/25/05 10:26 AM >>>
> So, am I on the right path or is there an easy way to join a Windows
> workgroup?
>
> Net effect, I want the "Computers Near Me" to show my Samba servers.

Your Windows servers use WINS instead of normal DNS to locate things
(unless you have the L2 microcode for your OSAs, you can't use the
nmbd
broadcast method, as it's non-IP). WINS is a gross hack to allow SMB
names to be resolved to IP addresses -- your clients and servers
register their SMB names and IP address with WINS when they come up,
and
allow you to map SMB name -> IP, which you can then use to contact the
SMB system.

Make sure your Samba servers have WINS registration configured (look
at
the WINS statements in your smb.conf), and you should see them pop up
in
your Windows local neighborhood browser. The statements you care about
are:

workgroup = (name of the workgroup you want to join)
wins support = no (you don't want to be a WINS server)
wins server = IP address of WINS server (get that from one of your
Windows machines)

Also, make sure there is DNS resolution (both forward and backward)
for
the Samba machines. You'll thank yourself later.

>

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390
or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to