habe mit viel mühe wpa zum laufen bekommen.
ich bekomme zu meinem router eine verbindung per wpa.
wenn ich das interface eth1 auf static stelle kann ich den router anpingen.
will ich aber dhcp nutzen (dhcp am router an und unter windows ok)
kann ich das interface nicht uppen.
mit dmesg bekomme ich folgendes: eth1; no ipv6 routers present
folgendes habe ich konfiguriert:
interfaces
schnip------
Code: Alles auswählen
iface eth1 inet dhcp
so starte ich den wpa adapter
wpa_supplicant -dd -w -i eth1 -Dwext -c /etc/wpa_supplicant.conf
Ausgabe:
Code: Alles auswählen
Initializing interface 'eth1' conf '/etc/wpa_supplicant.conf' driver 'wext'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
---schnipp----
WPA: TX EAPOL-Key - hexdump(len=113): 00 0d 88 bd 0a 63 00 12 f0 e4 09 95 88 8e 01 03 00 5f fe 03 11 00 20 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 95 05 9a 67 06 21 b2 3d 51 fd f5 08 87 3b b7 97 00 00
WPA: Key negotiation completed with 00:0d:88:bd:0a:63 [PTK=TKIP GTK=TKIP]
Cancelling authentication timeout
State: GROUP_HANDSHAKE -> COMPLETED
CTRL-EVENT-CONNECTED - Connection to 00:0d:88:bd:0a:63 completed (auth)
EAPOL: External notification - portValid=1
EAPOL: External notification - EAP success=1
EAPOL: SUPP_PAE entering state AUTHENTICATING
EAPOL: SUPP_BE entering state SUCCESS
EAPOL: SUPP_PAE entering state AUTHENTICATED
EAPOL: SUPP_BE entering state IDLE
mit D ipw bekomme ich keine Verbindung zum Router
Wieso?
Weiß jemand den Unterschied zwischen dem starten mit ipw und ext ?
----------------------------------------------
wpa_cli
> status
Code: Alles auswählen
bssid=00:0d:88:bd:0a:63
ssid=WLAN
pairwise_cipher=TKIP
group_cipher=TKIP
key_mgmt=WPA-PSK
wpa_state=COMPLETED
Supplicant PAE state=AUTHENTICATED
suppPortStatus=Authorized
EAP state=SUCCESS
dmesg
-------
Code: Alles auswählen
ieee80211_crypt: registered algorithm 'TKIP'
eth1: no IPv6 routers present
eth1: no IPv6 routers present
eth1: no IPv6 routers present
wpa_supplicant:
Code: Alles auswählen
ctrl_interface=/var/run/wpa_supplicant
#ctrl_interface_group=0
#eapol_version=1
#ap_scan=1
network={
ssid="WLAN"
#scan_ssid=1
proto=WPA
key_mgmt=WPA-PSK
#pairwise=TKIP
#auth_alg=OPEN
#group=TKIP
psk=SO_GEHEIM_HAHA
#priority=2
}