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

[Gelöst] open suse leap 42.1 lässt mich nicht ins Internet

OP
V

vadddda

Newbie
Ich hab das Script jetzt trotz Internetverbindung noch mal laufen lassen als root. Obwohl ich sowohl im Networkmaneger als auch in Yast bei den Netzwerkeinstellungen sämtlich Häckchen bei allem, was ich mit IPv6 gefunden habe, entfernt hatte (und das auch so geblieben ist), kommt bei NWEliza wieder beide Hinweise (1x dass IPv6 aktiviert sei, was möglicherweise problematisch wäre und 1x der Hinweis mit dem WLAN key masquerading)......

Der Befehl "netconfig update -f" führt zu keiner Reaktion, die ich registrieren könnte (alllerdings ist seltsamerweise die Internetverbindung ja stabil).

Was mir beim Neustart auffiel, ist die Meldung, dass kvm durch das Bios enabeld wäre. Ob das was damit zu tun haben könnte, kann ich aber leider nicht beurteilen.

LG vadddda
 
OP
V

vadddda

Newbie
So, nun isses so weit. Internetverbindung hat bis eben durchgehalten. Aber ist dann während einer Softwareinstallation mittels Yast abgeschmiert.
Hier die NWData-Ausgabe:
Code:
collectNWData.sh V0.7.5.8 2016-05-22/17:35:50 - e8982e6

This program comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions

--- 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

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

--- NWEliza is analyzing the system for common network configuration errors ...
!!! CND0180I: The system can't ping external IP address 8.8.8.8
!!! CND0150E: There might be a problem with the default gateway definition 192.168.2.1 on interface wlan0
!!! CND0230W: IPV6 enabled and may be the reason for network problems
!!! CND0450W: WLAN key masquerading is not fully tested on this distribution. Please check output file collectNWData.txt for visible WLAN keys and masquerade them manually

--- 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 collectNWData.txt 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/os-release
openSUSE 42.1 (x86_64)
VERSION = 42.1
CODENAME = Malachite
# /etc/SuSE-release is deprecated and will be removed in the future, use /etc/os-release instead
NAME="openSUSE Leap"
VERSION="42.1"
VERSION_ID="42.1"
PRETTY_NAME="openSUSE Leap 42.1 (x86_64)"
ID=opensuse
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:opensuse:42.1"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://opensuse.org/"
ID_LIKE="suse"
===== uname -a ===================================================================================================
Linux linux-g2jz 4.1.21-14-default #1 SMP PREEMPT Sun Apr 17 07:27:45 UTC 2016 (fc187c1) x86_64 x86_64 x86_64 GNU/Linux
===== cat /etc/sysconfig/network/ifcfg-[earwd]* | grep -v "^#|^$" | grep -v "=''" ================================
--- /etc/sysconfig/network/ifcfg-wlan0
BOOTPROTO='dhcp'
DHCLIENT_SET_DEFAULT_ROUTE='yes'
NAME=@@@@@@
STARTMODE='ifplugd'
WIRELESS_AP_SCANMODE='1'
WIRELESS_AUTH_MODE='psk'
WIRELESS_BITRATE='auto'
WIRELESS_DEFAULT_KEY=@@@@@@
WIRELESS_ESSID=@@@@@@
WIRELESS_KEY_LENGTH=@@@@@@
WIRELESS_MODE='Managed'
WIRELESS_POWER='no'
WIRELESS_WPA_PSK=@@@@@@
===== ping tests =================================================================================================
Ping of 8.8.8.8 failed
ping: unknown host www.google.com
Ping of www.google.com failed
===== cat /etc/resolv | grep -i "nameserver" =====================================================================
nameserver 192.168.2.1
===== cat /etc/hosts =============================================================================================
127.0.0.1       localhost
===== (route -n && route -A inet6 -n) | egrep "(en|wl|eth|ath|ra|wlan|dsl|ppp)" ==================================
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.2.1     0.0.0.0         UG    600    0        0 wlan0
192.168.2.0     0.0.0.0         255.255.255.0   U     600    0        0 wlan0
fe80::/64                                   ::                                      U     256    0        0 wlan0   
ff00::/8                                    ::                                      U     256    0        0 wlan0   
===== ifconfig (filtered for en|wl|eth|wlan|ra|ath|dsl|ppp) ======================================================
eth0      Link encap:Ethernet  HWaddr ##:##:##:##:##:#1  
          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)
wlan0     Link encap:Ethernet  HWaddr ##:##:##:##:##:#2  
          inet addr:192.168.2.122  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::1208:b1ff:fe7b:87e5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:28507 errors:0 dropped:0 overruns:0 frame:0
          TX packets:20807 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:25145445 (23.9 Mb)  TX bytes:2922077 (2.7 Mb)
===== lspci ======================================================================================================
08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
	Subsystem: Lenovo Device [17aa:380e]
	Kernel driver in use: r8169
--
09:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
	Subsystem: Lenovo Device [17aa:b736]
	Kernel driver in use: rtl8723be
===== lsusb | grep -v "root hub" =================================================================================
Bus 003 Device 002: ID 8087:8000 Intel Corp. 
Bus 001 Device 003: ID 0bda:b728 Realtek Semiconductor Corp. 
Bus 001 Device 002: ID 5986:0652 Acer, Inc 
===== hwinfo (filtered) ==========================================================================================
23: PCI 800.0: 0200 Ethernet controller
  Model: "Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8168 "RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller"
  SubVendor: pci 0x17aa "Lenovo"
  SubDevice: pci 0x380e 
  Driver: "r8169"
  Driver Modules: "r8169"
  Device File: eth0
  Link detected: no
    Driver Status: r8169 is active
    Driver Activation Cmd: "modprobe r8169"
24: PCI 900.0: 0282 WLAN controller
  Model: "Realtek RTL8723BE PCIe Wireless Network Adapter"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0xb723 "RTL8723BE PCIe Wireless Network Adapter"
  SubVendor: pci 0x17aa "Lenovo"
  SubDevice: pci 0xb736 
  Driver: "rtl8723be"
  Driver Modules: "rtl8723be"
  Device File: wlan0
  Link detected: yes
    Driver Status: rtl8723be is active
    Driver Activation Cmd: "modprobe rtl8723be"
===== lsmod (filtered) ===========================================================================================
| 8250_dw         | ablk_helper     | ac              | aes_x86_64      | aesni_intel      |
| af_packet       | arc4            | bnep            | ccm             | cfg80211         |
| cmac            | coretemp        | ctr             | drm             | drm_kms_helper   |
| ecb             | efivarfs        | ehci_hcd        | ehci_pci        | gf128mul         |
| glue_helper     | i2c_algo_bit    | i2c_designware_core| i2c_designware_platform| i2c_hid          |
| i2c_i801        | i915            | intel_powerclamp| intel_rapl      | ip_tables        |
| kvm             | lpc_ich         | lrw             | mac80211        | mei              |
| mei_me          | memstick        | mfd_core        | mii             | mmc_core         |
| r8169           | rfcomm          | rfkill          | rtl8723_common  | rtl8723be        |
| rtl_pci         | rtlwifi         | rtsx_pci        | rtsx_pci_ms     | rtsx_pci_sdmmc   |
| sdhci           | serio_raw       | sg              | shpchp          | sparse_keymap    |
| sr_mod          | usb_common      | v4l2_common     | xhci_hcd        | xhci_pci         |
===== iwconfig ===================================================================================================
eth0      no wireless extensions.
wlan0     IEEE 802.11bgn  ESSID:"§§§§§§§§1"  
          Mode:Managed  Frequency:2.412 GHz  Access Point: ##:##:##:##:##:#3   
          Bit Rate=7.2 Mb/s   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr=2347 B   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=50/70  Signal level=-60 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:5   Missed beacon:0
===== ls /lib/firmware/*.{fw,ucode,bin} ==========================================================================
| agere_ap_fw.bin         | agere_sta_fw.bin        | ar5523.bin              | ar7010.fw                |
| ar7010_1_1.fw           | ar9170-1.fw             | ar9170-2.fw             | ar9271.fw                |
| ast_dp501_fw.bin        | ath3k-1.fw              | 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     |
| carl9170-1.fw           | cbfw-3.2.1.1.bin        | cbfw-3.2.3.0.bin        | cbfw-3.2.5.1.bin         |
| ct2fw-3.2.1.1.bin       | ct2fw-3.2.3.0.bin       | ct2fw-3.2.5.1.bin       | ctfw-3.2.1.1.bin         |
| ctfw-3.2.3.0.bin        | ctfw-3.2.5.1.bin        | dvb-fe-xc4000-1.4.1.fw  | dvb-fe-xc5000-1.6.114.fw |
| dvb-fe-xc5000c-4.1.30.7.fw| dvb-usb-dib0700-1.20.fw | dvb-usb-it9135-01.fw    | dvb-usb-it9135-02.fw     |
| dvb-usb-terratec-h5-drxk.fw| f2255usb.bin            | hfi1_dc8051.fw          | hfi1_fabric.fw           |
| hfi1_pcie.fw            | hfi1_sbus.fw            | htc_7010.fw             | htc_9271.fw              |
| intelliport2.bin        | iwlwifi-100-5.ucode     | iwlwifi-1000-3.ucode    | iwlwifi-1000-5.ucode     |
| iwlwifi-105-6.ucode     | iwlwifi-135-6.ucode     | iwlwifi-2000-6.ucode    | iwlwifi-2030-6.ucode     |
| iwlwifi-3160-10.ucode   | iwlwifi-3160-12.ucode   | iwlwifi-3160-13.ucode   | iwlwifi-3160-16.ucode    |
| iwlwifi-3160-7.ucode    | iwlwifi-3160-8.ucode    | iwlwifi-3160-9.ucode    | iwlwifi-3168-21.ucode    |
| iwlwifi-3945-2.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-6000g2a-6.ucode | iwlwifi-6000g2b-5.ucode | iwlwifi-6000g2b-6.ucode | iwlwifi-6050-4.ucode     |
| iwlwifi-6050-5.ucode    | iwlwifi-7260-10.ucode   | iwlwifi-7260-12.ucode   | iwlwifi-7260-13.ucode    |
| iwlwifi-7260-16.ucode   | iwlwifi-7260-7.ucode    | iwlwifi-7260-8.ucode    | iwlwifi-7260-9.ucode     |
| iwlwifi-7265-10.ucode   | iwlwifi-7265-12.ucode   | iwlwifi-7265-13.ucode   | iwlwifi-7265-16.ucode    |
| iwlwifi-7265-8.ucode    | iwlwifi-7265-9.ucode    | iwlwifi-7265D-10.ucode  | iwlwifi-7265D-12.ucode   |
| iwlwifi-7265D-13.ucode  | iwlwifi-7265D-16.ucode  | iwlwifi-7265D-21.ucode  | iwlwifi-8000C-13.ucode   |
| iwlwifi-8000C-16.ucode  | iwlwifi-8000C-21.ucode  | iwlwifi-8265-21.ucode   | lbtf_usb.bin             |
| lgs8g75.fw              | mt7601u.bin             | mt7650.bin              | mts_mt9234mu.fw          |
| mts_mt9234zba.fw        | phanfw.bin              | qat_895xcc.bin          | qat_895xcc_mmp.bin       |
| qat_c3xxx.bin           | qat_c3xxx_mmp.bin       | qat_c62x.bin            | qat_c62x_mmp.bin         |
| qat_mmp.bin             | ql2100_fw.bin           | ql2200_fw.bin           | ql2300_fw.bin            |
| ql2322_fw.bin           | ql2400_fw.bin           | ql2500_fw.bin           | rp2.fw                   |
| rsi_91x.fw              | rt2561.bin              | rt2561s.bin             | rt2661.bin               |
| rt2860.bin              | rt2870.bin              | rt3070.bin              | rt3071.bin               |
| rt3090.bin              | rt3290.bin              | rt73.bin                | s2250.fw                 |
| s2250_loader.fw         | s5p-mfc-v6-v2.fw        | s5p-mfc-v6.fw           | s5p-mfc-v7.fw            |
| s5p-mfc-v8.fw           | s5p-mfc.fw              | sdd_sagrad_1091_1098.bin| sms1xxx-hcw-55xxx-dvbt-02.fw |
| sms1xxx-hcw-55xxx-isdbt-02.fw| sms1xxx-nova-a-dvbt-01.fw| sms1xxx-nova-b-dvbt-01.fw| sms1xxx-stellar-dvbt-01.fw |
| tlg2300_firmware.bin    | tr_smctr.bin            | usbdux_firmware.bin     | usbduxfast_firmware.bin  |
| usbduxsigma_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-cx25840.fw          | vntwusb.fw               |
| wsm_22.bin              |
===== iwlist scanning (filtered) =================================================================================
No WLANs found
===== ndiswrapper -l =============================================================================================
No ndiswrapper module loaded
===== Active processes ===========================================================================================
wpa_supplicant:YES networkmanager:YES nm-applet:NO
===== ===== egrep -i "^[^#].*(persistent|networkmanager)" /etc/sysconfig/network/config ==========================
===== Actual date for bias of following greps ====================================================================
16:53:38 2016-06-09
===== grep -i radio /var/log/syslog | tail -n 5 ==================================================================
/usr/bin/grep: /var/log/syslog: No such file or directory
===== dmesg | grep -i radio | tail -n 5 ==========================================================================
[    3.773792] usb 1-7: Product: Bluetooth Radio 
===== tail -n 300 /var/log/syslog | /usr/bin/grep -i firmware | tail -n 10 =======================================
tail: cannot open ‘/var/log/syslog’ for reading: No such file or directory
===== egrep 'en|wl|eth|ath|wlan|ra|ppp' /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}=="##:##:##:##:##:#2", 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}=="##:##:##:##:##:#1", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
===== egrep -r '(en.*|wl.*|eth|ath|wlan|ra)[0-9]+' /etc/modprobe.*|egrep -v -i '#|blacklist' =====================
/etc/modprobe.d/50-iwl3945.conf:options iwl3945 disable_hw_scan=1
==================================================================================================================
*** NWElizaStates 
PNIN:1 CFR:1 IF:eth0 IM:2 IF:wlan0 IM:1 DI:2 AP:0 FALON:1 NIC:0 cNiC:2:0 NI:0 cNI:0 PNG:1 DR:1 NISS:0 IP6:1 KM:0 0 WLW:0 RTDT:SuSE GUI:0 UID:0

Der Befehl netconfig update -f brachte wieder kein wahrnehmbares Ergebis.

Nach dem üblichen Procedere (trennen und wiederverbinden) bin ich nun wieder da...... und bin gespannt auf Eure Antworten!

LG vadddda
 
OP
V

vadddda

Newbie
Code:
linux-g2jz:~ # grep . /proc/sys/net/ipv6/conf/*/disable_ipv6
/proc/sys/net/ipv6/conf/all/disable_ipv6:1
/proc/sys/net/ipv6/conf/default/disable_ipv6:1
/proc/sys/net/ipv6/conf/eth0/disable_ipv6:1
/proc/sys/net/ipv6/conf/lo/disable_ipv6:1
/proc/sys/net/ipv6/conf/wlan0/disable_ipv6:0
linux-g2jz:~ # grep disable_ipv6 /etc/sysctl.conf /etc/sysctl.d/*
/etc/sysctl.conf:net.ipv6.conf.all.disable_ipv6 = 1
/etc/sysctl.conf:net.ipv6.conf.all.disable_ipv6 = 1
/etc/sysctl.d/99-sysctl.conf:net.ipv6.conf.all.disable_ipv6 = 1
/etc/sysctl.d/99-sysctl.conf:net.ipv6.conf.all.disable_ipv6 = 1
linux-g2jz:~ # cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.1.21-14-default root=UUID=c74c68f8-6863-4ec3-89ca-95901b838333 ro resume=/dev/system/swap splash=silent quiet showopts
linux-g2jz:~ #
 

josef-wien

Ultimate Guru
Beim Systemstart ist ipv6 ausgeschaltet, im laufenden Betrieb wird es dann nur für wlan0 wieder eingeschaltet. Das darf nur root machen, wie und warum es bei Dir erfolgt, entzieht sich meiner Kenntnis.
 
OP
V

vadddda

Newbie
Hab folgendes in der Diensteverwaltung bei Yast gefunden
Code:
avahi-daemon.service - Avahi mDNS/DNS-SD Stack
   Loaded: loaded (/usr/lib/systemd/system/avahi-daemon.service; enabled)
   Active: active (running) since Thu 2016-06-16 11:23:50 CEST; 50min ago
 Main PID: 1026 (avahi-daemon)
   Status: "Server startup complete. Host name is linux-g2jz.local. Local service cookie is 1088008530."
   CGroup: /system.slice/avahi-daemon.service
           `-1026 avahi-daemon: running [linux-g2jz.local

Jun 16 11:29:50 linux-g2jz avahi-daemon[1026]: Interface wlan0.IPv6 no longer relevant for mDNS.
Jun 16 11:29:50 linux-g2jz avahi-daemon[1026]: Withdrawing address record for 192.168.2.122 on wlan0.
Jun 16 11:29:50 linux-g2jz avahi-daemon[1026]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 192.168.2.122.
Jun 16 11:29:50 linux-g2jz avahi-daemon[1026]: Interface wlan0.IPv4 no longer relevant for mDNS.
Jun 16 11:29:53 linux-g2jz avahi-daemon[1026]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.2.122.
Jun 16 11:29:53 linux-g2jz avahi-daemon[1026]: New relevant interface wlan0.IPv4 for mDNS.
Jun 16 11:29:53 linux-g2jz avahi-daemon[1026]: Registering new address record for 192.168.2.122 on wlan0.IPv4.
Jun 16 11:29:54 linux-g2jz avahi-daemon[1026]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::1208:b1ff:fe7b:87e5.
Jun 16 11:29:54 linux-g2jz avahi-daemon[1026]: New relevant interface wlan0.IPv6 for mDNS.
Jun 16 11:29:54 linux-g2jz avahi-daemon[1026]: Registering new address record for fe80::1208:b1ff:fe7b:87e5 on wlan0.*.
Und in der Rubrik "Rechnernamen bei Yast sind sieben Einträge, die alle etwas mit IPv6 zu tun haben. Kann ich die dort einfach löschen, ohne dass ich mir das System kaputt mache?
Hat Jemand noch eine Idee, die mir helfen könnte?
LG vadddda
 
vadddda schrieb:
Heißt das du keine Internetverbindung bekommst oder wird die Verbindung nach gewisser Zeit unkontrolliert abgebrochen. Bei Netzwerkproblemen immer das Script collectNWData.sh ausführen und die Script Ausgabe in Forum posten. Falls Du eine Internetverbindung für kurze Zeit bekommst, dann wäre auch in dem Moment eine Script-Ausgabe hilfreich um ein Vergleich zu haben. Das Script collectNWData.sh immer als root angemeldet ausführen.

Falls die Verbindung wieder abbricht dann öffne eine Konsole und melde dich als root an, dann führe die Befehle aus:
Code:
nmcli dev wifi
zeigt alle WLAN in der Umgebung

Code:
nmcli dev status
zeigt aktuellen Verbindungsstatus

Code:
nmcli dev wifi connect dein_WLAN_SSID dein_WLAN_Passwort
Verbindet dich mit deinem Router.
dein_WLAN_SSID <= hier sollst die SSID eintragen
dein_WLAN_Passwort <= hier dein WLAN Passwort eintragen

Grüße Heinz-Peter

EDIT: Das Paket nmcli kannst mit
Code:
zypper in typelib-1_0-NMClient-1_0
installieren.
Falls du gerne wissen möchtest wie ich zu typelib-1_0-NMClient-1_0 komme dann tippe
Code:
zypper se -s nmcli
 
OP
V

vadddda

Newbie
Hallo Heinz Peter!
Die Internetverbindung bricht unkontrolliert ab. Die Scriptausgaben mit und ohne Verbindung habe ich in diesem Thread weiter vorne schon gepostet. Ich hab den Verdacht, dass es damit zusammenhängt, dass die IPv6-Weiterleitung ohne mein Zutun aktiviert wird. In den Journaleinträgen tauchen entsprechende Einträge auf, wo wohl die Rede davon ist, dass mDNS diese Weiterleitung aktiviert..... :???:
Gruß vadddda
 
Hallo,

in deiner collectNWData.sh Script-Ausgabe mit einer Internetverbindung steht die Bit Rate bei 72.2 Mb/s
wlan0 IEEE 802.11bgn ESSID:"§§§§§§§§2"
Mode:Managed Frequency:2.412 GHz Access Point: ##:##:##:##:##:#3
Bit Rate=72.2 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr=2347 B Fragment thr:eek:ff
Encryption key:eek:ff
Power Management:eek:ff
Link Quality=48/70 Signal level=-62 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:1 Missed beacon:0

In deiner collectNWData.sh Script-Ausgabe nach einem Abbruch der Internetverbindung ist die Bit Rate bei nur 7.2 Mb/s
wlan0 IEEE 802.11bgn ESSID:"§§§§§§§§1"
Mode:Managed Frequency:2.412 GHz Access Point: ##:##:##:##:##:#3
Bit Rate=7.2 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr=2347 B Fragment thr:eek:ff
Encryption key:eek:ff
Power Management:eek:ff
Link Quality=50/70 Signal level=-60 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:5 Missed beacon:0

Es stellt sich hier die Frage: Warum?
Auf die habe ich keine Antwort.

Grüße Heinz-Peter
 
OP
V

vadddda

Newbie
Hallo zusammen,

ich hab einfach das Gefühl, die ganze Sache hat was mit DNS, mDNS und vor allem IPv6 zu tun. deshalb hatte ich ja auch schon mal gefragt, ob ich diese Einträge bei "Rechnernamen" in Yast (wo irgendwelche Hosts vergeben/definiert werden) zu tun haben könnten. Darüber hinaus ist den Journaleinträgen (ebenfalls in Yast) zu entnehmen, dass über "avahi-daemon" im laufenden Betrieb von wlan0-Ipv4 mittels mDNS auf wlan0-IPv6 geswitched wird. Leider hab ich von der Materie keine Ahnung, hab aber eben das Gefühl, dass es möglicherweise daran liegt.

Deshalb noch mal die Fragen an Alle:
- kann es helfen, wenn ich diese Rechnernamen, die mit IPv6 was zu tun haben, einfach lösche (6 von 7 Einträgen - übrig bleibt dann nur "local-host". Oder zerschieße ich mir damit das System?
- Kann es helfen, wenn ich über die Netzwerkeinstellungen in Yast (über wicked) das wlan0 lösche und ein Neues hinzufüge (z. B. wlan1). Oder zerschieße ich micr auch damit das System?

Ihr merkt, dass ich wirklich keine Ahnung von der Materie (über Konsole erst recht nicht) habe und dass ich echt dankbar bin für jede Hilfe......

LG vadddda
 
vadddda schrieb:
Deshalb noch mal die Fragen an Alle:
- kann es helfen, wenn ich diese Rechnernamen, die mit IPv6 was zu tun haben, einfach lösche (6 von 7 Einträgen - übrig bleibt dann nur "local-host". Oder zerschieße ich mir damit das System?
Einfach blind löschen bringt nur Probleme und keine Lösung.

vadddda schrieb:
Kann es helfen, wenn ich über die Netzwerkeinstellungen in Yast (über wicked) das wlan0 lösche und ein Neues hinzufüge (z. B. wlan1). Oder zerschieße ich mir auch damit das System?
Die collectNWData Script Ausgabe zeigt den Networkmanager und nicht Yast-Wicked als dein Konfigurationswerkzeug. Die Yast Konfiguration von wlan0 kann erst nach Umstellung auf Wicked stattfinden. Wie das geht ist hier beschrieben leider fehlen hier im Moment die Yast Bilder und die Beschreibung war mal für Suse 13.2 erstellt. Ich denke, es kann auch für Suse Leap 42.1 angewendet werden. Versuche folgendes: Gehe in Yast > Netzwerkgeräte > Netzwerkeinstellungen, Reiter "Globale Optionen" und wähle hier unter "Methode für den Netzwerkaufbau" den Wicked-Dienst dann gehe auf Reiter "Übersicht" klicke auf die WLAN Karte und dann klicke auf Button "Bearbeiten". Jetzt SSID Name und den Passwort eingeben und alles mit OK abspeichern. Falls es mit Wicked nicht klappt dann ist wichtig die Konfiguration der WLAN Karte zuerst im Yast löschen bevor der NetworkManager gewählt wird.

Grüße Heinz-Peter
 

tomm.fa

Administrator
Teammitglied
Heinz-Peter schrieb:
Die Yast Konfiguration von wlan0 kann erst nach Umstellung auf Wicked stattfinden. Wie das geht ist hier beschrieben leider fehlen hier im Moment die Yast Bilder und die Beschreibung war mal für Suse 13.2 erstellt. Ich denke, es kann auch für Suse Leap 42.1 angewendet werden.
Nimm doch einfach mal die richtige Verknüpfung: http://linux-club.de/wiki/opensuse/Netzwerkumstellung_unter_YaST_von_ifup/wicked_auf_NetworkManager

Generell zur Linupedia (dem Wiki des Linux-Club):
http://linux-club.de/wiki/opensuse/Hauptseite und nicht mehr http://wiki.linux-club.de/opensuse/ (auch wenn man von dort auf die neue Seite umgeleitet wird).
 

tomm.fa

Administrator
Teammitglied
Was noch nicht geändert wurde, ab openSUSE Leap 42.1 findet man die Netzwerkeinstellungen (Network Settings) nicht mehr wie zuvor unter „Network Devices“, sondern unter „System“. Mal am Wochenende überarbeiten.
 
tomm.fa schrieb:
Was noch nicht geändert wurde, ab openSUSE Leap 42.1 findet man die Netzwerkeinstellungen (Network Settings) nicht mehr wie zuvor unter „Network Devices“, sondern unter „System“. Mal am Wochenende überarbeiten.
Gut dass es Dich gibt.

Grüße Heinz-Pter
 
OP
V

vadddda

Newbie
Hallo Ihr guten Geister,

wlan0 zu löschen und neu zu konfigurieren scheint erfolgversprechend. Bis jetzt keine Ausfälle mehr! ich werde es noch ein paar Tage testen und dann ggf. das Thema als gelöst kennzeichnen (hoffe ich) :D

Vorerst mal vielen herzlichen Dank für Eure Mühe!!!!!!

LG vadddda
 
OP
V

vadddda

Newbie
Also die Internetverbindung scheint nun stabil. Allerdings habe ich nun wieder das Problem mit der Softwareverwaltung (Ihr System ist nicht am Netzwerk). Habe deshalb jetzt nochmal das collectNWData-Script laufen lass als root und mit vorgenannter Situation. Die Ausgabe meldet immer noch dieses IPv6-Problem und zusätzlich diesen Ping-Error......:
Code:
--- 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 collectNWData.txt ...
                                               
--- NWEliza is analyzing the system for common network configuration errors ...                                                                                                                 
ping: local error: Message too long, mtu=1500                                                                                                                                                   
ping: local error: Message too long, mtu=1500                                                                                                                                                   
ping: local error: Message too long, mtu=1500                                                                                                                                                   
!!! CND0230W: IPV6 enabled and may be the reason for network problems                                                                                                                           
!!! CND0450W: WLAN key masquerading is not fully tested on this distribution. Please check output file collectNWData.txt for visible WLAN keys and masquerade them manually

Was nun??????
 
OP
V

vadddda

Newbie
Hallo Sauerland - da hast Du wohl recht! Sicherlich gibt es schlimmeres ;-) aber damit kann und werde ich auf jeden Fall leben. Ärgerlich ist es trotzdem, weil unerklärlich (zumindest für mich)

Hab jetzt also ein paar Tage getestet mit folgendem Ergebnis:
- das Applet zur Softwareverwaltung funktioniert seltsamerweise meistens (also nicht immer aber immer öfter ;-)).....
- die Internetverbindung wird nach längerer nicht--benutzung immer mal wieder gekappt, obwohl der nm immer anzeigt, dass die Netzwerkverbindung bestünde. Abhilfe schafft hierbei wenn ich im nm die Verbindung trenne und danach neu verbinde...... (sehr ärgerlich bei längeren downloads - muss man immer genau im Auge behalten, wo man doch sooo vieles wichtigeres zu tun hat...)

Als "gelöst" würde ich das Thema deshalb nicht bezeichnen - auch wenn ich damit leben kann, ist es doch unbefriedigend......

LG aus der schönen Pfalz
vadddda
 
Oben