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.

Any hints?

Sven

-- 
TCP/IP: telecommunication protocol for imbibing pilsners
                                     (Man-page uubp(1C) on Debian/GNU Linux)

/me is [EMAIL PROTECTED], http://sven.gegg.us/ on the Web
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to