Network very slow

Hi,

I’m running a recent tumbleweed version and I’m experiencing since several days a huge slowdown in my network / internet connection. I have a Lenovo T420s, tried both built-in (Ethernet and WIFI) adapters and another USB Ethernet adapter and having for all the same issue when using tumbleweed. When running windows 7, the network is fast as usually. ( The same happens for another Lenovo laptop I have running opensuse 12.3 ) I’m not sure what kind of measurements or data to provide, but I think these may already show that there is a problem:


time route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         192.168.178.1   0.0.0.0         UG    1024   0        0 enp0s26u1u2u1
192.168.178.0   *               255.255.255.0   U     0      0        0 enp0s26u1u2u1

** real    0m15.053s**
user    0m0.002s
sys     0m0.003s

It takes roughly 15 seconds for the route command to finish, that corresponds roughly to the delay I’m experiencing when browsing any website. Also the ping is very high:

time ping -c 10 google.com
PING google.com (74.125.193.138) 56(84) bytes of data.
64 bytes from ig-in-f138.1e100.net (74.125.193.138): icmp_seq=1 ttl=44 time=124 ms
64 bytes from ig-in-f138.1e100.net (74.125.193.138): icmp_seq=2 ttl=44 time=127 ms
64 bytes from ig-in-f138.1e100.net (74.125.193.138): icmp_seq=3 ttl=44 time=126 ms
64 bytes from ig-in-f138.1e100.net (74.125.193.138): icmp_seq=4 ttl=44 time=128 ms
64 bytes from ig-in-f138.1e100.net (74.125.193.138): icmp_seq=5 ttl=44 time=122 ms
64 bytes from ig-in-f138.1e100.net (74.125.193.138): icmp_seq=6 ttl=44 time=127 ms
64 bytes from ig-in-f138.1e100.net (74.125.193.138): icmp_seq=7 ttl=44 time=123 ms
64 bytes from ig-in-f138.1e100.net (74.125.193.138): icmp_seq=8 ttl=44 time=127 ms
64 bytes from ig-in-f138.1e100.net (74.125.193.138): icmp_seq=9 ttl=44 time=125 ms
64 bytes from 74.125.193.138: icmp_seq=10 ttl=44 time=124 ms

--- google.com ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, **time 46317ms**
rtt min/avg/max/mdev = 122.922/125.843/128.509/1.935 ms

** real    0m57.353s**
user    0m0.002s
sys     0m0.008s

The connection to my router seems to as fast as usually:

time ping -c 10 192.168.178.1
PING 192.168.178.1 (192.168.178.1) 56(84) bytes of data.
64 bytes from 192.168.178.1: icmp_seq=1 ttl=64 time=0.681 ms
64 bytes from 192.168.178.1: icmp_seq=2 ttl=64 time=0.618 ms
64 bytes from 192.168.178.1: icmp_seq=3 ttl=64 time=0.734 ms
64 bytes from 192.168.178.1: icmp_seq=4 ttl=64 time=0.601 ms
64 bytes from 192.168.178.1: icmp_seq=5 ttl=64 time=0.690 ms
64 bytes from 192.168.178.1: icmp_seq=6 ttl=64 time=0.589 ms
64 bytes from 192.168.178.1: icmp_seq=7 ttl=64 time=0.509 ms
64 bytes from 192.168.178.1: icmp_seq=8 ttl=64 time=0.522 ms
64 bytes from 192.168.178.1: icmp_seq=9 ttl=64 time=0.501 ms
64 bytes from 192.168.178.1: icmp_seq=10 ttl=64 time=0.609 ms

--- 192.168.178.1 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9000ms
rtt min/avg/max/mdev = 0.501/0.605/0.734/0.078 ms

real    0m9.004s
user    0m0.001s
sys     0m0.003s


I really apprecite any help. Thanks in advance!

EDIT:
What is maybe interesting is that the ‘ip route’ command is much faster:


time ip route
default via 192.168.178.1 dev enp0s26u1u2u1  proto static  metric 1024 
192.168.178.0/24 dev enp0s26u1u2u1  proto kernel  scope link  src 192.168.178.24 

**real    0m0.003s**
user    0m0.002s
sys     0m0.001s

Probably better to ask this in the Tumbleweed forum. Maybe ask an admin to move this post there.