Difference between revisions of "WireGuard"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 10: Line 10:
  
 
WireGuard's encryption speed claims to be faster that [[IPsec]] group protocols.
 
WireGuard's encryption speed claims to be faster that [[IPsec]] group protocols.
==Tailscale==
 
[[Tailscale]], formed in March 2019.
 
  
*It's based on peer-to-peer VPNs rather than piping all VPN traffic through a single concentrator.
 
  
*Maintains a database of endpoints on its server, so that when client X needs to talk to client Z, it fetches the endpoint details and then makes a direct connection. It's calls this a mesh network.
+
== Configuration ==
 +
[[ip link]] add wg0 type [[wireguard]]
  
Tailscale works info: https://tailscale.com/blog/how-tailscale-works/
 
  
===Price===
 
*Solo: Free
 
*Connectivity: $10
 
*Security: $20
 
*Enterprise: on request
 
  
 
== See also ==
 
== See also ==

Revision as of 09:46, 10 April 2020

This article is a Draft. Help us to complete it.

wikipedia:WireGuard

WireGuard is a free and open-source software application and communication protocol that implements virtual private network techniques to create secure point-to-point connections in routed or bridged configurations. It use Noise protocol framework, Curve25519, ChaCha20, Poly1305, BLAKE2, SipHash24 and HKDF.

 $ sudo apt install wireguard

Included in March 2020 into the Linux Kernel 5.6

WireGuard's encryption speed claims to be faster that IPsec group protocols.


Configuration

ip link add wg0 type wireguard


See also

Advertising: