From owner-freebsd-hackers@FreeBSD.ORG Mon Dec 12 21:09:32 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 7099416A41F for ; Mon, 12 Dec 2005 21:09:32 +0000 (GMT) (envelope-from oxy@field.hu) Received: from dumballah.tvnet.hu (dumballah.tvnet.hu [195.38.96.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9D5E43D82 for ; Mon, 12 Dec 2005 21:09:18 +0000 (GMT) (envelope-from oxy@field.hu) Received: from localhost (localhost.localdomain [127.0.0.1]) by dumballah.tvnet.hu (Postfix) with ESMTP id C9B471018A5 for ; Mon, 12 Dec 2005 22:09:13 +0100 (CET) Received: from dumballah.tvnet.hu ([127.0.0.1]) by localhost (dumballah.tvnet.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25985-34 for ; Mon, 12 Dec 2005 22:09:13 +0100 (CET) Received: from oxy (dsl195-38-110-3.pool.tvnet.hu [195.38.110.3]) by dumballah.tvnet.hu (Postfix) with SMTP id 783F11017F3 for ; Mon, 12 Dec 2005 22:09:13 +0100 (CET) Message-ID: <000a01c5ff60$4e2a3760$0201a8c0@oxy> From: "OxY" To: References: <000f01c5ff45$9abde650$0201a8c0@oxy> <20051212210403.GA93277@dev.codelounge.co.za> Date: Mon, 12 Dec 2005 22:09:13 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Virus-Scanned: by amavisd-new at tvnet.hu Subject: Re: jailctl with multiple ip per jail X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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:09:32 -0000 i think i can define other jails with this, am i wrong? ----- Original Message ----- From: "wiqd" To: "OxY" Cc: Sent: Monday, December 12, 2005 10:04 PM Subject: Re: jailctl with multiple ip per jail > 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