From owner-freebsd-hackers@FreeBSD.ORG Wed Dec 8 13:09:20 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B946316A4CE for ; Wed, 8 Dec 2004 13:09:20 +0000 (GMT) Received: from smtpq3.home.nl (smtpq3.home.nl [213.51.128.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 797E743D53 for ; Wed, 8 Dec 2004 13:09:20 +0000 (GMT) (envelope-from dodell@sitetronics.com) Received: from [213.51.128.133] (port=37395 helo=smtp2.home.nl) by smtpq3.home.nl with esmtp (Exim 4.30) id 1Cc1ZH-0003Bz-AI; Wed, 08 Dec 2004 14:09:19 +0100 Received: from cc740438-a.deven1.ov.home.nl ([82.75.136.183]:4570 helo=[192.168.1.42]) by smtp2.home.nl with esmtp (Exim 4.30) id 1Cc1ZF-0004hY-Tm; Wed, 08 Dec 2004 14:09:17 +0100 Message-ID: <41B6FCFD.9050608@sitetronics.com> Date: Wed, 08 Dec 2004 14:09:17 +0100 From: "Devon H. O'Dell" User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris Howells References: <1102494204.1072.278.camel@work.gusalmighty.com> <200412080856.10196.howells@kde.org> In-Reply-To: <200412080856.10196.howells@kde.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean cc: freebsd-hackers@freebsd.org Subject: Re: Multiple IPs in jail X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 13:09:20 -0000 Chris Howells wrote: > On Wednesday 08 December 2004 08:23, Justin Hopper wrote: > >>1) Is there any formal plans to incorporate the functionality of jails >>binding multiple IPs into the FreeBSD base any time soon? > > > 'ifconfig alias' Please, people, read his question. Into JAILS. When you attempt to add an alias into a jail: j02# ifconfig fxp0 alias 192.168.2.1 ifconfig: ioctl (SIOCAIFADDR): permission denied Thanks. --Devon