Hallo!
Vielleicht kann mir jemand helfen...
Situation: Ubuntu am Laptop, XP am PC, Router Belkin, Provider Chello
Habe Ubuntu installiert, alles hat super funktioniert und das LAN wurde über die Ethernetkarte sofort erkannt (mit der WLAN -Karte ist das etwas anderes, aber andere Story...)
Nach 14 tagen Testbetrieb bin ich heute endlich dazugekommen den Mailaccount am Ubuntu-rechner einzurichten. Also Evolution gestartet, die notwendigen Angaben zum Pop und so weiter eingetragen, Acount gestartet –> und dann passierts!
Seit dem ich einmal versucht habe meine Mails abzurufen geht der Rechner nicht mehr ins Netz! 😲
Habe schon alle "dumpfnasen- störquellen" versucht ausfindig zu machen: Netzkabel, LAN-Kabel alles OK
Als Windows-verseuchter User natürlich auch reboot –> keine Wirkung. Der Rechner fährt hoch und kann nicht ins Netz
Probe-Boot von der Installations-Disk: Alles funktioniert
Reboot von der Festplatte: Nix geht.
Wenn ich die Netztwerkdiagnose Starte hängt sich der Rechner auf
Unter XP würd ich auf einen Virus tippen , aber bei Linux?
Vielleicht weiss jemand Rat, ich würde das Gerät ungern neu aufsetzten....
Hier das Listing der im Forum empfohlenen Massnahmen:
lspci | grep Ethernet
0000:02:08.0 Ethernet controller: Intel Corporation 82801CAM (ICH3) PRO/100 VM (KM) Ethernet Controller (rev 42)
cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.2.0
netmask 255.255.255.0
gateway 192.168.2.3
auto eth1
iface eth1 inet dhcp
auto eth2
iface eth2 inet dhcp
auto ath0
iface ath0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
iface ra0 inet dhcp
wireless-essid Baerenetz
wireless-key silvus
auto ra0
auto eth0
cat /etc/resolv.conf
search Belkin
nameserver 192.168.2.1
claus@claus-laptop:~$ cat /etc/hosts
127.0.0.1 localhost claus-laptop
127.0.1.1 claus-laptop
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
claus@claus-laptop:~$ ifconfig
eth0 Protokoll:Ethernet Hardware Adresse 00:08:02:93:E4:25
inet Adresse:192.168.2.0 Bcast:192.168.2.255 Maske:255.255.255.0
inet6 Adresse: fe80::208:2ff:fe93:e425/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5 errors:0 dropped:0 overruns:0 frame:0
TX packets:83 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:679 (679.0 b) TX bytes:3702 (3.6 KiB)
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:47 errors:0 dropped:0 overruns:0 frame:0
TX packets:47 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:4080 (3.9 KiB) TX bytes:4080 (3.9 KiB)
route
Kernel IP Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
192.168.2.0 * 255.255.255.0 U 0 0 0 eth0
default 192.168.2.3 0.0.0.0 UG 0 0 0 eth0
claus@claus-laptop:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
sit0 no wireless extensions.
ping -c 4 192.168.2.0
PING 192.168.2.0 (192.168.2.0) 56(84) bytes of data.
64 bytes from 192.168.2.0: icmp_seq=1 ttl=64 time=0.056 ms
64 bytes from 192.168.2.0: icmp_seq=2 ttl=64 time=0.047 ms
64 bytes from 192.168.2.0: icmp_seq=3 ttl=64 time=0.046 ms
64 bytes from 192.168.2.0: icmp_seq=4 ttl=64 time=0.051 ms
--- 192.168.2.0 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2998ms
rtt min/avg/max/mdev = 0.046/0.050/0.056/0.004 ms
ping -c 4 www.google.de
ping: unknown host www.google.de
ping -c 4 66.249.85.99
PING 66.249.85.99 (66.249.85.99) 56(84) bytes of data.
From 192.168.2.0 icmp_seq=1 Destination Host Unreachable
From 192.168.2.0 icmp_seq=2 Destination Host Unreachable
From 192.168.2.0 icmp_seq=3 Destination Host Unreachable
From 192.168.2.0 icmp_seq=4 Destination Host Unreachable
--- 66.249.85.99 ping statistics ---
4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 3017ms
, pipe 3