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

Hi guys, I installed multicast-relay on my Ubiquity Dream Machine pro with the following command: ``` podman run -it -d \ --restart=on-failure:10 \ --name="multicast-relay-10" \ --network=host \ --mount type=bind,src=/mnt/data/on_boot.d_support,dst=/multicast-relay-config \...

I am trying to relay broadcasts to 192.168.1.255 but these are rejected because the code is only allowing 255.255.255.255 as the broadcast address. According to Wikipedia: > The broadcast address...

Hi, I'm currently trying to get some Airplay devices running over multiple subnets and Roon, but it doesn't work as expected. I use on one side: `multicast-relay.py --interfaces eth0 --noSSDP...

Hi @alsmith Nice work. However, I was wondering if there is any option to make it work in a way that only one client from one VLAN can see mDNS...

Hi! this plugin looks exactly like what I need but I’m wondering if a tutorial is available on how to install and how to use it? I would like to...

Is it possible to connect multiple sets of vlans together? I will have my network (1), my tenant network (2), and a shared iot network (3). I would want network...

I have an app sending multicast packets on 239.255.90.90. I can see the packets with tcpdump, but multicast-relay does not capture any packets... ``` python3 multicast-relay.py --interfaces eth0 --remote REMOTE_IP...

Been using this for over a year with great success, But since i upgraded Debian to version 11 it stopped working. I tried to satisfy all dependencies, but somehow it...

First of all thank you for your awesome work! Im trying to setup LIFX discovery on my UDM between my private an iot Lan but they just won't show up...