I am planning on using openwrt. Unfortunatelly the wiki is not particularly helpful.
How do I setup the wlan interface for WPA2 PSK? I got as far as /etc/config/wireless, but there are no examples for anything other than option encryption none.
|
I am planning on using openwrt. Unfortunatelly the wiki is not particularly helpful. How do I setup the wlan interface for WPA2 PSK? I got as far as /etc/config/wireless, but there are no examples for anything other than option encryption none. | |||
|
feedback
|
|
See the OpenWRT manual on wireless settings. There are two types of wireless settings: device settings, and interface settings. Encryption is part of the interface settings; below is the format and possible options for the section in You may want to look into adding a web configuration for OpenWRT and handling encryption setup there; it will very likely be simpler. X-WRT is one I've used for years on my OpenWRT router, and it's been quite capable. I haven't used recent versions, however, so YMMV.
| ||||
|
feedback
|
|
As far as I can tell, openwrt is not really designed for end users who don't have a thorough knowledge of networking. It's more for networking people who want to use it as a base to build products for end users. At least, that's the feeing I got when I tried it out, and from reading through their docs. Perhaps that has changed since. You might be better off with something like DD-WRT or Tomato, or other third-party firmwares that come with web interfaces. Edit: On the other hand, I just ran across X-wrt, whose tagline is "OpenWrt for end users." It's a web interface for OpenWrt, and I think I might give it a try. | |||
feedback
|
|
I use the command
Now use vi to enable the radio, change SSID, and add encryption and key
Now save the config file and restart network.
| |||
|
feedback
|