> Not only I can't help, but I can't get quagga running at all :(
> How to make it work with OSPF ?

Create a vtysh.conf, zebra.conf, and ospfd.conf configuration file
in /etc/quagga

tyr:/etc/quagga # cat zebra.conf 
hostname tyr
password quagga
enable password *********
log syslog
tyr:/etc/quagga # cat vtysh.conf 
tyr:/etc/quagga # cat ospfd.conf 
hostname tyr
router ospf
network 192.168.1.0/24 area 0

Then start the daemons; rczebra start; rcospfd start

Pretty straight forward.

> Do I need ospfd or this is part of quagga ?

Yes.

> I have found no ospfd packages for SUSE.

It is included in the quagga package.

-- 
--
Adam Tauno Williams
Network & Systems Administrator
Consultant - http://www.whitemiceconsulting.com
Developer - http://www.opengroupware.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to