OK, I have a very strange issue with the VLANs in Flint 1.
The device is configured as an AP, so no firewall, no DHCP as we should.
I have 3 VLANs configured. And I have 5 SSIDs (2 on 5Ghz and 3 on 2.4Ghz). WiFi works perfectly fine. All WiFi devices can access the Internet without issue.
Today I rebooted teh AP. And after the reboot, all the devices connected to eth
ports cannot access anything on my LAN or the Internet!
I can access Flint without any issue, but all the devices connected to ETH ports are basically not working. Please note that the WiFI works just fine.
I checked the configuration again and I cannot find something wrong. Can someone help me on this?
/etc/config/network
is the following:
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd8f:42a6:748e::/48'
option packet_steering '1'
config device
option name 'br-lan'
option type 'bridge'
option igmp_snooping '1'
list ports 'eth0'
list ports 'eth1'
list ports 'eth2'
list ports 'eth3'
list ports 'eth4'
config device
option name 'eth0'
config device
option name 'eth1'
config device
option name 'eth2'
config device
option name 'eth3'
config device
option name 'eth4'
config interface 'lan'
option proto 'static'
option ipaddr '192.168.0.253'
option netmask '255.255.255.0'
option dns '192.168.0.1'
option gateway '192.168.0.254'
option ip6assign '60'
option isolate '0'
option device 'br-lan.1'
config interface 'guest'
option device 'br-lan.9'
option force_link '1'
option proto 'static'
option ipaddr '10.1.9.2'
option netmask '255.255.255.0'
option ip6assign '60'
option multicast_querier '1'
option igmp_snooping '0'
option isolate '1'
option disabled '0'
config rule 'policy_direct_rt'
option lookup 'main'
option suppress_prefixlength '0'
option priority '1100'
config rule 'policy_default_rt_vpn'
option mark '0x8000/0xc000'
option lookup '8000'
option priority '1101'
option invert '1'
config rule6 'policy_direct_rt6'
option lookup 'main'
option suppress_prefixlength '0'
option priority '1100'
config rule6 'policy_default_rt_vpn6'
option mark '0x8000/0xc000'
option lookup '8000'
option priority '1101'
option invert '1'
config bridge-vlan
option device 'br-lan'
option vlan '1'
list ports 'eth0:t'
list ports 'eth1:u*'
list ports 'eth2:u*'
list ports 'eth3:u*'
list ports 'eth4:u*'
config bridge-vlan
option device 'br-lan'
option vlan '9'
list ports 'eth0:t'
config bridge-vlan
option device 'br-lan'
option vlan '10'
list ports 'eth0:t'
config interface 'iot'
option force_link '1'
option device 'br-lan.10'
option proto 'static'
option ipaddr '10.1.1.2'
option netmask '255.255.255.128'
option ip6assign '60'
option multicast_querier '1'
option igmp_snooping '1'
option disabled '0'