• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

(GELÖST, JUHUUU)Internet läuft nicht

koko4

Newbie
Also, ich habe vor kurzem Linux installiert, es läuft auch alles bis auf das Internet. Linux hat die Netzwerkkarte(Realtec) erkannt. Meine DSL-Verbindung läuft über einen Router. Ich habs schon ganz normal mit der automatischen DHCP probiert, ging nicht, hab ich also beider DNS und dem Standartgaway Adressen eingetragen, geht nicht... was jetzt?
(Ich schreibe von ein Win-Laptop aus)
 

Grothesk

Ultimate Guru
Welches Linux?
Was sagt 'ifconfig'?
Was sagt ein 'ping www.google.de'?
Was sagt ein 'ping 66.249.85.104'?
Wenn die IP antwortet, was sagt ein
'cat /etc/resolv.conf'?
 
OP
K

koko4

Newbie
Welches Linux? 9.3
Was sagt 'ifconfig'? falls man das bei Befehl ausführen eingeben muss gar nix(wo muss man es dann aufrufen?)
Was sagt ein 'ping www.google.de'?bei Firefox und Conquerer Fehlermeldung: www.google.de could not be found. Please check the name and try again
Was sagt ein 'ping 66.249.85.104'? wo eingeben?
 

Grothesk

Ultimate Guru
Die Befehle solltest du mal in eine Konsole/Shell eingeben. Das ist das Icon mit der Muschel bei deinem 'Linux 9.3' (Was korrekt wohl Suse 9.3 heißen soll...)
 
OP
K

koko4

Newbie
Bei dem Ping kommt PING 66.249.85.104 48(84) bytes of data
From 192.160.0.2: icmp_seq=2 Destination Host Unreachable
From 192.160.0.2: icmp_seq=2 Destination Host Unreachable
From 192.160.0.2: icmp_seq=3 Destination Host Unreachable
From 192.160.0.2: icmp_seq=4 Destination Host Unreachable
From 192.160.0.2: icmp_seq=6 Destination Host Unreachable
From 192.160.0.2: icmp_seq=7 Destination Host Unreachable
usww...
Destination Host Unreachable
Bei ww.google.de kommt Unkomt Host www.google.de
 

Zaphkiel

Newbie
koko4 schrieb:
Welches Linux? 9.3
Was sagt 'ifconfig'? falls man das bei Befehl ausführen eingeben muss gar nix(wo muss man es dann aufrufen?)
Was sagt ein 'ping www.google.de'?bei Firefox und Conquerer Fehlermeldung: www.google.de could not be found. Please check the name and try again
Was sagt ein 'ping 66.249.85.104'? wo eingeben?

In der Shell folgende Kommandos eingeben und Ergebnise posten.

Code:
route -n

Code:
ifconfig
 
OP
K

koko4

Newbie
Also, bei route -n kommt:
Kernel IP routing table
Destination Gateaway Genmask Flags Matric Ref Use Iface
192.168.0.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
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 0.0.0.0 0.0.0.0 UG 0 0 0 etho0

Bei ifconfig kommt:
eth0 Link encap: Ethernet HWaddr 00:50:FC:CC:2d:6B
inet addr:192.160.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::250:fcff:fecc:2d6b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 METRIC:1
RX packets:0 errors:0 dropped:0 overruns:0 franc:0
TX packets:29 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:2710 (2.6 KB)
Interrupt:12 Base address:0x6f00
 
OP
K

koko4

Newbie
woher weiss ich denn mit welcher Nummer ich pingen muss?
Ich hab ja den Ping aus$
der Anleitung genommen die du mir grade noch mal geschickt hast
 

Martin Breidenbach

Ultimate Guru
Das kann ich mir kaum vorstellen daß es die nicht geben soll. Falls die nicht existiert hast Du weder ein Standardgateway noch einen DNS-Server konfiguriert.
 
A

Anonymous

Gast
koko4 schrieb:
Also, bei route -n kommt:
Kernel IP routing table
Destination Gateaway Genmask Flags Matric Ref Use Iface
192.168.0.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
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 0.0.0.0 0.0.0.0 UG 0 0 0 etho0

Bei ifconfig kommt:
eth0 Link encap: Ethernet HWaddr 00:50:FC:CC:2d:6B
inet addr:192.160.0.2 Bcast:192.168.0.255 Mask:255.255.255.0

A) Wie soll das gehen?

B) Typo? (192.168.0.2 würde ich mal versuchen)

Greetz,

RM
 
OP
K

koko4

Newbie
Doch beides, in der Netwerkkartenkonfiguration auf Routing(dort unter Standartgateway= u. die DNS unter Namensserver
 

Martin Breidenbach

Ultimate Guru
Hey wenn *DU* die IP-Adresse *DEINES* Routers nicht weißt... *ICH* weiß die erst recht nicht.

Außerdem steht doch hier wie Du das herausfindest:

http://www.linux-club.de/ftopic16737.html

Den Link hatte ich auch schon weiter oben gepostet.

Lies die Dinger. Ansonsten ist das hier reine Zeitverschwendung.
 
Oben