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

Netzwerkverbindung dauert ewig

halo44

Hacker
pp91 schrieb:
... Ich würde jetzt gerne das Problem loswerden, indem ich beim Hochfahren automatisch den Befehl "systemctl restart NetworkManager.service" ausführen lasse ...

Vor openSuse 12.1 konntest Du diesen Befehl in die Datei /etc/init.d/after.local eintragen. Leider wird diese Datei in 12.1 (obwohl vorhanden) nicht mehr ausgeführt. Ich kann Dir leider auch nicht sagen, ob es hierfür Ersatz gibt. Es sind in diesem Forum sicher Leute, die sich hier besser auskennen. Vielleicht können die Dir helfen.

Aber: warum legst Du nicht einfach ein Skript mit diesem Befehl an und ruft dieses per Klick auf dem Desktop auf? Ob Du nun vor dem Aufruf des Browsers einmal mehr klickst dürfte doch unerheblich sein.

Gruss H.
 
OP
pp91

pp91

Hacker
spoensche schrieb:
Poste doch mal das jetzige Resultat. Die MTU solltest du auf 1500 setzen.
Also das mit dem MTU verstehe ich nicht. In meiner Konfiguration war ursprünglich "Automatic" eingetragen und collectNMData meinte dazu
Code:
!!! CND0200W: Maximum possible MTU is 576, but actual MTU on nic wlan0 is 1500
Jetzt habe ich explizit 1500 eingetragen und die Meldung ist genau dieselbe und das Problem scheint verschwunden (3 Tests, aber glauben kann ich es erst in ein paar Tagen, da schneller Verbindungsaufbau schon immer wieder mal vorkam). collectNMData bringt nur dann keine Meldung CND0200W, wenn ich den MTU-Wert auf <= 576 setze, was ja auch zum Meldungstext "maximum possible" passt.
 

SUSEDJAlex

Advanced Hacker
Haaaa

wie gut dass ich noch wach bin :D

Okay folgende Vorgehensweise:

Poste doch bitte das Ergebnis von
Code:
ifconfig

Dort siehst du welche MTU-Werte jeder Anschluss hat.

Nun folgenden Befehl eingeben:
Code:
ifconfig wlan0 mtu 1500

Anschließend prüfst du ob der Wert auch so auftaucht, indem du
Code:
ifconfig
eingibst...

Nun nochmal den Script durchlaufen lassen....

LG SUSEDJAlex
 
OP
pp91

pp91

Hacker
SUSEDJAlex schrieb:
Haaaa

wie gut dass ich noch wach bin :D

Okay folgende Vorgehensweise:

Poste doch bitte das Ergebnis von
Code:
ifconfig

Dort siehst du welche MTU-Werte jeder Anschluss hat.

Nun folgenden Befehl eingeben:
Code:
ifconfig wlan0 mtu 1500

Anschließend prüfst du ob der Wert auch so auftaucht, indem du
Code:
ifconfig
eingibst...

Nun nochmal den Script durchlaufen lassen....

LG SUSEDJAlex
Ich habe jetzt 1 Stunde lang herumprobiert. Was mir zuschaffen macht, ist die Meldung des Scripts collectNWData, dass MTU höchstens 576 sein darf, während sowohl alle Linuxgurus, als auch mein System, wenn MTU auf Automatic steht, meinen, dass der Wert 1500 sein soll, bzw. ist.
Die Veränderung von MTU mittels (zum Beispiel)
Code:
ifconfig wlan0 mtu 1499
wird von
Code:
ifconfig
bestätigt und auch gleich vom Script (mit der bekannten Warnung) erkannt. Hier das Ergebnis von ifconfig zum jetzigen Stand mit MTU=Automatic:
Code:
linux-cb9z:~ # ifconfig
eth0      Link encap:Ethernet  HWaddr F0:DE:F1:6E:38:9B  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:20 Memory:f2600000-f2620000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:770 errors:0 dropped:0 overruns:0 frame:0
          TX packets:770 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:142377 (139.0 Kb)  TX bytes:142377 (139.0 Kb)

wlan0     Link encap:Ethernet  HWaddr 8C:A9:82:BF:31:B6  
          inet addr:192.168.178.160  Bcast:192.168.178.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4449 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3663 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2836361 (2.7 Mb)  TX bytes:610606 (596.2 Kb)

linux-cb9z:~ #
Hier die Ausgabe des Scripts:
Code:
linux-cb9z:~ # ./collectNWData

collectNWData V0.6.5.5-3a (Rev: 1.333C, Build: 2012-07-01 17:26:09 UTC)

==> Messages for your language are not translated right now and thus you get all messages in English.
==> Any help to translate messages into your language is welcome.
==> There is no programming expertise required. Native speakers will need about 1 hour to translate the messages.
==> Pls goto http://www.linux-tips-and-tricks.de/CND_NLS to get more details how to help to translate script messages into your language.


--- Which type of your network connection should be tested?
--- (1) Wireless connection (WLAN)
--- (2) Wired connection
--- Please answer with 1-2:1

--- What's the type of networktopology?
--- (1) WLAN access point <---> LinuxClient
--- (2) WLAN HW router <---> LinuxClient
--- (3) WLAN access point <---> LinuxRouter <---> LinuxClient
--- (4) WLAN HW router <---> LinuxRouter <---> LinuxClient
--- Please answer with 1-4:1


--- Please enter the WLAN SSID you want to connect to (Will be masqueraded in output file):****************

--- NWCollect is collecting networkconfiguration information into file ...
                                               
--- NWEliza is analyzing the system for common network configuration errors ...

!!! CND0200W: Maximum possible MTU is 576, but actual MTU on nic wlan0 is 1500
!!! CND0510W: Channel 9 used by your accesspoint interferes with 1 adjacent access points
ESSID Verbindungspunkt

--- Go to http://www.linux-tips-and-tricks.de/CND#English 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 in the net
--- (see http://www.linux-tips-and-tricks.de/CND_UPL#English for links) 
--- and then paste the nopaste link on your favorite Linux forum.

linux-cb9z:~ #
und die von ihm erstellte Datei:
Code:
collectNWData V0.6.5.5-3a (Rev: 1.333C, Build: 2012-07-01 17:26:09 UTC)

--- Which type of your network connection should be tested?
--- (1) Wireless connection (WLAN)

--- What's the type of networktopology?
--- (1) WLAN access point <---> LinuxClient

--- On which host is the script executed?
--- (1) LinuxClient
--- WLAN SSID to connect to: §§§§§§§§1

--- NWEliza is analyzing the system for common network configuration errors ...

!!! CND0200W: Maximum possible MTU is 576, but actual MTU on nic wlan0 is 1500
!!! CND0510W: Channel 9 used by your accesspoint interferes with 1 adjacent access points

--- Go to http://www.linux-tips-and-tricks.de/CND#English 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 in the net
--- (see http://www.linux-tips-and-tricks.de/CND_UPL#English for links) 
--- and then paste the nopaste link on your favorite Linux forum.

==================================================================================================================
===== cat /etc/*[-_]release || cat /etc/*[-_]version =============================================================
/etc/SuSE-release
/etc/lsb-release
/etc/os-release
openSUSE 12.1 (i586)
VERSION = 12.1
CODENAME = Asparagus
LSB_VERSION="core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-ia32:core-3.2-ia32:core-4.0-ia32"
NAME=openSUSE
VERSION = 12.1 (Asparagus)
VERSION_ID="12.1"
PRETTY_NAME="openSUSE 12.1 (Asparagus) (i586)"
ID=opensuse
===== uname -a ===================================================================================================
Linux linux-cb9z.site 3.1.10-1.16-desktop #1 SMP PREEMPT Wed Jun 27 05:21:40 UTC 2012 (d016078) i686 i686 i386 GNU/Linux
===== cat /etc/sysconfig/network/ifcfg-[earwd]* | grep -v "=''" ==================================================
No config files found
===== dhcpcd-test ================================================================================================
wlan0: No DHCP server detected info, wlan0: hardware address = ##:##:##:##:##:#1
info, wlan0: broadcasting for a lease
debug, wlan0: sending DHCP_DISCOVER with xid 0x6e04831d
debug, wlan0: waiting for 3 seconds
info, wlan0: exiting
===== ping tests =================================================================================================
Ping of 195.135.220.3 OK
Ping of www.suse.de OK
===== cat /etc/resolv | grep -i "nameserver" =====================================================================
nameserver 192.168.178.1
===== cat /etc/hosts =============================================================================================
127.0.0.1       localhost
127.0.0.2       linux-cb9z.site linux-cb9z
===== route -n | egrep "(eth|ath|ra|wlan|dsl)" ===================================================================
0.0.0.0         192.168.178.1   0.0.0.0         UG    0      0        0 wlan0
192.168.178.0   0.0.0.0         255.255.255.0   U     2      0        0 wlan0
===== ifconfig (filtered for eth|wlan|ra|ath|dsl) ================================================================
eth0      Link encap:Ethernet  HWaddr ##:##:##:##:##:#2  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:20 Memory:f2600000-f2620000 
wlan0     Link encap:Ethernet  HWaddr ##:##:##:##:##:#1  
          inet addr:192.168.178.160  Bcast:192.168.178.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4613 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3770 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2895122 (2.7 Mb)  TX bytes:629457 (614.7 Kb)
===== lspci ======================================================================================================
00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network Connection [8086:1502] (rev 04)
        Subsystem: Lenovo Device [17aa:21ce]
        Kernel driver in use: e1000e
--
03:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1000 [8086:0084]
        Subsystem: Intel Corporation Centrino Wireless-N 1000 BGN [8086:1315]
        Kernel driver in use: iwlagn
===== 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 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 004: ID 0a5c:217f Broadcom Corp. Bluetooth Controller
Bus 001 Device 005: ID 04f2:b217 Chicony Electronics Co., Ltd 
Bus 002 Device 003: ID 17ef:1003 Lenovo Integrated Smart Card Reader
Bus 001 Device 010: ID 04b3:310c IBM Corp. Wheel Mouse
===== hwinfo (filtered) ==========================================================================================
11: PCI 19.0: 0200 Ethernet controller
  Model: "Intel Ethernet controller"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0x1502 
  SubVendor: pci 0x17aa "Lenovo"
  SubDevice: pci 0x21ce 
  Driver: "e1000e"
  Driver Modules: "e1000e"
  Device File: eth0
  Link detected: no
    Driver Status: e1000e is active
    Driver Activation Cmd: "modprobe e1000e"
22: PCI 300.0: 0282 WLAN controller
  Model: "Intel WiFi Link 100 Series"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0x0084 "WiFi Link 100 Series"
  SubVendor: pci 0x8086 "Intel Corporation"
  SubDevice: pci 0x1315 
  Driver: "iwlagn"
  Driver Modules: "iwlagn"
  Device File: wlan0
  Link detected: yes
    Driver Status: iwlagn is active
    Driver Activation Cmd: "modprobe iwlagn"
===== lsmod (filtered) ===========================================================================================
| ac              | af_packet       | arc4            | binfmt_misc     | bnep             |
| cfg80211        | drm             | drm_kms_helper  | e1000e          | ecb              |
| i2c_algo_bit    | i2c_i801        | i915            | ip_tables       | iwlagn           |
| mac80211        | mei             | microcode       | mmc_core        | mperf            |
| rfcomm          | rfkill          | sdhci           | sdhci_pci       | sg               |
| sr_mod          | tpm             | tpm_bios        | tpm_tis         | wmi              |
===== iwconfig ===================================================================================================
eth0      no wireless extensions.
wlan0     IEEE 802.11bgn  ESSID:"§§§§§§§§1"  
          Mode:Managed  Frequency:2.452 GHz  Access Point: ##:##:##:##:##:#3   
          Bit Rate=5.5 Mb/s   Tx-Power=14 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=30/70  Signal level=-80 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:16  Invalid misc:493   Missed beacon:0
===== ls /lib/firmware/* =========================================================================================
| 3.1.10-1.16-default     | 3.1.10-1.16-desktop     | 3.1.10-1.16-pae         | 3com                     |
| E-CARD.cis              | GPL-3                   | LICENCE.Marvell         | LICENCE.OLPC             |
| LICENCE.agere           | LICENCE.atheros_firmware| LICENCE.broadcom_bcm43xx| LICENCE.chelsio_firmware |
| LICENCE.ene_firmware    | LICENCE.i2400m          | LICENCE.iwlwifi_firmware| LICENCE.mwl8335          |
| LICENCE.myri10ge_firmware| LICENCE.phanfw          | LICENCE.qla2xxx         | LICENCE.ralink-firmware.txt |
| LICENCE.rtlwifi_firmware.txt| LICENCE.tda7706-firmware.txt| LICENCE.ti-connectivity | LICENCE.ueagle-atm4-firmware |
| LICENCE.via_vt6656      | LICENCE.xc5000          | LICENSE.dib0700         | LICENSE.radeon_rlc       |
| RTL8192E                | TDA7706_OM_v2.5.1_boot.txt| TDA7706_OM_v3.0.2_boot.txt| acenic                   |
| adaptec                 | advansys                | agere_ap_fw.bin         | agere_sta_fw.bin         |
| amd-ucode               | ar3k                    | ar7010.fw               | ar7010_1_1.fw            |
| ar9170-1.fw             | ar9170-2.fw             | ar9271.fw               | ath3k-1.fw               |
| ath6k                   | av7110                  | bnx2                    | bnx2x                    |
| bnx2x-e1-4.8.53.0.fw    | bnx2x-e1-5.2.13.0.fw    | bnx2x-e1-5.2.7.0.fw     | bnx2x-e1h-4.8.53.0.fw    |
| bnx2x-e1h-5.2.13.0.fw   | bnx2x-e1h-5.2.7.0.fw    | brcm                    | cis                      |
| cpia2                   | cxgb3                   | cxgb4                   | dabusb                   |
| dsp56k                  | dvb-fe-xc5000-1.6.114.fw| dvb-ttpci-01.fw         | dvb-ttpci-01.fw-2622     |
| dvb-usb-dib0700-1.20.fw | dvb-usb-terratec-h5-drxk.fw| e100                    | edgeport                 |
| emi26                   | emi62                   | ene-ub6250              | ess                      |
| f2255usb.bin            | htc_7010.fw             | htc_9271.fw             | i2400m-fw-usb-1.4.sbcf   |
| i2400m-fw-usb-1.5.sbcf  | i6050-fw-usb-1.5.sbcf   | intelliport2.bin        | iwlwifi-100-5.ucode      |
| iwlwifi-1000-3.ucode    | iwlwifi-1000-5.ucode    | iwlwifi-2000-6.ucode    | iwlwifi-2030-6.ucode     |
| iwlwifi-3945-2.ucode    | iwlwifi-4965-1.ucode    | iwlwifi-4965-2.ucode    | iwlwifi-5000-1.ucode     |
| iwlwifi-5000-2.ucode    | iwlwifi-5000-5.ucode    | iwlwifi-5150-2.ucode    | iwlwifi-6000-4.ucode     |
| iwlwifi-6000g2a-5.ucode | iwlwifi-6000g2b-5.ucode | iwlwifi-6050-4.ucode    | iwlwifi-6050-5.ucode     |
| kaweth                  | keyspan                 | keyspan_pda             | korg                     |
| lgs8g75.fw              | libertas                | matrox                  | microcode.dat            |
| mrvl                    | mts_mt9234mu.fw         | mts_mt9234zba.fw        | mwl8335_duplex.fw        |
| mwl8k                   | myri10ge_eth_z8e.dat    | myri10ge_ethp_z8e.dat   | myri10ge_rss_eth_z8e.dat |
| myri10ge_rss_ethp_z8e.dat| myricom                 | ositech                 | phanfw.bin               |
| ql2100_fw.bin           | ql2200_fw.bin           | ql2300_fw.bin           | ql2322_fw.bin            |
| ql2400_fw.bin           | ql2500_fw.bin           | qlogic                  | r128                     |
| radeon                  | rt2561.bin              | rt2561s.bin             | rt2661.bin               |
| rt2860.bin              | rt2870.bin              | rt3070.bin              | rt3071.bin               |
| rt3090.bin              | rt73.bin                | rtl_nic                 | rtlwifi                  |
| s2250.fw                | s2250_loader.fw         | sb16                    | slicoss                  |
| sun                     | sxg                     | tehuti                  | ti-connectivity          |
| tigon                   | tlg2300_firmware.bin    | tr_smctr.bin            | ttusb-budget             |
| ueagle-atm              | usbdux                  | usbdux_firmware.bin     | usbduxfast_firmware.bin  |
| v4l-cx231xx-avcore-01.fw| v4l-cx23418-apu.fw      | v4l-cx23418-cpu.fw      | v4l-cx23418-dig.fw       |
| v4l-cx23885-avcore-01.fw| v4l-cx23885-enc.fw      | v4l-cx25840.fw          | vicam                    |
| vntwusb.fw              | vxge                    | yam                     | yamaha                   |
===== iwlist scanning (filtered) =================================================================================
                    Channel:9
                    Frequency:2.452 GHz (Channel 9)
                    Quality=31/70  Signal level=-79 dBm  
                    ESSID:"§§§§§§§§1"
                    Channel:13
                    Frequency:2.472 GHz (Channel 13)
                    Quality=29/70  Signal level=-81 dBm  
                    ESSID:"§§§§§§§§2"
===== ndiswrapper -l =============================================================================================
No ndiswrapper module loaded
===== Active processes ===========================================================================================
wpa_supplicant:YES networkmanager:YES nm-applet:NO
===== ===== egrep -i "persistent|networkmanager" /etc/sysconfig/network/config | grep -v "^#|^$" =================
NETWORKMANAGER="yes"
===== Actual date for bias of following greps ====================================================================
11:00:18 2012-08-08
===== grep -i radio /var/log/messages* | tail -n 5 ===============================================================
/var/log/messages:Aug  7 10:50:52 linux-cb9z kernel: [   19.726619] thinkpad_acpi: radio switch found; radios are enabled
/var/log/messages:Aug  7 21:18:26 linux-cb9z kernel: [   17.772528] thinkpad_acpi: radio switch found; radios are enabled
/var/log/messages:Aug  7 21:18:26 linux-cb9z kernel: [   17.775221] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
/var/log/messages:Aug  7 21:22:06 linux-cb9z kernel: [   19.340563] thinkpad_acpi: radio switch found; radios are enabled
/var/log/messages:Aug  7 21:24:34 linux-cb9z kernel: [   20.018345] thinkpad_acpi: radio switch found; radios are enabled
/var/log/messages:Aug  7 21:24:34 linux-cb9z kernel: [   20.021812] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
/var/log/messages:Aug  8 09:49:21 linux-cb9z kernel: [   20.216770] thinkpad_acpi: radio switch found; radios are enabled
/var/log/messages:Aug  8 09:49:21 linux-cb9z kernel: [   20.220143] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
/var/log/messages:Aug  8 10:22:33 linux-cb9z kernel: [   18.115248] thinkpad_acpi: radio switch found; radios are enabled
/var/log/messages:Aug  8 10:22:33 linux-cb9z kernel: [   18.118971] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
===== dmesg | grep -i radio | tail -n 5 ==========================================================================
[   18.115248] thinkpad_acpi: radio switch found; radios are enabled
[   18.118971] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
===== tail -n 300 /var/log/messages* | /usr/bin/grep -i firmware | tail -n 10 ====================================
===== egrep 'eth|ath|wlan|ra' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/*persistent-net* ==============
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="##:##:##:##:##:#1", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="##:##:##:##:##:#2", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
===== egrep -r 'eth[0-10]|ath[0-10]|wlan[0-10]|ra[0-10]' /etc/modprobe.*|egrep -v -i '#|blacklist' ===============
==================================================================================================================
*** NWElizaStates V0.6.5.5-3a
IF:eth0 IM:2 IF:wlan0 IM:1 DI:2 AP:1 FALON:1 NIC:0 cNiC:2:0 NI:0 cNI:0 PNG:0 DNS:0 MTU:1 NISS:0 IP6:0 KM:0 WLW:0 RTDT:SuSE

Ich habe mal /var/log/messages angesehen und eine Meldung bezüglich wlan0 während der Hochfahrphase des Systems gefunden. Könnte das mit meinem Problem zusammenhängen?
Code:
3275700 Aug  8 09:52:51 linux-cb9z if-up.d/21-dhcpcd-hook-samba: No dhcpcd info nor dhclient leases file found for wlan0.
 
OP
pp91

pp91

Hacker
Grothesk schrieb:
Hast du eigentlich die Fritz!Dose mal vom Strom genommen?
Das habe ich jetzt gemacht und folgendes ist jetzt anders: collectNWData behauptet jetzt nicht mehr, dass der maximum possible MTU-Wert 576 sei sondern 1492. Dieser Wert ist in Übereinstimmung mit ein paar Fehlerbehebungsanleitungen von AVM, in denen für Windows ein MTU von 1492 einzustellen ist. Diesen Wert habe ich anstelle von "Automatic" eingegeben, so dass jetzt das Script collectNWData in dieser Hinsicht nichts mehr beanstandet. Übrigens weist ifconfig zu den Zeiten, in denen noch keine Netzwerkverbindung besteht, MTU = 1500 aus, welches nach Zustandekommen der Netzwerkverbindung zu MTU = 1492 wird. Wenn ich unter "Manage connections" Automatic stehen hätte, würde sich beim Start der Netzwerkverbindung diese Voreinstellung von ifconfig von 1500 durchsetzen, so dass anschließend das Script wieder zu meckern hätte (da 1500 > 1492).
spoensche schrieb:
Die MTU musst du auf der Fritzbox auch auf 1500 setzen.
Das geht nicht, wie auf der Seite http://service.avm.de/support/de/SK...U-Size-fuer-DSL-Verbindungen-manuell-anpassen zu sehen ist.

Ich habe jetzt also Linux-seitig eine MTU von 1492 eingestellt, collectNWData ist zufrieden, ich aber nicht. Es dauert oft immer noch mehrere Minuten, bis ich online bin, es kann aber auch sehr schnell gehen.
 

SUSEDJAlex

Advanced Hacker
soweit gut...

Ist der Zugangspunkt (SSID) evtl. versteckt ?
Hast du in der Fritzbox den gemischten Modus aktiviert ?
Nutzt du den KWalletmanager ?

Ich möchte dann hier Ergebnisse sehen.....

LG SUSEDJAlex
 
OP
pp91

pp91

Hacker
SUSEDJAlex schrieb:
soweit gut...

Ist der Zugangspunkt (SSID) evtl. versteckt ?
Hast du in der Fritzbox den gemischten Modus aktiviert ?
Nutzt du den KWalletmanager ?

Ich möchte dann hier Ergebnisse sehen.....

LG SUSEDJAlex
Die SSID ist nicht versteckt (hatten wir übrigens schon).
Was meinst du mit "gemischtem Modus" in der Fritzbox? 802.11g+b oder WPA+WPA2 oder was? Beides übrigens ja.
Den KWalletmanager benutze ich nicht.
Welche Ergebnisse dürfen es sein?

Gruß, Peter
 
OP
pp91

pp91

Hacker
Grothesk schrieb:
Dann schalt mal auf G-only und WPA2 AES um.
Das ist nicht so einfach, da mehrere Rechner an diesem WLAN hängen. (Mein erster blauäugiger Versuch ist heute gnadenlos danebengegangen.) Auf jeden Fall kann ich (oder möchte ich nur?) feststellen, dass die Situation insgesamt (nach Neustart Fritzbox und Klärung des MTU-Wertes) besser geworden ist. Von jetzt 7 Starts waren 6 schnell bis sehr schnell und nur einer dauerte Minuten. Da ich darüberhinaus auch jederzeit die Möglichkeit des NetworkManager-Restarts habe, habe ich mich entschlossen, das Problem nicht weiter zu verfolgen. Nochmals herzlichen Dank an alle Beteiligten!
Gruß, Peter
 

Grothesk

Ultimate Guru
Ich vermute stark, dass sich das Problem mit sauberer, schlanker Konfiguration der Fritz!Dose in Luft auflöst.
Gibt es noch Geräte im aktiven Betrieb, die noch auf ein B-WLAN angewiesen sind oder kein AES können?
 
Oben