What's new

Ifconfig show 300 errors is this bad?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

sabot105mm

Regular Contributor
My router has been up for 1 hour. eth1 is showing the port is up and transmitting, but how is it transmitting if the only Ethernet port that has a cable plugged in is the wan port.

Code:
admin@RT-N66U:/tmp/home/root# ifconfig
br0        Link encap:Ethernet  HWaddr
           inet addr:10.9.10.1  Bcast:10.9.10.15  Mask:255.255.255.240
           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
           RX packets:153940 errors:0 dropped:0 overruns:0 frame:0
           TX packets:406852 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:0
           RX bytes:11236340 (10.7 MiB)  TX bytes:539194586 (514.2 MiB)

eth0       Link encap:Ethernet  HWaddr 
           inet addr:  Bcast:Mask:255.255.252.0
           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
           RX packets:576090 errors:0 dropped:0 overruns:0 frame:0
           TX packets:98365 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:130581021 (124.5 MiB)  TX bytes:16236753 (15.4 MiB)
           Interrupt:4 Base address:0x2000

eth1       Link encap:Ethernet  HWaddr 
           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
           RX packets:1883418 errors:0 dropped:0 overruns:0 frame:56735
           TX packets:2105992 errors:346 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:369749586 (352.6 MiB)  TX bytes:922326656 (879.5 MiB)
           Interrupt:3 Base address:0x8000

eth2       Link encap:Ethernet  HWaddr 
           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
           RX packets:42602 errors:0 dropped:0 overruns:0 frame:353
           TX packets:95174 errors:312 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:5324163 (5.0 MiB)  TX bytes:87090120 (83.0 MiB)
           Interrupt:5 Base address:0x8000

lo         Link encap:Local Loopback
           inet addr:127.0.0.1  Mask:255.0.0.0
           UP LOOPBACK RUNNING MULTICAST  MTU:16436  Metric:1
           RX packets:6705 errors:0 dropped:0 overruns:0 frame:0
           TX packets:6705 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:0
           RX bytes:1461915 (1.3 MiB)  TX bytes:1461915 (1.3 MiB)

tun21      Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 
           inet addr:10.8.0.1  P-t-P:10.8.0.2  Mask:255.255.255.255
           UP POINTOPOINT RUNNING NOARP PROMISC MULTICAST  MTU:1500  Metric:1
           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:100
           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

vlan1      Link encap:Ethernet  HWaddr 
           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
           TX packets:32360 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:0
           RX bytes:0 (0.0 B)  TX bytes:5431988 (5.1 MiB)
 
Last edited:
The eth1 port is not any of the wired ports. eth1 is the 2.4Ghz wireless radio. Eth2 is the 5Ghz radio and eth0 is the wan. The errors don't seem like a lot and if you want you can clear the counters to see if the problem continues. Errors can be generated for a number of reasons.

Also, I don't know if you are concerned with this but there is quite a bit of information in your post that you would normally want to keep private.

Public IP Address
Local Networks
tunnel interfaces
mac information
router model
router os

I just wanted to let you know to help you better protect your network. Hope this helps.
 
Having a few errors on a wireless interface is normal. The amount will vary based on how much traffic you have on that interface, and the signal quality between the clients and the router. They simply denote retransmitted packets in general.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top