From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 11:57:59 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 C05B0106566C for ; Wed, 23 Apr 2008 11:57:59 +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 6116A8FC1E for ; Wed, 23 Apr 2008 11:57:59 +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 0E4CE24AA72; Wed, 23 Apr 2008 13:57:57 +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 78435-09; Wed, 23 Apr 2008 13:57:52 +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 32D8124AA71; Wed, 23 Apr 2008 13:57:52 +0200 (CEST) Message-ID: <480F243E.2010302@skoberne.net> Date: Wed, 23 Apr 2008 13:57:50 +0200 From: =?UTF-8?B?TmVqYyDFoGtvYmVybmU=?= User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Hugo Silva , User Questions 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> <480EFF60.3040901@skoberne.net> <57200BF94E69E54880C9BB1AF714BBCB5DDDDC@w2003s01.double-l.local> <480F0C68.9090804@skoberne.net> <480F22F5.5090206@barafranca.com> In-Reply-To: <480F22F5.5090206@barafranca.com> Content-Type: text/plain; charset=UTF-8; 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: Wed, 23 Apr 2008 11:57:59 -0000 Hi, > I'm not sending this message to the list as I've not been following the > discussion; I just skimmed thru it. I hope you don't mind that I sent it to the list too. > I would check too things, a) a firewall (sorry if this has been talked > about, as I said I didn't read it all) or b) enable raw sockets in jails > ( security.jail.allow_raw_sockets=1 ). > > Let me know if b) works, I plan to setup a samba server on ZFS inside a > jail when I return home from my travels. a) I have no firewall whatsoever running. b) FreeBSDhost# sysctl -a | grep raw_sockets security.jail.allow_raw_sockets: 1 Thanks, Nejc