meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
public:howto:wireguard [2020–03–30 21:21] – created nexpublic:howto:wireguard [2020–03–30 21:41] (current) – [Debian] nex
Line 12: Line 12:
 ===== Installation ===== ===== Installation =====
 ==== Debian ==== ==== Debian ====
 +Falls noch kein linux-headers installiert ist:
 +<code>
 +# apt install linux-headers-amd64
 +</code>
 +
 +Ansonsten:
 <code> <code>
 # apt install wireguard # apt install wireguard
Line 114: Line 120:
 # systemctl enable wg-quick@wg0.service # systemctl enable wg-quick@wg0.service
 </code> </code>
 +
 +{{tag>howto public:howto}}