We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
I would like to ask, can this service be built on an ipv6 only vps? I followed the code and it failed.
"root@srv27550:~# docker run -it --rm --cap-add NET_ADMIN --device /dev/net/tun:/dev/net/tun -v wg-access-server-data:/data -e "WG_ADMIN_PASSWORD=5zM3UtH7Cd1z2itV71YF" -e "WG_WIREGUARD_PRIVATE_KEY=AE+ID6Hzw+mQ5cxTxU9KUg9fRb0PC0mEzNUUrXBs7Gg=" -p 8000:8000/tcp -p 51820:51820/udp place1/wg-access-server docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: unable to join session keyring: unable to create session key: disk quota exceeded: unknown."
I would like to know how to build it on an ipv6 only vps? If so, please tell me how to set it up.
Thank you so much!
The text was updated successfully, but these errors were encountered:
Hi @tgssaa there's a fork of this project which has proper IPv6 support implemented. You may want to check it out: https://github.com/freifunkMUC/wg-access-server
If there still are any problems, feel free to open an issue over there.
Sorry, something went wrong.
No branches or pull requests
Hello!
I would like to ask, can this service be built on an ipv6 only vps? I followed the code and it failed.
"root@srv27550:~# docker run
-it
--rm
--cap-add NET_ADMIN
--device /dev/net/tun:/dev/net/tun
-v wg-access-server-data:/data
-e "WG_ADMIN_PASSWORD=5zM3UtH7Cd1z2itV71YF"
-e "WG_WIREGUARD_PRIVATE_KEY=AE+ID6Hzw+mQ5cxTxU9KUg9fRb0PC0mEzNUUrXBs7Gg="
-p 8000:8000/tcp
-p 51820:51820/udp
place1/wg-access-server
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: unable to join session keyring: unable to create session key: disk quota exceeded: unknown."
I would like to know how to build it on an ipv6 only vps? If so, please tell me how to set it up.
Thank you so much!
The text was updated successfully, but these errors were encountered: