Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Oct 2003 10:33:50 +0800
From:      Eugene Grosbein <eugen@kuzbass.ru>
To:        John Polstra <jdp@polstra.com>
Cc:        net@freebsd.org
Subject:   Re: routed(8) and static routes
Message-ID:  <3F84C90E.4F560082@kuzbass.ru>
References:  <XFMail.20031008170236.jdp@polstra.com>

next in thread | previous in thread | raw e-mail | index | archive | help
John Polstra wrote:

> I'm trying for the first time to get routed(8) to do something useful,
> and it's got me stumped.  The man page says:
> 
>   Static routes in the kernel table are preserved and included in RIP
>   responses if they have a valid RIP metric (see route(8)).
> 
> >From reading the sources, "valid RIP metric" seems to mean a nonzero
> hopcount.
> 
> I have a static route for a VPN that I added like this:
> 
>   route -n add 192.168.0.0/16 192.168.198.51 -hopcount 1
> 
> But routed does not advertise the route.  It advertises routes for all
> of the network interfaces, but does not advertise my static route.
> FWIW, I have the line "ripv2" in /etc/gateways to suppress the use of
> RIPv1, since RIPv1 cannot handle netmasks.
> 
> Can somebody give me a clue?

It is interesting. I have FreeBSD 4.8 system A running routed(8).
It has one static route also. I did not know about -hopcount,
did not use it so routed(8) did not advertise it. A core router B
has another static route to A and that net lives with this.

Now I've added -hopcount to this static route on A
and 'routed -s' started to announce this route.
My /etc/gateway containg:

ripv2
rdisc_interval=45
no_ag
no_super_ag
redirect_ok

And mentioned route is /24.

Eugene Grosbein



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F84C90E.4F560082>