You are not logged in.

#1 2011-08-29 23:24:59

leeAngry
Member
Registered: 2011-04-20
Posts: 13

[SOLVED] huge packet loss

i cant figure out whats happening here

[hyper@haven ~]$ ping [url=http://www.google.com]www.google.com[/url]
PING [url=http://www.l.google.com]www.l.google.com[/url] (209.85.148.147) 56(84) bytes of data.
64 bytes from fra07s07-in-f147.1e100.net (209.85.148.147): icmp_req=6 ttl=53 time=34.5 ms
64 bytes from fra07s07-in-f147.1e100.net (209.85.148.147): icmp_req=13 ttl=53 time=29.2 ms
64 bytes from fra07s07-in-f147.1e100.net (209.85.148.147): icmp_req=14 ttl=53 time=29.0 ms
64 bytes from fra07s07-in-f147.1e100.net (209.85.148.147): icmp_req=31 ttl=53 time=26.2 ms
64 bytes from fra07s07-in-f147.1e100.net (209.85.148.147): icmp_req=32 ttl=53 time=31.2 ms
^C
--- [url=http://www.l.google.com]www.l.google.com[/url] ping statistics ---
32 packets transmitted, 5 received, 84% packet loss, time 31029ms
rtt min/avg/max/mdev = 26.255/30.084/34.525/2.739 ms

what in the world is going on??

[hyper@haven ~]$ uname -r
2.6.39-ARCH
[hyper@haven ~]$ lspci | grep -i net
01:00.0 Ethernet controller: Atheros Communications AR8132 Fast Ethernet (rev c0)
02:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
[hyper@haven ~]$ lsmod
Module                  Size  Used by
ath5k                 129572  0 
fuse                   58669  3 
ipv6                  249260  16 
ext2                   55475  1 
joydev                  7535  0 
uvcvideo               55020  0 
videodev               70734  1 uvcvideo
media                   8513  1 videodev
usbhid                 31211  0 
hid                    63007  1 usbhid
arc4                    1094  2 
ecb                     1645  2 
snd_hda_codec_realtek   225687  1 
snd_hda_intel          19261  0 
ath9k                  70997  0 
snd_hda_codec          66793  2 snd_hda_codec_realtek,snd_hda_intel
mac80211              189758  2 ath5k,ath9k
snd_hwdep               4919  1 snd_hda_codec
snd_pcm                60311  2 snd_hda_intel,snd_hda_codec
ath9k_common            1648  1 ath9k
i915                  557614  2 
ath9k_hw              276916  2 ath9k,ath9k_common
uhci_hcd               19344  0 
snd_timer              15542  1 snd_pcm
drm_kms_helper         24245  1 i915
ath                    11679  3 ath5k,ath9k,ath9k_hw
snd                    43527  6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
psmouse                55927  0 
eeepc_wmi               1791  0 
ehci_hcd               34847  0 
asus_wmi               11348  1 eeepc_wmi
sparse_keymap           2636  1 asus_wmi
sg                     21022  0 
drm                   147653  3 i915,drm_kms_helper
pci_hotplug            22330  1 asus_wmi
cfg80211              126930  4 ath5k,ath9k,mac80211,ath
soundcore               5018  1 snd
intel_agp               8664  1 i915
serio_raw               3430  0 
usbcore               119004  5 uvcvideo,usbhid,uhci_hcd,ehci_hcd
i2c_algo_bit            4431  1 i915
iTCO_wdt               10333  0 
evdev                   7310  12 
pcspkr                  1415  0 
iTCO_vendor_support     1553  1 iTCO_wdt
rfkill                 12510  2 asus_wmi,cfg80211
processor              21884  0 
i2c_core               16665  5 videodev,i915,drm_kms_helper,drm,i2c_algo_bit
intel_gtt              11417  3 i915,intel_agp
atl1c                  28599  0 
battery                 8905  0 
thermal                 6603  0 
snd_page_alloc          5909  2 snd_hda_intel,snd_pcm
button                  3654  1 i915
ac                      2545  0 
video                   9852  1 i915
agpgart                22160  3 drm,intel_agp,intel_gtt
wmi                     7367  1 asus_wmi
cpufreq_ondemand        5064  0 
freq_table              2055  1 cpufreq_ondemand
cpufreq_userspace       1648  0 
cpufreq_powersave        714  0 
ext4                  334626  2 
mbcache                 4321  2 ext2,ext4
jbd2                   59098  1 ext4
crc16                   1077  1 ext4
sd_mod                 25515  5 
ahci                   18093  4 
libahci                16581  1 ahci
libata                154349  2 ahci,libahci
scsi_mod              110702  3 sg,sd_mod,libata

i can sometimes disconnect then reboot, then i can jump on and it seems quick at first but soon goes to shit..


[hyper@haven ~]$

how some of this helps..

Last edited by leeAngry (2011-09-03 18:25:24)

Offline

#2 2011-08-29 23:27:35

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] huge packet loss

leeAngry, please edit your post.
When pasting code, please use [ code ] tags https://bbs.archlinux.org/help.php#bbcode

like this

It makes the code more readable and more convenient to scroll through.

Offline

#3 2011-08-29 23:49:04

leeAngry
Member
Registered: 2011-04-20
Posts: 13

Re: [SOLVED] huge packet loss

crap sorry about that

Offline

#4 2011-08-29 23:55:52

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] huge packet loss

leeAngry, please use [ code ] tags, not [ quote ] tags when pasting code.

Offline

#5 2011-08-30 00:36:31

leeAngry
Member
Registered: 2011-04-20
Posts: 13

Re: [SOLVED] huge packet loss

ok... i'll get it one of these days lol

Offline

#6 2011-08-30 02:36:46

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: [SOLVED] huge packet loss

What does traceroute www.google.com say??  (traceroute is port of iputils)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#7 2011-08-30 05:07:46

leeAngry
Member
Registered: 2011-04-20
Posts: 13

Re: [SOLVED] huge packet loss

[hyper@haven ~]$ traceroute www.google.com
traceroute: Warning: www.google.com has multiple addresses; using 209.85.148.103
traceroute to www.l.google.com (209.85.148.103), 30 hops max, 40 byte packets
 1  192.168.1.10 (192.168.1.10)  9.385 ms  11.750 ms  12.527 ms
 2  172.24.0.1 (172.24.0.1)  5.439 ms  11.565 ms  7.924 ms
 3  10.0.0.1 (10.0.0.1)  19.800 ms  15.283 ms  13.557 ms
 4  wegsch01.mywave.at (85.193.128.129)  11.823 ms  13.883 ms  14.338 ms
 5  91-118-46-193.static.xdsl-line.inode.at (91.118.46.193)  20.355 ms  32.867 ms  10.876 ms
 6  at-vie01a-rd1-vl-2079.aorta.net (84.116.229.57)  42.928 ms *  43.103 ms
 7  * de-fra03a-rd1-xe-3-3-0.aorta.net (213.46.160.253)  33.758 ms de-fra03a-rd1-xe-9-2-0.aorta.net (213.46.160.129)  29.702 ms
 8  * 84.116.132.150 (84.116.132.150)  40.185 ms 84.116.132.162 (84.116.132.162)  37.195 ms
 9  72.14.219.9 (72.14.219.9)  33.521 ms  33.856 ms 72.14.214.29 (72.14.214.29)  33.828 ms
10  209.85.255.172 (209.85.255.172)  73.488 ms  155.565 ms  29.126 ms
11  209.85.254.57 (209.85.254.57)  45.671 ms 209.85.254.41 (209.85.254.41)  32.318 ms  39.849 ms
12  fra07s07-in-f103.1e100.net (209.85.148.103)  29.021 ms  35.550 ms *
[hyper@haven ~]$

Offline

#8 2011-08-31 06:17:23

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: [SOLVED] huge packet loss

The traceroute looks reasonable.  Except -- That first hop goes to 192.168.1.10 I usually expect a gateway to be at *.*.*.1.  It does  not have to be, but it often is.
Then, hops 2 and 3 are going to 172. and 10. addresses.  Those are still private networks.

So, three private networks before you reach the internet at wegsch01.mywave.at (85.193.128.129).

Can you tell us more about the network?  Example: Are you cascading a router with a DSL modem? 
What is that first hop? 
Are you, by chance,  running inside a VM and the first hop is to the host?
How are you setting your IP address? (Static or Dynamic) Any chance multiple machines are using the same address?
Are you using the wireless, or the wired network?
Are they both talking to the same router at the same time? 
What is the output of ip addr


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#9 2011-08-31 07:07:15

dodo3773
Member
Registered: 2011-03-17
Posts: 818

Re: [SOLVED] huge packet loss

I have been experiencing similar issues (not nearly as bad) with my card (Atheros ar5007eg) and I saw this post: https://bbs.archlinux.org/viewtopic.php?id=120684
I checked it out and it did not help me (not sure if it a specific issue to that card) but it may be worth a shot.

Offline

#10 2011-08-31 16:43:29

leeAngry
Member
Registered: 2011-04-20
Posts: 13

Re: [SOLVED] huge packet loss

i'm on a wireless router... not sure of much info on the router because i'm in a hotel in austria.  i've just been noticing more and more frequently lately and would like to get to the end of it.

[hyper@haven ~]$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
    link/ether f4:6d:04:03:33:15 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 48:5d:60:bd:d2:6f brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.117/24 brd 192.168.1.255 scope global wlan0
    inet6 fe80::4a5d:60ff:febd:d26f/64 scope link 
       valid_lft forever preferred_lft forever
[hyper@haven ~]$

Last edited by leeAngry (2011-08-31 16:44:00)

Offline

#11 2011-08-31 16:44:18

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: [SOLVED] huge packet loss

Can you try using mtr instead of traceroute? You'll have to install mtr, and then use something like 'mtr -rc4 www.google.com', it will tell you where packets are getting lost (I don't know how to see with traceroute where packets are getting lost, if it is possible with traceroute).


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#12 2011-08-31 16:44:43

leeAngry
Member
Registered: 2011-04-20
Posts: 13

Re: [SOLVED] huge packet loss

dodo3773 wrote:

I have been experiencing similar issues (not nearly as bad) with my card (Atheros ar5007eg) and I saw this post: https://bbs.archlinux.org/viewtopic.php?id=120684
I checked it out and it did not help me (not sure if it a specific issue to that card) but it may be worth a shot.


thank dodo i'll check it out.

Offline

#13 2011-09-02 18:22:03

leeAngry
Member
Registered: 2011-04-20
Posts: 13

Re: [SOLVED] huge packet loss

sorry for the late reply,,  i spent the night in the hospital  and got a bunch of stitches in my head from falling off a dock..  ok so i downloaded mtr..

 [hyper@haven mtr-0.77]$ mtr -rc4 www.google.com
HOST: haven                       Loss%   Snt   Last   Avg  Best  Wrst StDev
  1.|-- 192.168.1.10               0.0%     4    1.9   3.1   1.8   6.3   2.1
  2.|-- 172.24.0.1                 0.0%     4    2.3   2.6   2.3   3.1   0.4
  3.|-- 10.0.0.1                   0.0%     4    8.7  12.3   6.9  25.8   9.0
  4.|-- wegsch01.mywave.at         0.0%     4   61.3  29.1   7.6  61.3  26.0
  5.|-- 91-118-46-193.static.xdsl  0.0%     4   10.5  13.9   9.7  23.9   6.7
  6.|-- at-vie01a-rd1-vl-2079.aor  0.0%     4   29.2  26.2  25.0  29.2   2.0
  7.|-- de-fra03a-rd1-xe-9-2-0.ao  0.0%     4   40.3  32.1  27.5  40.3   5.9
  8.|-- 84.116.132.158             0.0%     4   25.4  25.9  24.1  28.1   1.7
  9.|-- 72.14.214.29               0.0%     4   23.5  29.6  23.5  37.8   6.2
 10.|-- 209.85.255.172             0.0%     4   39.7  49.7  35.1  86.8  24.8
 11.|-- 209.85.254.57              0.0%     4   33.9  33.2  26.0  41.4   6.4
    |  `|-- 209.85.254.41
 12.|-- fra07s07-in-f103.1e100.ne  0.0%     4   33.3  30.5  28.3  33.3   2.4
[hyper@haven mtr-0.77]$ 

Offline

#14 2011-09-02 20:03:34

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: [SOLVED] huge packet loss

No packet loss there, 4 packets were sent and 4 packets were received for each hop.

Is this your network or are you still at the hotel? It might help (or not) to have more details about the first 3 hops which look a bit suspicious, like ewaller pointed out before. All the rest looks ok.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#15 2011-09-03 18:23:11

leeAngry
Member
Registered: 2011-04-20
Posts: 13

Re: [SOLVED] huge packet loss

yeah funny thing was.. i was down the hall in the lobby durring that connection.. everything seemed fine sad  so i guess it was the configuration of the router possibly?  kind of sucks cuz i wasnt able to get to the bottom of it..  i'm at an extended layover in france and i have 0% packet loss...  sorry fellas..  kind of feel like this was a waisted thread..  glad i know of mtr now tho !  thansk anyway everyone for the help.

Offline

Board footer

Powered by FluxBB