Recent posts

#91
26.7 Series / Re: hostapd 2.12 (26.7.2) — AP...
Last post by binaryx - August 13, 2026, 01:56:37 PM
sorry .. ;) as removed some config had to revert :D .. seems ok to me
#92
26.7 Series / Re: hostapd 2.12 (26.7.2) — AP...
Last post by franco - August 13, 2026, 01:51:38 PM
Hoping for a response so this can go out in a timely hotfix...
#93
German - Deutsch / Re: VPN Wireguard Peer Generat...
Last post by osmom - August 13, 2026, 01:45:29 PM
Zur Busines Version kann ich nichts sagen, die habe ich nicht.
Aber probiers mal über den Weg den Patrick beschrieben hat, der Funktioniert.
#94
26.7 Series / OpenVPN fd=8,Code=13 error
Last post by Darkvader - August 13, 2026, 01:02:46 PM
Hello, I would like some help figuring out why I have this particular error on a previously fully working openvpn config.

2026-08-13T10:50:47 Error openvpn_server1 Connection Attempt write UDPv4: Permission denied (fd=8,code=13)
this line will fill the openvpn server logs and no clients can connect. I've spent the last hour re-creating the install and manually transferring the openvpn config over, only for it to do the same thing on the new install.
all instances are affected too.

over the last week, this config worked flawlessly but after an update it seems to be completely borked. I also can't seem to get it working by changing options around, it just seems to give the same error constantly now.

please help.
#95
26.7 Series / Re: hostapd 2.12 (26.7.2) — AP...
Last post by franco - August 13, 2026, 12:53:44 PM
How is this one?

# opnsense-revert -z hostapd


Cheers,
Franco
#96
26.7 Series / Re: hostapd 2.12 (26.7.2) — AP...
Last post by franco - August 13, 2026, 12:41:46 PM
Well now we know:

../src/drivers/driver_nl80211.c:18:10: fatal error: 'netlink/genl/genl.h' file not found
   18 | #include <netlink/genl/genl.h>
      |          ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
gmake: *** [../src/build.rules:87: /usr/obj/usr/ports/net/hostapd/work/hostapd-2.12/build/hostapd/src/drivers/driver_nl80211.o] Error 1

Not great. But this is a Linux driver so I wonder if they switched BSD default to Linux or altered the detection?
#97
26.7 Series / Re: hostapd 2.12 (26.7.2) — AP...
Last post by franco - August 13, 2026, 12:36:23 PM
If I read this correctly

@${SED} -e 's|/usr/local|${PREFIX}|g;s|^CONFIG_DRIVER_NL80211|#CONFIG_DRIVER_NL80211|' ${BUILD_WRKSRC}/defconfig \

then the update disables the CONFIG_DRIVER_NL80211 driver but I am unsure why...

https://github.com/freebsd/freebsd-ports/commit/f37b72501

doesn't tell us about the intention either
#98
26.7 Series / Re: hostapd 2.12 (26.7.2) — AP...
Last post by binaryx - August 13, 2026, 12:31:30 PM
is related to the upgrade of hostapd

root@#host#:/tmp # hostapd -v
hostapd v2.11
User space daemon for IEEE 802.11 AP management,
IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
Copyright (c) 2002-2024, Jouni Malinen <j@w1.fi> and contributors
root@#host#:/tmp # hostapd /tmp/test_hostapd.conf
ath0_wlan1: interface state UNINITIALIZED->ENABLED
ath0_wlan1: AP-ENABLED
^Cath0_wlan1: interface state ENABLED->DISABLED
ath0_wlan1: AP-DISABLED
ath0_wlan1: CTRL-EVENT-TERMINATING
root@#host#:/tmp # /usr/local/sbin/hostapd -v
hostapd v2.12
User space daemon for IEEE 802.11 AP management,
IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
Copyright (c) 2002-2026, Jouni Malinen <j@w1.fi> and contributors
root@#host#:/tmp # /usr/local/sbin/hostapd /tmp/test_hostapd.conf
No drivers enabled
Failed to initialize global context
root@#host#:/tmp # cat /tmp/test_hostapd.conf
interface=ath0_wlan1
driver=bsd
ssid=testchannel=1
root@#host#:/tmp #
#99
General Discussion / Re: VLAN support on bridges fr...
Last post by br41n - August 13, 2026, 12:20:33 PM
Thanks franco.

After applying the recommended patch beforehand and afterwards the patch from Cedrik it is working.
#100
26.7 Series / Re: Did SLAAC change address g...
Last post by funtowne - August 13, 2026, 12:17:57 PM
I performed a reboot.  WAN has the new stable privacy address, other interfaces are still on the MAC-based addresses.  sysctl was confirmed set in tunables before reboot and other interfaces have "STABLEADDR" in the nd6 options.