Date: Sun, 11 May 2003 21:38:17 +0100 From: Jez Hancock <jez.hancock@munk.nu> To: freebsd-questions@freebsd.org Subject: Re: FreeBSD 4.8 & Samba 2.2.8a: Denied Connection Message-ID: <20030511203816.GA17246@users.munk.nu> In-Reply-To: <3EBEA99D.6060106@attbi.com> References: <3EBEA99D.6060106@attbi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 11, 2003 at 12:50:53PM -0700, Erik Jensen wrote: > I have a PC with a fresh installation of FreeBSD 4.8 & Samba 2.2.8a. I'm > using the generic kernel. > > Workstations (one NT 4.0 the other Win 2k) cannot connect. > > The log file (log.smbd) includes > > 'lib/access.c: check_access(333) > Denied connection from (192.168.0.x)' > > Can anyone tell me what's wrong & how to fix it? An access control list of some sort is blocking access to the smbd server from that IP address. Make sure you allow access from that address - for example by placing: hosts allow = 192.168.0.1 in /usr/local/etc/smb.conf. Regards, Jez
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030511203816.GA17246>