Difference between revisions of "Konfigurasi WPA di Slackware"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Date: Sun, 10 Aug 2008 08:53:49 -0700 (PDT) From: Dani Firman Syah <xnuxer@yahoo.com> To: muniardi munir <muniardi_ti@yahoo.co.id>, Onno W. Purbo <onno@indo.net.id> Cc: dani@xnuxer.or....) |
Onnowpurbo (talk | contribs) |
||
Line 37: | Line 37: | ||
DNF | DNF | ||
+ | |||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[WiFi: Keamanan Jaringan]] | ||
+ | * [[WiFi: Pertahanan ARP Table]] | ||
+ | * [[WiFi: Firewall Sederhana]] | ||
+ | * [[WiFi: Mengaktifkan WEP di Linux]] | ||
+ | * [[Konfigurasi WPA di Slackware]] | ||
+ | * [[Software Captive Portal]] |
Revision as of 09:26, 28 January 2010
Date: Sun, 10 Aug 2008 08:53:49 -0700 (PDT) From: Dani Firman Syah <xnuxer@yahoo.com> To: muniardi munir <muniardi_ti@yahoo.co.id>, Onno W. Purbo <onno@indo.net.id> Cc: dani@xnuxer.or.id
Install terlebih dahulu paket wpa_supplicant di slackware, silahkan download di:
http://www.slackware.com/~alien/slackbuilds/wpa_supplicant/pkg/current/wpa_supplicant-0.5.9-i486-1.tgz
buat konfigurasi wpa_supplicant.conf :
# This line enables the use of wpa_cli which is used by rc.wireless # if possible (to check for successful association) ctrl_interface=/var/run/wpa_supplicant # By default, only root (group 0) may use wpa_cli ctrl_interface_group=0 eapol_version=1 ap_scan=1 fast_reauth=1
# WPA network={ scan_ssid=0 ssid="xxxx" # Sesuaikan dg SSID yg di pakai proto=WPA key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP WEP104 WEP40 psk="xxxxxxxx" # tulis PSK-Key nya disini }
Jalankan aplikasi wpa_supplicant, misal kalo device wireless Atheros-nya adalah ATH0 :
wpa_supplicant -d -c /etc/wpa_supplicant.conf -iath0 -Dmadwifi
Konfigurasikan IP address sesuai dengan konfigurasi jaringan, kalo DHCP gunakan dhclient atau dhcpcd. Untuk static IP cukup gunakan ifconfig.
DNF