Re: Configuring permanent routes

From: Ritesh Agrawal (ritesh.a_at_net4india.net)
Date: 06/15/05

  • Next message: Rigler, Stephen C.: "Re: Configuring permanent routes"
    Date: Wed, 15 Jun 2005 17:51:59 +0530
    To: General Red Hat Linux discussion list <redhat-list@redhat.com>
    
    

    Add the default gateway in
    /etc/sysconfig/network file
    e.g.

    GATEWAY=xxx.xxx.xxx.xxx

    then restart the network

    -Ritesh

    Richard Hobbs wrote:
    > Hello,
    >
    > I need to configure some permanent routes on a RedHat 8.0 box.
    >
    > I can do this with the following command but when I reboot, all changes are
    > lost. How can I make it stick?
    >
    > route -v add -net 192.168.4.0/24 gw 192.168.3.160
    >
    > Thanks in advance,
    > Hobbs.
    >

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Rigler, Stephen C.: "Re: Configuring permanent routes"