From owner-freebsd-questions@FreeBSD.ORG Tue Feb 22 09:31:08 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 CD81016A4CE for ; Tue, 22 Feb 2005 09:31:08 +0000 (GMT) Received: from sferics.mongueurs.net (sferics.mongueurs.net [81.80.147.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7723F43D53 for ; Tue, 22 Feb 2005 09:31:08 +0000 (GMT) (envelope-from david@landgren.net) Received: from [127.0.0.1] (exo.bpinet.com [81.80.147.206]) by sferics.mongueurs.net (Postfix) with ESMTP id 72D9EA92A for ; Tue, 22 Feb 2005 10:31:07 +0100 (CET) Message-ID: <421AFBDB.7010109@landgren.net> Date: Tue, 22 Feb 2005 10:31:07 +0100 From: David Landgren Organization: The Lusty Decadent Delights of Imperial Pompeii User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD mailinglist References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: samba as wins-server 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: Tue, 22 Feb 2005 09:31:08 -0000 Florian Hengstberger wrote: > Hi! > I'm working in an office with several win hosts of all flavours > (98,2000,eXPerience). Unfortunatly the resolution of computers takes > sometimes up to half an hour (approx.) until they are accessible after > booting up. > In near future I'll have the chance to switch to FreeBSD with > my box (at least, I hope so). I'll install samba for win access to my > machine. Reading some documentation I've found out that samba > can also act as a wins-server. Will this enhance the latency of netbios > resolution or will it corrupt it? Are you the admin of this network or just a user? Is the network switched or hubbed? It probably won't get worse, but half an hour seems pretty excessive, there is something wrong. > Is there a way to speed up this process with samba, > am I writing complete nonsense? You will have to configure all the clients to direct their queries to the WINS server. If you're delivering addresses via DHCP, this can be communicated during address allocation, so that's not a problem. More of a hassle to update fixed-address machines, but even then modern Windows boxes no longer need to be rebooted for the changes to take effect. If this is just your machine and you don't admin the others it will have zero effect. > Tell me if this is true. You might have other problems, I don't know. Have you run traces on your network to see what the traffic is? David