From owner-freebsd-questions@FreeBSD.ORG Tue Dec 5 18:15:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CDB4216A407 for ; Tue, 5 Dec 2006 18:15:32 +0000 (UTC) (envelope-from vdemart1@tin.it) Received: from vsmtp14.tin.it (vsmtp14.tin.it [212.216.176.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 599AF43CBA for ; Tue, 5 Dec 2006 18:14:51 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from [10.155.100.8] (82.53.166.11) by vsmtp14.tin.it (7.2.072.1) (authenticated as vdemart1@tin.it) id 457089880017CE6E for freebsd-questions@freebsd.org; Tue, 5 Dec 2006 19:15:29 +0100 From: vittorio To: freebsd-questions@freebsd.org Date: Tue, 5 Dec 2006 19:15:05 +0000 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612051915.05961.vdemart1@tin.it> Subject: jail & 127.0.0.x howto 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: Tue, 05 Dec 2006 18:15:32 -0000 Under freebsd 6.1 I set up an apache 2.0 server in a jail working on fxp0 10.155.1.10 and aliased as 10.155.1.11. It works like a charme. Now while IP 10.155.1.10 is a fixed IP address I've been assigned by my office network administrator (it is also in the office DNS) the aliased IP address, 10.155.1.11, is an abuse of mine just for the sake of trying if the jail worked. Because I'm entitled to have ** one** fixed IP only, I wonder how I can use the 127.0.0.x adddresses to setup the jail for apache, as I found suggested, better "hinted", googling. A step by step example would be very helpful. How to set up the jail using the internal addresses? Ciao Vittorio