Results 1 to 5 of 5

Thread: linux box as a router

  1. #1

    linux box as a router

    HI friends.....

    how i configure my linux box as a ROUTER? i heared about Zebra .... but i dnt know how to configure it..... please help me....
    waiting yr rely.......... with luv....
    lakshminarayanan

  2. #2
    My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive.

  3. #3
    My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive.

  4. #4
    Administrator Advisor peter's Avatar
    Join Date
    Apr 2004
    Posts
    882
    I have used Zebra, but development was stopped some time ago. It had an OSPF bug where all loopback addresses were advertised as a class C no matter what the subnet mask on them was.

    The replacement is quagga, which works fine and is a standard package in Fedora.

    Both run separate routing processes for each protocol. You can access the command line of each process by telnetting to a speacial port of each process. Once inside, you have a pseudo Cisco command line with only the routing commands available for that protocol. For example, if you log into the RIP process, you only have access to Cisco's RIP commands; if you log into the base config process, you get all commands, except those specific to a routing protocol.

    The good thing about both is that the configurations are always live. You don't have to restart the process after each change, which could causea network interruption.

    Hope that helps.

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

    Smile Re:Zebra

    First of all you install zebra.Then in terminal write

    service zebra start
    and then the zebra daemon will be started.Then you will see name & password will asked.After logging you will in the zebra>...... prompt.
    For logging name & password you have to read zebra.conf file,in the zebra directory.

Similar Threads

  1. Does Linux need Microsoft?
    By starfish in forum General Chat
    Replies: 3
    Last Post: 12-19-2005, 03:38 PM
  2. Configuring router in Linux
    By darose78 in forum Linux - Hardware, Networking & Security
    Replies: 1
    Last Post: 09-06-2005, 09:51 PM
  3. Iptables on Devil Linux Router box
    By Stino in forum Linux - Software, Applications & Programming
    Replies: 1
    Last Post: 09-06-2005, 09:49 PM
  4. how to connect and configure router on linux system
    By pansarevaibhav in forum Linux - General Topics
    Replies: 1
    Last Post: 08-30-2005, 08:00 PM
  5. Linux security is a 'myth', claims Microsoft
    By genesis in forum Windows - General Topics
    Replies: 4
    Last Post: 01-30-2005, 10:51 PM

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
  •