From owner-freebsd-hackers Tue Aug 27 04:04:14 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA29185 for hackers-outgoing; Tue, 27 Aug 1996 04:04:14 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.2.144.5]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id EAA29178 for ; Tue, 27 Aug 1996 04:04:09 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.7.5/8.7.3) id VAA02019; Tue, 27 Aug 1996 21:02:58 +1000 (EST) Date: Tue, 27 Aug 1996 21:02:56 +1000 (EST) From: "Daniel O'Callaghan" To: Julian Assange cc: freebsd-hackers@FreeBSD.org Subject: Re: source address routing controls and packet priorities In-Reply-To: <199608270827.SAA09481@suburbia.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 27 Aug 1996, Julian Assange wrote: > > Is there currently any way to route packets based on the source (not > destination) address or destination port? Or changing packet queue > priorities without merely changing the TOS? See Darren Reed's ipfilter software: http://coombs.anu.edu.au/~avalon/ You can fastroute packets to a specific gw based on src/dst/sport/dport Danny