Wireguard
wireguard logo | |
Maintainer | Unnilennium |
---|---|
Url | https://www.wireguard.com/ |
Licence | GPLv2 for kernel modules, MIT, BSD, Apache 2.0, or GPL for other parts |
Category | |
Tags | VPN, security, network, remote |
Maintainer
Version
Description
according to WireGuard website:
WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry.
Installation
yum --enablerepo=smecontribs install smeserver-wireguard
Configuration
you can list the available configuration with the following command :
config show wireguard
Some of the properties are not shown, but are defaulted in a template or a script. Here a more comprehensive list with default and expected values :
property | default | values | |
---|---|---|---|
DbName | nextcloud | string | for mysql db |
DbPassword | GENERATED | string | for mysql db |
DbUser | nextcloud | string | for mysql db |
access | private | private, public | |
status | enabled | enabled,disabled |
Uninstall
yum remove smeserver-wireguard wireguard
Bugs
Please raise bugs under the SME-Contribs section in bugzilla
and select the smeserver-wireguard component or use this link
Below is an overview of the current issues for this contrib:
ID | Product | Version | Status | Summary (7 tasks) ⇒ |
---|---|---|---|---|
12492 | SME Contribs | 10.0 | RESOLVED | Error in SM2 wireguard panel |
11767 | SME Contribs | Futur | CONFIRMED | Change Smeserver (Wireguard) external IP address in Wireguard configuration for clients |
11732 | SME Contribs | 10.0 | CONFIRMED | NFR: allow SME to connect to remote server |
11729 | SME Contribs | 10.0 | CONFIRMED | delete unused network |
11728 | SME Contribs | 10.0 | CONFIRMED | NFR: add custom DNS field |
11727 | SME Contribs | 10.0 | CONFIRMED | NFR: easy AllowedIPs configuration |
11726 | SME Contribs | 10.0 | CONFIRMED | NFR: userpanel |
Changelog
Only released version in smecontrib are listed here.
- Edit SM2 Menu entry to conform to new arrangements [SME: 12493]
- remove masquerade and forward directive on startup [SME: 12288]
- apply locale 2022-11-11 patch
2022/05/29 Jean-Philippe Pialasse 1.0-16.sme
- improve check and tidying for non local network type [SME: 11771]
- Fix typos in templates