On 2015-03-03 23:21, Bob Eby wrote:
Hi,

I'm trying to connect to a wireless network using OpenBSD 5.6. I see a couple FAQ questions talking about a "wpa-psk" command to convert plaintext to encrypted string, but still getting secure wireless working is about as
clear as mud.

Thanks,
Bob


Create a file called /etc/hostname.wpi0 (if wpi0 is your wireless driver) and put this in it

nwid mynwid
wpakey wpa-psk
dhcp

Save it and run the command

$ sudo sh /etc/netstart

Then read man hostname.if

Purists will say read the man page first but you will remember far better by experiencing first.

Good Luck
Mo

Reply via email to