Created
May 5, 2022 01:53
-
-
Save adrian154/4b0d40b85a0e6f05cc937f271d837919 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [s6-init] making user provided files available at /var/run/s6/etc...exited 0. | |
| [s6-init] ensuring user provided files have correct perms...exited 0. | |
| [fix-attrs.d] applying ownership & permissions fixes... | |
| [fix-attrs.d] done. | |
| [cont-init.d] executing container initialization scripts... | |
| [cont-init.d] 01-envfile: executing... | |
| [cont-init.d] 01-envfile: exited 0. | |
| [cont-init.d] 01-migrations: executing... | |
| [migrations] started | |
| [migrations] no migrations found | |
| [cont-init.d] 01-migrations: exited 0. | |
| [cont-init.d] 02-tamper-check: executing... | |
| [cont-init.d] 02-tamper-check: exited 0. | |
| [cont-init.d] 10-adduser: executing... | |
| usermod: no changes | |
| ------------------------------------- | |
| _ () | |
| | | ___ _ __ | |
| | | / __| | | / \ | |
| | | \__ \ | | | () | | |
| |_| |___/ |_| \__/ | |
| Brought to you by linuxserver.io | |
| ------------------------------------- | |
| 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: 911 | |
| User gid: 911 | |
| ------------------------------------- | |
| [cont-init.d] 10-adduser: exited 0. | |
| [cont-init.d] 30-module: executing... | |
| Uname info: Linux 9b8f3a5f3a48 5.4.0-109-generic #123-Ubuntu SMP Fri Apr 8 09:10:54 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux | |
| **** It seems the wireguard module is already active. Skipping kernel header install and module compilation. **** | |
| [cont-init.d] 30-module: exited 0. | |
| [cont-init.d] 40-confs: executing... | |
| **** Server mode is selected **** | |
| **** SERVERURL var is either not set or is set to "auto", setting external IP to auto detected value of 142.93.26.121 **** | |
| **** External server port is set to 51820. Make sure that port is properly forwarded to port 51820 inside this container **** | |
| **** Internal subnet is set to 10.0.0.0/8 **** | |
| **** AllowedIPs for peers 0.0.0.0/0, ::/0 **** | |
| **** Peer DNS servers will be set to 1.1.1.1 **** | |
| **** Server mode is selected **** | |
| **** Server related environment variables changed, regenerating 1 server and phone,desktop,laptop,hplaptop,invalid-name peer/client confs **** | |
| PEER phone QR code: | |
| removed | |
| PEER desktop QR code: | |
| removed | |
| PEER laptop QR code: | |
| removed | |
| PEER hplaptop QR code: | |
| removed | |
| [cont-init.d] 40-confs: exited 0. | |
| /var/run/s6/etc/cont-init.d/40-confs: line 54: SERVER_ALLOWEDIPS_PEER_invalid-name: bad substitution | |
| [cont-init.d] 90-custom-folders: executing... | |
| [cont-init.d] 90-custom-folders: 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. | |
| Warning: `/config/wg0.conf' is world accessible | |
| [#] ip link add wg0 type wireguard | |
| .:53 | |
| CoreDNS-1.9.1 | |
| linux/amd64, go1.17.8, 4b597f8 | |
| [#] wg setconf wg0 /dev/fd/63 | |
| [#] ip -4 address add 10.0.0.1 dev wg0 | |
| [#] ip link set mtu 1420 up dev wg0 | |
| [#] ip -4 route add 10.0.0.5/32 dev wg0 | |
| [#] ip -4 route add 10.0.0.4/32 dev wg0 | |
| [#] ip -4 route add 10.0.0.3/32 dev wg0 | |
| [#] ip -4 route add 10.0.0.2/32 dev wg0 | |
| [#] iptables -A FORWARD -i wg0 -j ACCEPT; iptables -A FORWARD -o wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment