Thread: wpa2-psk
View Single Post
  #4   (View Single Post)  
Old 3rd July 2013
kimotori kimotori is offline
Port Guard
 
Join Date: Jun 2013
Posts: 17
Default

Quote:
Originally Posted by ocicat View Post
kimotori, please indicate whether you are referring to NetBSD or OpenBSD. If the latter, we can move the thread to the correct subforum.

Excuse me! Maybe I exaggerated the tone was ironic, (openbsd is too simply) I was wondering how you could connect via wifi with netbsd, not even the 'installer provides the connection to wifi network (with wpa)

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

/etc/wpa_supplicant.conf:
Quote:
network={
ssid="BSD"
scan_ssid=1
key_mgmt=WPA-PSK
psk=b7d1304e45ebbdb66ebd458b2d89e6871ac1dcb1efae52 1beaa76fb78708fe9b
}
but not connect
I also used wpa_passphrase BSD 1234567890 > /etc/wpa_supplicant.conf
but not good...

Quote:
ifconfig ath0 up?
Quote:
ifconfig -a
Quote:
...
status= no network
naturally for the dns I used the OpenDNS in /etc/resolv.conf

Apropos, dhclient going in loop
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, given my "ignorance" I missed something!
I'm frustrated... and rude...

My /etc/rc.conf

Quote:
hostname=puffy
wpa_supplicant=YES
wpa_supplicant_flags="-B -i ath0 -c /etc/wpa_supplicant.conf"
sshd=YES
wscons=YES
changes if something is hidden ssid?

Pardonnez-moi
Tnx for helpme.

Last edited by kimotori; 3rd July 2013 at 08:43 AM.
Reply With Quote