Quote from: xkpx on December 31, 2024, 06:38:40 PMQuote from: nolith on December 31, 2024, 04:50:36 PMQuote from: space_ranger on December 09, 2024, 04:29:13 PMAnyone know how to debug this not starting?
the error isCode SelectNotice root /usr/local/etc/rc.d/os-udpbroadcastrelay: WARNING: failed to start osudpbroadcastrelay
I've found a github thread saying wire guard was an issue but I don't use it. Other than that error I cant work out whats wrong.
Running Opnsense 24.7.10_2 at present
I had the same problem, in my case I wanted to support mDNS on port 5353, but it was already occupied by Unbound because I run AdGuard on port 53.
I had to move Unbound to port 5354 and then I could start the relay
Same issue here but 5354 doesn't help either.Code Select2024-12-31T19:43:13 Error configd.py [b8fe79e4-0d81-47ea-94b1-c43ffa3b6680] returned exit status 1
2024-12-31T19:43:13 Notice configd.py [b8fe79e4-0d81-47ea-94b1-c43ffa3b6680] starting udpbroadcastrelay instance
I'm having the same issue after updating to the 25.1.x version of opnsense. I had it working before. I'm trying to get steamlink to work across 2 VLANs on port 27036, configured with source address as 1.1.1.2, and broadcast address of 255.255.255.255. Is there any way to get a more specific error message as to why I'm getting:
Code Select
Notice root /usr/local/etc/rc.d/os-udpbroadcastrelay: WARNING: failed to start osudpbroadcastrelay
I'm not really sure where to start with debugging, especially as the configuration was working fine before the firmware update.