Mailinglist Archive: opensuse (3468 mails)
| < Previous | Next > |
Re: [opensuse] bgpd in suse 10.2
- From: Adam Tauno Williams <adamtaunowilliams@xxxxxxxxx>
- Date: Mon, 16 Apr 2007 15:12:15 -0400
- Message-id: <1176750735.5144.2.camel@xxxxxxxxxxxxxxxxxxx>
> 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: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> 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: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |