From owner-freebsd-questions@FreeBSD.ORG Mon Mar 22 14:25:26 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEDFD1065670 for ; Mon, 22 Mar 2010 14:25:26 +0000 (UTC) (envelope-from bsam@ns.kfs.ru) Received: from ns.kfs.ru (kfs.kfs.ru [194.186.81.194]) by mx1.freebsd.org (Postfix) with ESMTP id 623448FC0C for ; Mon, 22 Mar 2010 14:25:25 +0000 (UTC) Received: from bsam by ns.kfs.ru with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1NtiZE-0002mb-TT; Mon, 22 Mar 2010 17:25:20 +0300 To: Aiza References: <4BA5AA53.5030503@comclark.com> From: Boris Samorodov Date: Mon, 22 Mar 2010 17:25:20 +0300 In-Reply-To: <4BA5AA53.5030503@comclark.com> (Aiza's message of "Sun\, 21 Mar 2010 13\:10\:43 +0800") Message-ID: <88406719@serv3.int.kfs.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" Cc: FreeBSD Questions Subject: Re: ezjail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2010 14:25:26 -0000 Aiza writes: > Now I would like to play with jails. One for postfix, apache, and ftp. > My reading of EZJAIL and the jails section of the handbook lead me to > believe I need a unique IP address for each jail. Is that correct? No. As long as you use different ports for different jails/services you may use one ip-address for those jails: ----- % jls JID IP Address Hostname Path 1 192.168.100.10 ftp.xxx.ru /jails/ftp.xxx.ru 2 192.168.100.10 mx.xxx.ru /jails/mx.xxx.ru 3 192.168.100.10 http.xxx.ru /jails/http.xxx.ru ----- -- WBR, bsam