Red Hat Linux server only connects to local network
I'm currently trying to setup the eth0 and eth1 of a server running Red Hat Enterprise Linux WS release 4. The following is the configuration of the two nics:
etho:
DEVICE=etho
TYPE=Ethernet
ONBOOT=Yes
BOOTPROTO=static
IPADDR=172.16.4.178
NETMASK=255.255.255.192
HWADDR=xx:xx:xx:xx:xx:
GATEWAY=172.16.4.129
eth1:
DEVICE=eth1
TYPE=Ethernet
ONBOOT=Yes
BOOTPROTO=static
IPADDR=192.168.3.4
NETMASK=255.255.255.0
HWADDR=xx:xx:xx:xx:xx:
and the /etc/sysconfig/network file:
NETWORKING= yes
HOSTNAME= XYZ
I can ping other machines in the local network, like 172.16.4.175, 177, 176. But
I cant even ping the gateway which is 172.16.4.129
I have 3 other machines in the local network that have pretty much the same network configuration, and
I have not problem with them.
this is the output of the "ip route show":
172.16.4.128/24 dev eth0 proto kernel scope link src 172.16.4.178
192.168.3.0/16 dev eth1 proto kernel scope link 192.168.3.4
169.254.0.0/16 dev eth1 scope link
default via 172.16.4.129 dev eth0
Any ideas onhow i can solve this issue,
Thanks
Avi
|