System Administration Guide, Volume 3

How to Add Routes Using in.routed

If you are using dynamic routing with in.routed:

  1. Become superuser.

  2. Verify that in.routed is running by typing:


    # ps -e | grep route
    

    If the routing tables still don't look correct, become superuser and continue with the next steps.

  3. Kill in.routed by typing the process ID you got from ps -e as the argument to kill. For example, if 1384 was the process ID, you would type:


    # kill 1384
    

  4. Flush the routing tables as follows:


    #  /usr/sbin/route -f
    

  5. Restart in.routed:


    # /usr/sbin/in.routed