Discussion:
massive number of dropped packets...
Steve Holdoway
2010-10-21 22:25:43 UTC
Permalink
Folks,

Can anyone think of a reason where I'm logging an immense number of
dropped packets on 2 ethernet ports - both on the motherboard - on a
server that's acting as a proxy server to a 10 user network? debian,

ifconfig eth0
eth0 Link encap:Ethernet HWaddr xx:xx:xx:a0:c4:c3
inet addr:10.1.1.2 Bcast:10.1.1.255 Mask:255.255.255.0
inet6 addr: fe80::21f:d0ff:fea0:c4c3/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:53417322 errors:0 dropped:124205286703352
overruns:0 frame:0
TX packets:42005561 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:48507271994 (45.1 GiB) TX bytes:11847953046 (11.0
GiB)
Interrupt:250 Base address:0xe000

ifconfig eth1
eth1 Link encap:Ethernet HWaddr xx:xx:xx:a0:c4:e2
inet addr:192.168.21.254 Bcast:192.168.21.255
Mask:255.255.255.0
inet6 addr: fe80::21f:d0ff:fea0:c4e2/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:288961494 errors:0 dropped:124206377650208
overruns:0 frame:0
TX packets:316127425 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:228816055646 (213.1 GiB) TX bytes:232074058838
(216.1 GiB)
Interrupt:249


The only one I can think of is that the mobo's about to fail...

Steve
--
Steve Holdoway BSc(Hons) MNZCS <***@greengecko.co.nz>
http://www.greengecko.co.nz
MSN: ***@greengecko.co.nz
Skype: sholdowa
Bryan Baldwin
2010-10-21 23:03:33 UTC
Permalink
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Post by Steve Holdoway
Can anyone think of a reason where I'm logging an immense number of
dropped packets on 2 ethernet ports - both on the motherboard - on a
server that's acting as a proxy server to a 10 user network?
* Try a different ethernet cable
->If that still drops packets---try a third cable
->If all three cables fail, try a different ethernet device
->repeat your test with all three cables
* Try another computer's ethernet on the same devices and cables

If only your original computer fails on both ethernet devices using all
three cords _then_ suspect your mobo.

If both computers fail, suspect your ethernet cables/devices ISP etc etc

Bryan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJMwMbFAAoJEHblvm1J+WqM0jcH/1e/sZdVOTYqP5yLwipCd3bV
XzB4ivferaw4rGsgtb916haE2gE/r+clbcw2NHm4f4ZjseRwybhnCga2YeLfmBJq
ZA1gK1XW/OvfuwSH+D3aFeULTsnur4tARgvvQyR9LGqBOhny7SHathDlFUqGpb+q
Ev5Xc72w6lcoxGq0YGNJavPOJvQEEg2eCOZEDoIBMgjSMpGY5pCno7kiSQAD7AzP
bmCE6g0oj42iG9yOEUIQYMcsW3rlYIsQr63x1QRLyo5ACqV5hVq2s7TpseeZs1/v
DGTpyxVyNST0ZLFBsw2lkqQa58wbJZ0OmJEWPOkweOInOKfvDvH52OTdRapSJ30=
=Jyyl
-----END PGP SIGNATURE-----

_______________________________________________
NZLUG mailing list ***@linux.net.nz
http://www.linux.net.nz/cgi-bin/mailman/listinfo/nzlug
Steve Holdoway
2010-10-22 01:07:02 UTC
Permalink
Post by Bryan Baldwin
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Post by Steve Holdoway
Can anyone think of a reason where I'm logging an immense number of
dropped packets on 2 ethernet ports - both on the motherboard - on a
server that's acting as a proxy server to a 10 user network?
* Try a different ethernet cable
->If that still drops packets---try a third cable
->If all three cables fail, try a different ethernet device
->repeat your test with all three cables
* Try another computer's ethernet on the same devices and cables
If only your original computer fails on both ethernet devices using all
three cords _then_ suspect your mobo.
If both computers fail, suspect your ethernet cables/devices ISP etc etc
Bryan
New kernel overwrite the built-from-source rtl8168 drivers, as using the
stock ( debian ) r8169 driver causes this problem!

I've now rebuilt from source for this kernel. Rebooting tonight should
clear everything up...

Note to self - if you go to the bother of making notes, why not read
them (:

Steve
--
Steve Holdoway BSc(Hons) MNZCS <***@greengecko.co.nz>
http://www.greengecko.co.nz
MSN: ***@greengecko.co.nz
Skype: sholdowa
Peter Lambrechtsen
2010-10-22 00:48:06 UTC
Permalink
tcpdump/snoop/wireshark may also be your friend here.

You could be getting a packet fragmentation issue depending on the router
you are going via, and may need to drop the MTU on that interface to 1280 or
some similar size depending on what devices it could be routed via.

Plus as has already been suggested swap the cables and router/switches.
_______________________________________________
NZLUG mailing list ***@linux.net.nz
http://www.linux.net.nz/cgi-bin/mailman/listinfo/nzlug
Loading...