View Single Post

  #3 (permalink)  
Old 12-06-2007, 11:29 AM
Amit Amit is offline
Junior Member
User
 
Join Date: Dec 2007
Location: India
My distro: 2.6.11-1.1369_FC4.
Posts: 1
Rep Power: 0
Amit is on a distinguished road
Default vty password in zebra..

Hi,

I am new to quagga and routing.

Was trying to configure zebra on 2.6.11-1.1369_FC4.

My config file zebra.conf at location "/usr/local/etc/zebra.conf" is

------------------------------
hostname zebra
password zebra123
enable password zebra123
interface eth0
log file /root/zebra/zebra-0.95a/zebra.log
-------------------------------

if i start my zebra it is geting started
using command

'service zebra start'

[root@localhost init.d]# service zebra start
Starting zebra: Nothing to flush.

..
and the "ps -aef "command shows me the following details

quagga 26125 1 0 11:01 ? 00:00:00 /usr/sbin/zebra -d -A 127.0.0.1 -f /etc/quagga/zebra.conf

If i try to connect using telnet to loop back address it says

[root@localhost ~]# telnet 127.0.0.1 2601
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Vty password is not set.
Connection closed by foreign host.


Can you please help me in solving this ...

Thanks,
Amit Sharma
Reply With Quote