I'm setting up a new server (CentOS), 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 forums, and anything else I find doesn't really answer my problems.
Has anyone one seen this before?
This post has been edited by Arhineus: 4 Jul, 2008 - 02:10 PM