LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   ifconfig eth0 show errors (https://www.linuxquestions.org/questions/linux-networking-3/ifconfig-eth0-show-errors-814875/)

saavik 06-18-2010 03:21 AM

ifconfig eth0 show errors
 
today i found some errors in my ifconfig for eth0

errors:1777

What could that be ?
What does errors mean in this case ?

There is a virtual machine running on that server. Could that case the errors ?

Code:

eth0      Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx
          inet addr:xx.xx.xx.xx  Bcast:10.255.255.255  Mask:255.0.0.0
          inet6 addr: xxx:xxx:xxx:xx/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:760365536 errors:1777 dropped:0 overruns:0 frame:0
          TX packets:1121493018 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3207916146 (3059.3 Mb)  TX bytes:4246182819 (4049.4 Mb)
          Interrupt:20


centosboy 06-18-2010 05:46 AM

Quote:

Originally Posted by saavik (Post 4007261)
today i found some errors in my ifconfig for eth0

errors:1777

What could that be ?
What does errors mean in this case ?

There is a virtual machine running on that server. Could that case the errors ?

Code:

eth0      Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx
          inet addr:xx.xx.xx.xx  Bcast:10.255.255.255  Mask:255.0.0.0
          inet6 addr: xxx:xxx:xxx:xx/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:760365536 errors:1777 dropped:0 overruns:0 frame:0
          TX packets:1121493018 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3207916146 (3059.3 Mb)  TX bytes:4246182819 (4049.4 Mb)
          Interrupt:20




Could be a number of things.
Faulty nic, faulty cable or rj45 connectors, duplex mismatch.

I would start with checking the duplex.

mii-tool eth0

or

ethtool eth0

The duplex and interface speed setting should match that of its partner (eg switch or router).
So if the switch port is set at 100 FD, then the eth0 should be set on that.

If that is not the problem, then the nic itself or cables or switch/router ports would be the next place to check.

Forgot to add...the errors will only be an issue if they are currently increasing.

venky479@gmail.com 06-19-2010 01:06 AM

eth0 not found
 
hi this is venky479@gmail.com
i am new to Suse 10.2 when i am trying to configure ip address
ifconfig
it shows device not found
could you help me for configuring ip address.

Information:
Drivers : intel DG41RQ
operating System : Suse linux 10 service pack 2


regards,
venkat
venky479@gmail.com

centosboy 06-19-2010 01:26 AM

Quote:

Originally Posted by venky479@gmail.com (Post 4008249)
hi this is venky479@gmail.com
i am new to Suse 10.2 when i am trying to configure ip address
ifconfig
it shows device not found
could you help me for configuring ip address

regards,
venkat
venky479@gmail.com

Please do not hijack someone else's thread. Start your own or you may not get the responses you would like to.

saavik 06-19-2010 05:07 PM

Thanks centosboy I give that a try !

venky479@gmail.com 06-22-2010 05:37 AM

thanks for your reply still my probelm not solved
 
Quote:

Originally Posted by saavik (Post 4008851)
Thanks centosboy I give that a try !

[root@leaptech ~]# ifconfig
when i tried above i got this inforamtion
[p][/p]
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets: 257errors:0 dropped:0 overruns:0 frame:0
TX packets: 257 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2513516 (18.9 kB) TX bytes:2513516 (18.9 KB)

my operating system Suse linux enterprise server 10.2
Drivers : intel DG41RQ
i am not able to configure my ip address



Please send some working information

Regards,
venkatesh

centosboy 06-22-2010 06:07 AM

Quote:

Originally Posted by venky479@gmail.com (Post 4011209)
[root@leaptech ~]# ifconfig
when i tried above i got this inforamtion
[p][/p]
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets: 257errors:0 dropped:0 overruns:0 frame:0
TX packets: 257 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2513516 (18.9 kB) TX bytes:2513516 (18.9 KB)

my operating system Suse linux enterprise server 10.2
Drivers : intel DG41RQ
i am not able to configure my ip address



Please send some working information

Regards,
venkatesh



you need to install and map the correct drivers for your device

saavik 07-27-2010 07:34 AM

Well, ok mii-tool says:

Quote:

# mii-tool eth0
eth0: no autonegotiation, 10baseT-HD, link ok
The other side is an Cisco Router, if that does anything...

I am now about to switch the cable. Does anybody have any futher ideas ?

centosboy 07-28-2010 06:30 AM

Quote:

Originally Posted by saavik (Post 4046790)
Well, ok mii-tool says:



The other side is an Cisco Router, if that does anything...

I am now about to switch the cable. Does anybody have any futher ideas ?

NO, dont switch the cable yet.

10baseT-HD, link ok - does not seem correct in this day and age when todays interfaces are capable of 100baseT-FD.
could be worth checking the communication of the cisco network device interface. this must match the eth0 on the linux box.
my guess is that it is 100baseT-FD auto negotiation.
Most likely you need to switch the duplex settings on eth0 on linux box.
Fortunately for you, mii-tool will do this too.

man mii-tool


All times are GMT -5. The time now is 04:18 AM.