From owner-freebsd-questions@FreeBSD.ORG Sat Jan 1 05:11:19 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 868F816A4E8 for ; Sat, 1 Jan 2005 05:11:19 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26E9543D39 for ; Sat, 1 Jan 2005 05:11:19 +0000 (GMT) (envelope-from dvanallen@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so101980wri for ; Fri, 31 Dec 2004 21:11:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=rezdq11fha1WE6geyWvf5NHovq09yh0L85LnprDEBchxvEd51DfN6GNTZo6WhEmUEgcFyuLzw10Kq2LmHZra0cfqxzVJk2VLKyz7qdHpKpvis+LNMjyN66c0Hu5WTqwPbydLYqMmRiB/JTB9jP6nh52VhwWMuCyraJaqKH/keDM= Received: by 10.54.31.69 with SMTP id e69mr645028wre; Fri, 31 Dec 2004 21:11:18 -0800 (PST) Received: by 10.54.22.19 with HTTP; Fri, 31 Dec 2004 21:11:18 -0800 (PST) Message-ID: <2063a95c04123121117a5a7f32@mail.gmail.com> Date: Sat, 1 Jan 2005 00:11:18 -0500 From: Doug Van Allen To: Jonathan Franks , freebsd-questions@freebsd.org In-Reply-To: <20041231193513.2469909b.daemon@taconic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <2063a95c041231065972ecc44a@mail.gmail.com> <20041231193513.2469909b.daemon@taconic.net> Subject: Re: FreeBSD box causes workgroup to crash X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Doug Van Allen List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 05:11:19 -0000 On Fri, 31 Dec 2004 19:35:13 -0500, Jonathan Franks wrote: > On Fri, 31 Dec 2004 09:59:54 -0500 > Doug Van Allen wrote: > > > When my FreeBSD 5.3 box is connected to the network, no one can browse > > the network. The internet works fine and on the other 2 PC's(WinXP). > > When I disconnect the BSD box from the switch, the other 2 PC's can > > browse the network. I have no idea why it would be doing this. > > > > Thanks! > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Check your samba configuration. You probably want to set local master=no. You can also set os level=20, and domain master=no if you want to be extra certain. > > You'll need to restart samba for this to take effect. > > man smb.conf(5) > > > -Jonathan > I did what you suggested and changed some the hosts allow in the smb config and all is well. Thanks!!