From owner-freebsd-questions@FreeBSD.ORG Tue Apr 22 10:49:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3D4C1065670 for ; Tue, 22 Apr 2008 10:49:58 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from svarun.infrax.si (syssvarun.infrax.si [89.212.81.4]) by mx1.freebsd.org (Postfix) with ESMTP id 82B208FC21 for ; Tue, 22 Apr 2008 10:49:58 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from localhost (sysSvarun.infrax.si [89.212.81.4]) by svarun.infrax.si (Postfix) with ESMTP id 8764924AA72; Tue, 22 Apr 2008 12:49:56 +0200 (CEST) Received: from svarun.infrax.si ([89.212.81.4]) by localhost (svarun.infrax.si [89.212.81.4]) (amavisd-maia, port 10024) with ESMTP id 93305-08; Tue, 22 Apr 2008 12:49:49 +0200 (CEST) Received: from [192.168.15.2] (lk.84.20.249.154.dc.cable.static.lj-kabel.net [84.20.249.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nejko@infrax.si) by svarun.infrax.si (Postfix) with ESMTP id 0047224A9F8; Tue, 22 Apr 2008 12:49:48 +0200 (CEST) Message-ID: <480DC2C9.3040706@skoberne.net> Date: Tue, 22 Apr 2008 12:49:45 +0200 From: =?ISO-8859-2?Q?Nejc_=A9koberne?= User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Johan Hendriks , User Questions References: <47F54BB3.1080801@skoberne.net> <48071F0E.2020002@skoberne.net> <57200BF94E69E54880C9BB1AF714BBCB5DDDB1@w2003s01.double-l.local> <480DB0E2.3070202@skoberne.net> <57200BF94E69E54880C9BB1AF714BBCB5DDDC8@w2003s01.double-l.local> In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCB5DDDC8@w2003s01.double-l.local> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard Cc: Subject: Re: FreeBSD 7.0 jail and Samba 3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2008 10:49:59 -0000 Hey Johan, > Well i use ezjail for my jails, i leave everything else standard, but have the same sysctl value's > This is my smb.conf (it is a fileserver as member of a domain for my domain). > > [global] ... > wins server = hz2-serv.mydomain.local This is why it works for you. You use external WINS server - and for the Windows client to be able to go to \\fileserv-hz2 there must be WINS server set up on it. Which is not really what I want - I want to be able to use NetBIOS to resolve NetBIOS name of the server, not WINS. I also tried with the external WINS server and it works for me too. Thanks, Nejc