From owner-freebsd-questions@FreeBSD.ORG Wed Jul 21 10:27:58 2010 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 176561065670 for ; Wed, 21 Jul 2010 10:27:58 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 972698FC1E for ; Wed, 21 Jul 2010 10:27:57 +0000 (UTC) Received: by fxm13 with SMTP id 13so3742979fxm.13 for ; Wed, 21 Jul 2010 03:27:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=qh/ebBpXTeIoBJn3ZLyajNKBVvS+33tZ0oGjjOfgA2w=; b=WP2P2R+JhoWvvp+wm77TyF+0cJ7GddgUhEi0peKKxcd6OJEwae2KitW+i0tKSZho7f 8/6NfUKf5wFlrvQ0RID2Ely9cTAtFLGRMmuaF4kg8PE4/jF/hOPSvDmz8KrExQ3JU0DE /TO7PAy9UW0RJzbZKXlifKQdvB6Au9NiN5p6I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=xYK9OK1J0h9pFJe0EGR6GGZuccVnucYRwDZrhh4ZqOruyjMhkp4kS7cR/xJ6WC/kQ1 7TsFHj6oSQZTkXo9eZ3ckaJH23iAGO786MQqJBpRDLh6WkxFKbWuLJLgqLY1dIii2h+d Yhbjgk2t8kZcg0+z9dZobSSBddfGC2H/LbcWI= MIME-Version: 1.0 Received: by 10.239.189.67 with SMTP id s3mr197572hbh.124.1279708076449; Wed, 21 Jul 2010 03:27:56 -0700 (PDT) Received: by 10.239.160.201 with HTTP; Wed, 21 Jul 2010 03:27:56 -0700 (PDT) In-Reply-To: <4C46C20B.9000602@comclark.com> References: <4C452644.6060508@comclark.com> <20100720134205.3168f4f1@scorpio> <4C45EA1C.6070601@comclark.com> <20100720153209.74ec26e6@scorpio> <4C45FCE1.7010006@comclark.com> <20100720163651.0daf727d@scorpio> <4C46BAAD.5000507@unsane.co.uk> <4C46C20B.9000602@comclark.com> Date: Wed, 21 Jul 2010 11:27:56 +0100 Message-ID: From: krad To: Aiza Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, Vincent Hoffman Subject: Re: new jail utility is available. announcement. 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, 21 Jul 2010 10:27:58 -0000 On 21 July 2010 10:46, Aiza wrote: > >> i have only done preliminary tinkering and it looks ok so far (i did have >> to >> pre bind the jail ip). Might have to find a box to put freebsd 9 on and >> see >> how it works with the network stack virtualization. >> > > Please explain what you mean by pre-bind the jail ip address. I think you > skipped over the create command -n option. > Thanks, doing the following works nicely qjail create -I -i -s 10m -n age0 test 192.168.210.86 Might be worth updating the create examples as the -n option isnt mentioned there, and as a result I can see this same issue cropping up a lot in the future.