On Wed, Nov 15, 2006 at 07:44:48PM +0000, Sven Geggus wrote: > Hi there, > > one final step would be required for a proper setup here. WPA2 client > mode instead of plaintext. Some guy in IRC told me that WPA is broken > with bridging enabled so I tried with the following: > > --cut-- > auto eth0.0 > iface eth0.0 inet static > address 192.168.5.1 > netmask 255.255.255.0 > switch-ports 1 2 3 4 5* > > auto eth1 > iface eth1 inet static > address 192.168.4.10 > netmask 255.255.255.0 > gateway 192.168.4.1 > wireless-type broadcom > wireless-country DE > wireless-mode sta > wireless-ssid <my-essid> > wireless-security wpa-psk > wireless-authorization psk2 > wireless-encryption aes > wireless-wpa-key my_secret_pass > --cut-- > > However this does not seem to work either. > > As far as I understand I would need the proprietary "nas" binary to > get WPA working, but it is not started by ifup.
In my test setup I haven't got WPA2 working in client mode. I need a volunteer to support this. In my opinion nas needed to be started as followed: nas -P /tmp/nas.lan.pid -H 34954 -i eth1 -S -m YYY -k xxxxxx -s xxxxx -w YYY -g 3600 Then check "wl sta_info". Please try it with psk2 and aes. Dirk _______________________________________________ freewrt-developers mailing list [email protected] https://www.freewrt.org/lists/listinfo/freewrt-developers
