From owner-freebsd-questions Fri Oct 1 15:24: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from aag.alaskaair.com (outbound.alaskaair.com [159.49.42.191]) by hub.freebsd.org (Postfix) with SMTP id 47375150ED for ; Fri, 1 Oct 1999 15:23:55 -0700 (PDT) (envelope-from elazich@AlaskaAir.com) Received: from OUTBOUND.alaskaair.com by aag.alaskaair.com via smtpd (for hub.FreeBSD.org [204.216.27.18]) with SMTP; 1 Oct 1999 22:26:37 UT Received: from asnasta (asnasta.alaskaair.com [159.49.42.21]) by outbound.alaskaair.com (8.9.3/8.9.3) with SMTP id PAA20640; Fri, 1 Oct 1999 15:27:18 -0700 From: elazich@AlaskaAir.com To: schluntz@timberwolf.workofstone.net Cc: freebsd-questions@freebsd.org Date: Fri, 1 Oct 1999 15:25:05 -0700 Subject: Re: Routing Question. Message-ID: References: <199910011912.MAA07301@c956029-a.haywd2.sfba.home.com> Organization: Alaska Airlines MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit Content-ID: X-Gateway: NASTA Gate 2.0 for FirstClass(R) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG you should be able to do this by including the interface via which traffic will be directed for the internal net. the rule might look like; ipfw add pass all from 10.0.0.0/8 to any via [interface name] Eli schluntz@timberwolf.workofstone.net writes: >Is it possible to setup a system so that the routing takes place on >source not destination? >What I am trying to do is have my NAT'd subnets traffic have a >different default gateway than everything else that goes though the >firewall. (So my personal traffic will use the cablemodem insted of >the DSL line keeping all of the bandwitch of the DSL line open for >business traffic.) >Is this possible? The system is a FreeBSD/i386 3.3 system with 4 >network cards, 1) DSL, 2) CableModem, 3) DMZ, 4) NAT. >Thanks for your help! >-Sean >-------- >Sean J. Schluntz schluntz@workofstone.com >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message