From owner-freebsd-questions@FreeBSD.ORG Tue Aug 2 15:14:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9865516A41F for ; Tue, 2 Aug 2005 15:14:36 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (sigma.octantis.com.au [207.44.188.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1145F43D4C for ; Tue, 2 Aug 2005 15:14:35 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 16850 invoked from network); 3 Aug 2005 01:14:35 +1000 Received: from 203-173-32-215.dyn.iinet.net.au (HELO ?192.168.13.3?) (203.173.32.215) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 Aug 2005 01:14:35 +1000 Message-ID: <42EF8DD6.8090607@meijome.net> Date: Wed, 03 Aug 2005 01:14:30 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: jails - How to bind amd / portmap to a specific IP 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, 02 Aug 2005 15:14:36 -0000 Hi, FreeBSD 4.11 I'm building a jail. The host has amd running and it's listening on *:[several ports], but i'm not interested in also listening on the jail's IP. where do I tell amd to bind only to host_IP rather than 0.0.0.0 . what about portmap? (same problem) thanks!! beto