Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2001 23:47:19 -0800
From:      "Crist J. Clark" <cjclark@reflexnet.net>
To:        Ryan Nera <rnera@imi-solutions.com>
Cc:        "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: routing
Message-ID:  <20010109234719.A989@rfx-64-6-211-149.users.reflexco>
In-Reply-To: <E8778975F390444891C8C28EB93C414D21D9@imi-fps.imi.net>; from rnera@imi-solutions.com on Wed, Jan 10, 2001 at 05:32:26PM %2B1100
References:  <E8778975F390444891C8C28EB93C414D21D9@imi-fps.imi.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 10, 2001 at 05:32:26PM +1100, Ryan Nera wrote:
> Routing question I have 3 networks and 2 routers
> A has an IP of 10.11.3.254 on the 10.11.3.0 network
>     an IP of 10.11.1.253 on the 10.11.1.0 network
> B has and IP of 10.11.1.254 on the 10.11.1.0 network
>    an IP of 192.168.2.254 on the 192.168.2.0 network
> 
> >From the 10.11.3.0 i want to be able to see the 192.168.2.0 network and
> vice-versa
> so i tried route add 10.11.3.0 10.11.1.253 255.255.255.0 on B
> and route add 192.168.2.0 10.11.1.254 255.255.255.0 on A
> this did not work
> there are no default gateways no both machines

In what way did it not work? Did the commands succeed? What does your
routing table look like?

  $ netstat -rn

> do i need to run a routing daemon or can i do this with static routes?
> help please

You should not need a daemon.
-- 
Crist J. Clark                           cjclark@alum.mit.edu


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?20010109234719.A989>