bekomme keine Verbindung zum Internet

Status
Für weitere Antworten geschlossen.

navaro

New Member
Hi,

bekomme einfach keine Verbindung zum Internet. Nachdem ich auch schon einige Ratschläge aus diesem Forum befolgt habe. Darum habe ich das CollectNWData Skript heruntergeladen und angewandt in der Hoffnung das damit jemand was anfangen kann:

Code:
collectNWData.sh 0.2.4.6

*** uname -a 
Linux linux 2.6.13-15-default #1 Tue Sep 13 14:56:15 UTC 2005 i686 i686 i386 GNU/Linux

*** cat /etc/SuSE-release 
SUSE LINUX 10.0 (i586)
VERSION = 10.0

*** cat /etc/resolv.conf | grep -v "^#" | grep -v "^$" 

*** cat /etc/hosts | grep -v "^#" | grep -v "^$" | grep -v "::" 
127.0.0.1       localhost
192.168.1.5     linux.site 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         

*** route -n 
Kernel IP Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo

*** ifconfig 
eth0      Protokoll:Ethernet  Hardware Adresse 00:15:00:05:6E:39  
          inet6 Adresse: fe80::215:ff:fe05:6e39/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST NOTRAILERS 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 Sendewarteschlangenlänge:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:11 Basisadresse:0xc000 Speicher:b0218000-b0218fff 

lo        Protokoll:Lokale Schleife  
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:144 errors:0 dropped:0 overruns:0 frame:0
          TX packets:144 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:0 
          RX bytes:9712 (9.4 Kb)  TX bytes:9712 (9.4 Kb)


*** pingMyLocalIPs 
127.0.0.1 : Ping response

*** ping -c1 -W 3 195.135.220.3 

*** ping -c1 -W 3 www.suse.de
Um mal was zu meiner Situation zu sagen meine WL Karte wird erkannt und auch die Netzwerkkarte.Die Netzwerkkarte ist per Netzwerkkabel mit einem Router verbunden und dieser nimmt normalerweise per Funk Verbindung mit dem Internet auf.(Nähere Infos dazu unter www.dsl-on-air.de) Hoffe es kann einer Helfen.
 

Rain_Maker

Administrator
Teammitglied
AW: bekomme keine Verbindung zum Internet

Eine Karte bekommt keine IP, die andere taucht gar nicht auf, es fehlen Gateway und DNS-Server, das volle Programm.

Das Script wurde leider total unvollständig ausgeführt, es fehlen Angaben zur Hardware, warum auch immer, bei mir stehen die immer drin.

Code:
/sbin/lspci

/usr/sbin/lsusb (Falls enes der Interfaces ein USB-Dongle ist)

/sbin/route -n

/usr/sbin/iwconfig

cat /etc/sysconfig/network/ifcfg-eth*

cat /etc/sysconfig/network/ifcfg-wlan*

ls -ls /etc/sysconfig/network/ifcfg-*

cat /etc/resolv.conf
IP des Routers? Typ des Selben? Mit welcher Karte soll es rausgehen?
Klassisch oder mit Networkmanager eingerichtet?

Greetz,

RM

BTW: Angemessenerer Titel wäre auch angebracht, dieser wird sich spätestens dann ergeben, wenn die HW bekannt ist.
 

framp

Member
AW: bekomme keine Verbindung zum Internet

Rain_Maker schrieb:
Das Script wurde leider total unvollständig ausgeführt, es fehlen Angaben zur Hardware, warum auch immer, bei mir stehen die immer drin.
Nein. In der neuesten Version ist aus dem default des scripts die HW Info, die FW Info und die wireless info herausgenommen worden da diese eher selten benoetigt werden. Die config Info ist darin auch nicht enthalten.

Wenn man alles haben will muss man
Code:
-shwfc als Invocationparameter
angeben.
 

Rain_Maker

Administrator
Teammitglied
AW: bekomme keine Verbindung zum Internet

*Ops*

Sorry framp,

Jetzt wo ich die Versionsnummer sehe und mit der des von Dir zu Testzwecken zugesandten Scriptes vergleiche..:eek:

OK, dann wäre zumindest das mal geklärt.

Die Angaben zur HW bitte nachliefern @navaro, entweder über die entsprechenden Parameter für das Script oder über die von mir angegebenen Befehle.

Greetz,

RM
 

navaro

New Member
AW: bekomme keine Verbindung zum Internet

Hi,

hier nun das was er unter dem Befehl ./collectNWData.sh -shwf ausgespuckt hat :

Code:
collectNWData.sh 0.2.4.6

*** uname -a 
Linux linux 2.6.13-15-default #1 Tue Sep 13 14:56:15 UTC 2005 i686 i686 i386 GNU/Linux

*** cat /etc/SuSE-release 
SUSE LINUX 10.0 (i586)
VERSION = 10.0

*** cat /etc/resolv.conf | grep -v "^#" | grep -v "^$" 

*** cat /etc/hosts | grep -v "^#" | grep -v "^$" | grep -v "::" 
127.0.0.1       localhost
192.168.1.5     linux.site 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         

*** route -n 
Kernel IP Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo

*** ifconfig 
eth0      Protokoll:Ethernet  Hardware Adresse 00:15:00:05:6E:39  
          inet6 Adresse: fe80::215:ff:fe05:6e39/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST NOTRAILERS 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 Sendewarteschlangenlänge:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:11 Basisadresse:0x6000 Speicher:b0218000-b0218fff 

lo        Protokoll:Lokale Schleife  
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:36 errors:0 dropped:0 overruns:0 frame:0
          TX packets:36 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:0 
          RX bytes:2584 (2.5 Kb)  TX bytes:2584 (2.5 Kb)


*** pingMyLocalIPs 
127.0.0.1 : Ping response

*** ping -c1 -W 3 195.135.220.3 

*** ping -c1 -W 3 www.suse.de 

*** lspci 
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 04)
00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 (rev 04)
00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 04)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 04)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X700 (PCIE)
06:01.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
06:01.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller
06:01.3 Unknown mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia Controller
06:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG (rev 05)
06:08.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5788 Gigabit Ethernet (rev 03)

*** lsusb 
Bus 005 Device 001: ID 0000:0000  
Bus 004 Device 001: ID 0000:0000  
Bus 003 Device 002: ID 046d:c025 Logitech, Inc. MX500 Optical Mouse
Bus 003 Device 001: ID 0000:0000  
Bus 002 Device 002: ID 03f0:1504 Hewlett-Packard DeskJet 920c
Bus 002 Device 001: ID 0000:0000  
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         
   37  2549 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 input_ext  all  --  eth0   *       0.0.0.0/0            0.0.0.0/0           
    0     0 input_ext  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
    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         
   37  2549 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 forward_ext (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain input_ext (2 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0           PKTTYPE = broadcast 
    0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0           icmp type 4 
    0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0           icmp type 8 
    0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED icmp type 0 
    0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED icmp type 3 
    0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED icmp type 11 
    0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED icmp type 12 
    0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED icmp type 14 
    0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED icmp type 18 
    0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED icmp type 3 code 2 
    0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED icmp type 5 
    0     0 reject_func  tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp dpt:113 state NEW 
    0     0 LOG        tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           limit: avg 3/min burst 5 tcp flags:0x17/0x02 LOG flags 6 level 4 prefix `SFW2-INext-DROP-DEFLT ' 
    0     0 LOG        icmp --  *      *       0.0.0.0/0            0.0.0.0/0           limit: avg 3/min burst 5 LOG flags 6 level 4 prefix `SFW2-INext-DROP-DEFLT ' 
    0     0 LOG        udp  --  *      *       0.0.0.0/0            0.0.0.0/0           limit: avg 3/min burst 5 LOG flags 6 level 4 prefix `SFW2-INext-DROP-DEFLT ' 
    0     0 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0           limit: avg 3/min burst 5 state INVALID LOG flags 6 level 4 prefix `SFW2-INext-DROP-DEFLT-INV ' 
    0     0 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain reject_func (1 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
Please help me ?!?!?!
 

navaro

New Member
AW: bekomme keine Verbindung zum Internet

und das gehört auch noch dazu:
Code:
*** cat /etc/sysconfig/SuSEfirewall2 | grep -v "^#" | grep -v "^$" 
FW_DEV_EXT="any eth-Navaro wlan-id-00:15:00:05:6e:39"
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=""
FW_SERVICES_EXT_UDP=""
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=""
FW_ALLOW_INCOMING_HIGHPORTS_UDP=""
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="no"
FW_ALLOW_FW_BROADCAST_INT="no"
FW_ALLOW_FW_BROADCAST_DMZ="no"
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=""
FW_USE_IPTABLES_BATCH=""
FW_LOAD_MODULES=""


*** iwconfig 2>/dev/null 
eth0      radio off  ESSID:off/any  Nickname:"linux"
          Mode:Managed  Channel:0  Access Point: 00:00:00:00:00:00   
          Bit Rate=0 kb/s   Tx-Power=off   
          Retry limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
 

Rain_Maker

Administrator
Teammitglied
AW: bekomme keine Verbindung zum Internet

Soll es mit der WLAN-Karte raus?

Code:
06:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG (rev 05)
Sollte dieser Befehl keine Ausgabe ergeben:

Code:
rpm -qa | grep ipw
dann lies:

http://www.pc-forum24.de/showthread.php?t=1429&highlight=ipw2200

http://www.pc-forum24.de/showthread.php?t=1370&highlight=ipw2200

http://www.pc-forum24.de/showthread.php?p=3601#post3601

Sollte der Befehl ausgeben, daß die Firmware doch schon installiert ist, dann werd mal ein bisschen gesprächiger.

- Typ des Notebooks (falls es denn eines ist, nehme ich aber mal an).

- Schon auf den einschlägigen Seiten nach dem Notebook gesucht?

http://www.linux-laptop.net/

http://tuxmobil.de/

http://tuxmobil.org/

Was sagt:
Code:
dmesg | grep ipw2200
?

Und sollte Dein Router WPA-PSK beherrschen, dann lies ausserdem.

http://www.pc-forum24.de/showthread.php?p=1806#post1806

http://www.pc-forum24.de/showthread.php?t=832&highlight=ipw2200

Greetz,

RM
 

navaro

New Member
AW: bekomme keine Verbindung zum Internet

Hi,

ne möchte nicht mit der W-Lan Karte den Router ansteuern sondern mit der Netzwerkkarte :

06:08.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5788 Gigabit Ethernet (rev 03)

denn die ist mit dem Router per Netzwerkkabel verbunden. Da der Router das Wireless Signal brauch um den Knotenpunkt im Dorf anzusteuern der mich ins Internet bringt.
 

Rain_Maker

Administrator
Teammitglied
AW: bekomme keine Verbindung zum Internet

Dann solltest Du auch die Ethernetkarte einrichten und nicht die WLAN-Karte.

Code:
[B]eth0      [/B]radio off  ESSID:off/any  Nickname:"linux"
==> WLAN-Karte.

Code:
ifconfig 
eth0      Protokoll:Ethernet  Hardware Adresse 00:15:00:05:6E:39  
          inet6 Adresse: fe80::215:ff:fe05:6e39/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST NOTRAILERS 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 Sendewarteschlangenlänge:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:11 Basisadresse:0x6000 Speicher:b0218000-b0218fff 

lo        Protokoll:Lokale Schleife  
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:36 errors:0 dropped:0 overruns:0 frame:0
          TX packets:36 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:0 
          RX bytes:2584 (2.5 Kb)  TX bytes:2584 (2.5 Kb)
==> Keine LAN-Karte eingerichtet.

Wird sie denn über Yast erkannt? WLAN-Karte deaktivieren oder Startmodus auf Manuell setzen.

Die LAN-Karte ist nicht mal eingerichtet, also mach das bitte.

Greetz,

RM
 
Status
Für weitere Antworten geschlossen.
Oben