From owner-freebsd-net@FreeBSD.ORG Thu Jun 29 03:09:06 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 810AF16A4B3 for ; Thu, 29 Jun 2006 03:09:06 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8668A4511F for ; Thu, 29 Jun 2006 02:40:35 +0000 (GMT) (envelope-from chrcoluk@gmail.com) Received: by py-out-1112.google.com with SMTP id t32so67212pyc for ; Wed, 28 Jun 2006 19:40:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AWXBWNVr4Xax7UjJQ8ciDNgDLrVAXvt/02JilKoWhIBQAI6rFV6zKxEfeuqzAEDDRMh97go7U/L0W6BAWLhitRg9bPrAzlDpLQhyvmCzylVBmfWn6wcg1OEXXGP8sppjHVQVnmdNb8WYZBiIJf7RK7Xo7a05EYuLjsYuOKpegBQ= Received: by 10.35.18.18 with SMTP id v18mr946036pyi; Wed, 28 Jun 2006 19:40:33 -0700 (PDT) Received: by 10.35.36.18 with HTTP; Wed, 28 Jun 2006 19:40:33 -0700 (PDT) Message-ID: <3aaaa3a0606281940k63c77ebfga84a854b2cd4ed84@mail.gmail.com> Date: Thu, 29 Jun 2006 03:40:33 +0100 From: Chris To: "Phil Regnauld" In-Reply-To: <20060628103949.GJ2005@catpipe.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060628103238.GA815@genius.tao.org.uk> <20060628103949.GJ2005@catpipe.net> Cc: freebsd-net@freebsd.org Subject: Re: Multiple IP addresses in a jail. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2006 03:09:06 -0000 On 28/06/06, Phil Regnauld wrote: > Josef Karthauser (joe) writes: > > Hi, > > > > I've got a jail on a machine running some web stuff and I need to add a > > second SSL web site to it. This would mean binding another IP address > > to the jail. Has anyone got a work around for this? > > Yes, use Pawel's patches: > > http://people.freebsd.org/~pjd/patches/jail_2006012001.patch > > Older readme here: > > http://garage.freebsd.pl/mijail5.README > > these patches have been around a while, any reason why its not been ported to the base code? seems a trivial function to have, single ip jail is very limiting. thanks Chris