Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 1998 16:59:45 +0800
From:      "Vladimir N. Kovalev" <smith@scn.ru>
To:        freebsd-questions@FreeBSD.ORG
Subject:   FreeBSD, PPP and OSPF...
Message-ID:  <199801051008.RAA17800@keep.scn.ru>

next in thread | raw e-mail | index | archive | help
                Hello !

I have two FreeBSD box connected via PPP by pppd.
On each box working GateD 3-5-7 with a same configuration.

# gated.conf
#
traceoptions "/root/log/gated.log" size 100k files 7 general;

interfaces{
        interface all passive;
};

rip on
{
    interface vx
              version 2
              multicast
    ;
};

ospf on
{
   traceoptions lsabuild hello;

   backbone {
      authtype none;
   interface xxx.xxx.xxx.xxx
      cost 10 {
        retransmitinterval 10;
        transitdelay 10;
        priority 1;
        hellointerval 25;
        routerdeadinterval 100;
      };

   interface ppp
      cost 1000 {
        retransmitinterval 3;
        transitdelay 3;
        hellointerval 30;
        routerdeadinterval 300;
      };
   };

};
#

So, I have a such problem.
The GateD deleting all routes advertised by OSPF
then connection was reestablished and never install it again.

Why ?


Best regards
Vladimir Kovalev

p.s: Excuse me for my poor english.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801051008.RAA17800>