I trying to setup igmp-proxy on my MT router. I read this manual http://wiki.mikrotik.com/wiki/IGMP-Proxy and set MT as it says. But iptv does not work:(
There is my config
Code: Select all
routing igmp-proxy interface print
Flags: X - disabled, I - inactive, D - dynamic, U - upstream
# INTERFACE THRESHOLD
0 U wan 1
1 local 1
Then i saw logs a see next:
Code: Select all
RECV IGMPv2 membership report from 192.168.1.23 to 234.5.2.54 on local
joining multicast group 234.5.2.54 on wan
ignoring IGMP message: source address is local:
source=10.186.0.10
interface=wan
ignoring request from myself:
source=10.186.0.10
destination=234.5.2.54
thnx