1
General Discussion / Re: UDP Broadcast Relay
« on: November 18, 2023, 10:59:54 am »
Hello, i actually don't use OPNSense, i run regular Arch Linux on an x86 firewall appliance, but i wanted to see if people knew how to solve an issue i am having. Basically, i have 2 VLANs, one for my Iphone and other things and another for IoT devices like my LG smart TV and a Roku Ultra. I am currently able to cast Youtube from my phone to either the TV or the Roku, but not both. I have the following mDNS relay running:
Then, to get the TV working I have to run:
To get the Roku to work I have to run:
I tried running both commands with a different ID number but this caused a multicast flood. I can apparently only run one of these at a time. I will say that Airplay always works no matter what command i use.
So is there not a way to be able to cast to both of these devices?
Code: [Select]
udpbroadcastrelay --id 2 --port 5353 --dev lan.20 --dev lan.30 --multicast 224.0.0.251 -s 1.1.1.1 --msearch dial
Then, to get the TV working I have to run:
Code: [Select]
udpbroadcastrelay --id 1 --port 1900 --dev lan.20 --dev lan.30 --multicast 239.255.255.250 --msearch dial -d -s 1.1.1.2
To get the Roku to work I have to run:
Code: [Select]
udpbroadcastrelay --id 1 --port 1900 --dev lan.20 --dev lan.30 --multicast 239.255.255.250 -d
I tried running both commands with a different ID number but this caused a multicast flood. I can apparently only run one of these at a time. I will say that Airplay always works no matter what command i use.
So is there not a way to be able to cast to both of these devices?