From owner-freebsd-questions Thu Sep 20 12: 8:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from amsfep15-int.chello.nl (amsfep15-int.chello.nl [213.46.243.27]) by hub.freebsd.org (Postfix) with ESMTP id 45DA537B41C for ; Thu, 20 Sep 2001 12:08:39 -0700 (PDT) Received: from none ([24.132.6.244]) by amsfep15-int.chello.nl (InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with SMTP id <20010920190543.JBBS12294.amsfep15-int.chello.nl@none> for ; Thu, 20 Sep 2001 21:05:43 +0200 Message-ID: <001f01c14207$4fe38680$f4068418@a2000.nl> From: "Maarten Koopmans" To: Subject: jail with two IP addresses Date: Thu, 20 Sep 2001 21:06:06 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I want to jail a webserver on a box with two NICs. One Internet domain and one DMZ. In the DMZ there are application servers that connect to the webserver box using NIC2, while the webserver serves on NIC1. I'd like to use the jail facilitity, but I read that it only allows one IP address for incoming and outgoing connections. So it seems that I cannot use jail. Is this correct? What about localhost? Can two jailed processes (in different jails) connect to each other using localhost? I have the feeling they can't but I can't find a definitive no in the docs. Thanks, Maarten Koopmans To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message