Hello,
I have a problem that there is no good answer on the internet so let start:
i have a LAN with 10 pc’s and some switches, now I have iptv port from modem plgued directly to the one port of switch so I have iptv multicast on the whole LAN and IPTV on TV is working super, but IPTV is working also on all computers and that is what I do not want and multicast is slowing all my LAN on that network is internet too but it is not a important
i cant make a extra UTP line to the TV because there is WI-Fi bridge 1 km link between and I need internet too
to make 2 wi-fi bridges multicast and internet line to much money
Solution:
Thank you for answer but please can you be a little more specific I’m learning Mikrotik.
I made VLAN by that document http://wiki.mikrotik.com/wiki/Vlans_on_Mikrotik_environment but there is no data through. What im doing wrong?
Bye,
Andrej
That was made all ready. On modem side is traffic on vlan but on TV side is no traffic from RB on modem side to vlan TV side. I have screen shots what I’m doing wrong???
as dcarrera suggested you have to extend Ethernet where multicast packets are at the moment to include your TV that is behind additional router.
When RouterOS bridge received multicast/IGMP packet it will duplicate it on all interfaces but ingress, so you are guaranteed that if you lure multicast packets into these bridges you will have them pouring out on the other end of the tunnel.
so steps are: create bridge on both routers, add WAN-with-IPTV to bridge and one end of the tunnel (for exmaple EoIP, that is fully capable layer2 virtual ethernet). Then on other end bridge port that is connected to your IP-TV receiver and other end of the tunnel. and you should be fine with this setup to receive IP-TV stream, that is if your IP-TV received has some address and actually can send out IGMP requests to start to receive the stream at all.
Thanx for help today I’m going to test all of these ways. My IPTV reciver get ip from DHCP server, now if I have active dhcp on LAN, reciver get my local IP and tv do not work so I had to exclude MAC address from all of my local dhcp servers and it is ok.
What has WDS with tunnels on my mikrotik devices is all cable do not use wifi for iptv. I have old ubiquiti link from office to home so that is “cable” or I’m wrong ?
TV is now working but I want to have tunnel to my reciver like is on first post.
OK I made it!
Here is the solution: (on my first post is a link to situation of my problem)
make some IP to device RB2011LS (10.10.10.200) and RB951 (10.10.10.210) (mikrotik devices) so you can ping them from one to another
make EoIP Tunnel (eoip_tv) to those two devices and put remote addresses from each other in (RB2011LS 10.10.10.210) (RB951 10.10.10.200) TUNNEL ID: 55
-make a bridge (bridge_iptv) and put ports in on RB2011LS( port “1” and eoip_tv) on RB951(port “5” and eoip_tv)
That is all, and it is working SUPER I have now 2 TV’s on ethernet network with internet. Multicast is in the tunnel from start point to end point.