From owner-freebsd-questions@FreeBSD.ORG Wed Mar 14 18:54:50 2007 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 0ABA316A40E for ; Wed, 14 Mar 2007 18:54:50 +0000 (UTC) (envelope-from wojtek@3miasto.net) Received: from chylonia.3miasto.net (chylonia.3miasto.net [83.12.228.78]) by mx1.freebsd.org (Postfix) with ESMTP id 4A75A13C44B for ; Wed, 14 Mar 2007 18:54:49 +0000 (UTC) (envelope-from wojtek@3miasto.net) Received: from chylonia.3miasto.net (localhost [127.0.0.1]) by chylonia.3miasto.net (8.13.8/8.13.4) with ESMTP id l2EIi4Tn014007; Wed, 14 Mar 2007 19:44:04 +0100 (CET) (envelope-from wojtek@3miasto.net) Received: from localhost (wojtek@localhost) by chylonia.3miasto.net (8.13.8/8.13.4/Submit) with ESMTP id l2EIi4Gn014004; Wed, 14 Mar 2007 19:44:04 +0100 (CET) (envelope-from wojtek@3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Wed, 14 Mar 2007 19:44:03 +0100 (CET) From: Wojciech Puchar To: Mark Messier In-Reply-To: <64CD631E-C04C-498E-A71D-208287D5511D@messier.com> Message-ID: <20070314194222.O13133@chylonia.3miasto.net> References: <64CD631E-C04C-498E-A71D-208287D5511D@messier.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Mailing List Subject: Re: per-interface default routes? 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: Wed, 14 Mar 2007 18:54:50 -0000 > and packets sourced from the > netB IP address go out the netB physical interface. > > That is, I want per-interface default routes > (is this the correct term?). > > How do I do this? > using ipfw rule example: add xxx fwd router_for_a_link all from outgoing_address/range to any please learn at least ipfw first if you didn't do already.