From owner-freebsd-isp Fri Jul 6 9: 6:27 2001 Delivered-To: freebsd-isp@freebsd.org Received: from obfs.sitesnow.com (ns0.sitesnow.com [63.166.182.130]) by hub.freebsd.org (Postfix) with ESMTP id 151EA37B406 for ; Fri, 6 Jul 2001 09:06:24 -0700 (PDT) (envelope-from gskouby@obfs.sitesnow.com) Received: from gskouby by obfs.sitesnow.com with local (Exim 3.22 #5) id 15IY7b-000Jjo-00 for freebsd-isp@freebsd.org; Fri, 06 Jul 2001 12:06:23 -0400 Date: Fri, 6 Jul 2001 12:06:23 -0400 From: Greg Skouby To: freebsd-isp@freebsd.org Subject: Re: source routing (again) Message-ID: <20010706120623.B75468@sitesnow.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Alright, let me break it down like this. 192.168.1.1 is the gateway address. In my network I can get to it through fxp0 and fxp1. However, out fxp1 is a firewall/bridge that also does content filtering. If the user has signed up for that filtered access I need to assign him a certain IP (I figured that part out) and route his/her traffic out fxp1, through the filtering bridge and to 192.168.1.1. If the user doesn't want filtered access I need to assign an IP out of a different block and route out of fxp0 to 192.168.1.1. That is why I need to be able to specify which interface, not just which next hop for the packet. Any ideas? Thanks. On Fri, Jul 06, 2001 at 08:40:51AM -0700, Tom Samplonius wrote: > > On Fri, 6 Jul 2001, Enriko Groen wrote: > > > > -----Original Message----- > > > From: Greg Skouby [mailto:gskouby@sitesnow.com] > > > > > > Is there a way to specify which interface the traffic should > > > go out of if the address is x.x.x.x? > > > > I tried finding a solution for this to, but I haven't found a clue. > > I suppose it's not possible with FreeBSD at this moment. > > fwd sets a new gateway address. The traffic will go out interface > appropriate for that gateway address, the exact same way destination > routing works. > > Tom > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message