You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-04-28 22:34:19.239414 [INFO] VPN_ENABLED defined as 'yes'
2023-04-28 22:34:19.456236 [INFO] LEGACY_IPTABLES is set to ''
2023-04-28 22:34:19.679549 [INFO] Not making any changes to iptables version
2023-04-28 22:34:19.951911 [INFO] The container is currently running iptables v1.8.7 (nf_tables).
2023-04-28 22:34:20.163409 [INFO] VPN_TYPE defined as 'wireguard'
2023-04-28 22:34:20.404921 [INFO] WireGuard config file is found at /config/wireguard/wg0.conf
dos2unix: converting file /config/wireguard/wg0.conf to Unix format...
2023-04-28 22:34:20.736252 [INFO] VPN remote line defined as 'cz-prg.prod.surfshark.com:51820'
2023-04-28 22:34:20.862635 [INFO] VPN_REMOTE defined as 'cz-prg.prod.surfshark.com'
2023-04-28 22:34:21.110745 [INFO] VPN_PORT defined as '51820'
2023-04-28 22:34:21.362607 [INFO] VPN_PROTOCOL set as 'udp', since WireGuard is always udp.
2023-04-28 22:34:21.560751 [INFO] VPN_DEVICE_TYPE set as 'wg0', since WireGuard will always be wg0.
2023-04-28 22:34:21.779297 [INFO] LAN_NETWORK defined as '10.0.1.0/24, 10.0.2.0/24'
2023-04-28 22:34:21.973332 [INFO] NAME_SERVERS defined as '1.1.1.1,8.8.8.8'
2023-04-28 22:34:22.144934 [INFO] Adding 1.1.1.1 to resolv.conf
2023-04-28 22:34:22.301846 [INFO] Adding 8.8.8.8 to resolv.conf
2023-04-28 22:34:22.449103 [INFO] PUID not defined. Defaulting to root user
2023-04-28 22:34:22.539123 [INFO] PGID not defined. Defaulting to root group
2023-04-28 22:34:22.698797 [INFO] Starting WireGuard...
Warning: `/config/wireguard/wg0.conf' is world accessible
[#] ip link add wg0 type wireguard
[#] wg setconf wg0 /dev/fd/63
[#] ip -4 address add 10.14.0.2/16 dev wg0
[#] ip link set mtu 1420 up dev wg0
[#] resolvconf -a wg0 -m 0 -x
[#] wg set wg0 fwmark 51820
[#] ip -4 route add 0.0.0.0/0 dev wg0 table 51820
[#] ip -4 rule add not fwmark 51820 table 51820
[#] ip -4 rule add table main suppress_prefixlength 0
[#] iptables-restore -n
iptables-restore v1.8.7 (nf_tables): Couldn't load match `addrtype':No such file or directory
Error occurred at line: 2
Try `iptables-restore -h' or 'iptables-restore --help' for more information.
[#] resolvconf -d wg0 -f
[#] ip -4 rule delete table 51820
[#] ip -4 rule delete table main suppress_prefixlength 0
[#] ip link delete dev wg0
And this just loops forever. I can't CLI into the container because it hasn't started yet.
Host is a Qnap TS251A running QTS 5.0.1 on
Docker version 20.10.17-qnap7, build 0474f29
The text was updated successfully, but these errors were encountered:
For other readers, this is a kernel configuration problem, you need CONFIG_NETFILTER_XT_MATCH_ADDRTYPE either y, or m and make sure the module gets loaded.
Compose
Container log
And this just loops forever. I can't CLI into the container because it hasn't started yet.
Host is a Qnap TS251A running QTS 5.0.1 on
Docker version 20.10.17-qnap7, build 0474f29
The text was updated successfully, but these errors were encountered: