hi

On OWRT 21.x / 22.x I already have a working cfg, but i wanted to deploy it 
via latest OpenWisp

radio0 (5Ghz) and radio1 (2Ghz) with same SSid and bound to same network 
and bridge vlan 10 on eth0:

config device 'device5'
    option bridge_empty '1'
    option name '*br-iot*'
    list ports '*eth0.10*'
    option type '*bridge*'

config wifi-iface 'wifinet9'
    option device '*radio0*'
    option mode 'ap'
    option network '*lan_iot*'
    option disabled '0'
    option ssid 'iot'

config wifi-iface 'wifinet10'
    option device '*radio1*'
    option mode 'ap'
    option network '*lan_iot*'
    option disabled '0'
    option ssid 'iot'

config interface '*lan_iot*'
    option proto 'none'
    option device '*br-iot*'


When i try to this this via OpenWisp i get this config which does not work:

config device 'device_lan_iot'
    option name '*br_iot*'
    list ports '*eth0.22*'
    option type 'bridge'

config interface 'lan_iot'
    option auto '1'
    option bridge_empty '1'
    option device '*br_iot*'
    option enabled '1'
    option proto 'none'

config device 'device_lan_iot'
    option mtu '1500'
    option name '*iot5*'

config interface 'lan_iot'
    option auto '1'
    option device '*iot5*'
    option enabled '1'
    option proto 'none'

config device 'device_lan_iot'
    option mtu '1500'
    option name '*iot2*'

config interface 'lan_iot'
    option auto '1'
    option device '*iot2*'
    option enabled '1'
    option proto 'none'

package wireless

config wifi-device 'radio0'
    option disabled '0'

config wifi-device 'radio1'
    option disabled '0'

config wifi-iface 'wifi_iot5'
    option device 'radio0'
    option disabled '0'
    *option ifname 'iot5'*
    option mode 'ap'
    option network '*lan_iot*'
    option ssid 'iot'

config wifi-iface 'wifi_iot2'
    option device 'radio1'
    option disabled '0'
    
*option ifname 'iot2'*    option mode 'ap'
    option network '*lan_iot*'
    option ssid 'iot'


Why are ifname used and devices built that are not used ? If i add iot2 or 
iot5 interfaces as bridge members then deployment also fails. 
Is it possible to built a cfg w/o ifnames and those interfaces ? Because 
that config works - just use network in wifi-ifaces.

thank you


-- 
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/openwisp/d4413e2d-5ca8-4811-9856-16b5c10354bdn%40googlegroups.com.

Reply via email to