Results 1 to 2 of 2

Thread: Quagga Problem

  1. #1
    Junior Member
    Join Date
    Apr 2006
    Posts
    92

    Question Quagga Problem

    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.

  2. #2
    Administrator Moderator
    Member
    starfish's Avatar
    Join Date
    Apr 2004
    Posts
    141
    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
    !

Similar Threads

  1. Problem with POSIX semaphores
    By wej@wejc.com in forum Linux - Software, Applications & Programming
    Replies: 0
    Last Post: 12-15-2007, 12:46 AM
  2. HELP PLEASE! Long file names problem
    By paulmarcw in forum Windows - General Topics
    Replies: 1
    Last Post: 02-24-2006, 04:12 AM
  3. problem with windows linux network
    By grooverider in forum Linux - Hardware, Networking & Security
    Replies: 0
    Last Post: 01-29-2005, 12:36 AM
  4. Device Manager Error Codes
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-05-2005, 12:52 AM
  5. Problem with D-Link DFE-580tx
    By Lysander in forum Linux - Hardware, Networking & Security
    Replies: 3
    Last Post: 11-15-2004, 08:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •