From owner-freebsd-questions@FreeBSD.ORG Fri Feb 27 08:06:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DCBE16A4CE for ; Fri, 27 Feb 2004 08:06:10 -0800 (PST) Received: from ipfw.net (c-24-98-133-23.atl.client2.attbi.com [24.98.133.23]) by mx1.FreeBSD.org (Postfix) with SMTP id E639243D1D for ; Fri, 27 Feb 2004 08:06:09 -0800 (PST) (envelope-from ag@ipfw.net) Received: (qmail 79944 invoked from network); 27 Feb 2004 16:05:34 -0000 Received: from localhost (HELO bass.servebeer.com) (127.0.0.1) by 0 with SMTP; 27 Feb 2004 16:05:34 -0000 Received: from localhost (ag@localhost)i1RG5XO1079940 for ; Fri, 27 Feb 2004 11:05:34 -0500 (EST) X-Authentication-Warning: bass.servebeer.com: ag owned process doing -bs Date: Fri, 27 Feb 2004 11:05:33 -0500 (EST) From: Adam Gardner X-X-Sender: ag@bass.servebeer.com To: freebsd-questions@freebsd.org Message-ID: <20040227105951.P8171@bass.servebeer.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: FreeBSD 4.9 Multiple Ips in jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 16:06:10 -0000 Hey all, I've been researching this for a while and have come to a dead end. Hopefully someone can help me out here. I'm trying to get multiple ip's working in jail on a 4.9 machine. I have applied the mijail2.diff patch from jailnotes.cg.nu/zcripts/ and it applied correctly. I did make buildworld and make installworld (was upgrading anyways), but when I run the new jail binary I get the following error: jail: jail: Invalid argument I ran the following: /> jail /jail/hostname.com hostname.com ip1,ip2 /bin/sh /etc/rc Has anyone else seen this issue or could possible point me in the right direction? Thanks. ag