From owner-freebsd-ipfw@FreeBSD.ORG Tue Apr 8 16:47:04 2008 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43D3C106566B for ; Tue, 8 Apr 2008 16:47:04 +0000 (UTC) (envelope-from ap@bnc.net) Received: from bis.bonn.org (www.bis.bonn.org [217.110.117.102]) by mx1.freebsd.org (Postfix) with ESMTP id D40DA8FC23 for ; Tue, 8 Apr 2008 16:47:03 +0000 (UTC) (envelope-from ap@bnc.net) X-Junk-Score: 2 [X] X-SpamCatcher-Score: 2 [X] X-Junk-Score: 0 [] X-Cloudmark-Score: 0 [] Received: from [194.39.192.125] (account bnc-mail@mailrelay.mailomat.net HELO bnc.net) by bis.bonn.org (CommuniGate Pro SMTP 5.2c4) with ESMTPSA id 10463061; Tue, 08 Apr 2008 17:49:11 +0200 X-SpamCatcher-Score: 2 [X] Received: from [194.39.192.247] (account ap HELO hyperion.bnc.net) by bnc.net (CommuniGate Pro SMTP 5.2.0) with ESMTPSA id 3101763; Tue, 08 Apr 2008 17:46:51 +0200 Message-Id: <1E82FE2D-720A-4549-B3CF-F7E766D28327@bnc.net> From: Achim Patzner To: John Mok In-Reply-To: <47FB8135.1040300@attglobal.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Tue, 8 Apr 2008 17:46:49 +0200 References: <47FB8135.1040300@attglobal.net> X-Mailer: Apple Mail (2.919.2) Cc: freebsd-ipfw@freebsd.org Subject: Re: Multihome policy routing X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2008 16:47:04 -0000 Am 08.04.2008 um 16:29 schrieb John Mok: > > My question is when FreeBSD can setup two routing tables and do > something like Linux as follows :- > > ip route add default nexthop via 61.1.1.1 dev em1 table T1 > ip route add default nexthop via 10.144.1.254 dev em0 table T2 Use ipfw fwd. And feel happy about the fact it's not Mac OS - they just broke that. Achim