WireGuard VPN: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 29: | Line 29: | ||
== About WireGuard VPN == | == About WireGuard VPN == | ||
The '''WireGuard VPN''' service provides private networking via WireGuard, which is an open source lightweight VPN application and protocol designed to be faster, more secure, and easy to configure. | The '''WireGuard VPN''' service provides virtual private networking via WireGuard, which is an open source lightweight VPN application and protocol designed to be faster, more secure, and easy to configure. | ||
The [[VPN Overview]] article provides some general guidance of which VPN technology may be the best fit for different scenarios. | The [[VPN Overview]] article provides some general guidance of which VPN technology may be the best fit for different scenarios. | ||
== Settings == | == Settings == | ||
Line 45: | Line 44: | ||
:This section displays information about the local WireGuard service such as the public key, endpoint address and port, peer address, and the list of local networks. | :This section displays information about the local WireGuard service such as the public key, endpoint address and port, peer address, and the list of local networks. | ||
*'''Connected Tunnels''' | |||
:This section shows a list of active WireGuard tunnels. | |||
== Reports == | == Reports == | ||
{{:WireGuard VPN Reports}} | {{:WireGuard VPN Reports}} | ||
== Related Topics == | == Related Topics == |
Revision as of 18:36, 13 May 2020
WireGuard VPN |
|
About WireGuard VPN
The WireGuard VPN service provides virtual private networking via WireGuard, which is an open source lightweight VPN application and protocol designed to be faster, more secure, and easy to configure.
The VPN Overview article provides some general guidance of which VPN technology may be the best fit for different scenarios.
Settings
This section reviews the different settings and configuration options available for IPsec VPN.
Status
The Status tab shows the status of the WireGuard VPN service
- Local Service Information
- This section displays information about the local WireGuard service such as the public key, endpoint address and port, peer address, and the list of local networks.
- Connected Tunnels
- This section shows a list of active WireGuard tunnels.
Reports
The Reports tab provides a view of all reports and events for all connections handled by WireGuard VPN.
Reports
This applications reports can be accessed via the Reports tab at the top or the Reports tab within the settings. All pre-defined reports will be listed along with any custom reports that have been created.
Reports can be searched and further defined using the time selectors and the Conditions window at the bottom of the page. The data used in the report can be obtained on the Current Data window on the right.
Pre-defined report queries: {{#section:All_Reports|'WireGuard VPN'}}
The tables queried to render these reports:
Related Topics
WireGuard VPN FAQs
How resilient is a WireGuard connection?
WireGuard is built for roaming. If your device changes networks, e.g. from WiFi to a mobile/cellular, the connection will persist because as long as the client sends correctly authenticated data to the WireGuard VPN server, the server keeps the connection alive.
What cryptography is used in WireGuard?
WireGuard uses several ciphers including ChaCha20, Curve25519, BLAKE2s, SipHash24, and HKDF. For more details refer to the WireGuard Protocol & Cryptography documentation.
What transport protocol and port does WireGuard use?
WireGuard encapsulates and encrypts all data using UDP with default port 51820. There is a built-in access rule to allow WireGuard traffic on this port.