
banyan at rootong
Jun 11, 2012, 10:10 AM
Post #3 of 4
(600 views)
Permalink
|
|
Re: Regarding the installation of quagga-0.99.19 on freebsd 7.2
[In reply to]
|
|
Hi Vikrant, Try "sh -x /path/to/zebra start" to get you more. Best regards, ------------ Banyan He Blog: http://www.rootong.com Email: banyan [at] rootong On 2012-06-12 12:32 AM, vikrant singh wrote: > Hi, > > I am new to quagga. I am facing problem in the installation of > quagga-0.99.19 on freebsd 7.2 > > steps followed > ------------------- > 1) extracted the file using tar - zxvf quagga-0.99.19.tar.gz > 2) cd quagga-0.99.19 > 3)./configure > 4)make > 5)make install > > > 6)copied the zebra.conf,ripd.conf ospfd.conf and bgpd.conf to > /usr/local/etc/quagga/ > 7)Added to the user and group as quagga to these files. > 8) added the following lines to the /etc/rc.conf > quagga_enable="YES" > router_enable="NO" > watchquagga_enable="YES" > quagga_daemons="zebra bgpd ripd ospfd" > quagga_flags="-d " > 9) Then started the /usr/local/etc/rc.d/quagga start. > > daemons are not getting started up. > execution of command in step 9) is also not throwing any error. > > Not able to figure it out whats wrong here. > > Please provide your inputs in order to debug and resolve this issue. > > > Regards > Vick _______________________________________________ Quagga-users mailing list Quagga-users [at] lists http://lists.quagga.net/mailman/listinfo/quagga-users
|