[code] collectNWData.sh V0.6.8a (Rev: 1.361, Build: 2013/01/05 18:11:40 UTC) --- 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 --- 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 173.194.35.180 !!! CND0150E: There might be a problem with the default gateway definition 192.168.1.1 on interface eth0 !!! CND0230Wp: IPV6 enabled --- 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/novell-release SUSE Linux Enterprise Desktop 10 (i586) VERSION = 10 PATCHLEVEL = 1 LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-ia32:core-3.0-ia32" SUSE Linux Enterprise Desktop 10 (i586) VERSION = 10 PATCHLEVEL = 1 ===== uname -a =================================================================================================== Linux tzb01-portal 2.6.16.46-0.12-smp #1 SMP Thu May 17 14:00:09 UTC 2007 i686 i686 i386 GNU/Linux ===== cat /etc/sysconfig/network/ifcfg-[earwd]* | grep -v "=''" ================================================== --- /etc/sysconfig/network/ifcfg-eth-id-##:##:##:##:##:#1 BOOTPROTO='static' IPADDR='192.168.1.88' NAME='Micro-Star International Ethernet controller' NETMASK='255.255.255.0' STARTMODE='auto' UNIQUE='rBUF.nELWORMN7a9' USERCONTROL='no' _nm_name='bus-pci-0000:01:00.0' ===== ping tests ================================================================================================= Ping of 173.194.35.180 failed ping: unknown host www.google.com Ping of www.google.com failed ===== cat /etc/resolv | grep -i "nameserver" ===================================================================== nameserver 80.69.100.214 nameserver 80.69.100.206 nameserver 192.168.1.1 ===== cat /etc/hosts ============================================================================================= 127.0.0.1 localhost 192.168.1.88 tzb01-portal.local tzb01-portal ===== route -n | egrep "(eth|ath|ra|wlan|dsl|ppp)" =============================================================== 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0 ===== ifconfig (filtered for eth|wlan|ra|ath|dsl|ppp) ============================================================ eth0 Link encap:Ethernet HWaddr ##:##:##:##:##:#1 inet addr:192.168.1.88 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::221:85ff:fec3:d00a/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:4294967022 overruns:0 frame:0 TX packets:0 errors:0 dropped:96 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:169 Base address:0xc000 ===== lspci ====================================================================================================== /sbin/lspci: invalid option -- k Usage: lspci [] -v Be verbose -n Show numeric ID's -nn Show both textual and numeric ID's (names & numbers) -b Bus-centric view (PCI addresses and IRQ's instead of those seen by the CPU) -x Show hex-dump of the standard portion of config space -xxx Show hex-dump of the whole config space (dangerous; root only) -xxxx Show hex-dump of the 4096-byte extended config space (root only) -s [[[[]:]]:][][.[]] Show only devices in selected slots -d []:[] Show only selected devices -t Show bus tree -m Produce machine-readable output -i Use specified ID database instead of /usr/share/pci.ids.gz -D Always show domain numbers -M Enable `bus mapping' mode (dangerous; root only) -P Use specified directory instead of /proc/bus/pci -H Use direct hardware access ( = 1 or 2) -F Read configuration data from given file -G Enable PCI access debugging ===== lsusb | grep -v "root hub" ================================================================================= Bus 002 Device 002: ID 058f:9380 Alcor Micro Corp. Flash drive Bus 002 Device 001: ID 0000:0000 Bus 005 Device 001: ID 0000:0000 Bus 003 Device 002: ID 046d:c312 Logitech, Inc. Bus 003 Device 003: ID 046d:c046 Logitech, Inc. Bus 003 Device 001: ID 0000:0000 Bus 004 Device 001: ID 0000:0000 Bus 001 Device 004: ID 0bda:0158 Realtek Semiconductor Corp. Bus 001 Device 001: ID 0000:0000 ===== hwinfo (filtered) ========================================================================================== 26: PCI 100.0: 0200 Ethernet controller Model: "Micro-Star International Ethernet controller" Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd." Device: pci 0x8168 SubVendor: pci 0x1462 "Micro-Star International Co., Ltd." SubDevice: pci 0x4180 Driver: "r8169" Device File: eth0 Link detected: yes Driver Status: r8169 is active Driver Activation Cmd: "modprobe r8169" ===== lsmod (filtered) =========================================================================================== | aamatch_pcre | ac | af_packet | apparmor | ata_piix | | drm | ehci_hcd | i2c_core | i2c_i801 | i8xx_tco | | i915 | ip_tables | ipv6 | libata | piix | | r8169 | scsi_mod | sd_mod | sg | sr_mod | | uhci_hcd | usb_storage | ===== egrep 'eth|ath|wlan|ra|ppp' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/*persistent-net* ========== /etc/udev/rules.d/30-net_persistent_names.rules:SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="##:##:##:##:##:#1", IMPORT="/lib/udev/rename_netiface %k eth0" ================================================================================================================== *** NWElizaStates V0.6.8a 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 WLW:0 RTDT:novell GUI:0 UID:0 [/code]