LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-18-2010, 03:21 AM   #1
saavik
Member
 
Registered: Nov 2001
Location: NRW, Germany
Distribution: SLES / FC/ OES / CentOS
Posts: 614

Rep: Reputation: 32
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
 
Old 06-18-2010, 05:46 AM   #2
centosboy
Senior Member
 
Registered: May 2009
Location: london
Distribution: centos5
Posts: 1,137

Rep: Reputation: 116Reputation: 116
Quote:
Originally Posted by saavik View Post
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.
 
Old 06-19-2010, 01:06 AM   #3
venky479@gmail.com
LQ Newbie
 
Registered: Jun 2010
Posts: 2

Rep: Reputation: 0
Cool 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

Last edited by venky479@gmail.com; 06-19-2010 at 03:35 AM.
 
Old 06-19-2010, 01:26 AM   #4
centosboy
Senior Member
 
Registered: May 2009
Location: london
Distribution: centos5
Posts: 1,137

Rep: Reputation: 116Reputation: 116
Quote:
Originally Posted by venky479@gmail.com View Post
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.
 
Old 06-19-2010, 05:07 PM   #5
saavik
Member
 
Registered: Nov 2001
Location: NRW, Germany
Distribution: SLES / FC/ OES / CentOS
Posts: 614

Original Poster
Rep: Reputation: 32
Thanks centosboy I give that a try !
 
Old 06-22-2010, 05:37 AM   #6
venky479@gmail.com
LQ Newbie
 
Registered: Jun 2010
Posts: 2

Rep: Reputation: 0
thanks for your reply still my probelm not solved

Quote:
Originally Posted by saavik View Post
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
 
Old 06-22-2010, 06:07 AM   #7
centosboy
Senior Member
 
Registered: May 2009
Location: london
Distribution: centos5
Posts: 1,137

Rep: Reputation: 116Reputation: 116
Quote:
Originally Posted by venky479@gmail.com View Post
[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
 
Old 07-27-2010, 07:34 AM   #8
saavik
Member
 
Registered: Nov 2001
Location: NRW, Germany
Distribution: SLES / FC/ OES / CentOS
Posts: 614

Original Poster
Rep: Reputation: 32
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 ?
 
Old 07-28-2010, 06:30 AM   #9
centosboy
Senior Member
 
Registered: May 2009
Location: london
Distribution: centos5
Posts: 1,137

Rep: Reputation: 116Reputation: 116
Quote:
Originally Posted by saavik View Post
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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
overruns show with ip link but not with ifconfig Berhanie Linux - Networking 0 12-03-2007 11:41 AM
ifconfig eth0 up does not 'revive' eth0 Micro420 Linux - General 2 04-22-2006 12:55 PM
ifconfig eth0 doesnt show up dongmin Linux - Networking 16 05-02-2005 09:04 AM
eth0 doesn't show in Debian with ifconfig after dual boot with Mandrake9.2 steve1401 Linux - Networking 3 01-18-2004 05:21 PM
eth0 removed from ifconfig after dhcpcd eth0 johnklvr Linux - Networking 3 01-15-2004 08:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 07:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration