Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 1997 09:30:19 +1000 (EST)
From:      "Daniel O'Callaghan" <danny@panda.hilink.com.au>
To:        Yonny Cardenas <yonny@ingenieria.ingsala.unal.edu.co>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Interface DOWN
Message-ID:  <Pine.BSF.3.91.970916092835.818D@panda.hilink.com.au>
In-Reply-To: <Pine.SOL.3.91.970915184609.6360A-100000@ingenieria.ingsala.unal.edu.co>

next in thread | previous in thread | raw e-mail | index | archive | help

> 
> Why gated down an interface?
> 
> The following message is show :
> 
> router_a gated[190]: if_rtdown: DOWN route for interface ppp0
> 200.20.30.1/255.255.255.255
> router_b gated[154]: if_rtdown: DOWN route for interface ed0
> 168.176.1.5/255.255

You probably did not declare the interface to be passive.  You should 
declare ppp interfaces to be passive; not sure why ed0 went down. 

I use:

interfaces {
	interface all passive ;
} ;

Danny



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.970916092835.818D>