Advertisement
Guest User

Untitled

a guest
Nov 7th, 2014
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.51 KB | None | 0 0
  1. [code]
  2. collectNWData.sh V0.7.4
  3.  
  4. --- Which type of your network connection should be tested?
  5. --- (2) Wired connection
  6.  
  7. --- What's the type of networktopology?
  8. --- (2) DSL HW router <---> LinuxClient
  9.  
  10. --- On which host is the script executed?
  11. --- (2) LinuxRouter
  12.  
  13. --- NWCollect is collecting networkconfiguration information into file ...
  14.  
  15. --- NWEliza is analyzing the system for common network configuration errors ...
  16. !!! CND0540W: Messages dropped on network interface wlp0s29f7
  17. !!! CND0180I: The system can't ping external IP address 173.194.35.180
  18. !!! CND0150E: There might be a problem with the default gateway definition 192.168.178.1 on interface wlp0s29f7u2
  19. !!! CND0290E: No network configuration found for interface wlp0s29f7
  20. !!! CND0230W: IPV6 enabled and may be the reason for network problems
  21. !!! CND0310W: Classic network configuration with ifup was detected. Configuration with networkmanager is easier
  22.  
  23. --- Go to http://www.linux-tips-and-tricks.de/CND to get more detailed instructions
  24. --- about the error/warning messages and how to fix the problems on your own.
  25.  
  26. --- If you are unsuccessful then place the contents of file collectNWData.txt in the net
  27. --- (see http://www.linux-tips-and-tricks.de/CND_UPL for links)
  28. --- and then paste the nopaste link on your favorite Linux forum.
  29.  
  30. ==================================================================================================================
  31. ===== cat /etc/*[-_]release || cat /etc/*[-_]version =============================================================
  32. /etc/lsb-release
  33. /etc/os-release
  34. /etc/SuSE-release
  35. LSB_VERSION="core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-x86_64:core-3.2-x86_64:core-4.0-x86_64"
  36. NAME=openSUSE
  37. VERSION="13.2 (Harlequin)"
  38. VERSION_ID="13.2"
  39. PRETTY_NAME="openSUSE 13.2 (Harlequin) (x86_64)"
  40. ID=opensuse
  41. ANSI_COLOR="0;32"
  42. CPE_NAME="cpe:/o:opensuse:opensuse:13.2"
  43. BUG_REPORT_URL="https://bugs.opensuse.org"
  44. HOME_URL="https://opensuse.org/"
  45. ID_LIKE="suse"
  46. openSUSE 13.2 (x86_64)
  47. VERSION = 13.2
  48. CODENAME = Harlequin
  49. # /etc/SuSE-release is deprecated and will be removed in the future, use /etc/os-release instead
  50. ===== uname -a ===================================================================================================
  51. Linux linux-desktop 3.16.6-2-desktop #1 SMP PREEMPT Mon Oct 20 13:47:22 UTC 2014 (feb42ea) x86_64 x86_64 x86_64 GNU/Linux
  52. ===== cat /etc/sysconfig/network/ifcfg-[earwd]* | grep -v "^#|^$" | grep -v "=''" ================================
  53. --- /etc/sysconfig/network/ifcfg-eth0
  54. BOOTPROTO='static'
  55. IPADDR='192.168.1.100/24'
  56. NAME='NetXtreme BCM5752 Gigabit Ethernet PCI Express'
  57. STARTMODE='auto'
  58. USERCONTROL='no'
  59. PREFIXLEN='24'
  60. --- /etc/sysconfig/network/ifcfg-wlp0s29f7u2
  61. BOOTPROTO='dhcp'
  62. NAME='802.11 n WLAN'
  63. STARTMODE='hotplug'
  64. USERCONTROL='no'
  65. WIRELESS_AP_SCANMODE='1'
  66. WIRELESS_AUTH_MODE='psk'
  67. WIRELESS_BITRATE='auto'
  68. WIRELESS_DEFAULT_KEY=@@@@@@
  69. WIRELESS_ESSID=@@@@@@
  70. WIRELESS_KEY_LENGTH=@@@@@@
  71. WIRELESS_MODE='Managed'
  72. WIRELESS_POWER='no'
  73. WIRELESS_WPA_PSK=@@@@@@
  74. IFPLUGD_PRIORITY='0'
  75. ===== ping tests =================================================================================================
  76. Ping of 173.194.35.180 failed
  77. Ping of www.google.com OK
  78. ===== cat /etc/resolv | grep -i "nameserver" =====================================================================
  79. nameserver %%%.%%%.8.8
  80. nameserver %%%.%%%.4.4
  81. nameserver 192.168.178.1
  82. ===== cat /etc/hosts =============================================================================================
  83. 127.0.0.1 localhost
  84. 192.168.1.100 linux-desktop.site linux-desktop
  85. ===== (route -n && route -A inet6 -n) | egrep "(en|wl|eth|ath|ra|wlan|dsl|ppp)" ==================================
  86. Kernel IP Routentabelle
  87. Ziel Router Genmask Flags Metric Ref Use Iface
  88. 0.0.0.0 192.168.178.1 0.0.0.0 UG 0 0 0 wlp0s29f7u2
  89. 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  90. 192.168.178.0 0.0.0.0 255.255.255.0 U 0 0 0 wlp0s29f7u2
  91. Kernel IPv6 Routentabelle
  92. Ziel Nächster Hop Flags Metric Ref Benutzer Iface
  93. fe80::/64 :: U 256 0 0 wlp0s29f7u2
  94. fe80::/64 :: U 256 0 0 eth0
  95. ff02::c/128 :: UC 0 8 0 wlp0s29f7u2
  96. ff02::fb/128 :: UC 0 1 0 wlp0s29f7u2
  97. ff00::/8 :: U 256 0 2 wlp0s29f7u2
  98. ff00::/8 :: U 256 0 0 eth0
  99. ===== ifconfig (filtered for en|wl|eth|wlan|ra|ath|dsl|ppp) ======================================================
  100. eth0 Link encap:Ethernet Hardware Adresse ##:##:##:##:##:#1
  101. inet Adresse:192.168.1.100 Bcast:192.168.1.255 Maske:255.255.255.0
  102. inet6 Adresse: fe80::214:5eff:fe1e:46eb/64 Gültigkeitsbereich:Verbindung
  103. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  104. RX packets:11232 errors:0 dropped:0 overruns:0 frame:0
  105. TX packets:14468 errors:0 dropped:0 overruns:0 carrier:0
  106. collisions:0 Sendewarteschlangenlänge:1000
  107. RX bytes:1734832 (1.6 Mb) TX bytes:15332618 (14.6 Mb)
  108. Interrupt:16
  109. wlp0s29f7 Link encap:Ethernet Hardware Adresse ##:##:##:##:##:#2
  110. inet Adresse:192.168.178.150 Bcast:192.168.178.255 Maske:255.255.255.0
  111. inet6 Adresse: fe80::2c0:caff:fe84:2d90/64 Gültigkeitsbereich:Verbindung
  112. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  113. RX packets:47858 errors:0 dropped:4386 overruns:0 frame:0
  114. TX packets:29412 errors:0 dropped:0 overruns:0 carrier:0
  115. collisions:0 Sendewarteschlangenlänge:1000
  116. RX bytes:32751420 (31.2 Mb) TX bytes:4983042 (4.7 Mb)
  117. ===== lspci ======================================================================================================
  118. 0b:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5752 Gigabit Ethernet PCI Express [14e4:1600] (rev 02)
  119. Subsystem: IBM Device [1014:0330]
  120. Kernel driver in use: tg3
  121. ===== lsusb | grep -v "root hub" =================================================================================
  122. Bus 001 Device 003: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter
  123. Bus 004 Device 003: ID 046d:c526 Logitech, Inc. Nano Receiver
  124. Bus 004 Device 002: ID 046a:0023 Cherry GmbH CyMotion Master Linux Keyboard G230
  125. Bus 002 Device 002: ID 03f0:6104 Hewlett-Packard DeskJet 5650c
  126. ===== hwinfo (filtered) ==========================================================================================
  127. 41: PCI b00.0: 0200 Ethernet controller
  128. Model: "Broadcom NetXtreme BCM5752 Gigabit Ethernet PCI Express"
  129. Vendor: pci 0x14e4 "Broadcom"
  130. Device: pci 0x1600 "NetXtreme BCM5752 Gigabit Ethernet PCI Express"
  131. SubVendor: pci 0x1014 "IBM"
  132. SubDevice: pci 0x0330
  133. Driver: "tg3"
  134. Driver Modules: "tg3"
  135. Device File: eth0
  136. Link detected: yes
  137. Driver Status: tg3 is active
  138. Driver Activation Cmd: "modprobe tg3"
  139. 52: USB 00.0: 0282 WLAN controller
  140. Model: "Ralink 802.11 n WLAN"
  141. Vendor: usb 0x148f "Ralink Technology, Corp."
  142. Device: usb 0x3070 "802.11 n WLAN"
  143. Driver: "rt2800usb"
  144. Driver Modules: "rt2800usb"
  145. Device File: wlp0s29f7u2
  146. Link detected: yes
  147. Driver Status: rt2800usb is active
  148. Driver Activation Cmd: "modprobe rt2800usb"
  149. ===== lsmod (filtered) ===========================================================================================
  150. | 6lowpan_iphc | af_alg | af_packet | algif_skcipher | arc4 |
  151. | ata_piix | bnep | cbc | ccm | cfg80211 |
  152. | coretemp | ctr | dm_log | dm_mirror | dm_region_hash |
  153. | drm | drm_kms_helper | ecb | edac_core | gpio_ich |
  154. | i2c_algo_bit | i2c_i801 | i2c_scmi | i5000_edac | i5k_amb |
  155. | ics932s401 | ip_tables | iscsi_boot_sysfs| iscsi_ibft | kvm |
  156. | libphy | lpc_ich | mac80211 | mfd_core | mptbase |
  157. | mptctl | mptsas | mptscsih | mxm_wmi | nouveau |
  158. | pps_core | ptp | rfkill | rt2800lib | rt2800usb |
  159. | rt2x00lib | rt2x00usb | scsi_transport_sas| serio_raw | sg |
  160. | sha256_generic | sha256_ssse3 | shpchp | sr_mod | tg3 |
  161. | tpm | tpm_tis | ttm | usblp | wmi |
  162. ===== egrep 'en|wl|eth|ath|wlan|ra|ppp' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/*persistent-net* ====
  163. /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"
  164. ==================================================================================================================
  165. *** NWElizaStates V0.7.4
  166. PNIN:1 CFR:1 IF:eth0 IM:2 IF:wlp0s29f7 IM:2 IF:wlp0s29f IM:1 DI:3 FALON:1 NIC:0 cNiC:1:0 NIC:0 cNiC:2:0 NI:0 cNI:0 PNG:1 DR:1 NISS:0 IP6:1 KM:0 1 WLW:0 RTDT:SuSE GUI:0 UID:0
  167. [/code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement