multicast-relay icon indicating copy to clipboard operation
multicast-relay copied to clipboard

Relay multicast and broadcast packets between interfaces.

Results 27 multicast-relay issues
Sort by recently updated
recently updated
newest added

Thanks for this tool. Is awesome. I have installed it, and I managed to get it working relayin SSDP and even mdns between vlans. In fact, now, I can discover...

Hello. Its possible to relay just one way? eth1 => eth1.10 eth1.10 can't send to eth1.

I have two Unifi Dream Machine's behind two separate Public IP's at different locations that are connected in a Site-Site VPN using Unifi Site Magic. I want to forward SSDP...

multicast-relay.py INFO: [mDNS] Relayed 302 bytes from 10.125.131.10:5353 on eth1.5 [ttl 255] to 224.0.0.251:5353 via eth1.10/10.125.0.1 Traceback (most recent call last): File "multicast-relay.py", line 1048, in sys.exit(main()) ^^^^^^ File "multicast-relay.py",...

Hello Its possible to use ifFilter.json to send one chromecast direct to IP client?

multicast-relay.py:742: SyntaxWarning: invalid escape sequence '\A' elif re.match('\A\d+\.\d+\.\d+\.\d+\Z', interface): multicast-relay.py:751: SyntaxWarning: invalid escape sequence '\A' elif re.match('\A\d+\.\d+\.\d+\.\d+/\d+\Z', interface): Original: elif re.match('\A\d+\.\d+\.\d+\.\d+\Z', interface): elif re.match('\A\d+\.\d+\.\d+\.\d+/\d+\Z', interface): CHANGE TO elif re.match(r'\A\d+\.\d+\.\d+\.\d+\Z', interface):...

For several years now, I've used multi-cast relay on a UniFi UDM Pro to make mDNS broadcast from my LAN visible to my VLANs, while preventing the VLANs from broadcast...