From owner-freebsd-questions@FreeBSD.ORG Fri Aug 1 10:51:50 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C60EA106567A for ; Fri, 1 Aug 2008 10:51:50 +0000 (UTC) (envelope-from reddvinylene@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.188]) by mx1.freebsd.org (Postfix) with ESMTP id 4F2038FC15 for ; Fri, 1 Aug 2008 10:51:49 +0000 (UTC) (envelope-from reddvinylene@gmail.com) Received: by mu-out-0910.google.com with SMTP id i2so700009mue.3 for ; Fri, 01 Aug 2008 03:51:48 -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=pAmJjHXIEplFp093VtZUbthB87CHBZuPA7qL5wxcBJc=; b=O+RL6mLat56xMBONsQB4kEPI/EnAKMi04hXMihlK2/GZkq4jiP2AlSy72K2IvwUK0+ UHqkl1bqskXz1X8NITqOmH4GUxy7B5+xUMIU97VWVbsxB6DqopteBhFtOR4rCbNbDiOK xXdjF22vW2CYrlOgY+aNharJzWstHfNC1VLS4= 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=qo7AAQScn0QxjLiggtjfIKlsbXBCo46uQSXDlEPQCS4+Qhrk7Alq7ZNqmTWzrM9SOK 8TAcEb2/vnjFnJlt76xNJN/7m22FkJRcnINOpNd06UKEa30Cn/FPa2b6ZznpB5UXCSjm PB/9h9tFBkfO9M4jX+aQqxQ2X3o3Z0SMq+OSA= Received: by 10.103.131.18 with SMTP id i18mr4306012mun.116.1217586296084; Fri, 01 Aug 2008 03:24:56 -0700 (PDT) Received: by 10.103.199.5 with HTTP; Fri, 1 Aug 2008 03:24:56 -0700 (PDT) Message-ID: Date: Fri, 1 Aug 2008 12:24:56 +0200 From: "Redd Vinylene" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Jails and multiple IPs 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: Fri, 01 Aug 2008 10:51:50 -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 Also, under jail_X_ip in rc.conf, must I enter the IPs one by one or can I specify an entire range? Thank you all! Redd Vinylene http://www.home.no/reddvinylene