How do I add a network route permanently using "route add" command in linux.

Mridul Dutta i.mridul at gmail.com
Fri Feb 24 06:56:18 UTC 2006


Hi


 You can make an entry in /etc/rc.conf file as


route add -net 0.0.0.0 netmask 0.0.0.0 gw 172.22.40.1 dev eth0


It will take this configuration when system boots up .

Regards \
Mridul

On 2/24/06, unix syzadmin <unixsyzadmin at gmail.com> wrote:
>
> Hi,
>
> I have added the following route on a RHEL AS4 server.  How do I make this
> route a permanent one.  In other words, how do I add a route that persists
> after reboot.
>
> route add -net 0.0.0.0 netmask 0.0.0.0 gw 172.22.40.1 dev eth0
>
> Thanks & Regards,
> -GnanaShekar-
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subjectunsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>



More information about the redhat-list mailing list