Page 1 of 1

Cap mode for Malaysia's Unifi TV

Posted: Thu Sep 20, 2018 6:24 pm
by hendry
Hi,

Image

I need to setup a Mikrotik called "TV" (this replaces the Linksys in the diagram above) that has iptv (already untagged 600) and vlan 592 (bridge) incoming on ether1 from this configuration called "Uptown". On ether2 (port 2, not port 4 in the above diagram) I want to relay iptv to the tv box (aka hypptv).

Next I want to untag 592 to the bridge and have the "TV" Mikrotik by the tv basically setup in CAP mode, so it can be controlled by Capsman on the "Uptown" Mikrotik.

There could be a simpler setup by not sending untagged 600 down ether5, but I prefer this setup because we want to be able to remove the "TV" Mikrotik in the case it fails and plug the cable that comes from "Uptown"'s ether5 directly into the hypptv, if the need arose.

Now I am trying to figure out what I need to change on a typical CAP mode configuration. I guess I need
/ip dhcp-client add comment=defconf dhcp-options=hostname,clientid disabled=no interface=bridgeLocal
But I am not sure how to untag 592 on all ports/interfaces (bridgeLocal) except port 2, which is designated for the hypptv. Any tips?

Re: Cap mode for Malaysia's Unifi TV  [SOLVED]

Posted: Fri Sep 21, 2018 5:06 pm
by hendry
Figured it out! I think I had it right before months ago, turns out that I had a dodgy cable.
/interface vlan
add interface=ether1 name=vlan592 vlan-id=592
/interface bridge port
add bridge=bridge-iptv comment=defconf interface=ether1
add bridge=bridge-iptv comment=defconf interface=ether2
add bridge=bridgeLocal comment=defconf interface=ether3
add bridge=bridgeLocal comment=defconf interface=ether4
add bridge=bridgeLocal comment=defconf interface=ether5
add bridge=bridgeLocal interface=vlan592
So the vlan592 coming in on ether1 is untagged to bridgeLocal. Next the vlan600 also coming in on ether1 is put on a separate bridge-iptv and ether2 is also put onto it.

Re: Cap mode for Malaysia's Unifi TV

Posted: Sat Sep 22, 2018 7:26 am
by hendry
Just added some pictures with a blog to this awesome wireless setup for Malaysians: https://natalian.org/2018/09/22/Multi_A ... _Malaysia/