Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Oct 1999 10:38:38 -0400 (EDT)
From:      "Joe \"Marcus\" Clarke" <marcus@miami.edu>
To:        Jeffrey Bernt <berntj@OIT.EDU>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Samba
Message-ID:  <Pine.OSF.4.10.9910021037010.27169-100000@jaguar.ir.miami.edu>
In-Reply-To: <NDBBJJJALKDFADJGFHAAGELICAAA.berntj@oit.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
You should add a line like:

hosts allow = 171.68.118.0/255.255.255.0 161.44.20.0/255.255.255.0
161.44.105.160/255.255.255.248 10.29.0.0/255.255.0.0

To your global smb.conf section to specify which hosts are allowed to
connect.  Also, the log files in /var/log are good for troubleshooting
this problem (i.e. log.smb and log.nmb).

Joe Clarke

On Sat, 2 Oct 1999, Jeffrey Bernt wrote:

> I'm not sure if this is Samba or Fbsd...
> 
> I run the samba daemons smbd -D and nmbd -D, but I can't access the shared
> home folders. I've tried the default configuration (except with RES_HALL
> workgroup instead of default).
> [global]
>    workgroup = RES_HALL
>    server string = Samba Server
>    netbios name = dracon
>    load printers = no
>    log file = /var/log/log.%m
>    max log size = 50
>    security = user
>    encrypt passwords = yes
>    socket options = TCP_NODELAY
>    local master = yes
>    os level = 65
> #   domain master = yes
>    preferred master = yes
> ;   logon script = %m.bat
> ;   logon script = %U.bat
> ;   logon path = \\%L\Profiles\%U
>    wins support = yes
> ;   wins proxy = yes
>    dns proxy = yes
> 
> Any ideas? Is there something in inetd or hosts.allow that I'm not fixing
> (everything is 3.3-release, no changes to system. )
> Is there a directory I'm not changing the permissions on? Something in
> 3.3-release that needs to be changed in the kernel? I had it working
> perfectly with 4.0-current-091899 snap, but unfortunately forgot to back up
> smb.conf.
> Any help would be greatly appreciated.
> thanks.
> 
> Jeff Bernt
> berntj@oit.edu
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 
> 




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.10.9910021037010.27169-100000>