I'm setting up a new server, and am getting an error I've never seen before.
**********
eth0: transmit timed out; status 0073, resetting.
**********
This is happening as soon as I try to start up the network service.
The only files I have modified thus far, are as follows.
/etc/resolve.conf
Quote:
search localdomain
nameserver someIP
nameserver anotherIP
|
/etc/sysconfig/network-scripts/ifcfg-eth0
Quote:
DEVICE=eth0
BOOTPROTO=static
HWADDR=THE:ADDRESS
ONBOOT=yes
TYPE=Ethernet
IPADDR=the.sys.tem.ip
GATEWAY=the.gate.way.ip
NETMASK=the.net.ma.sk
|
When searching around in Google, the top reference I find is my own post on the centos.org forums, and anything else I find doesn't really answer my problems.
Has anyone one seen this before?