From owner-freebsd-questions@FreeBSD.ORG Mon May 14 18:16:23 2007 Return-Path: X-Original-To: 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 57E2316A402 for ; Mon, 14 May 2007 18:16:23 +0000 (UTC) (envelope-from sosa@dambala.net) Received: from mail.dambala.net (19.Red-80-32-97.staticIP.rima-tde.net [80.32.97.19]) by mx1.freebsd.org (Postfix) with ESMTP id 06C2B13C4D0 for ; Mon, 14 May 2007 18:16:22 +0000 (UTC) (envelope-from sosa@dambala.net) Received: from amavis.dmb.corp (mail [192.168.1.105]) by mail.dambala.net (Postfix) with ESMTP id DF8EA129344A for ; Mon, 14 May 2007 19:25:16 +0200 (CEST) X-Virus-Scanned: amavisd-new at dmb.corp Received: from mail.dambala.net ([192.168.1.105]) by amavis.dmb.corp (amavis.dmb.corp [192.168.1.105]) (amavisd-new, port 10024) with LMTP id KZojIfEsiIkh for ; Mon, 14 May 2007 19:24:11 +0200 (CEST) Received: from [127.0.0.1] (satelite.dmb.corp [192.168.1.82]) by mail.dambala.net (Postfix) with ESMTP id BCB941293431 for ; Mon, 14 May 2007 19:24:08 +0200 (CEST) Message-ID: <4648A08F.8030304@dambala.net> Date: Mon, 14 May 2007 19:46:55 +0200 From: Juan Sosa User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 000740-0, 13/05/2007), Outbound message X-Antivirus-Status: Clean Cc: Subject: Make a jail visible on different networks 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, 14 May 2007 18:16:23 -0000 I have a freebsd server (192.168.1.5) running a NATed jail (192.168.1.10). I set up mpd4 on this server in order to allow M$ clients access our 10.5.1.0/24 vpn. Since jails canīt have more than one ip address, is there a way to make 192.168.1.10 visible to the 10.5.1.0/24 network without changing the jail ip address? Summarizing, I need to have my jail serving in both LAN and VPN networks. Any suggestions? Thanks in advance, Juan Sosa