Re: How do I add a network route permanently using "route add" commandin linux.
- From: "unix syzadmin" <unixsyzadmin@xxxxxxxxx>
- Date: Fri, 24 Feb 2006 09:52:35 +0530
Hi,
Find below the contents of /etc/sysconfig/network-scripts/ifcfg-eth0
[root@bgpcamd1 network-scripts]# pwd
/etc/sysconfig/network-scripts
[root@bgpcamd1 network-scripts]# more ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDR=172.22.40.50
NETMASK=255.255.254.0
GATEWAY=172.22.40.1
[root@bgpcamd1 network-scripts]#
On 2/24/06, Michael Gale <Michael.Gale@xxxxxxxxx> wrote:
--
Hey,
In your /etc/sysconfig/network-scripts directory, create a route file or
add to one that is already there.
Example
route-eth1
'destination' via 'gateway ip'
However it looks like you want to add a default gateway ? That should be
taken care of by your /etc/sysconfig/network-scripts/ifcfg-eth# file.
Michael Gale
-----Original Message-----
From: redhat-list-bounces@xxxxxxxxxx on behalf of unix syzadmin
Sent: Thu 2/23/2006 8:42 PM
To: General Red Hat Linux discussion list
Subject: How do I add a network route permanently using "route add"
commandin linux.
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@xxxxxxxxxx?subject=subscribe
https://www.redhat.com/mailman/listinfo/redhat-list
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- Follow-Ups:
- Re: How do I add a network route permanently using "route add" commandin linux.
- From: unix syzadmin
- Re: How do I add a network route permanently using "route add" commandin linux.
- References:
- How do I add a network route permanently using "route add" command in linux.
- From: unix syzadmin
- RE: How do I add a network route permanently using "route add" commandin linux.
- From: Michael Gale
- How do I add a network route permanently using "route add" command in linux.
- Prev by Date: Re: Is it possible to su using X11?
- Next by Date: Re: How do I add a network route permanently using "route add" commandin linux.
- Previous by thread: RE: How do I add a network route permanently using "route add" commandin linux.
- Next by thread: Re: How do I add a network route permanently using "route add" commandin linux.
- Index(es):
Relevant Pages
|