Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 2004 10:14:25 +0200
From:      Ruben de Groot <mail25@bzerk.org>
To:        Joseph Begumisa <begj@trueafrican.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Issues with 2 instances of NATD
Message-ID:  <20041004081425.GA17113@ei.bzerk.org>
In-Reply-To: <20041004103120.W70295@mail.trueafrican.com>
References:  <6FC9F9894A9F8C49A722CF9F2132FC2201F73FEE@ms05.mailstreet2003.net> <20041004103120.W70295@mail.trueafrican.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 04, 2004 at 10:32:35AM +0300, Joseph Begumisa typed:
> On Mon, 4 Oct 2004, Haulmark, Chris wrote:
> 
> >
> >
> >>-----Original Message-----
> >>From: owner-freebsd-questions@freebsd.org
> >>[mailto:owner-freebsd-questions@freebsd.org] On Behalf Of
> >>Joseph Begumisa
> >>Sent: Monday, October 04, 2004 2:26 AM
> >>To: freebsd-questions@freebsd.org
> >>Subject: Issues with 2 instances of NATD
> >>
> >>
> >>I want traffic from one machine on the LAN with ip address
> >>169.254.0.18 to
> >>go out through ISP2 and traffic from the rest of the machines
> >>on the LAN
> >>o go through ISP1.  However, traffic from all machines
> >>including that one
> >>goes through ISP1.  Perhaps I'm missing something. Below is
> >>my setup and
> >>configuration details:
> >
> >This is because of your default route which is assigning all the packets
> >to go through the ISP1.
> 
> i thought about this too.  how then would I go about this to achieve my 
> goal?

I believe you need a firewall rule; something like this:

ipfw add fwd <ip.of.ISP2> ip from 169.254.0.18 to any

Ruben



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