I have a problem with IGMP Proxy, can't get it to work. The Mikrotik sits behind a Speedport router, connected via DSL to Deutsche Telekom, IPTV Provider as well. If I connect a player directly to the Speedport, everything works. If I connect it behind the Mikrotik, it doesnt. I have configured IGMP Proxy as follows:
Code: Select all
[admin@mt] > /routing igmp-proxy print
quick-leave: yes
query-interval: 2m5s
query-response-interval: 10s
[admin@mt] > /routing igmp-proxy interface print detail
Flags: X - disabled, I - inactive, D - dynamic, U - upstream
0 U interface=outside threshold=1 alternative-subnets=0.0.0.0/0
1 interface=ether3-slave-local threshold=1 alternative-subnets
2 interface=inside threshold=1 alternative-subnets="" upstream
Code: Select all
Jun 24 18:58:21 mt RECV IGMP membership query from 192.168.1.11 to 224.0.0.1 on outside
Jun 24 18:58:21 mt ignoring IGMP message: received on the upstream interface
Any ideas ?