Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Hexcode

#1
Actually it was an issue with my Wireguard Configuration, which was working fine in VPN context, but not in other context: I was using the same subnet in Wireguard as in my local Network, which then caused the plugins have some issues.
Nevertheless I not got rid of both plugins and have a VM running, connected to both networks with avahi-deamon since I needed IPv4 und IPv6 mDNS to reach from a to b. Seams like the addons are not cabaple of this yet.
#2
I'm using udpbroadcastrelay also for Sonos stuff (which is working fine).
But yeah you are totally right: the mdns repeater is the better option then udpbroadcastrelay because with the repeater the mDNS Stuff comes from the gateway ip and not from ip range outside of the local vlan.

Besides this I found the error: Wireguard seem to have some side effects here.

Disabling this plugin and then everything else was fine...
#3
The whole thing is intended to be running by CLI for debug: https://github.com/marjohn56/udpbroadcastrelay
GUI is just nice to have.

Actually it should be allowed from Rule side... but I'm not 100% if the OPNSense is handling it as supposed... From the errors it could be that the firewall is somehow not allowing stuff.
#4
I have the same - nevertheless it's not working.
And also not from CLI - so why should it work from GUI when it's not even running from CLI? :P
#5
Pretty sure you mean the "UDP Broadcast Relay"? This is exactly what I'm using (for debug from cli), but unfortunately it doesn't seem to work proberly with port 5353.
At least I don't get mDNS from a to b.
#6
Hey,
I'm currently trying to get mDNS from one to another subnet (I know in regards of security not the best solution).
But I'm struggling with mdns-repeater, because it simply does nothing.
When trying a "mdns-repeater -f vtnet0 vtnet3" I see the incoming request, but it seems the plugin can't send the data due to "send(): Capabilities insufficient".

Same error message comes up when I try it with udpbroadcastrelay instead:
"udpbroadcastrelay --id 1 --port 5353 --multicast 224.0.0.253 --dev vtnet 0 --dev vtnet3 -d" simply results in nearly the same errors: "sendto: Capabilities insufficient" and "sendto: Permission denied".

Does anyone know how I could solve this problem or where it could come from?
Kind regards