From owner-freebsd-questions@FreeBSD.ORG Thu Apr 3 21:27:27 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 56297106566C for ; Thu, 3 Apr 2008 21:27:27 +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 018C68FC18 for ; Thu, 3 Apr 2008 21:27:26 +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 99A5A24AA7B for ; Thu, 3 Apr 2008 23:27:24 +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 30092-06 for ; Thu, 3 Apr 2008 23:27:17 +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 A92BC24AA71 for ; Thu, 3 Apr 2008 23:27:17 +0200 (CEST) Message-ID: <47F54BB3.1080801@skoberne.net> Date: Thu, 03 Apr 2008 23:27:15 +0200 From: =?ISO-8859-2?Q?Nejc_=A9koberne?= User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard Subject: 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: Thu, 03 Apr 2008 21:27:27 -0000 Hello, I am trying to get latest Samba running under FreeBSD 7.0 jail environment. I happen to have problems with "visibility" of the Samba server on the network - I cannot connect to it using its NetBIOS name. To be able to run nmbd, I have to use the "interfaces" parameter in smb.conf like this: interfaces = 192.168.1.2/24 127.0.0.1 If I don't set this, nmbd fails to run (it says it cannot find interfaces). However, if I try the identical configuration on a "non-jailed" Samba (on a FreeBSD 6.2 though) it runs seamlessly - I can connect to it from another box by running "smbclient //server/share". Is there any way to make NetBIOS work for jailed Samba server on FreeBSD 7.0? Thanks, Nejc