Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Oct 1997 02:00:32 +0000
From:      Brian Somers <brian@awfulhak.org>
To:        "Jonathan E. Lyons" <parrothd@midwest.net>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Samba config 
Message-ID:  <199710260200.CAA09227@awfulhak.demon.co.uk>
In-Reply-To: Your message of "Sat, 25 Oct 1997 08:17:29 CDT." <3.0.1.32.19971025081729.00685e00@midwest.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> I have a question for those of you using samba and Win95, does your FreeBSD
> box running samba show up in your network nieghborhood? Currently I can map
> drive the shared folders to my win95 machine, but I'm wondering if it( BSD
> box) should be showing up in the network neighborhood??...If it should what
> does your smb.conf look like? .... 

This is nmbd's job.  Despite any docs that say otherwise, the only 
way to get nmbd to publish itself is to run it as a daemon - *not* 
from inet.

I have /usr/local/etc/rc.d/nmbd.sh on my dev box:
echo -n ' nmbd'; /usr/local/sbin/nmbd -D -C Development

If you have more than one interface, you may also need an 
"Interfaces = " line in smb.conf, say

Interfaces = 10.0.0.1/24

> Thanks!
> 
> Btw I have an NT domain controller, as the master browser.....
> 

This shouldn't make a difference - but be warned, if you bring that 
machine down, you screw up all the other M$ machines... it makes me 
sick :-(

My NT boxes CPU melted a little while ago and I had to put an alias 
on one of the FreeBSD boxes interfaces for the dead machine, 
otherwise I was suffering regular ~100second pauses on all the M$ 
machines.

I couldn't figure out any magic incantation to tell the remaining 
boxes THE NT SERVER IS DEAD !  (no matter how load I shouted).

-- 
Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <bri@OpenBSD.org>
      <http://www.Awfulhak.org>;
Don't _EVER_ lose your sense of humour....





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710260200.CAA09227>