Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on Synology DSM #105

Open
ares1977 opened this issue Feb 8, 2021 · 2 comments · May be fixed by #106
Open

Not working on Synology DSM #105

ares1977 opened this issue Feb 8, 2021 · 2 comments · May be fixed by #106

Comments

@ares1977
Copy link

ares1977 commented Feb 8, 2021

Synology NAS devices run a customized Linux distro called DSM. When executing wg-access-server docker container on DSM I get this error:

time="2021-02-07T12:09:39Z" level=fatal msg="failed to set ip tables rule: running [/sbin/iptables -t filter -C WG_ACCESS_SERVER_FORWARD -s 10.44.0.0/24 -j REJECT --wait]: exit status 2: iptables v1.8.3 (legacy): Couldn't load target ``REJECT':No such file or directory\n\nTry iptables -h' or 'iptables --help' for more information.\n" file="main.go:102"

This is caused by DSM iptables lacking the REJECT target kernel module.

@ares1977 ares1977 linked a pull request Feb 8, 2021 that will close this issue
@SlavikCA
Copy link

SlavikCA commented Oct 3, 2021

Yes, same issue with my Synology DS1621xs+
DSM 7.0.1

@Gh-mean
Copy link

Gh-mean commented Feb 8, 2022

Yes, same issue with my Synology DS3617xs
DSM 6.2.2379

DasSkelett added a commit to DasSkelett/wg-access-server that referenced this issue Feb 28, 2022
* Improve docker documentation 
* add back named volume
* Fix Docker instructions link in 2-docker-compose.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants