Results 1 to 5 of 5
I have Suse 9.3 Pro, and knowing precisely how well windows has prepared me for making Linux work, I know nothing. I completed the install today, and no error messages ...
- 03-04-2007 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 3
Something Similar
I have Suse 9.3 Pro, and knowing precisely how well windows has prepared me for making Linux work, I know nothing. I completed the install today, and no error messages came up, and it even recognized my USR network card. Thing is, I can't resolve, or ping, anything; barring 127.0.0.1, which pings just fine.
I don't know exactly what would be needed to diagnose the problem, but from what I saw here and there, I thought this info would be pertinent:
linux:~ # route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
127.0.0.1 0.0.0.0 255.0.0.0 U 0 0 0 lo
linux:~ # ip address list eth0
Device "eth0" does not exist.
If it helps any, the network setup I'm trying to hook up to is 5 windows boxes, and my linux box, all hooked up into a router, running into the satellite modem, and out to the internet....
I'm completely lost, and after looking around some, I don't even know where to begin...any help would be great.
- 03-04-2007 #2
Post the output of this script and give some more detailed infos about your topology (HW type used, connections between them, IPs assigned etc etc)
"Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." Linus Benedict Torvalds
- 03-04-2007 #3Just Joined!
- Join Date
- Mar 2007
- Posts
- 3
Nothing special about the hardware, but here it is:
1Ghz AMD Athlon CPU
Diamond Stealth S60 (Radeon 7000)
Gigabyte Technologies K7 series mainboard
3 IDE hard discs, a thirty GB maxtor and two 20 GB quantum fireball's
USR 997902 Gigabit NIC (http://www.usr.com/support/product-t....asp?prod=7902)
Creative CT4832 Sound Blaster Live! value
TSSTcorp TS-H552B DVD combo drive
Intel 536EP Data fax modem
USR 56K Fax INT modem (fried from a phone surge while the comp was off, I just haven't taken it out yet)
If the keyboard and mouse matter, I'll be glad to post it, but everything is 4X AGP slots, PCI cards, U-DMA 66 (I think) HD's. The computer is 7 years old now, but with Suse on it, it out-performs my new windows box, so I'm trying to get it to work.
The exact network setup, as of now, is the satellite modem connects to a router, which connects to a switch, which runs a wire to each room of the house. In my room, that wire plugs into a Link-Max LM-205 switch, which plugs into my windows box, and the suse box.
IP's 192.168.1.3, 6, 8, 10, 12, and 20 are all the computers in the house, but I do have an X-box, so it floats around some. The IP block we use is only from 1 to 20, to try to help the sat go a little faster. 192.168.1.1 is the router, and 192.168.0.1 is the satellite modem. (yes, I know that some of the IP hosts down below are wrong, I'm changing them as I'm typing)
I did follow http://tweakhound.com/linux/samba/page_1.htm this mod to try and help samba work, so I could access the network, but to no avail...
the output of the script:
collectNWData.sh V0.4.0 (linux_at_framp_dot_de)
--- Hi. I'm an experimental version of NWEliza and try to help you to solve your network problem.
--- I'm now analyzing the data which was collected right now.
The system can't ping an external IP address.
There is no default gateway set on your system
The system can't resolve an external DNS name.
Check your nameserver definition
================================================== ================================================== ==
================================================== ================================================== ==
*** uname -a
Linux linux 2.6.11.4-20a-default #1 Wed Mar 23 21:52:37 UTC 2005 i686 athlon i386 GNU/Linux
================================================== ================================================== ==
*** cat /etc/SuSE-release
SuSE Linux 9.3 (i586)
VERSION = 9.3
================================================== ================================================== ==
*** cat /etc/resolv.conf | grep -v "^#" | grep -v "^$"
search site
================================================== ================================================== ==
*** cat /etc/hosts | grep -v "^#" | grep -v "^$" | grep -v "::"
127.0.0.1 localhost
192.168.1.1 router
192.168.1.10 comp
192.168.1.12 comp
192.168.1.16 comp
192.168.1.3 comp
192.168.1.5 comp
192.168.1.18 linux.MSHOME linux
================================================== ================================================== ==
*** cat /proc/sys/net/ipv4/ip_forward
0
================================================== ================================================== ==
*** iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
================================================== ================================================== ==
- 03-04-2007 #4Just Joined!
- Join Date
- Mar 2007
- Posts
- 3
*** route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
================================================== ================================================== ==
*** ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:260 errors:0 dropped:0 overruns:0 frame:0
TX packets:260 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:16593 (16.2 Kb) TX bytes:16593 (16.2 Kb)
================================================== ================================================== ==
*** pingTests
127.0.0.1 : Ping OK
connect: Network is unreachable
195.135.220.3 : No ping response
ping: unknown host www.suse.de
www.suse.de : No ping response
================================================== ================================================== ==
*** lspci
0000:00:00.0 Host bridge: Advanced Micro Devices [AMD] AMD-751 [Irongate] System Controller (rev 25)
0000:00:01.0 PCI bridge: Advanced Micro Devices [AMD] AMD-751 [Irongate] AGP Bridge (rev 01)
0000:00:07.0 ISA bridge: Advanced Micro Devices [AMD] AMD-756 [Viper] ISA (rev 01)
0000:00:07.1 IDE interface: Advanced Micro Devices [AMD] AMD-756 [Viper] IDE (rev 07)
0000:00:07.3 Bridge: Advanced Micro Devices [AMD] AMD-756 [Viper] ACPI (rev 03)
0000:00:07.4 USB Controller: Advanced Micro Devices [AMD] AMD-756 [Viper] USB (rev 06)
0000:00:08.0 Ethernet controller: U.S. Robotics: Unknown device 0116 (rev 10)
0000:00:09.0 Communication controller: Intel Corporation 536EP Data Fax Modem
0000:00:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
0000:00:0a.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 07)
0000:01:05.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]
================================================== ================================================== ==
*** lsusb
Bus 001 Device 003: ID 0451:2046 Texas Instruments, Inc. TUSB2046 Hub
Bus 001 Device 002: ID 046d:c401 Logitech, Inc. TrackMan Marble Wheel
Bus 001 Device 001: ID 0000:0000
================================================== ================================================== ==
*** iptables -L -vn
Chain INPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
253 16138 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 5 LOG flags 6 level 4 prefix `SFW2-IN-ILL-TARGET '
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain FORWARD (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 5 LOG flags 6 level 4 prefix `SFW2-FWD-ILL-ROUTING '
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
253 16138 ACCEPT all -- * lo 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state NEW,RELATED,ESTABLISHED
0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 5 LOG flags 6 level 4 prefix `SFW2-OUT-ERROR '
Chain reject_func (0 references)
pkts bytes target prot opt in out source destination
0 0 REJECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 reject-with tcp-reset
0 0 REJECT udp -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
0 0 REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-proto-unreachable
================================================== ================================================== ==
*** cat /etc/sysconfig/SuSEfirewall2 | grep -v "^#" | grep -v "^$"
FW_DEV_EXT="dsl0 eth-bus-pci-0000:00:08.0"
FW_DEV_INT=""
FW_DEV_DMZ=""
FW_ROUTE="no"
FW_MASQUERADE="no"
FW_MASQ_DEV="$FW_DEV_EXT"
FW_MASQ_NETS="0/0"
FW_PROTECT_FROM_INT="no"
FW_SERVICES_EXT_TCP="microsoft-ds netbios-dgm netbios-ns netbios-ssn ssh"
FW_SERVICES_EXT_UDP="bootpc netbios-ns"
FW_SERVICES_EXT_IP=""
FW_SERVICES_EXT_RPC=""
FW_SERVICES_DMZ_TCP=""
FW_SERVICES_DMZ_UDP=""
FW_SERVICES_DMZ_IP=""
FW_SERVICES_DMZ_RPC=""
FW_SERVICES_INT_TCP=""
FW_SERVICES_INT_UDP=""
FW_SERVICES_INT_IP=""
FW_SERVICES_INT_RPC=""
FW_SERVICES_DROP_EXT=""
FW_SERVICES_REJECT_EXT="0/0,tcp,113"
FW_SERVICES_ACCEPT_EXT=""
FW_TRUSTED_NETS=""
FW_ALLOW_INCOMING_HIGHPORTS_TCP="microsoft-ds netbios-ns"
FW_ALLOW_INCOMING_HIGHPORTS_UDP="microsoft-ds netbios-ns"
FW_FORWARD=""
FW_FORWARD_MASQ=""
FW_REDIRECT=""
FW_LOG_DROP_CRIT="yes"
FW_LOG_DROP_ALL="no"
FW_LOG_ACCEPT_CRIT="yes"
FW_LOG_ACCEPT_ALL="no"
FW_LOG_LIMIT=""
FW_LOG=""
FW_KERNEL_SECURITY="yes"
FW_STOP_KEEP_ROUTING_STATE="no"
FW_ALLOW_PING_FW="yes"
FW_ALLOW_PING_DMZ="no"
FW_ALLOW_PING_EXT="no"
FW_ALLOW_FW_SOURCEQUENCH=""
FW_ALLOW_FW_BROADCAST_EXT="netbios-ns netbios-dgm"
FW_ALLOW_FW_BROADCAST_INT=""
FW_ALLOW_FW_BROADCAST_DMZ=""
FW_IGNORE_FW_BROADCAST_EXT="yes"
FW_IGNORE_FW_BROADCAST_INT="no"
FW_IGNORE_FW_BROADCAST_DMZ="no"
FW_ALLOW_CLASS_ROUTING=""
FW_CUSTOMRULES=""
FW_REJECT=""
FW_HTB_TUNE_DEV=""
FW_IPv6=""
FW_IPv6_REJECT_OUTGOING=""
FW_IPSEC_TRUST="no"
FW_ZONES=""
================================================== ================================================== ==
*** cat /etc/sysconfig/network/config | grep -v "^#" | grep -v "^$"
DEFAULT_BROADCAST="+"
GLOBAL_POST_UP_EXEC="yes"
GLOBAL_PRE_DOWN_EXEC="yes"
CHECK_DUPLICATE_IP="no"
DEBUG="no"
USE_SYSLOG="yes"
MODIFY_RESOLV_CONF_DYNAMICALLY="yes"
MODIFY_NAMED_CONF_DYNAMICALLY="no"
CONNECTION_SHOW_WHEN_IFSTATUS="no"
CONNECTION_CHECK_BEFORE_IFDOWN="no"
CONNECTION_CLOSE_BEFORE_IFDOWN="no"
CONNECTION_UMOUNT_NFS_BEFORE_IFDOWN="no"
CONNECTION_SEND_KILL_SIGNAL="no"
MANDATORY_DEVICES=""
WAIT_FOR_INTERFACES="20"
FIREWALL="yes"
FAILURE_ACTION=off
LINKLOCAL_INTERFACES="eth*[0-9]|tr*[0-9]|wlan[0-9]|ath[0-9]"
IFPLUGD_OPTIONS="-f -I -u 0 -d 10"
USE_IPV6=yes
================================================== ================================================== ==
*** cat /etc/sysconfig/sysctl | grep -v "^#" | grep -v "^$"
IP_DYNIP="no"
IP_TCP_SYNCOOKIES="yes"
IP_FORWARD="yes"
IPV6_FORWARD="no"
IPV6_PRIVACY="no"
IPV6_MLD_VERSION=""
DISABLE_ECN="yes"
ENABLE_SYSRQ="no"
================================================== ================================================== ==
*** cat /etc/sysconfig/network/dhcp | grep -v "^#" | grep -v "^$"
DHCLIENT_BIN=""
DHCLIENT_DEBUG="no"
DHCLIENT_SET_HOSTNAME="no"
DHCLIENT_MODIFY_RESOLV_CONF="no"
DHCLIENT_SET_DEFAULT_ROUTE="yes"
DHCLIENT_MODIFY_NTP_CONF="no"
DHCLIENT_MODIFY_NIS_CONF="yes"
DHCLIENT_SET_DOMAINNAME="yes"
DHCLIENT_KEEP_SEARCHLIST="yes"
DHCLIENT_LEASE_TIME=""
DHCLIENT_TIMEOUT="999999"
DHCLIENT_REBOOT_TIMEOUT=""
DHCLIENT_HOSTNAME_OPTION="AUTO"
DHCLIENT_CLIENT_ID="Anthony's Linex Box"
DHCLIENT_VENDOR_CLASS_ID=""
DHCLIENT_RELEASE_BEFORE_QUIT="no"
DHCLIENT_SCRIPT_EXE=""
DHCLIENT_UDP_CHECKSUM="yes"
DHCLIENT_ADDITIONAL_OPTIONS=" -B"
DHCLIENT_SLEEP="0"
DHCLIENT_WAIT_AT_BOOT="5"
DHCLIENT_MODIFY_SMB_CONF="yes"
================================================== ================================================== ==
***
cat /etc/sysconfig/proxy | grep -v "^#" | grep -v "^$"
PROXY_ENABLED="no"
HTTP_PROXY=""
FTP_PROXY=""
GOPHER_PROXY=""
NO_PROXY="localhost"
================================================== ================================================== ==
*** cat /etc/sysconfig/ssh | grep -v "^#" | grep -v "^$"
SSHD_OPTS=""
================================================== ================================================== ==
*** /usr/sbin/iwconfig | /bin/sed "s/\(Encryption key:\)\([^o][^f][^f][^ ]*\)\(.*\)/\1xx xxx-xxxx-xxxx-xxxx-xxxx-xxxxxxx\3/"
lo no wireless extensions.
sit0 no wireless extensions.
================================================== ================================================== ==
*** catMyConfig
================================================== ================================================== ==
*** cat /etc/sysconfig/network/ifcfg-eth-bus-pci-0000:00:08.0
BOOTPROTO='static'
BROADCAST='192.168.1.255'
IFPLUGD_PRIORITY='20'
IPADDR='192.168.1.18'
MTU=''
NAME='U.S. Robotics Ethernet controller'
NETMASK='255.255.255.0'
NETWORK='192.168.1.0'
PREFIXLEN=''
REMOTE_IPADDR=''
STARTMODE='auto'
UNIQUE='RE4e.uoNUsi163M0'
USERCONTROL='no'
_nm_name='bus-pci-0000:00:08.0'
================================================== ================================================== ==
*** cat /etc/sysconfig/network/ifcfg-lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
BROADCAST=127.255.255.255
STARTMODE=onboot
USERCONTROL=no
- 03-05-2007 #5I just added the experimental NWEliza component yesterday - and both most
Originally Posted by Apello
commonly problems I added in this component - apply to your config.
Just add a default GW and also a nameserver with yast first.
But that's not the main problem you have: Your ethernet card is not detected by Linux.
Unfortunately I'm not experienced in these kinds of problems. Try to search the net for your NIC card ID and Linux.** ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:260 errors:0 dropped:0 overruns:0 frame:0
TX packets:260 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:16593 (16.2 Kb) TX bytes:16593 (16.2 Kb)
Actually NWEliza should have tested for a valid eth connection first ... I'll check this in the next version of my script."Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." Linus Benedict Torvalds


Reply With Quote