On my FreeBSD desktop computer I'm using a commercial vpn server via wireguard for years without any problem.
Unfortunately the vpn does not work anymore on FreeBSD 15. On FreeBSD 14.3 the vpn is still working fine.
At the time I want to create the wireguard connection I get the following error message:
Does someone know how I can fix this?
Unfortunately the vpn does not work anymore on FreeBSD 15. On FreeBSD 14.3 the vpn is still working fine.
At the time I want to create the wireguard connection I get the following error message:
Code:
Trying to create the wireguard interface...
[#] ifconfig wg create name pia
[#] wg setconf pia /dev/stdin
[#] ifconfig pia inet 10.237.2.137 alias
ifconfig: ERROR: setting interface address without mask is no longer supported.
[#] ifconfig pia destroy
Does someone know how I can fix this?