Skip to content

Instantly share code, notes, and snippets.

@ratnose
Created February 15, 2021 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ratnose/6745620ee1ccf8fd437fe0e1200d5765 to your computer and use it in GitHub Desktop.
Save ratnose/6745620ee1ccf8fd437fe0e1200d5765 to your computer and use it in GitHub Desktop.
To support the app dev(s) visit:
WireGuard: https://www.wireguard.com/donations/
To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------
User uid: 1000
User gid: 1000
-------------------------------------
[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 30-config: executing...
Uname info: Linux 15cec24ee90f 4.19.0-13-amd64 #1 SMP Debian 4.19.160-2 (2020-11-28) x86_64 x86_64 x86_64 GNU/Linux
**** It seems the wireguard module is already active. Skipping kernel header install and module compilation. ****
**** Client mode selected. ****
**** Disabling CoreDNS ****
[cont-init.d] 30-config: exited 0.
[cont-init.d] 99-custom-scripts: executing...
[custom-init] no custom files found exiting...
[cont-init.d] 99-custom-scripts: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[#] ip link add wg0 type wireguard
[#] wg setconf wg0 /dev/fd/63
[#] ip -4 address add 172.21.23.235/32 dev wg0
[#] ip -6 address add fd00:0000:1337:cafe:1111:1111:e33a:a9d4/128 dev wg0
RTNETLINK answers: Permission denied
[#] ip link delete dev wg0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment