I have RB2011 successfully dealing with home tasks. In addition it routes the local Telia IPTV VLAN (id=6) to isolated port (ether10-IPTV). All the VLAN stuff has been made by the simple way:
I decided to add another TV set on a distant place and improve the Wifi coverage so I have bought hAP ac lite for these tasks. I configured CAPsMAN on them successfully, but I have problems to configure VLAN 6 submission to some dedicated ethernet port of hAP. My target is to implement “green lines” ant to drop “red” one:
I have tried to configure the similar “VLAN - ethernet port” snippet on hAP with no luck. Maybe the VLAN 6 packets is not properly passed thorough the routing chain (ether1-gateway ↔ bridge-local) on RB2011? How to achieve VLAN 6 pass-thorough to port ether3 of RB2011 and also to keep the fire-walled untagged LAN on them for the Internet service?
I have attached the RB2011 config without wireless, IPSEC and another not important things.
On the RB router
ether3 is the trunk port to the HAPAC so ensure its defined in bridge port settings:
add bridge=bridge-iptv comment=defconf interface=ether3 ingress filtering=yes
Then ensure the vlan is identified in interface bridge vlan settings:
/interface bridge vlan
add bridge=bridge-iptv tagged=bridge-iptiv,ether3,ether10 vlan-ids=6
Thank you, anav, your response is highly appreciated.
So to recap, you have standard internet coming over the WAN connection from your ISP.
On the same line they also have IPTV on vlan6?
Yes, you are right, on the same optical wire goes Internet and IPTV on VLAN6.
It’s one problem regarding this:
On the RB router
ether3 is the trunk port to the HAPAC so ensure its defined in bridge port settings:
add bridge=bridge-iptv comment=defconf interface=ether3 ingress filtering=yes
I have got failure: device already added as bridge port
The port ether3 is already included in bridge-local with the reason to get routed and filtered internet. If I exclude them from bridge-local so how this port will get another packets than VLAN6 tagged?
The number of bridges is not the case should stop us. It is more convenient to have only one bridge on whole router so let’s have it - I can reconfigure everything because it’s home router. Just say what to do, please.
Then ensure the vlan is identified in interface bridge vlan settings:
/interface bridge vlan
add bridge=bridge-iptv tagged=bridge-iptiv,ether3,ether10 vlan-ids=6
?
I am going to play with these settings at late afternoon (EET).