Problems on gated

A. Leung (bubsy@paragon1.i-wave.net)
Thu, 9 Jan 1997 12:26:58 +0800 (HKT)


I have a problem on gated. i have to export the route to remote annex 4k
I found the route being export to eth interface (I run it on 202.2.66.97
box). but not to ppp :( I am using kernel 2.0.12 and Gated 3.6A2

(firewall-subnet )--eth--( firewall ) ----eth--( subnet 2)---PPP--<annex>
202.2.66.108 202.2.66.105
< 202.2.66.104/29 >
202.2.66.102 202.2.66.97
< 202.2.66.96/29 >
202.2.66.97 202.2.64.140

gated.conf :
traceoptions all;
traceoptions "/var/adm/gatedlog" size 100k files 2 general;
interfaces {
interface all passive ;
} ;

rip yes {
interface ppp0 version 2 multicast ;
} ;
static {
202.2.66.96 mask 255.255.255.248 interface eth0 ;
202.2.66.104 mask 255.255.255.248 gateway 202.2.66.102 interface eth0 ;
0.0.0.0 gateway 202.2.64.140 retain;
} ;

export proto rip interface ppp0
{
proto direct
{
202.2.66.96 masklen 27 ;
} ;
} ;