Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2007 19:44:03 +0100 (CET)
From:      Wojciech Puchar <wojtek@3miasto.net>
To:        Mark Messier <mark@messier.com>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: per-interface default routes?
Message-ID:  <20070314194222.O13133@chylonia.3miasto.net>
In-Reply-To: <64CD631E-C04C-498E-A71D-208287D5511D@messier.com>
References:  <64CD631E-C04C-498E-A71D-208287D5511D@messier.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070314194222.O13133>