Hello i have probably noob question by i already spent some time on it and messed a local network as well so:
I have miniPC for real time log purposes between network and IPTV set-top box. The box has DHCP on it so it can provide IP to the box as well. Also app called loglicent is used to capture logs coming trough from set-top box.
Eth0 is plugged to outside network, with multicast set on it. Eth1 has set-top box on it with IP, non multicast services are working (playing from storage and such) but live stream - multicast one, does not.
I tried https://github.com/pali/igmpproxy but this did not work well, since the miniPC started behave as a router and other devices were asking for that mcast, with no resposne of course.
So i wonder, is there any easy way, how to simply trunk mcast traffic between eth0 and eth1? With logclient app still working.