From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 09:20:44 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 F1B861065678 for ; Wed, 23 Apr 2008 09:20:44 +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 A31078FC24 for ; Wed, 23 Apr 2008 09:20:44 +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 7466824A9F8; Wed, 23 Apr 2008 11:20:42 +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 04093-03; Wed, 23 Apr 2008 11:20:33 +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 DC7BC24A8AD; Wed, 23 Apr 2008 11:20:33 +0200 (CEST) Message-ID: <480EFF60.3040901@skoberne.net> Date: Wed, 23 Apr 2008 11:20:32 +0200 From: =?windows-1252?Q?Nejc_=8Akoberne?= User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: "Gelsema, P \(Patrick\)" References: <47F54BB3.1080801@skoberne.net> <48071F0E.2020002@skoberne.net> <57200BF94E69E54880C9BB1AF714BBCB5DDDB1@w2003s01.double-l.local> <480DB0E2.3070202@skoberne.net> <60553.203.127.42.92.1208860527.squirrel@www.superhero.nl> In-Reply-To: <60553.203.127.42.92.1208860527.squirrel@www.superhero.nl> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard Cc: User Questions 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: Wed, 23 Apr 2008 09:20:45 -0000 Hey, > OK.. if it is running inside your jail it doesnt respond to WINS > broadcasts (request for NETBIOS Names.. oi, who is Machine on this > subnet???), if it is not running in your jail, it is. I wouldn't say "WINS broadcasts" but NetBIOS broadcasts, yes. "Machine" is jailed Samba 3 server - I want it to be accessible from Windows machines via \\Machine. But it is not unless I put it out of jail (or turn on WINS in smb.conf and enter the WINS server IP into Windows clients). Windows machines don't have the WINS server set - I don't want to use WINS server capability of Samba (nor of any other server on the network). > So, what are your settings for master (local, domain and wins)? wins support = no local master = yes domain master = yes preferred master = yes > can you do a ping to machine? Can it be resolved? C:\Users\Nejko.DOMAIN>ping freebsd Ping request could not find host freebsd. Please check the name and try again. C:\Users\Nejko.DOMAIN>ping 192.168.15.201 Pinging 192.168.15.201 with 32 bytes of data: Reply from 192.168.15.201: bytes=32 time<1ms TTL=64 > Can you connect smbclient //ipadres? You mean \\192.168.15.201. Yes. > Do you see the smb client listening on the machines virtual ip? You mean smb server - yes: root smbd 1436 18 tcp4 192.168.15.201:445 *:* root smbd 1436 19 tcp4 192.168.15.201:139 *:* root nmbd 1430 6 udp4 192.168.15.201:137 *:* root nmbd 1430 7 udp4 192.168.15.201:138 *:* root nmbd 1430 8 udp4 192.168.15.201:137 *:* root nmbd 1430 9 udp4 192.168.15.201:138 *:* > in case the above work for you it is all about name resolution. > # man smbclient > Read the first paragraph of servicename on servername resolution. I know it is all about network resolution. But the question is how to convince a jailed Samba to reply to NetBIOS broadcasts. I can't find this in any manual. Thanks, Nejc