Open matiros96 opened 3 months ago
When using the provided ipv4 only example file for wg you will get a "RTNETLINK answers: Permission denied" error. Adding "- net.ipv6.conf.all.disable_ipv6=0" to the docker compose file will solve the issue.
See https://github.com/dperson/openvpn-client/issues/75 for a discussion on the issue.
Also similar to #17
When using the provided ipv4 only example file for wg you will get a "RTNETLINK answers: Permission denied" error. Adding "- net.ipv6.conf.all.disable_ipv6=0" to the docker compose file will solve the issue.
See https://github.com/dperson/openvpn-client/issues/75 for a discussion on the issue.
Also similar to #17