View Single Post
  #1   (View Single Post)  
Old 19th August 2014
kimotori kimotori is offline
Port Guard
 
Join Date: Jun 2013
Posts: 17
Unhappy Hidden ssid wpa2-psk

Hallo
how to connect with hidden network? (hidden ssid is "BSD")

in /etc/rc.conf:
Quote:
wpa_supplicant=YES
wpa_supplicant_flags="-B -i ath0 -c /etc/wpa_supplicant.conf"

/etc/wpa_supplicant.conf:
Quote:
network={
ssid="BSD"
scan_ssid=1
proto=RSN <-- is it good?
key_mgmt=WPA-PSK
psk=b7d1304e45ebbdb66ac1dcb1efae521beaa76fb78708fe 9b
}
but not connect
I also used wpa_passphrase BSD 1234567890 > /etc/wpa_supplicant.conf
but not good...

it also in /etc/ifconfig.ath0:
Quote:
inet 192.168.1.23 netmask 255.255.255.0
!route add default 192.168.1.254
Surely, forgiven me for my "ignorance" if I missed something!

Tnx for helpme.

Last edited by kimotori; 19th August 2014 at 01:34 PM.
Reply With Quote