wg-access-server icon indicating copy to clipboard operation
wg-access-server copied to clipboard

Help!

Open tgssaa opened this issue 1 year ago • 1 comments

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!

tgssaa avatar Mar 31 '23 12:03 tgssaa

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.

GoliathLabs avatar Jul 19 '23 21:07 GoliathLabs