purpose of:
vanblue?? (okay this is the home vlan)
vlanbase ?? (okay for config purposes isolating to admin only,
Why do you have two vlans but three dhcp pools, servers etc>>>
Why do you have 3 bridges??
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Okay so you have three requirements,
Hotspot vlan (for hotspot wifi)
Home vlan (for wired and wifi users - blue)
Management vlan. (base for admin)
You need to add one vlan
add interface=BR1 name=hotspot_vlan vlan-id=66
You need to drop the other bridges, not required.
change list members accordingly to this
lte1 list=WAN
ether1 list=WAN
ether2 list=WAN
BR1 list=LAN
BASE_VLAN list=BASE
ip address ----> with interface as per three vlans (not bridges)
dhcp server —> interface as vlan (not bridges)
dhcp server network -----> blue gateway is wrong should be add address=192.168.28.0/24 gateway=192.168.28.1 dns-server=192.168.28.1
(plus what dns will hotspot use?)
There are no firewall rules in place and thus should not be connected to the internet yet!!!
UPNP, why is this enabled???
Bridge port settings!
Do not use vlan id=1 ?? Its not even defined anywhere and the only place it belongs is the default vlanID of the single bridge itself not in interface bridge port or bridge vlan settings.
/interface bridge port
add bridge=BR1 interface=ether3
add bridge=BR1 interface=wlan1 pvid=50 admit only priority and untagged frames ingress-filtering=yes
add bridge=BR1 interface=wlan2 pvid=50 admit only priority and untagged frames ingress-filtering=yes
add bridge=BR1 interface=ether4
add bridge=BR1 interface=wlan3 pvid=66 admit only priority and untagged frames ingress-filtering=yes
add bridge=BR1 interface=wlan4 pvid=66 admit only priority and untagged frames ingress-filtering=yes
add bridge=BR1 interface=ether5
I do not know what to assign on ports 3, 4,5 as it not clear to what they are connected to.
I will give examples though,
ex1. if ether3 is to a home computer (dumb device) then
add bridge=BR1 interface=ether3 pvid=50 admit only priority and untagged frames ingress-filtering=yes
ex2. if ether4 is to a managed switch (smart device) then
add bridge=BR1 interface=ether4 admit only tagged frames ingress-filtering=yes
To complete the interface bridge port and especially bridge interface vlan settings one needs a better network diagram or listing to show
what ports are connected to what device and what vlans need to be passed.