• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Internetverbindung bzw. Aufruf von Webseiten langsam

Hallo zusammen,

bei mir ist die Verbindung ins Internet schon länger ziemlich langsam. Zumindest, wenn ich mit firefox neue Webseiten aufrufe, bei längeren Downloads habe ich ehrlich gesagt keinen Überblick. Unter Windows habe ich das Problem nicht.

Der PC ist mit der einen Netzwerkkarte (enp3s0) über einen Switch am DSL-Modem bzw. der Fritz-Box von Unitymedia angeschlossen. Die zweite Netzwerkkarte ist nicht konfiguriert.

collectData hat den folgenden Output ausgespuckt:


Code:
collectNWData.sh V0.7.4 -iGUI-

--- Which type of your network connection should be tested?
--- (2) Wired connection

--- What's the type of networktopology?
--- (2) DSL HW router <---> LinuxClient

--- On which host is the script executed?
--- (1) LinuxClient

--- NWCollect is collecting networkconfiguration information into file ...

--- NWEliza is analyzing the system for common network configuration errors ...
!!! CND0540W: Messages dropped on network interface enp3s0
!!! CND0180I: The system can't ping external IP address 173.194.35.180
!!! CND0150E: There might be a problem with the default gateway definition 192.168.178.1 on interface enp3s0
!!! CND0480W: No link detected on interface enp5s1

--- Go to http://www.linux-tips-and-tricks.de/CND to get more detailed instructions 
--- about the error/warning messages and how to fix the problems on your own.

--- If you are unsuccessful then place the contents of file collectNWData.txt in the net
--- (see http://www.linux-tips-and-tricks.de/CND_UPL for links) 
--- and then paste the nopaste link on your favorite Linux forum.

==================================================================================================================
===== cat /etc/*[-_]release || cat /etc/*[-_]version =============================================================
/etc/os-release
/etc/SuSE-release
NAME=openSUSE
VERSION="13.1 (Bottle)"
VERSION_ID="13.1"
PRETTY_NAME="openSUSE 13.1 (Bottle) (x86_64)"
ID=opensuse
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:opensuse:13.1"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://opensuse.org/"
ID_LIKE="suse"
openSUSE 13.1 (x86_64)
VERSION = 13.1
CODENAME = Bottle
# /etc/SuSE-release is deprecated and will be removed in the future, use /etc/os-release instead
===== uname -a ===================================================================================================
Linux kleinercorsa 3.11.10-25-desktop #1 SMP PREEMPT Wed Dec 17 17:57:03 UTC 2014 (8210f77) x86_64 x86_64 x86_64 GNU/Linux
===== cat /etc/sysconfig/network/ifcfg-[earwd]* | grep -v "^#|^$" | grep -v "=''" ================================
--- /etc/sysconfig/network/ifcfg-enp3s0
BOOTPROTO='dhcp'
NAME='RTL8111/8168B PCI Express Gigabit Ethernet controller'
STARTMODE='auto'
USERCONTROL='no'
===== ping tests =================================================================================================
Ping of 173.194.35.180 failed
Ping of www.google.com OK
===== cat /etc/resolv | grep -i "nameserver" =====================================================================
nameserver 192.168.178.1
===== cat /etc/hosts =============================================================================================
127.0.0.1	localhost
===== (route -n && route -A inet6 -n) | egrep "(en|wl|eth|ath|ra|wlan|dsl|ppp)" ==================================
Kernel IP Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.178.1   0.0.0.0         UG    0      0        0 enp3s0
192.168.178.0   0.0.0.0         255.255.255.0   U     0      0        0 enp3s0
Kernel IPv6 Routentabelle
Ziel                                        Nächster Hop                                 Flags Metric Ref    Benutzer Iface
===== ifconfig (filtered for en|wl|eth|wlan|ra|ath|dsl|ppp) ======================================================
enp3s0    Link encap:Ethernet  Hardware Adresse ##:##:##:##:##:#1  
          inet Adresse:192.168.178.22  Bcast:192.168.178.255  Maske:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:657416 errors:0 dropped:1 overruns:0 frame:0
          TX packets:370794 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:1000 
          RX bytes:869728311 (829.4 Mb)  TX bytes:39303081 (37.4 Mb)
===== lspci ======================================================================================================
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)
	Subsystem: Gigabyte Technology Co., Ltd Motherboard [1458:e000]
	Kernel driver in use: r8169
--
05:01.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
	Subsystem: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139]
	Kernel driver in use: 8139too
===== lsusb | grep -v "root hub" =================================================================================
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 046d:c050 Logitech, Inc. RX 250 Optical Mouse
Bus 001 Device 004: ID 046a:0011 Cherry GmbH G83 (RS 6000) Keyboard
===== hwinfo (filtered) ==========================================================================================
23: PCI 300.0: 0200 Ethernet controller
  Model: "Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8168 "RTL8111/8168B PCI Express Gigabit Ethernet controller"
  SubVendor: pci 0x1458 "Giga-byte Technology"
  SubDevice: pci 0xe000 "GA-EP45-DS5 Motherboard"
  Driver: "r8169"
  Driver Modules: "r8169"
  Device File: enp3s0
  Link detected: yes
    Driver Status: r8169 is active
    Driver Activation Cmd: "modprobe r8169"
25: PCI 501.0: 0200 Ethernet controller
  Model: "Realtek RTL-8139/8139C/8139C+"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8139 "RTL-8139/8139C/8139C+"
  SubVendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  SubDevice: pci 0x8139 
  Driver: "8139too"
  Driver Modules: "8139too"
  Device File: enp5s1
  Link detected: no
    Driver Status: 8139too is active
    Driver Activation Cmd: "modprobe 8139too"
    Driver Status: 8139cp is active
    Driver Activation Cmd: "modprobe 8139cp"
===== lsmod (filtered) ===========================================================================================
| 8139cp          | 8139too         | ablk_helper     | aes_x86_64      | aesni_intel      |
| af_packet       | ata_piix        | bnep            | coretemp        | drm              |
| drm_kms_helper  | fscache         | gf128mul        | ghash_clmulni_intel| glue_helper      |
| gpio_ich        | i2c_algo_bit    | i2c_i801        | i915            | intel_powerclamp |
| ip_tables       | kvm             | kvm_intel       | lpc_ich         | lrw              |
| mei             | mei_me          | mfd_core        | mii             | mperf            |
| r8169           | rfkill          | scsi_dh         | scsi_dh_alua    | scsi_dh_emc      |
| scsi_dh_hp_sw   | scsi_dh_rdac    | serio_raw       | sg              | shpchp           |
| sr_mod          | xhci_hcd        | zlib_deflate    |
===== egrep 'en|wl|eth|ath|wlan|ra|ppp' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/*persistent-net* ====
==================================================================================================================
*** NWElizaStates V0.7.4
PNIN:1 CFR:1 IF:enp3s0 IM:2 DI:1 FALON:1 NIC:0 cNiC:1:0 NI:0 cNI:0 PNG:1 DR:1 NISS:0 IP6:0 KM:0 0 WLW:0 RTDT:SuSE GUI:1 UID:0

Wenn jemand den Fehler finden würde... fänd ich das supi!
Danke schonmal
Reinhard
 
Bei wicked muß IMHO weder eine Gateway noch ein DNS-Server eingetragen werden. Bei mir funktioniert das so (DHCP). Ich habe hier aber auch Rechner mit Netzwerkmanager laufen (Laptop). Falls das ohne diese Eintragungen nicht geht, kannst Du ja mal versuchen, die Konfiguration der Netzwerkkarte zu löschen und dann auf Netzwerkmanager umzuschalten.

CU Freddie
 
Oben