From owner-freebsd-jail@FreeBSD.ORG Fri Aug 1 08:30:09 2008 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F6A91065675 for ; Fri, 1 Aug 2008 08:30:09 +0000 (UTC) (envelope-from reddvinylene@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by mx1.freebsd.org (Postfix) with ESMTP id D90C88FC1A for ; Fri, 1 Aug 2008 08:30:08 +0000 (UTC) (envelope-from reddvinylene@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so1224686fkk.11 for ; Fri, 01 Aug 2008 01:30:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=zwZdMjMFRnM9pJMC+t4El7YO+w1yiBWmRQuVPQkFdcU=; b=tZqIsjlHmzvPd4SLnMCccbpny2DrmvAoDW9fvlxUiUIrIXnZXrgvPo0fW2C/7R6MY8 QPMuRpfLbAoLYGfi//u6dmpzU1uRhDW9iCQ3LbTjohRCBtIuUw+2A1H65ZuxxmYoTVXz eoYtFS9Oj3wDUkNtXYL1ZQKqhM89iJZN9vcZM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=VvbUl/GWiLVYl5cEVO9KauhkL6tvF5xwZHvMgozBwkYGl6fT63Y+yhDgBNwPmrqoXg RPOa9Z7Ic2IAnAJzShO5EpjDGeYwKCNsOsoMuW4gCuvvua5BTND+cDWfFRcS11lRcTWF TEGOvI4QlSDEevrKfSnpFy7Q2NdkMllw1zwFM= Received: by 10.103.247.14 with SMTP id z14mr4273432mur.39.1217577932091; Fri, 01 Aug 2008 01:05:32 -0700 (PDT) Received: by 10.103.199.5 with HTTP; Fri, 1 Aug 2008 01:05:32 -0700 (PDT) Message-ID: Date: Fri, 1 Aug 2008 10:05:32 +0200 From: "Redd Vinylene" To: freebsd-jail@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Multiple IPs X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2008 08:30:09 -0000 Big ups to Bjoern A. Zeeb for his multiple IP patch as well as his friendly support service ;) I'd just like to confirm, however, if this is how it's done? # cd /usr/src # wget http://people.freebsd.org/~bz/bz_jail7-20080727-11-at146062.diff # patch -p6 bz_jail7-20080727-11-at146062.diff # make buildworld # make buildkernel KERNCONF=GENERIC # make installworld # make installkernel KERNCONF=GENERIC # mergemaster -U Now to the jail part (this is exactly how I created the jail in the first place) # export D=/usr/jail/camel # mkdir -p $D # make world DESTDIR=$D # cd etc/ # make distribution DESTDIR=$D # mount -t devfs devfs $D/dev Thank you all! Redd Vinylene http://www.home.no/reddvinylene