Hello
I have a following config on my DIR-882
config interface 'lan'
option type 'bridge'
option ifname 'lan1.1 lan2 lan3 lan4'
option proto 'static'
option ipaddr '192.168.100.1'
I can able to ping between host's in lan2 lan3 lan4 also can ping the router. this is working properly
the host in lan1.1 can able to ping the router but cannot able to ping anybody in [lan1 lan2 lan3] and vice versa
And this is just working fine:
config interface 'VLAN_10'
option type 'bridge'
option ifname 'lan1.10'
option proto 'static'
option ipaddr '192.168.10.254'
option netmask '255.255.255.0'
config wifi-iface 'default_radio0'
option device 'radio0'
option mode 'ap'
option ssid '0.0.10.1'
option encryption 'psk2'
option network 'VLAN_10'
option isolate '1'
option key '*********************'
option wmm '0'