From owner-freebsd-hackers@FreeBSD.ORG Mon Dec 12 21:04:41 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org 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 5D76F16A41F for ; Mon, 12 Dec 2005 21:04:41 +0000 (GMT) (envelope-from lists@codelounge.co.za) Received: from wiqd.gotdns.org (c1-25-2.nngy.isadsl.co.za [196.209.17.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8192E43D4C for ; Mon, 12 Dec 2005 21:04:38 +0000 (GMT) (envelope-from lists@codelounge.co.za) Received: from dev.codelounge.co.za (localhost [127.0.0.1]) by wiqd.gotdns.org (8.13.4/8.13.3) with ESMTP id jBCL452S093439; Mon, 12 Dec 2005 23:04:05 +0200 (SAST) (envelope-from lists@codelounge.co.za) Received: (from wiqd@localhost) by dev.codelounge.co.za (8.13.4/8.13.3/Submit) id jBCL43xb093438; Mon, 12 Dec 2005 23:04:03 +0200 (SAST) (envelope-from lists@codelounge.co.za) X-Authentication-Warning: dev.codelounge.co.za: wiqd set sender to lists@codelounge.co.za using -f Date: Mon, 12 Dec 2005 23:04:03 +0200 From: wiqd To: OxY Message-ID: <20051212210403.GA93277@dev.codelounge.co.za> References: <000f01c5ff45$9abde650$0201a8c0@oxy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000f01c5ff45$9abde650$0201a8c0@oxy> User-Agent: mutt-ng/devel-r535 (FreeBSD) Cc: freebsd-hackers@freebsd.org Subject: Re: jailctl with multiple ip per jail X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-hackers@freebsd.org List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2005 21:04:41 -0000 On Mon, Dec 12, 2005 at 06:58:06PM +0100, OxY wrote: >hi! > >i have a little problem with jailctl, (sorry if it's not the right maillist, dunno where should i ask it) > >my question is can i use jailctl with two or more ip/jail or not? > >in the jails.conf i have to add hostname:ipaddress per jail, and wonder >if i could make it work with other ip addresses... hi there, yes just add them all, seperated with a space. Example: # List the names of all your jails here JAILS="host1.domain.tld:192.168.1.20 host2.domain.tld:192.168.1.21 host3.domain.tld:192.168.1.22" > >thanks for your help! Hope it does help :) Greg