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
Has anyone one seen this 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
/etc/sysconfig/network-scripts/ifcfg-eth0search localdomain
nameserver someIP
nameserver anotherIP
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.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
Has anyone one seen this before?