From owner-freebsd-isp Tue Oct 19 15: 0:45 1999 Delivered-To: freebsd-isp@freebsd.org Received: from phoenix.aye.net (phoenix.aye.net [206.185.8.134]) by hub.freebsd.org (Postfix) with SMTP id 981BE17E61 for ; Tue, 19 Oct 1999 15:00:35 -0700 (PDT) (envelope-from barrett@phoenix.aye.net) Received: (qmail 25072 invoked by uid 1000); 19 Oct 1999 22:03:59 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 19 Oct 1999 22:03:59 -0000 Date: Tue, 19 Oct 1999 18:03:59 -0400 (EDT) From: Barrett Richardson To: Jason Cc: questions@freebsd.org, isp@freebsd.org Subject: Re: quick gated questions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 18 Oct 1999, Jason wrote: > what would I use to have multiple subnets accessible on one > machine? I have gated, but not quite sure how to do this.. I > want all traffic flowing to and from 205.252.42.x to go through one > router and all traffic going to and from 208.45.16.x going through > another, I have multipl interfaces/cards in the machine and setup Assuming class C networks and you aren't running a routing protocol: rip no; static { default gateway x.x.x.x; 205.252.42.0 masklen 24 gateway y.y.y.y; 208.45.16.0 masklen 24 gateway z.z.z.z; }; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message