On Thu, 9 Jan 1997, A. Leung wrote:
> 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 ;
> } ;
Gosh, someone who listened to Acee Lindem.... :-))
>
> rip yes {
> interface ppp0 version 2 multicast ;
> } ;
Whether or not Linux's flavor of PPP will accept/send
'Multicast packets', is another Question.
Do an 'ifconfig ppp0' & see if it -is- doing multicast,
if it isn't then attempt to get it to do 'multicast'.
I beleive it doesn't.
Well there is a flavor I've found that does, I found that
the MorningStar routers version of PPP will do 'multicast'.
Hmmmmm.....
Also, Is the other end able to hear V2 updates ?
> 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 ;
> } ;
> } ;
Hth, JimL
_________________________________________
| James W. Laferriere | Network Engineer |
| babydr@nwrain.net | System Techniques |
| 25416 - 22nd S. | Kent, WA 98032 |
| Give me VMS -or- Give me Linux |
| but only on AXP |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~