RTNETLINK answers: no such process
OK this has me stumped
Recently updated my fedora 10 box with latest updates via Yum as well as installing a 1GB Switch
it has 2 NICs - eth0 (Staff) and eth1 (Pupils)
When it brings up eth0 I get the following message
Code:
RTNETLINK answers: no such process
eth0 appears to start with [OK]
however, I cannot ping the server or ping out using eth0 - Destination Host unreachable
I have checked the configs in /etc/sysconfig/network-scripts/ifcfg-staff_lan and it is identical to the config for the eth1 port (save for the IP addreses)
Eth0 config:
Code:
DEVICE=eth0
BOOTPROTO=none
BROADCAST=10.4.25.255
HWADDR=00:18:71:78:68:B6
IPADDR=10.4.24.236
NETMASK=255.255.254.0
NETWORK=10.4.24.0
GATEWAY=10.4.24.255
ONBOOT=yes
DNS1=10.4.24.200
SEARCH="staff.internal"
NM_CONTROLLED=no
TYPE=Ethernet
USERCTL=no
IPV6INIT=no
Eth1 Config:
Code:
DEVICE=eth1
BOOTPROTO=none
BROADCAST=192.168.255.255
HWADDR=00:18:71:78:68:B4
IPADDR=192.168.0.100
NETMASK=255.255.0.0
NETWORK=192.168.0.0
ONBOOT=yes
DNS1=192.168.0.200
SEARCH="pupils.moorsdie.internal"
NM_CONTROLLED=no
TYPE=Ethernet
USERCTL=no
IPV6INIT=no
Dunno why Eth1 is working but eth0 is not :(