From owner-freebsd-doc@FreeBSD.ORG Mon Apr 6 10:35:26 2009 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60206106578E for ; Mon, 6 Apr 2009 10:35:25 +0000 (UTC) (envelope-from francodelnorte@gmail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id 0155B8FC19 for ; Mon, 6 Apr 2009 10:35:24 +0000 (UTC) (envelope-from francodelnorte@gmail.com) Received: by fxm11 with SMTP id 11so1766892fxm.43 for ; Mon, 06 Apr 2009 03:35:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=SDOLrMLZyMFAdttEiZuXhpApDHGiNXOsdq3fxjR6NR8=; b=gWRsjTgL/RbgjMdm1eKDms4SUwPOGJg2zQuPRskMBRKFTdiGcP3SeTuStYcKhNmGpH Gl1VLBtZGhadxO4B0EnFUJVeUUWpg0Z6A5AKLnu/gr9TuNrafhwjQITljf25ofQ/jS74 NBrc1jnGX0RlBSV0Bnime2Br4l4qSxn4wJLvU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=JiHdClpzz0DLGZiZIIdVzQ5fUZvF9iOmhBsfvkm8rGht+ZFKWEi+9kjZ2h7kUXew3R UleP6aK6aauTmx3NCS0cLnb7JRZDpU3JZ7k4cc9O2h5gStDc17jlVqtW6DQ6fC1t29BI pzt4bCfBS5I2M2NwBP+H2qqPvcjDmVxQwPisY= MIME-Version: 1.0 Sender: francodelnorte@gmail.com Received: by 10.223.121.6 with SMTP id f6mr3590642far.77.1239014124067; Mon, 06 Apr 2009 03:35:24 -0700 (PDT) In-Reply-To: <20090405195029.GA1050@arthur.nitro.dk> References: <10d649ed0904050911g7d8f7a8bo8cac25d48b3ac79a@mail.gmail.com> <20090405195029.GA1050@arthur.nitro.dk> Date: Mon, 6 Apr 2009 12:35:24 +0200 X-Google-Sender-Auth: 8c152f6bd00a21f6 Message-ID: <10d649ed0904060335g6e29402bodd70f239ceaa7fda@mail.gmail.com> From: oiu-173b3@myamail.com To: "Simon L. Nielsen" X-Mailman-Approved-At: Mon, 06 Apr 2009 11:37:51 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-doc@freebsd.org Subject: Re: handbook 15.4 (jails) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2009 10:35:27 -0000 On Sun, Apr 5, 2009 at 9:50 PM, Simon L. Nielsen wrote: > On 2009.04.05 18:11:34 +0200, oiu-173b3@myamail.com wrote: > > > I've just started to play with FreeBSD and want to comment that the > handbook > > is absolutely super and have provided me a great help! I'm very grateful > for > > your effort. I just wanted to point out that section 15.4 forgets to > mention > > to set the rc.conf option "jail_myjail_interface" when setting up jails. > > I don't think it forgets to set it as it's not required, and at least > some (me included) think using jail_foo_interface is a bad idea as it > has some non-obvious side-effects, and the issue is better handled by > just "manually" setting up aliases on the required itnerfaces. > Sorry, I wasn't aware of this. Now that you've mentioned it, I've found some mail archive discussions. > That said, from a quick look you seem to be correct that the section > the jail chapter doesn't seem to mention how to handle the IP address > used by the jail, which it probably should. > Yeh, some best practices guidance on this in the handbook would be great! Frank