From owner-freebsd-questions@FreeBSD.ORG Mon Jul 19 09:40:28 2004 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 C00CF16A4CE for ; Mon, 19 Jul 2004 09:40:28 +0000 (GMT) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE1EF43D5A for ; Mon, 19 Jul 2004 09:40:27 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (wojtek@localhost [127.0.0.1]) i6J9eM3r030327; Mon, 19 Jul 2004 11:40:22 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost)i6J9eMgj030324; Mon, 19 Jul 2004 11:40:22 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Mon, 19 Jul 2004 11:40:22 +0200 (CEST) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: Peter Risdon In-Reply-To: <40FB93DC.4080800@circlesquared.com> Message-ID: <20040719113917.X30277@chylonia.3miasto.net> References: <20040718123432.Q63398@chylonia.3miasto.net> <40FB93DC.4080800@circlesquared.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: NetBSD->FreeBSD move: samba problem 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: Mon, 19 Jul 2004 09:40:28 -0000 thank you for all help. the problem was that windoze got configured by DHCP with netmask 255.255.255.224 (right), while i configured FreeBSD with netmask 255.255.255.0 (wrong). so broadcasts didn't work. today morning i changed it and samba started to work. thank you.