[code] collectNWData.sh V0.7.5.8 2016-05-22/17:35:50 - e8982e6 -iGUI- 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? --- (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 collectNWData.txt ... --- NWEliza is analyzing the system for common network configuration errors ... !!! CND0540W: Messages dropped on network interface eth0 !!! CND0180I: The system can't ping external IP address 8.8.8.8 !!! CND0150E: There might be a problem with the default gateway definition 160.45.27.1 on interface eth0 !!! CND0230W: IPV6 enabled and may be the reason for network problems !!! CND0310W: Classic network configuration with ifup was detected. Configuration with networkmanager is easier --- 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 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" 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 ===== uname -a =================================================================================================== Linux agriedel36 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-eth0 BOOTPROTO='static' IPADDR='%%%.%%%.27.247/24' NAME=@@@@@@ STARTMODE='auto' ===== ping tests ================================================================================================= Ping of 8.8.8.8 failed Ping of www.google.com failed ===== cat /etc/resolv | grep -i "nameserver" ===================================================================== nameserver %%%.%%%.1.57 nameserver %%%.%%%.10.12 nameserver %%%.%%%.8.8 ===== cat /etc/hosts ============================================================================================= 127.0.0.1 localhost %%%.%%%.27.247 agriedel36 agriedel36 ===== (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 %%%.%%%.27.1 0.0.0.0 UG 100 0 0 eth0 %%%.%%%.0.0 0.0.0.0 255.255.0.0 U 100 0 0 eth0 Kernel IPv6 Routentabelle Ziel Nächster Hop Flags Metric Ref Benutzer Iface fe80::/64 :: U 256 0 0 eth0 ff00::/8 :: U 256 0 0 eth0 ===== ifconfig (filtered for en|wl|eth|wlan|ra|ath|dsl|ppp) ====================================================== eth0 Link encap:Ethernet Hardware Adresse ##:##:##:##:##:#1 inet Adresse:%%%.%%%.27.247 Bcast:%%%.%%%.255.255 Maske:255.255.0.0 inet6 Adresse: fe80::6600:6aff:fe78:5df2/64 Gültigkeitsbereich:Verbindung UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:49361 errors:0 dropped:1142 overruns:0 frame:0 TX packets:10253 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 Sendewarteschlangenlänge:1000 RX bytes:11741305 (11.1 Mb) TX bytes:1303480 (1.2 Mb) Interrupt:20 Speicher:f7c00000-f7c20000 ===== lspci ====================================================================================================== 00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection I217-LM [8086:153a] (rev 04) Subsystem: Dell Device [1028:05a4] Kernel driver in use: e1000e ===== lsusb | grep -v "root hub" ================================================================================= Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 003 Device 003: ID 0461:4d51 Primax Electronics, Ltd 0Y357C PMX-MMOCZUL (B) [Dell Laser Mouse] Bus 003 Device 002: ID 413c:2107 Dell Computer Corp. ===== hwinfo (filtered) ========================================================================================== 14: PCI 19.0: 0200 Ethernet controller Model: "Intel Ethernet Connection I217-LM" Vendor: pci 0x8086 "Intel Corporation" Device: pci 0x153a "Ethernet Connection I217-LM" SubVendor: pci 0x1028 "Dell" SubDevice: pci 0x05a4 Driver: "e1000e" Driver Modules: "e1000e" Device File: eth0 Link detected: yes Driver Status: e1000e is active Driver Activation Cmd: "modprobe e1000e" ===== lsmod (filtered) =========================================================================================== | 8250_fintek | ablk_helper | aesni_intel | aes_x86_64 | af_packet | | bnep | coretemp | dcdbas | dell_wmi | drm | | drm_kms_helper | e1000e | ehci_hcd | ehci_pci | gf128mul | | glue_helper | hid_generic | i2c_algo_bit | i2c_i801 | i915 | | intel_powerclamp| intel_rapl | iscsi_boot_sysfs| iscsi_ibft | kvm | | kvm_intel | lpc_ich | lrw | mei | mei_me | | mfd_core | pps_core | ptp | rfkill | serio_raw | | sg | sparse_keymap | sr_mod | usb_common | wmi | | xhci_hcd | xhci_pci | ===== 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}=="##:##:##:##:##:#1", ATTR{type}=="1", NAME="eth0" ================================================================================================================== *** NWElizaStates PNIN:1 CFR:1 IF:eth0 IM:2 DI:1 FALON:1 NIC:0 cNiC:1:0 NI:0 cNI:0 PNG:1 DR:1 NISS:0 IP6:1 KM:0 1 WLW:0 RTDT:SuSE GUI:1 UID:0 [/code]