Redhat - network question


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Redhat - network question
# 1  
Old 10-23-2013
Redhat - network question

Hi,

I am on Redhat 5. on the /etc/sysconfig/network file

I don't see GATEWAY as one line. I also checked /etc/sysconfig/network-scripts/ifcfg-eth0. I don't see GATEWAY.

But on the server. But when I do netstat -rn. I see many address. Is there some other settings ?

Code:
 
network-scripts]# netstat -rn |more
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
10.80.81.110    2.20.107.1      255.255.255.255 UGH       0 0          0 eth0
164.179.252.131 2.4.108.5       255.255.255.255 UGH       0 0          0 eth0
198.80.190.63   2.4.108.1       255.255.255.255 UGH       0 0          0 eth0
164.179.252.130 2.4.108.1       255.255.255.255 UGH       0 0          0 eth0
10.80.135.77    2.20.107.1      255.255.255.255 UGH       0 0          0 eth0
192.168.121.3   2.4.108.5       255.255.255.255 UGH       0 0          0 eth0
192.168.121.2   2.4.108.1       255.255.255.255 UGH       0 0          0 eth0
10.81.73.16     2.20.107.1      255.255.255.252 UG        0 0          0 eth0
10.81.73.8      2.20.107.1      255.255.255.252 UG        0 0          0 eth0
10.71.253.40    2.4.108.1       255.255.255.252 UG        0 0          0 eth0
10.81.73.12     2.20.107.1      255.255.255.252 UG        0 0          0 eth0

# 2  
Old 10-23-2013
In your /etc/sysconfig/network-scripts directory is there a route-ethX file? If static routes need to be launched at network startup they go in there.
# 3  
Old 10-23-2013
The default gateway is configured in /etc/sysconfig/network

For additional routes use the method described above.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Why inactive slave bonding received network package in redhat?

bond0 active in eth0 and inactive in eth4. why eth4 received network package? Bonding Mode: fault-tolerance (active-backup) Primary Slave: eth0 (primary_reselect failure) Currently Active Slave: eth0 MII Status: up MII Polling Interval (ms): 100 Up Delay (ms): 0 Down Delay (ms): 0 ... (4 Replies)
Discussion started by: samran35
4 Replies

2. Red Hat

Redhat network registration problem

Dear members & admins I have 3 RHEL 5.7 servers. So I decided to upgrade them to latest version. 2 of them successfully upgraded to RHEL 5.11 and last one is the problem. When I hit rhn_register command server shows following info : #rhn_register There was an SSL error: (104, 'Connection... (2 Replies)
Discussion started by: sembii
2 Replies

3. Red Hat

Problem in RedHat Cluster Node while network Failure or in Hang mode

Hi, We are having many RedHat linux Server with Cluster facility for availability of service like HTTPD / MySQL. We face some issue while some issue related to power disturbance / fluctuation or Network failure. There is two Cluster Node configured in... (0 Replies)
Discussion started by: hirenkmistry
0 Replies

4. Red Hat

Redhat disabling network interface - IRQ issue

Hi. I'm having problems on multiple Red Hat VM's (on esxi) whereby the network interface IRQ is disabled by the OS. This is the error from dmesg: command: Write(10): 2a 00 03 42 3f e0 00 00 08 00 mptscsih: ioc0: task abort: SUCCESS (sc=ffff81018b45c680) irq 67: nobody cared (try... (0 Replies)
Discussion started by: badoshi
0 Replies

5. UNIX for Dummies Questions & Answers

Question on Redhat ver.6 RPM's

Hi, Using Redhat version 6.0, I need nmap so I have downloaded. But it requires many other dependencies, when I try to install it. See below err.msg. Is there any other way to get this installed, or I need to download each of the dependencies. rpm -Uhv nmap-5.51-2-mdv2011.0.x86_64.rpm... (3 Replies)
Discussion started by: samnyc
3 Replies

6. Red Hat

Registro Redhat Network

Buenas, Tengo 3 sistemas registrados en redhat network; hace un mes modificamos las ip's de los mismos pero en redhat network igue poniendo las antiguas. Como puedo modificarlas? tengo q registrar los sistemas de nuevo? Otra cosilla, he intentado actualizar packages y erratas: en actualizar ahora... (4 Replies)
Discussion started by: fuentepinel
4 Replies

7. Linux

pidstat question redhat 5

Hello, I found this command here: Man Page for PIDSTAT (Linux Section 1) - The UNIX and Linux Forums I was asked to install this exact version on rhel5. I found pidstat in this rpm and it has a totally different list of arguments. Can anyone suggest a way to install the version from the... (1 Reply)
Discussion started by: jaysunn
1 Replies

8. IP Networking

Network question

Folks; I have 2 SUSE servers similar in all configuration & both on the same network (192.168.151.10 & 192.168.151.11) with the same default gateway of 192.168.151.1 and the same netmask of 255.255.255.0 and the same firewall configuration the first one works fine and i can ssh to it & i can... (3 Replies)
Discussion started by: Katkota
3 Replies

9. IP Networking

network question

Hi here is my question; any help would be appreciated The Linux system pokey has two Ethernet cards. The first Ethernet card is connected to a companywide TCP/IP network covering the addresses 87.65.43.xx, where pokey's address is 87.65.43.21. The second Ethernet interface is connected to a... (2 Replies)
Discussion started by: scofiled83
2 Replies

10. UNIX for Dummies Questions & Answers

Network Issue between Linux and RedHat (both on VMWare)

Hi All My first post so I hope it's ok. I have VMware workstation 5.0.0 build-13124 on an XP professional box. Within the VMware environment I have two virtual systems. The first is a Red Hat Linux (3.2.2-5) box and the second is an XP Home (sp2) box. When setting up both virtual boxes I set... (1 Reply)
Discussion started by: The_Lo_King
1 Replies
Login or Register to Ask a Question