LinuxQuestions.org
Review your favorite Linux distribution.
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 05-21-2012, 01:53 PM   #1
andrewhood125
LQ Newbie
 
Registered: May 2012
Posts: 5

Rep: Reputation: Disabled
Troubleshooting Packet Loss Fedora 16 RX Packets


Hey all,

I'm racking my brain trying to figure this one out. I have an install of Fedora 16 and I consistently get a ~20% RX packet loss and I've tried everything I know to figure out what's causing it.

Quote:
p2p1 Link encap:Ethernet HWaddr 00:11:43:C1:89:6E
inet addr:141.225.8.92 Bcast:141.225.11.255 Mask:255.255.252.0
inet6 addr: fe80::211:43ff:fec1:896e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1362696 errors:0 dropped:175418 overruns:0 frame:0
TX packets:123128 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:159458711 (152.0 MiB) TX bytes:12413643 (11.8 MiB)
Interrupt:16
It seems as though the packets are being lost between the NIC and kernel.

My NIC is Ethernet controller: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 01).

It fails ethtool -t p2p1
Quote:
The test result is FAIL
The test extra info:
nvram test (online) 1
link test (online) 0
register test (offline) 0
memory test (offline) 0
mac loopback test (offline) 0
phy loopback test (offline) 0
ext loopback test (offline) 0
interrupt test (offline) 0
Before I waste all my breath though what do you normally do to troubleshoot a problem like this?
 
Old 05-21-2012, 05:25 PM   #2
ShadowCat8
Member
 
Registered: Nov 2004
Location: San Bernardino, CA
Distribution: Gentoo, Arch, (RedHat4.x-9.x, FedoraCore 1.x-4.x, Debian Potato-Sarge, LFS 6.0, etc.)
Posts: 261

Rep: Reputation: 52
Well,

In the past, I have started with 'ping -R <ip address>' to see if I can find what the route is and where the packets are passing through to check if I can see breaks in the sequence. And if you think the issue is within the system (e.g. kernel, drivers, etc), remember that in linux, you can use both the assigned IP address as well as 127.0.0.1 to ping and troubleshoot.

HTH. Let us know.
 
Old 05-21-2012, 10:25 PM   #3
andrewhood125
LQ Newbie
 
Registered: May 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
Thanks for the reply ShadowCat8, This is the reply I received from ping -R mira.cs.memphis.edu (The computer in question)

Quote:
PING mira.cs.memphis.edu (141.225.8.92): 56 data bytes
64 bytes from 141.225.8.92: icmp_seq=0 ttl=44 time=558.207 ms
RR: 192.168.1.97
108-71-149-228.lightspeed.mmphtn.sbcglobal.net (108.71.149.228)
99.15.205.21
99.15.205.15
99.15.205.9
70.159.236.247
12.83.16.65
12.83.10.20
12.122.71.16
64 bytes from 141.225.8.92: icmp_seq=1 ttl=44 time=78.591 ms (same route)
64 bytes from 141.225.8.92: icmp_seq=2 ttl=44 time=96.486 ms (same route)
 
Old 05-23-2012, 12:15 PM   #4
ShadowCat8
Member
 
Registered: Nov 2004
Location: San Bernardino, CA
Distribution: Gentoo, Arch, (RedHat4.x-9.x, FedoraCore 1.x-4.x, Debian Potato-Sarge, LFS 6.0, etc.)
Posts: 261

Rep: Reputation: 52
Hmmm...

Well, as a note, I don't see any point where it seems to actually be hitting and/or routing on the memphis.edu network block. As an example, when I try running it from my office, the last 6 hops are as follows:
Code:
...<snip>...
	bboi.net.any2ix.coresite.com (206.223.143.33)
	lsan0.tr-cps.internet2.edu (64.57.20.202)
	paix0.tr-cps.internet2.edu (64.57.20.203)
	sttl0.tr-cps.internet2.edu (64.57.20.211)
	64.57.21.97
	jo100-r4.memphis.edu (141.225.244.24)

64 bytes from mira.cs.memphis.edu (141.225.8.92): icmp_req=2 ttl=52 time=132 ms(same route)
64 bytes from mira.cs.memphis.edu (141.225.8.92): icmp_req=3 ttl=52 time=153 ms(same route)^C
So, I'm wondering how your packets are getting routed to the 'mira' system... Are you on a VPN to connect to their network? I ran all those IP addresses that your packets hopped through and not one of them came back with a hostname from the sbcglobal.net DNS server in L.A.:
Code:
 ~ $ for i in 99.15.205.21 99.15.205.15 99.15.205.9 70.159.236.247 12.83.16.65 12.83.10.20 12.122.71.16 ; do echo "Checking ${i}..." ; nslookup ${i} 206.13.30.12 ; done
Checking 99.15.205.21...
Server:		206.13.30.12
Address:	206.13.30.12#53

** server can't find 21.205.15.99.in-addr.arpa.: NXDOMAIN

Checking 99.15.205.15...
Server:		206.13.30.12
Address:	206.13.30.12#53

** server can't find 15.205.15.99.in-addr.arpa.: NXDOMAIN

Checking 99.15.205.9...
Server:		206.13.30.12
Address:	206.13.30.12#53

** server can't find 9.205.15.99.in-addr.arpa.: NXDOMAIN

Checking 70.159.236.247...
Server:		206.13.30.12
Address:	206.13.30.12#53

** server can't find 247.236.159.70.in-addr.arpa.: NXDOMAIN

Checking 12.83.16.65...
Server:		206.13.30.12
Address:	206.13.30.12#53

** server can't find 65.16.83.12.in-addr.arpa.: NXDOMAIN

Checking 12.83.10.20...
Server:		206.13.30.12
Address:	206.13.30.12#53

** server can't find 20.10.83.12.in-addr.arpa.: NXDOMAIN

Checking 12.122.71.16...
Server:		206.13.30.12
Address:	206.13.30.12#53

** server can't find 16.71.122.12.in-addr.arpa.: NXDOMAIN
Also, noting the difference between the initial ping time versus the successive pings does indicate that there is *something* going on with your routing:
Quote:
Originally Posted by andrewhood125
Code:
PING mira.cs.memphis.edu (141.225.8.92): 56 data bytes
64 bytes from 141.225.8.92: icmp_seq=0 ttl=44 time=558.207 ms
...<snip>...
64 bytes from 141.225.8.92: icmp_seq=1 ttl=44 time=78.591 ms	(same route)
So, I'm not sure I understand what exactly is happening in your case... It looks like we aren't getting the full story here (from the network output, that is). So, are you running on a VPN? Or using a private proxy?

Let us know. HTH.

Last edited by ShadowCat8; 05-23-2012 at 01:44 PM. Reason: Noting ping time differences
 
Old 05-23-2012, 02:05 PM   #5
andrewhood125
LQ Newbie
 
Registered: May 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
ShadowCat8 Thanks very much for your help. I wish I knew more about it. The memphis.edu is locked down pretty tight. I'm not real hot at network stuff (if you couldn't tell) so I may know something important but may not realize it. As far as I know though this computer is connected to our internal network. All traffic in and out of the network goes through a border where a lot of stuff is snuffed out. They only allow certain traffic in and out at that point but I'm not having problems with any of the other computers here. I'll attatch some output from on of the others just as a baseline I don't know if it will help or not.

This is netlogic.cs.memphis.edu

Quote:
eth0 Link encap:Ethernet HWaddr 00:06:5b:ce:5e:fe
inet addr:141.225.11.150 Bcast:141.225.11.255 Mask:255.255.252.0
inet6 addr: fe80::206:5bff:fece:5efe/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:15234207 errors:0 dropped:0 overruns:0 frame:0
TX packets:5304421 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:2703265240 (2.7 GB) TX bytes:776484550 (776.4 MB)
I got more interesting data from netlogic on it's route. It's kind of alot sorry about that. It seemed to switch almost every time. Alternating between two different routes. I'm inside the memphis.edu network at the moment you may get a different result.

Quote:
PING netlogic.cs.memphis.edu (141.225.11.150): 56 data bytes
64 bytes from 141.225.11.150: icmp_seq=0 ttl=61 time=7.212 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=1 ttl=61 time=7.722 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=2 ttl=61 time=6.312 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=3 ttl=61 time=5.352 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=4 ttl=61 time=5.632 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=5 ttl=61 time=6.979 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=6 ttl=61 time=5.676 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=7 ttl=61 time=15.528 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=8 ttl=61 time=5.682 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=9 ttl=61 time=5.496 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=10 ttl=61 time=7.813 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=11 ttl=61 time=5.719 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=12 ttl=61 time=5.776 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=13 ttl=61 time=5.721 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=14 ttl=61 time=6.248 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=15 ttl=61 time=5.515 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=16 ttl=61 time=5.711 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=17 ttl=61 time=14.854 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=18 ttl=61 time=5.394 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=19 ttl=61 time=6.027 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=20 ttl=61 time=6.967 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=21 ttl=61 time=6.721 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=22 ttl=61 time=6.754 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=23 ttl=61 time=5.526 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=24 ttl=61 time=6.008 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=25 ttl=61 time=3.147 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.11.150: icmp_seq=26 ttl=61 time=5.419 ms
^CRR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
netlogic.cs.memphis.edu (141.225.11.150)
netlogic.cs.memphis.edu (141.225.11.150)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
 
Old 05-23-2012, 02:10 PM   #6
andrewhood125
LQ Newbie
 
Registered: May 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
ping -R mira.cs.memphis.edu from inside the memphis.edu network

Quote:
PING mira.cs.memphis.edu (141.225.8.92): 56 data bytes
64 bytes from 141.225.8.92: icmp_seq=0 ttl=61 time=4.763 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=1 ttl=61 time=11.083 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=2 ttl=61 time=23.589 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=3 ttl=61 time=6.674 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=4 ttl=61 time=6.256 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=5 ttl=61 time=6.388 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=6 ttl=61 time=6.729 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=7 ttl=61 time=10.108 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=8 ttl=61 time=4.859 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=9 ttl=61 time=7.510 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=10 ttl=61 time=5.557 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=11 ttl=61 time=12.044 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=12 ttl=61 time=7.324 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=13 ttl=61 time=7.639 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=14 ttl=61 time=5.622 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=15 ttl=61 time=5.115 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=16 ttl=61 time=6.998 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=17 ttl=61 time=7.754 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=18 ttl=61 time=6.132 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=19 ttl=61 time=5.477 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=20 ttl=61 time=5.453 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=21 ttl=61 time=7.794 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=22 ttl=61 time=5.415 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=23 ttl=61 time=5.741 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=24 ttl=61 time=20.041 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=25 ttl=61 time=13.516 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=26 ttl=61 time=17.545 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=27 ttl=61 time=11.256 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.9
wd224-s2.cs.memphis.edu (141.225.8.3)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
64 bytes from 141.225.8.92: icmp_seq=28 ttl=61 time=15.199 ms
RR: jo100-s1.memphis.edu (141.225.1.2)
10.0.8.5
wd224-s1.cs.memphis.edu (141.225.8.2)
mira.cs.memphis.edu (141.225.8.92)
mira.cs.memphis.edu (141.225.8.92)
10.0.8.6
jo100-nx1.memphis.edu (141.225.1.21)
141.225.176.2
adhood-7.memphis.edu (141.225.183.122)
^C
--- mira.cs.memphis.edu ping statistics ---
29 packets transmitted, 29 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 4.763/8.951/23.589/4.754 ms
 
Old 05-26-2012, 04:56 PM   #7
andrewhood125
LQ Newbie
 
Registered: May 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
Any ideas on what the next step I should take is? I really appreciate the help so far.
 
Old 06-05-2012, 11:35 AM   #8
ShadowCat8
Member
 
Registered: Nov 2004
Location: San Bernardino, CA
Distribution: Gentoo, Arch, (RedHat4.x-9.x, FedoraCore 1.x-4.x, Debian Potato-Sarge, LFS 6.0, etc.)
Posts: 261

Rep: Reputation: 52
Sorry about the delay, but I got *real* busy at the office getting the next generation of our server product ready for release.

Are you running any firewall (e.g. ufw, iptables or shorewall) or routing software on the one that's getting the packet-loss?

Looking over what we have above, I noted that you said about 20% packet loss... I also notice that you had ~13% of the received packets dropped at the p2p1 interface. Something is telling the p2p1 interface to ignore ~15% of the packets it receives. We need to figure out what that is... Chances are good that one file or another under /var/log should tell us why. You may want to start with /var/log/messages and see if it's in there.

As a side note, I find it funny that one of the hops that the ping had to go through was called 'adhood-7'. You get this mental image of a system passing packets until it sees one that looks like a possible customer and goes, "Hey... Slow down, man. You look like you're in a rush. You're looking for something, huh? Well, I got what you need!" Hehe

HTH. Let us know.

Last edited by ShadowCat8; 06-05-2012 at 11:46 AM.
 
  


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
packet loss divyashree Linux - Networking 1 01-15-2011 10:00 AM
100% Packet Loss on external Ping requests on Fedora 10 trev2006 Linux - Networking 1 01-04-2011 02:25 PM
[SOLVED] very high packet loss on kernel driver, fedora 10 ShadyCraig Linux - Networking 5 07-09-2009 05:27 PM
Fedora Core 4 irregular packet loss mesomi Linux - Networking 0 04-19-2006 02:19 AM
70% packet loss bingviini Linux - Networking 5 11-18-2004 11:35 AM

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

All times are GMT -5. The time now is 10:42 AM.

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