Hello guys, I am from brazil and I just bought an RB2011UiAS-RM and some Ubiquiti-AP-LR, I came from an old TP-link with OpenWRT.
thing is my ISP, VIVO Fibra, does use a horrible Router, and use Vlan for internet and IPTV, with OpenWRT I was able to follow some tutorials and bypass the ISP router.
and I was able to bypass internet Vlan with Mikrotik, but not IPTV, for the last 2 days I tried everything I could on every tutorial, Portuguese or English, and couldn’t find any solution, I changed DHCP, changed routes, even installed multicast, but I couldn’t find anything.
I will show you step by step, what I did on OpenWRT to get Internet and IPTV, and I what I did to get the internet on Mikrotik, any tips would be awesome. and sorry if there is an answer somewhere else.
OpenWRT Internet
Create a switch → Vlan 10
CPU = Tagged
Ethernet1/wan connection = Tagged
Create an interface
Name: WAN
PPoE
user: cliente@cliente
password: cliente
physical setting Vlan interface: Eth0:10
Firewall
Lan => Wan // input: accept // output:accept // forward:accept
wan => reject // input:reject // output:accept // forward:reject // masquerade // mss clamping
OpenWRT IPTV
create a switch → Vlan 20
CPU = Tagged
ethernet1/wan connection = Tagged
ethernet3/IPTV connection = Untagged
Create an interface
name: IPTV
static address: 192.168.2.245
IPV4 gateway: 255.255.255.0
Physical settings Vlan interface:eth0.20
Firewall
IPTV => WAN // input:accept // output:accept // forward:reject
obs: it does lose interactivity on ISP IPTV platform but does work, and I don’t mind losing interactivity.
Mikrotik Internet:
Interface → ADD → Vlan
name: vlan10
arp: enabled
Vlan ID: 10
Interface: ether1
do NOT mark service tag
Interface → add → PPoE client
Name: Internet
Interface: vlan10
user: cliente@cliente
password: cliente
it does work for the internet, but I tried every possibility on IPTV and couldn’t make it work, any tips would be awesome I tried for more than 10 hours last 2 days, and any light could be really useful.