I am working with FC4.After installing Quagga & zebra,When I started the daemon as I described below
service zebra strat
After the password prompt,a message is appear as follows
vty connection is timed out.
connection closed by foreign host.
Can anyone help me to solve the problem
With regards,
Saswata
Last edited by saswata; 04-10-2006 at 09:58 AM.
Your login will timeout according to your exec-timeout value. In this case it is 30 minutes, 0 seconds. After the timeout you will be automatically logged out.
Quagga alo requires a hostname to be defined in the configuration file or else it won't start at all.
Code:! hostname my-server-name password zebra ! line vty exec-timeout 30 0 !
Bookmarks