From owner-freebsd-questions@FreeBSD.ORG Sat Jan 1 00:36:05 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 8AC6516A4CE for ; Sat, 1 Jan 2005 00:36:05 +0000 (GMT) Received: from a.smtp.taconic.net (outgoing-1.taconic.net [205.231.144.133]) by mx1.FreeBSD.org (Postfix) with SMTP id B997243D45 for ; Sat, 1 Jan 2005 00:36:04 +0000 (GMT) (envelope-from daemon@taconic.net) Received: (qmail 28141 invoked by uid 0); 1 Jan 2005 00:36:03 -0000 Received: from unknown (HELO fbsdlt1.ichabodcrane.org) (205.231.151.129) by 0 with SMTP; 1 Jan 2005 00:36:03 -0000 Date: Fri, 31 Dec 2004 19:35:13 -0500 From: Jonathan Franks To: Doug Van Allen Message-Id: <20041231193513.2469909b.daemon@taconic.net> In-Reply-To: <2063a95c041231065972ecc44a@mail.gmail.com> References: <2063a95c041231065972ecc44a@mail.gmail.com> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD box causes workgroup to crash X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 00:36:05 -0000 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