![]() |
|
OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]()
I'm able to connect with a wired connection with dhcp enabled but not wireless with wpa-psk. I have read here in this thread that it supports wpa but I'm not sure on how to set it up. I assume that I need 3 files(makefile, wpa-psk.8, and wpa-psk.c) but don't know where to get it.
I have a GN-WPKG RT2560F ral(4) chipset and can be used as an access point. If you have any suggestions or docs/guides on setting up wpa, please let me know. I'm running obsd 4.3... Thanks
__________________
Compaq Presario 7478 Trident Graphics Integrated in the ViaChipset Integrated 64-bit hardware-accelerated 3D graphics GN-WPKG RT2560F ral(4) Chipset 533 MHz AMD K-6 Processor 56K ITU V.90 modem 3 64MB of RAM 145 watts PSU |
|
|||
![]()
jggimi is correct, WPA is a feature of 4.3-CURRENT, not 4.3-RELEASE..
![]() You'll have to wait until 4.4, or use -CURRENT, the decision is up to you.. ![]() |
|
|||
![]()
The announcement on undeadly was made back mid-April:
http://undeadly.org/cgi?action=artic...20080416195151 |
|
|||
![]()
Oh alright then...I'll wait for 4.4 and in the meantime I'll just stick with a wired connection.
__________________
Compaq Presario 7478 Trident Graphics Integrated in the ViaChipset Integrated 64-bit hardware-accelerated 3D graphics GN-WPKG RT2560F ral(4) Chipset 533 MHz AMD K-6 Processor 56K ITU V.90 modem 3 64MB of RAM 145 watts PSU |
|
||||
![]()
If you decide to try 4.3-current before 4.4 comes out, setting up WPA is just a two-step affair:
1) Create your WPA pre-shared key via wpa-psk(8) eg: wpa-psk <Your SSID> <Your passphrase> This will provide you with a 256-bit hex key. 2) Set up your AP for WPA (unless WPA1 is otherwise explicitly set, the default is to set up WPA2) via /etc/hostname.ral0: Code:
up media autoselect mediaopt hostap mode 11g chan 1 nwid <Your SSID> wpa wpapsk 0x<your 256-bit Hex key> inet 172.16.0.1 255.255.255.0 The wireless section of ifconfig(8)'s man page gives you everything you need. Note, though, that ifconfig's man page for 4.3-release hasn't been updated with the necessary WPA switches. You need 4.3-current, as already said. If you've OpenBSD clients that you want to use your AP with, those should be upgraded to 4.3-current as well. Have fun.
__________________
BSD, Eggdrop and the random Blah |
|
||||
![]() Quote:
The history of the ifconfig man page starts with OpenBSD 2.2, which was from September, 1994. |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Need help with NAT setup | Quaxo | OpenBSD Installation and Upgrading | 6 | 27th January 2009 08:03 PM |
DJ Setup | tad1214 | FreeBSD General | 8 | 21st July 2008 01:50 PM |
problem on setup!! | josue | Other OS | 6 | 24th June 2008 05:29 AM |
postfix setup | Demodog | General software and network | 12 | 11th June 2008 07:43 PM |
IP Printer Setup | kjemison | FreeBSD General | 4 | 2nd June 2008 02:35 PM |