WireGuard

Modernes VPN-Protokoll

WireGuard ist ein modernes VPN-Protokoll. Es ist einfacher, schneller und sicherer als OpenVPN oder IPsec.


Vorteile

Funktionsweise

WireGuard arbeitet mit Public Key Cryptography:

Server                    Client
  │                          │
  ├─► Public Key A          Public Key B ◄─┤
  │   Private Key A         Private Key B   │
  │                                         │
  └────────── Encrypted Tunnel ────────────┘

Jeder Peer benötigt:

Split Tunneling vs. Full Tunnel

Split Tunneling:

# Nur interne Netze
AllowedIPs = 10.10.10.0/24, 192.168.1.0/24

Full Tunnel:

# Gesamter Traffic über VPN
AllowedIPs = 0.0.0.0/0, ::/0

Standard-Port

UDP 51820

Client-Plattformen