(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 ;
} ;
} ;