Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Mar 2001 09:50:43 +0700 (NOVST)
From:      nnd@mail.nsk.ru
To:        Sergei Vasilyev <sergei@vasilyev.mk.ua>
Cc:        isp@freebsd.org
Subject:   Re: gated does not export static rip
Message-ID:  <200103260250.f2Q2oht00491@wint.itfs.nsk.su>
In-Reply-To: <Pine.BSF.4.05.10103231510020.14164-100000@ras.abc.mk.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <Pine.BSF.4.05.10103231510020.14164-100000@ras.abc.mk.ua> you wrote:
> 
> 
> I've got GateD on my FreeBSD router.
> gated.conf is somth. like
> 
	... skipped ...

> export proto rip interface ed1 {
>        proto static{
>                n.n.n.n masklen 24 ;
>                m.m.m.m masklen 24 ;
> };};

	Try to change this to

export proto rip interface ed1 {
       proto static metric 1 {
#                   ^^^^^^^^
               n.n.n.n masklen 24 ;
               m.m.m.m masklen 24 ;
};};

	In some versions of gated this've helps
to export static routes.

	N.Dudorov

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?200103260250.f2Q2oht00491>