> I am confused about how to set it up. Right now I get this from ospfd. > > show ip ospf neighbor all > OSPF Routing Process not enabled
hmm. Did you actually start ospfd from zebra? That's the response you get if the daemon isn't running. > What parms & addresses do I put in the quagga daemon files? Are there > another places to check? > > zebra.conf > interface eth0 > ip address 172.31.147.5/24 > multicast > ipv6 nd suppress-ra > ! > interface lo > ! > interface sit0 > ipv6 nd suppress-ra I think you're missing a "router ospf" here. > ospfd.conf > interface eth0 > ! > interface lo > ! > interface sit0 > ! > router ospf > ospf router-id 172.31.147.5 > passive-interface default > no passive-interface eth0 > network 216.113.146.101/32 area 0.0.0.146 This seems ok. There is a Oreilly book on zebra, so grabbing a copy might help.
