There is a problem if you configure WPA and Bridging.
See following interfaces file:
# WLAN with WPA2, MAC-Filter and WLAN-Speedup
auto eth1
iface eth1 inet manual
wireless-type broadcom
wireless-country DE
wireless-mode ap
wireless-ssid FreeWRT
wireless-channel 11
wireless-security wpa-psk
wireless-authorization psk psk2
wireless-encryption aes+tkip
wireless-wpa-key xxxxxxx
# Bridging WLAN<->LAN
auto eth0.0
iface eth0.0 inet manual
switch-ports 1 2 3 4 5*
# should be always the last configured interface, it depends
# on interfaces in bridge-ifaces
auto br0
iface br0 inet static
bridge-ifaces eth0.0 eth1
address 192.168.1.1
netmask 255.255.255.0
broadcast +
Nas does not start correctly, because the bridge does not exist at the moment the eth1 interface
is bring upped. It is not possible to setup /etc/network/interfaces to setup WPA and Bridge.