OPNsense Forum

Archive => 24.1, 24.4 Legacy Series => Topic started by: marirs on October 22, 2024, 07:27:58 AM

Title: Wireguard not adding routes to peers after upgrade to 24.1.10 from 24.1.2
Post by: marirs on October 22, 2024, 07:27:58 AM
I upgraded from 24.1.2 to 24.1.10 and it seems that routes to Wireguard peers no longer get added. eg. if I have a peer with "Allowed IPs" set to "10.2.0.0/24" I cannot ping 10.2.0.1 from the router because there is no route added. Manually adding a route: route -4 -v add 10.2.0.0/24 -interface wg1 gets things working again. "Disable Routes" is NOT checked in the Wireguard instance settings. I have made no config changes after the upgrade and thing were working fine in 24.1.2.
Title: Re: Wireguard not adding routes to peers after upgrade to 24.1.10 from 24.1.2
Post by: marirs on October 22, 2024, 10:23:35 AM
Found the issue:

https://github.com/opnsense/core/issues/7355

Had to change IPv4 Configuration Type to "None" on the Wireguard interface.