OPNsense Forum

Archive => 23.7 Legacy Series => Topic started by: malac on August 26, 2023, 05:26:58 AM

Title: after upgrade 23.7.2 - Wireguard - OpenVPN Problem
Post by: malac on August 26, 2023, 05:26:58 AM
After upgrade to 23.7.2 Wireguard is not working anymore (wg0 interface missing)

I found the problem, because i configured the wireguard tunnel network also as local network in openvpn, in order to be able to route traffic from wireguard to openvpn and vice versa.
this worked perfect until 23.7.2

With 23.7.2 it doesen't work anymore until i
1. stop openvpn
2. restart wireguard
3. restart openvpn
then it is working again.

any Ideas?
Title: Re: after upgrade 23.7.2 - Wireguard - OpenVPN Problem
Post by: franco on August 26, 2023, 08:54:21 PM
Wireguard-go? It uses TUN like OpenVPN and messes it up due to the way TUN devices are implemented in the OS.

Use the kernel module WireGuard (apparently it was working).


Cheers,
Franco
Title: Re: after upgrade 23.7.2 - Wireguard - OpenVPN Problem
Post by: frederik on August 27, 2023, 07:44:25 AM
I do have two Wiregard Interfaces (not -go). After upgrade to 23.7 the first interface is missing!
Title: Re: after upgrade 23.7.2 - Wireguard - OpenVPN Problem
Post by: malac on August 27, 2023, 11:10:39 AM
I have the kernel modul and it worked until upgrade to 23.7.2
23.7.1 everything was fine
Title: Re: after upgrade 23.7.2 - Wireguard - OpenVPN Problem
Post by: frederik on August 27, 2023, 02:23:59 PM
removing IPv6 from the Endpoint solved my problem. But it seems not to be related to the original problem. sorry for interfering.