Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
20.7 Legacy Series
»
Wireguard enhancement patch
« previous
next »
Print
Pages: [
1
]
Author
Topic: Wireguard enhancement patch (Read 2513 times)
astuckey
Newbie
Posts: 31
Karma: 1
Wireguard enhancement patch
«
on:
September 01, 2020, 05:36:07 am »
Hi all - a quick FYI for intensive wireguard users.
OPNsense: 20.7.1
Currently the "Save" button in Wireguard actually restarts the entire WG service, causing an outage to existing tunnels, so if you add an endpoint for example, you still get an outage on other unrelated tunnels (the "reconfigure" api endpoint also).
I raised this bug report:
https://github.com/opnsense/plugins/issues/1951
We created a pull request to address this, so instead of restarting the service, it performs a reload (which in turn calls the wg syncconf to merge the config while running).
https://github.com/opnsense/plugins/pull/2008
Seems to be working well for us now, feel free to test out and leave feedback, hopefully this can be merged in to a future release.
Cheers,
Adam
Logged
mimugmail
Hero Member
Posts: 6766
Karma: 494
Re: Wireguard enhancement patch
«
Reply #1 on:
September 01, 2020, 06:11:18 am »
Thx! I will test it this week
Logged
WWW:
www.routerperformance.net
Support plans:
https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German):
https://opnsense.max-it.de/
banym
Sr. Member
Posts: 468
Karma: 31
Free Human Being, FreeBSD, Linux and Mac nerd
Re: Wireguard enhancement patch
«
Reply #2 on:
September 01, 2020, 04:31:08 pm »
Thank you.
Logged
Twitter: banym
Mastodon: banym@bsd.network
Blog:
https://www.banym.de
jassonmc
Newbie
Posts: 24
Karma: 0
Re: Wireguard enhancement patch
«
Reply #3 on:
September 03, 2020, 09:41:39 pm »
That‘s a great patch and makes a lot of sense, thank you!
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
20.7 Legacy Series
»
Wireguard enhancement patch