On Fri, Mar 26, 2010 at 11:17:51AM +1300, Jeremy Evans wrote:
protocol direct { interface -"eth*"; }
protocol ospf { export all; import all; area 0.0.0.0 { interface 10.0.0.0/8 { wait 15; type nonbroadcast; # no change if omitted strict nonbroadcast on; # no change if omitted cost 100; authentication none; retransmit 7; }; }; }
Your ppp interfaces have peer addresses (instead of standard 'prefix-based' addresses). Such interfaces can be used in pointopoint mode only. Set 'type pointopoint' instead of 'type nonbroadcast' in interface config. -- Elen sila lumenn' omentielvo Ondrej 'SanTiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."