OSPF is active on the PM3, and enabled on ether0, and I've added a
backbone area (0.0.0.0).
But tcpdump running on the gated system shows that is is sending ospf
helos, but it is not seeing any helos from the PM3. I ran ptrace on the
PM3, but I don't see the incoming helos from the gated system.
Here is the very simply gated.conf I'm using:
ospf on {
backbone {
authtype md5 ;
interface all {
authkey "12345678" ;
} ;
} ;
} ;
Also, gated does not have an authentication "ID" setting when using md5
authentication. Does it default to "1"?
Tom