iwconfig dan WPA

iwconfig essid <somecode> key <somekey> gagal konek! (Ubuntu 10.04 @ MBP 4.1). Kenapa, gak tahu yang jelas gak bisa.

Setelah googling, ketemu cara gini

$ cat wpa.conf # maksudnya buat file dengan isi berikut
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=1
fast_reauth=1
network={
  ssid="<somecode>"
  psk="<somekey>"
priority=5
}
$ iwconfig ath0 essid <somecode>
$ wpa_supplicant -iath0 -c wpa.conf -B
$ dhclient eth1 # munculnya eth1 bukan ath0 atau wlan0, padahal di  9.10 seingatku masih wlan0

dan bisa konek. Kenapa bisa, gak tahu yang jelas bisa.

ref: http://www.everyjoe.com/newlinuxuser/howto-use-iwconfig/

Tinggalkan Balasan

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Ubah )

Twitter picture

You are commenting using your Twitter account. Log Out / Ubah )

Facebook photo

You are commenting using your Facebook account. Log Out / Ubah )

Connecting to %s

Ikuti

Get every new post delivered to your Inbox.