Closed goooroooX closed 1 year ago
WireGuard kernel modules should be installed first, in order to make this container work on Synology. Compiled packages can be downloaded here: https://www.blackvoid.club/wireguard-spk-for-your-synology-nas/
However, container is still shutting down after a while, saying "Network is possibly down". Also, there are many iptables errors while starting the container. Log file is attached.
Most errors are similar to those:
iptables v1.8.7 (nf_tables): unknown option "--sport"
iptables v1.8.7 (nf_tables): unknown option "--dport"
iptables v1.8.7 (nf_tables): unknown option "--icmp-type"
iptables v1.8.7 (nf_tables): Could not fetch rule set generation id: Invalid argument
Related issue: https://github.com/DyonR/docker-qbittorrentvpn/issues/25 Iptables issues can be fixed with setting LEGACY_IPTABLES env. variable to 1, but "Network is possibly down" and container automatic shutdown is still there.
Wrong repository, apologize. This issue should be here: https://github.com/DyonR/docker-qbittorrentvpn
Hi! I'm trying to run this image on Synology DS220+ NAS as docker container. I've tried adding NET_ADMIN privileges, and also running in privileged mode.
The error always the same:
Can you please suggest how to fix this?