Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 1997 23:33:14 +0200
From:      j@uriah.heep.sax.de (J Wunsch)
To:        hackers@freebsd.org
Cc:        yonny@apolo.biblos.unal.edu.co (Yonny Cardenas)
Subject:   Re: Configuration for gated
Message-ID:  <19970430233314.YF06808@uriah.heep.sax.de>
In-Reply-To: <Pine.BSF.3.95q.970430144108.17836A-100000@apolo.biblos.unal.edu.co>; from Yonny Cardenas on Apr 30, 1997 14:43:12 -0500
References:  <Pine.BSF.3.95q.970430144108.17836A-100000@apolo.biblos.unal.edu.co>

next in thread | previous in thread | raw e-mail | index | archive | help
As Yonny Cardenas wrote:

(I'm no GateD expert, but have a running configuration on our machines
at work.)

> The gated.conf for router A is :

(I think that's for router B, ain't it?)

> 	rip yes {
> 		interface all version 2;
> 	};
> 	import proto rip interface 130.156.15.110
> 	{
>          	130.156.0.0 mask 255.255.255.240;
> 	};

If i'm not mistaken, you need to add the keyword `refines' here,
meaning that you want to import any subnet under 130.156.  You
probably also need to bump the netmask to 255.255.0.0 then.

As it stands, it will only import the route if it's for 130.156.0.0/28
(exactly for this, and for nothing else).

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970430233314.YF06808>