Konfigurasi Wireless Interface ke Access Point Dengan Enkripsi WPA

From OnnoWiki
Jump to navigation Jump to search

Jika anda ingin mengkonfigurasi wireless interface agar mau konek ke sebuah AP dengan enkripsi WPA, maka anda perlu menggunakan langkah berikut ini

# wpa_passphrase "ssidnya" "passwordnya" > configfile
# wpa_supplicant -ieth1 -cconfigfile

Setelah dijalankan maka outputnya adalah seperti ini

CTRL-EVENT-SCAN-RESULTS
Trying to associate with 00:15:6d:a9:2a:b5 (SSID='ssidnya' freq=2412 MHz)
Associated with 00:15:6d:a9:2a:b5
WPA: Key negotiation completed with 00:15:6d:a9:2a:b5 [PTK=CCMP GTK=TKIP]
CTRL-EVENT-CONNECTED - Connection to 00:15:6d:a9:2a:b5 completed (auth) [id=0 id_str=]
WPA: Group rekeying completed with 00:15:6d:a9:2a:b5 [GTK=TKIP]


Pranala Menarik