Date: Fri, 1 Oct 1999 15:25:05 -0700 From: elazich@AlaskaAir.com To: schluntz@timberwolf.workofstone.net Cc: freebsd-questions@freebsd.org Subject: Re: Routing Question. Message-ID: <msg1273573.thr-9cd8bb3e.84746b8e@alaskaair.com> References: <199910011912.MAA07301@c956029-a.haywd2.sfba.home.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?msg1273573.thr-9cd8bb3e.84746b8e>