1
General Discussion / Re: UDP Broadcast Relay
« on: June 17, 2023, 12:49:29 pm »
Ok, I think I found a solution to this. Need to do some more thorough testing, but at least for the time being it seems stable. What helped me was to add the following rule to all interfaces that are part of the mdns relay, before the rule that sends traffic to the failover gateway group:
ALLOW from * to 224.0.0.251 port 5353, protocol UDP, IPv4
This should also work as a single floating rule instead of having to create the rule on all individual interfaces – something to be checked.
ALLOW from * to 224.0.0.251 port 5353, protocol UDP, IPv4
This should also work as a single floating rule instead of having to create the rule on all individual interfaces – something to be checked.