QUOTE(kwss @ Jan 9 2024, 09:51 AM)
In Bridge > Ports, remove "UniFi-IPTV" bridge with interface "ether5".
In Bridge > Ports, remove "bridge" with interface "vlan.500-TrunkPort5".
Add bridge=bridge with interface=ether5.
In Interfaces > VLAN. Remove "vlan.500-TrunkPort5".
In your switch, remove vlan 500. You Internet now should works on untagged interface.
Finally review all your "bridge.vlan10". I don't know if they are intended but some have changed ingress-filtering and multicast-router disabled.
I did not lab this out but it should work.
/interface bridge port
add bridge=bridge comment=defconf ingress-filtering=no interface=ether2-master internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf hw=no ingress-filtering=no interface=sfp1 internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf ingress-filtering=no interface=wlan1 internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf ingress-filtering=no interface=wlan2 internal-path-cost=10 path-cost=10
add bridge=UniFi-IPTV ingress-filtering=no interface=vlan.600-TrunkPort5 internal-path-cost=10 path-cost=10
add bridge=bridge hw=no ingress-filtering=no interface=ether5 internal-path-cost=10 path-cost=10
add bridge=bridge disabled=yes ingress-filtering=no interface=vlan.500-TrunkPort5 internal-path-cost=10 path-cost=10
add bridge=UniFi-IPTV ingress-filtering=no interface=vlan.600 internal-path-cost=10 path-cost=10
add bridge=bridge ingress-filtering=no interface=ether3 internal-path-cost=10 path-cost=10
add bridge=bridge ingress-filtering=no interface=ether4 internal-path-cost=10 path-cost=10
add bridge=bridge.vlan10 ingress-filtering=no interface=vlan.10-TrunkPort5 internal-path-cost=10 path-cost=10
add bridge=bridge.vlan10 ingress-filtering=no interface=vlan.10-TrunkPort4 internal-path-cost=10 path-cost=10
Ok, does this looks correct. I've remove the VLAN on switch, a quick test looks ok.
Now does that mean I do no need to trunk 500 for vlan , only need the trunk 600 for IPTV?
Sadly, my IPv6 still does not appear.
This post has been edited by maxiscool: Jan 16 2024, 07:32 AM