Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Wireguard on GNU/Linux ====== For platform-independent info about wireguard, see [[admin:network:wireguard|network admin docs for Wireguard]]. ===== Installation ===== ==== Fedora ==== Enable [[https://rpmfusion.org/|RPM Fusion]] ==== Debian ==== see also: [[https://wiki.debian.org/Wireguard|Wireguard]] in the Debian wiki. After ''apt upgrade'' and ''apt install wireguard'', reboot into the newest kernel you installed. install Linux Kernel headers: <code bash> apt install linux-headers-amd64 </code> let DKMS run its course: <code bash> dpkg-reconfigure wireguard-dkms </code> Last modified: 2024-07-05 14:31