From owner-freebsd-net@FreeBSD.ORG Mon Mar 20 01:23:36 2006 Return-Path: X-Original-To: net@freebsd.org Delivered-To: freebsd-net@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EE1016A400 for ; Mon, 20 Mar 2006 01:23:36 +0000 (UTC) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F30643D45 for ; Mon, 20 Mar 2006 01:23:36 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [192.168.2.4]) ([10.251.60.61]) by a50.ironport.com with ESMTP; 19 Mar 2006 17:23:37 -0800 Message-ID: <441E0415.2040908@elischer.org> Date: Sun, 19 Mar 2006 17:23:33 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.11) Gecko/20050727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: net@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: multiple routing tables X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2006 01:23:36 -0000 I'm looking at a problem where I want onemachine to really look like 2. this means I want to have 2 separate routing tables if possible. I know I could do it with eas if I could user Marco Zec's vimage patches but I need to have a path forward to 6.x and beyond An answer would be to re-implement vimage for newer versions of FreeBSD but it's a bit of overkill and I was wondering if anyone had done anything in this direction? Basically just allowing a jail to specify a different routing table would be enough....