From owner-freebsd-questions Sat Oct 2 7:38:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (Postfix) with ESMTP id 4E6B414E3E for ; Sat, 2 Oct 1999 07:38:38 -0700 (PDT) (envelope-from marcus@miami.edu) Received: from jaguar.ir.miami.edu ("port 4508"@jaguar.ir.miami.edu [129.171.32.10]) by jaguar.ir.miami.edu (PMDF V5.2-32 #40232) with ESMTP id <0FIZ00CH8COEW2@jaguar.ir.miami.edu> for freebsd-questions@FreeBSD.ORG; Sat, 2 Oct 1999 10:38:38 -0400 (EDT) Date: Sat, 02 Oct 1999 10:38:38 -0400 (EDT) From: "Joe \"Marcus\" Clarke" Subject: Re: Samba In-reply-to: To: Jeffrey Bernt Cc: freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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