Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2002 22:36:08 -0700
From:      "Crist J. Clark" <crist.clark@attbi.com>
To:        Nick Rogness <nick@rogness.net>
Cc:        John Resnier <john_resnier@yahoo.com>, freebsd-ipfw@FreeBSD.ORG
Subject:   Re: Policy routing using IPFW for multiple ISP's
Message-ID:  <20020827053607.GB4732@blossom.cjclark.org>
In-Reply-To: <20020826145304.F31482-100000@skywalker.rogness.net>
References:  <20020826194547.67628.qmail@web40312.mail.yahoo.com> <20020826145304.F31482-100000@skywalker.rogness.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 26, 2002 at 02:59:59PM -0600, Nick Rogness wrote:
> On Mon, 26 Aug 2002, John Resnier wrote:
> 
> > Hey Crist
> >
> > Thanks for your help. Only reason why I didn't do it with a route is
> > that I wanted ipfw to forward on the app layer.  Ideally, I would like
> > to have all web traffic destined for the 66.25.xx.0/24 range to go out
> > the DSL Gateway but the rest of the web traffic go out the Cable
> > connection.

<pedantic>You mean forward at the transport layer.</pedantic>

> > The example I provided did not show all that information
> > because I wanted to get this problem solved first. Any examples you
> > would have on how to accomplish this would be awesome!!
> 
> 
> 	# set next-hop address for packets leaving the ed0 interface
> 	# to the DSL gateway address
> 	fwd 199.185.xx.xx tcp from any to 66.25.xx.0/24 80 out via ed0
> 
> 	Also, make sure nat is working properly on rl0 interface and turn
> 	on logging to help you debug (both in natd and ipfw).  What you
> 	have below looks as if it should work ok.

I don't think that will do what he wants. You'll get asymetric routing
in this case. The packet will go to the 199.185.xx.xx gateway and out
that way, but it will come back the other way since it will have a
source address on 24.86.xx.xx. In fact, it's quite possible that the
DSL ISP will drop packets with a source address that doesn't belong to
them.
-- 
Crist J. Clark                     |     cjclark@alum.mit.edu
                                   |     cjclark@jhu.edu
http://people.freebsd.org/~cjc/    |     cjc@freebsd.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ipfw" in the body of the message




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