Danke, aber das hat leider auch nicht geholfen.
Habe mein WLAN jetzt wieder auf TKIP umgestellt bzw. dieses hier im Router eingestellt:
Wireless Sicherheit
Security Mode --> WPA Pre-Shared Key
WPA Algorithms --> TKIP+AES
WPA Shared Key --> H345.y239EyiElM6785Nd <-- den habe ich so aus meiner wpa_supplicant.conf heraus kopiert!!!
Group Key Renewal --> 3600 seconds
So, dann habe ich alle meine Einstellungen genauso vorgenommen, wie in dieser
Anleitung beschrieben.
Sobald ich aber die oben beschriebenen Sicherheitseinstellungen (WPA Pre-Shared Key) in meinem Router einstelle, kann ich mich nicht mehr zu meinem Router per WLAN verbinden. Ohne den WPA-Schlüssel funktioniert alles ohne Probleme.
Code: Alles auswählen
root@daniel-laptop:/etc# 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
sit0: unknown hardware address type 776
eth2: unknown hardware address type 24
sit0: unknown hardware address type 776
eth2: unknown hardware address type 24
Listening on LPF/eth1/00:0e:35:5c:f4:bf
Sending on LPF/eth1/00:0e:35:5c:f4:bf
Sending on Socket/fallback/fallback-net
DHCPREQUEST on eth1 to 255.255.255.255 port 67
send_packet: Network is down
receive_packet failed on eth1: Network is down
DHCPREQUEST on eth1 to 255.255.255.255 port 67
send_packet: Network is down
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 3
send_packet: Network is down
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8
send_packet: Network is down
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 11
send_packet: Network is downWarning: Driver for device eth1 has been compiled with version 19
of Wireless Extension, while this program supports up to version 17.
Some things may be broken...
eth1 Scan completed :
Cell 01 - Address: 00:12:17:CC:01:DD
ESSID:"<hidden>"
Protocol:IEEE 802.11bg
Mode:Master
Channel:11
Encryption key:on
Bit Rate:54 Mb/s
Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 24 36 48 54
Quality=55/100 Signal level=-68 dBm
Extra:wpa_ie=dd1a0050f20101000050f20202000050f2040050f20201000050f202
Extra: Last beacon: 3004ms ago
Cell 02 - Address: 00:0F:66:56:DD:85
ESSID:"wrt"
Protocol:IEEE 802.11bg
Mode:Master
Channel:11
Encryption key:on
Bit Rate:54 Mb/s
Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 24 36 48 54
Quality=86/100 Signal level=-43 dBm
Extra:wpa_ie=dd1c0050f20101000050f20202000050f2040050f20201000050f2020000
Extra: Last beacon: 64ms ago
eth2 Interface doesn't support scanning.
sit0 Interface doesn't support scanning.
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 15
send_packet: Network is down
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 11
send_packet: Network is down
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 11
send_packet: Network is down
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 2
send_packet: Network is down
No DHCPOFFERS received.
Trying recorded lease 192.168.0.102
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
--- 192.168.0.1 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
bound: renewal in 42953 seconds.
Meine Einstellungen sehen wie folgt aus.
Die Datei /etc/network/interfaces
Code: Alles auswählen
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
auto lo
iface lo inet loopback
iface eth0 inet dhcp
iface eth1 inet dhcp
pre-up /usr/sbin/wpa_supplicant -Bw -Dwext -ieth1 -c/etc/wpa_supplicant.conf
#post-down killall -q wpa_supplicant
Die wpa_supplicant.conf so
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="wrt"
scan_ssid=1
mode=0
proto=WPA
pairwise=TKIP
key_mgmt=WPA-PSK
auth_alg=OPEN
group=TKIP
psk="H345.y239EyiElM6785Nd"
}
Sehen kann ich das Netzwerk.
Code: Alles auswählen
Warning: Driver for device eth1 has been compiled with version 19
of Wireless Extension, while this program supports up to version 17.
Some things may be broken...
eth1 Scan completed :
Cell 01 - Address: 00:12:17:CC:01:DD
ESSID:"<hidden>"
Protocol:IEEE 802.11bg
Mode:Master
Channel:11
Encryption key:on
Bit Rate:54 Mb/s
Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 24 36 48 54
Quality=55/100 Signal level=-68 dBm
Extra:wpa_ie=dd1a0050f20101000050f20202000050f2040050f20201000050f202
Extra: Last beacon: 3004ms ago
Cell 02 - Address: 00:0F:66:56:DD:85
ESSID:"wrt"
Protocol:IEEE 802.11bg
Mode:Master
Channel:11
Encryption key:on
Bit Rate:54 Mb/s
Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 24 36 48 54
Quality=86/100 Signal level=-43 dBm
Extra:wpa_ie=dd1c0050f20101000050f20202000050f2040050f20201000050f2020000
Extra: Last beacon: 64ms ago
eth2 Interface doesn't support scanning.
sit0 Interface doesn't support scanning.
Weiß nicht, wo der Fehler ist. Habe auch die Option -dipw versucht, kommt aber die selbe "Fehlermeldung" wie ganz oben aufgeführt.
Vielleicht hat noch jemand einen Tip?