From owner-freebsd-stable@FreeBSD.ORG Tue Oct 28 18:07:36 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7A3E1065679 for ; Tue, 28 Oct 2008 18:07:36 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id AA5F48FC19 for ; Tue, 28 Oct 2008 18:07:36 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from [127.0.0.1] (localhost [IPv6:::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: imb) by sarah.protected-networks.net (Postfix) with ESMTPSA id D799360D3; Tue, 28 Oct 2008 14:07:34 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1225217255; bh=63x8U+i1VfY6jn m6GGojfZNjdF/SwuF8WyB3GOLusLg=; h=Message-ID:Date:From:MIME-Version: To:CC:Subject:References:In-Reply-To:Content-Type: Content-Transfer-Encoding; b=py8L3Ugd0lkIXQljpv3xdN1DK5c/RHVyR/Vuj C91zYTcPSm2CuwzRy3zYfZm7r4iZ+upccnPU5BShGsd6F7o1UIdVgyQrZyqG9i/ry6q j8pQGZGJhFwdNvntgcYmG7FC DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=UAd3HBVJGweHWcQ0oFO/CLAFvnJ7OjVw3HxJKUDhRl0JDjqQZgwjC9a+OsiNRS5EU AqTKVeICaObsQyLV66hpz5A7i2TKuLrtgI2qkOA73yBi27LxCQmS5nrkQ3+ycNT Message-ID: <490754D5.8050202@protected-networks.net> Date: Tue, 28 Oct 2008 14:07:17 -0400 From: Michael Butler User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Lorenzo Perone References: <487086DA-4514-44E7-AB9F-F1D98C652980@yellowspace.net> In-Reply-To: <487086DA-4514-44E7-AB9F-F1D98C652980@yellowspace.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: 7.x and multiple IPs in jails X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2008 18:07:37 -0000 Lorenzo Perone wrote: > Hi, there's a patch by Bjoern A.Zeeb, available at > http://people.freebsd.org/~bz/bz_jail7-20080920-01-at150161.diff > > which succeeds and works well with 7.1-PRERELEASE currently. > I had similar issues to solve and patched several hosts > with it, so far with success. > > Bjoern has made an excellent work in patching all > relevant parts, so you'll be able to use the stock > rc.d/jail script as well as having an updated manpage > and a jls -v which shows all the IPs while preserving > compatibility with scripts making assumptions on > the usual jls output. > > Please see the freebsd-jail mailing list archives of > the last weeks and months for more info. > > I hope very much that these patches will be included > officially in RELENG_7 soon. This seems to imply that, at last, IPv6 addresses can be used in jails - is that true? Michael