How to find the cause of discarded and error packets

Asked

Viewed 248 times

4

My net’s a little slow today. Taking a look at the interfaces I saw that the eth1 which is the internal network there is a lot of error and scartes.

ifconfig eth1
eth1      Link encap:Ethernet  Endereço de HW 00:1a:3f:79:ae:ac  
          inet end.: 192.168.20.254  Bcast:192.168.20.255  Masc:255.255.255.0
          endereço inet6: fe80::21a:3fff:fe79:aeac/64 Escopo:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Métrica:1
          pacotes RX:7488901460 erros:9555 descartados:31950 excesso:7303 quadro:0
          Pacotes TX:8342959492 erros:0 descartados:0 excesso:0 portadora:0
          colisões:0 txqueuelen:1000 
          RX bytes:2947779429718 (2.9 TB) TX bytes:6307851924629 (6.3 TB)

Running:

tcpdump -i eth1 -c200

Come out the next:

200 packets captured
30032 packets received by filter
25534 packets dropped by kernel

Is there any way to find out where these mistakes and scartes come from?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.