From owner-freebsd-stable Sun Oct 29 21:48: 5 2000 Delivered-To: freebsd-stable@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id C6D4B37B479; Sun, 29 Oct 2000 21:47:56 -0800 (PST) Received: from marcs by draenor.org with local (Exim 3.16 #1) id 13q7n5-000ACj-00; Mon, 30 Oct 2000 07:47:27 +0200 Date: Mon, 30 Oct 2000 07:47:27 +0200 From: Marc Silver To: The Hermit Hacker Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Multiple Jail environment(s) on one host ... Message-ID: <20001030074727.P20320@draenor.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from scrappy@hub.org on Sun, Oct 29, 2000 at 11:40:36PM -0400 X-Operating-System: FreeBSD 4.1-STABLE Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, It's my understanding that the chroot's (jails) should run on different IP addresses to that of your base system. For instance, let's say you have three addresses: 192.168.0.10 192.168.0.11 192.168.0.12 192.168.0.10 would be that of your base machine and all it's services, which you should make sure are bound to just that address, and none of the others. The same would apply for your chroots. Their services should also all be running on a seperate dedicated IP address. Cheers, Marc On Sun, Oct 29, 2000 at 11:40:36PM -0400, The Hermit Hacker wrote: > > Morning all ... > > I'm running 4.x-STABLE on a machine, that I have setup two jail > environments over the base system, but the second one is getting the > following "errors" generated: > > Oct 29 22:32:20 mail inetd[97608]: telnet/tcp: bind: Address already in use > Oct 29 22:32:20 mail inetd[97608]: ftp/tcp: bind: Address already in use > > I have portmap disabled in both jail(s) and the base OS, and inetd > bound in the base OS to its IP ... do I have to bind inside of each jail > to? I thought it got bound only to those IPs that were visible, no? > > Hrmmm ... if I do a 'telnet localhost smtp' inside of the second > env, it gets its own sendmail ... if I do a 'ftp localhost', it gets the > ftp server of the first env ... samn thing with telnet, it gets me the > first env ... > > If I add the -a IP option to inetd_flags, I can eliminate the > behaviour ... is this the way its supposed to work? > > Thanks ... > > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message