Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 1999 20:24:27 -0600 (MDT)
From:      FreeBSD -- The Power to Serve <geniusj@suarez.bestweb.net>
To:        Barrett Richardson <barrett@phoenix.aye.net>
Cc:        FreeBSD -- The Power to Serve <geniusj@phreebsd.org>, questions@freebsd.org, isp@freebsd.org
Subject:   Re: quick gated questions
Message-ID:  <Pine.LNX.4.10.9910192023360.13593-100000@phreebsd.org>
In-Reply-To: <Pine.BSF.4.01.9910191953590.20391-100000@phoenix.aye.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Aye, but I want to use SEPERATE routers for each device.. It's a must
since each connectino has filters upstream to prevent use of other IP
addresses that aren't on their network (spoof protection), therefore they
must each be using their own network, so they cant all use the same
network..
Thanks in advance (again)
Jason DiCioccio

On Tue, 19 Oct 1999, Barrett Richardson wrote:

> 
> 
> 
> On Tue, 19 Oct 1999, FreeBSD -- The Power to Serve wrote:
> 
> > 
> > 
> > On Tue, 19 Oct 1999, Barrett Richardson wrote:
> > 
> > > 
> > > 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;
> > > };
> > > 
> > 
> > Oh, I'm sorry :)..
> > the 205 is 5 ips
> > the 208 is 32 ips
> > 
> > and, I tried with closest masklens, and 208 worked, but 205 didnt.. you
> > see, there are upstream filters on the SDSL (which is the 208 subnet)
> > which prevent spoofing.. And it's not really spoofing, we just have
> > multiple connections that we're trying to use on one machine.. If you can
> > understand this, what i'm really looking for is for sort of 2 default
> > gateways..
> > 
> > it should be like this.
> > 
> > 208.45.16.x (xl0) should have a default gateway of 208.45.16.249
> > 205.252.42.x (ed1) should have a default gateway of 205.252.42.97
> > ..
> > 
> > Remember, they *ARE* on seperate interfaces, so I see no reason why this
> > shouldn't be possible one way or another, either with gated, or without,
> > or however :).. I know you can do this in IRIX and i *think* linux ;)
> > 
> > So, it should be possible on bsd.. however, how, is the hard question :)
> > 
> > Does anyone see how this would be possible?
> > 
> > Thanks in Advance!
> > 
> > Jason DiCioccio
> 
> 
> If they are attached subnets, you shouldn't need any static routes
> all. 
> 
> -
> 
> Barrett
> 



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?Pine.LNX.4.10.9910192023360.13593-100000>