aus heiterem Himmel will mein WLAN nicht mehr (IPW2200 mit WPA und 'ner Fritz Box Fon WLAN 7050 als WLAN-Router). Komischerweise kann ich die Wirelesskarte eth1 noch aktivieren:
Code: Alles auswählen
sushi:/home/nihonto# ifup eth1
Internet Software Consortium DHCP Client 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.
Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html
Listening on LPF/eth1/00:0e:35:29:94:c3
Sending on LPF/eth1/00:0e:35:29:94:c3
Sending on Socket/fallback/fallback-net
DHCPREQUEST on eth1 to 255.255.255.255 port 67
DHCPREQUEST on eth1 to 255.255.255.255 port 67
DHCPACK from 192.168.178.1
bound to 192.168.178.20 -- renewal in 432000 seconds.
Code: Alles auswählen
route -n
Code: Alles auswählen
Kernel IP Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
192.168.178.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
0.0.0.0 192.168.178.1 0.0.0.0 UG 0 0 0 eth1
Ich hab's mal mit 'nem "ping -c5 http://www.heise.de" ausprobiert. Beim ersten Versuch lief es glatt durch. Beim zweiten kamen nur noch drei Pakete durch, beim dritten nur noch eins und beim vierten kam nichts mehr durch.
Per LAN kann ich mich ganz normal ins Netz einwählen, ohne Probleme. Ich habe auch nichts Ungewöhnliches in den log-files gefunden, außer dieser Meldung, die mir aber nichts sagt:
Code: Alles auswählen
TKIP: replay detected: STA=00:04:0e:54:fb:fe previous TSC 000000000002 received TSC 000000000002
Code: Alles auswählen
auto lo
iface lo inet loopback
iface eth0 inet dhcp
iface eth1 inet dhcp
pre-up /usr/sbin/wpa_supplicant -Bw -Dipw -ieth1 -c/etc/wpa_supplicant.conf
post-down killall -q wpa_supplicant
Code: Alles auswählen
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
network={
ssid="<meine_ssid>"
scan_ssid=1
proto=WPA
pairwise=TKIP
key_mgmt=WPA-PSK
auth_alg=OPEN
group=TKIP
psk="<viele_ziffern>"
}