From owner-freebsd-net@FreeBSD.ORG Mon Oct 4 17:52:46 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D95316A4CE for ; Mon, 4 Oct 2004 17:52:46 +0000 (GMT) Received: from beer.ux6.net (beer.ux6.net [64.62.253.29]) by mx1.FreeBSD.org (Postfix) with SMTP id AFC7F43D54 for ; Mon, 4 Oct 2004 17:52:45 +0000 (GMT) (envelope-from miha@ghuug.org) Received: (qmail 74516 invoked by uid 113); 4 Oct 2004 10:52:45 -0700 Received: from 64.62.253.84 by beer.ux6.net (envelope-from , uid 112) with qmail-scanner-1.23 (clamdscan: 0.70. spamassassin: 2.64. Clear:RC:0(64.62.253.84):SA:0(0.0/6.0):. Processed in 0.686426 secs); 04 Oct 2004 17:52:45 -0000 X-Spam-Status: No, hits=0.0 required=6.0 Received: from unknown (HELO miha.netstream-gh.com) (miha@beer.ux6.net@64.62.253.84) by localhost with SMTP; 4 Oct 2004 10:52:44 -0700 From: "Mikhail P." Organization: Ghana Unix Users Group To: freebsd-net@freebsd.org Date: Mon, 4 Oct 2004 17:52:54 +0000 User-Agent: KMail/1.7 References: <20041004195245.X55461@mail.trueafrican.com> In-Reply-To: <20041004195245.X55461@mail.trueafrican.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410041752.54728.miha@ghuug.org> cc: Joseph Begumisa Subject: Re: Issues with 2 instances of NATD X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: miha@ghuug.org List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2004 17:52:46 -0000 On Monday 04 October 2004 16:53, Joseph Begumisa wrote: > 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 in my configuration. Maybe this will help you - http://lists.freebsd.org/pipermail/freebsd-net/2004-September/005183.html solution is here - http://lists.freebsd.org/pipermail/freebsd-net/2004-October/005197.html looks very identical to your problem. > > Joseph. regards, M.