Swisscom TV an Mikrotik / Multicast Problem?
Hoi same
I have (for a long time) a Mikrotik CCR1009 with the latest router OS V6.42.1 (stable).
This has recently been running on a Swisscom fiber optic Anschluss (1GB/s inOne L, if that is relevant). Setting it up on the Mikrotik was a bit special. Thanks to the forum here I have that
- VLAN ID 10 configured
- DHCP option 60 set
- swisscom.ch/access found.
…I found out myself that the SFP module supplied with the Internet-Box 2 (or whatever) does not support auto-negotiation. Fix to 1GB full duplex and the internet works…
With the Swisscom TV Box (also version 2 *believe*) it said “Welcome to the next level!”. The box itself works: replay works, recordings run, even Netflix works. I just can’t watch (live) TV. The message “Unfortunately there is currently no TV signal available from this channel” appears here (…from all channels). Sometimes it would run for a few seconds, but then stop (without a message).
With Anschluss via Swisscom Internet Box, live TV also works perfectly, which is why I’m choosing the Mikrotik…
The Swisscom TV hangs (now with a long cable) directly on the Mikrotik in order to be able to exclude any (non-IGMP capable) switches or similar as sources of error.
I have IGMP Snooping enabled on the Mikrotik. There are many references to “IGMP Proxy” and “PIM” on the Internet as well as here in the forum - but both no longer seem to exist since RouterOS V6.41. New documentation from Mikrotik is probably this one: [https://wiki.microtik.com/wiki/Manual:Interface/Bridge#IGMP\_Snooping](https://wiki.mikrotik.com/wiki/Manual:Interface/Bridge #IGMP_Snooping). There is nothing more than “active” switching here. I can no longer specify a helper IP or something similar. But I don’t think IGMP is the problem, as it should just be an additional feature to protect my network.
I suspect that there is something more fundamentally wrong here. Do I have to create a special firewall rule or something similar for multicast? Actually, masquerade is active without protocol restrictions:
(10.41.42.0 is my local network and 10.41.42.1 is the Mikrotik itself)
[admin@MikroTik] /ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat action=masquerade out-interface-list=external log=no log-prefix=""
1 chain=dstnat action=dst-nat to-addresses=10.41.42.20 protocol=tcp in-interface-list=external dst-port=80 log=no log-prefix=""
2 chain=dstnat action=dst-nat to-addresses=10.41.42.20 protocol=tcp in-interface-list=external dst-port=443 log=no log-prefix=""
3 chain=dstnat action=dst-nat to-addresses=10.41.42.11 protocol=tcp in-interface-list=external dst-port=21 log=no log-prefix=""
4 chain=dstnat action=dst-nat to-addresses=10.41.42.11 protocol=tcp in-interface-list=external dst-port=55536-55567 log=no log-prefix=""
5;;; NTP
chain=srcnat action=src-nat to-addresses=10.41.42.1 protocol=udp src-port=123
A separate VLAN for the TV-Box should also be optional, right?
…or is there even some secret cheat ala. swisscom.ch/access-tv?
Thank you very much and best regards
Jochen