Date: Tue, 19 Oct 1999 18:03:59 -0400 (EDT) From: Barrett Richardson <barrett@phoenix.aye.net> To: Jason <geniusj@suarez.bestweb.net> Cc: questions@freebsd.org, isp@freebsd.org Subject: Re: quick gated questions Message-ID: <Pine.BSF.4.01.9910191800220.22703-100000@phoenix.aye.net> In-Reply-To: <Pine.LNX.4.10.9910182017570.13024-100000@suarez.bestweb.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.01.9910191800220.22703-100000>
