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 - oli

#2
Hi together.

With OpnSense 22.7 running "UDP Broadcast Relay" worked well to 'join' three of my networks for Sonos' Speakers discovery:
- igb0
- ath0_wlan1
- wg0

With OpnSense 23.1, the relay does not start any more with this error in /var/log/system/latest.log:
<13>1 2023-02-06T22:01:18+01:00 OPNsense.box root 41059 - [meta sequenceId="5"] /usr/local/etc/rc.d/os-udpbroadcastrelay: WARNING: failed to start osudpbroadcastrelay

Digging into deep: Command-line is
/usr/local/sbin/udpbroadcastrelay --id 1 --dev igb0 --dev wg0 --dev ath0_wlan1 --port 1900 --multicast 239.255.255.250 -f

Trying to start manually from shell with debug enabled gives better hint to the problem:
root@OPNsense:~ # /usr/local/sbin/udpbroadcastrelay --id 1 --dev igb0 --dev wg0 --dev ath0_wlan1 --port 1900 --multicast 239.255.255.250 -d
ID set to 1
Port set to 1900
ID: 1 (DSCP: 1, ToS: 0x04), Port 1900
igb0: 1 / 192.168.1.1 / 192.168.1.255
ioctl(SIOCGIFBRDADDR): Invalid argument


Problem "ioctl(SIOCGIFBRDADDR): Invalid argument" disappears when "wg0" is no more in the list of to-be-connected interfaces (i.e connecting only igb0 and ath0_wlan1 works fine)

Can someone confirm this problem - and any hints?
Thx in advance.
#3
Thx, patch works for me, too.  8)
#4
How do you "manually put the IPv6 addresses" ?

When I set "IPv6 Configuration Type" to "Static IPv6" on the Tunnel-Interface then the UI complains "Cannot assign an IP configuration type to a tunnel interface"
#5
Just want to confirm that I have the same problem. so @gromit you are not alone.
Though I also did not find a solution yet