mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 18:15:50 +03:00
[GH-ISSUE #457] IPv6, Can connect to VPN but not to the internet #428
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lovinoes on GitHub (Nov 16, 2024).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/457
I just successfully set up the VPN with the Docker image “hwdsl2/ipsec-vpn-server” and I was wondering if IPv6 support is available. I wanted to ask this because I only have IPv6 on my home network and I can connect to the VPN but not to the internet.
To Reproduce
Steps to reproduce the behavior:
Logs
Configuration
Server
Client
@hwdsl2 commented on GitHub (Nov 17, 2024):
@Lovinoes Hello! Thank you for providing the details in this issue. Currently, this project does not support sending IPv6 traffic from the clients through the VPN. Only IPv4 traffic is supported. This feature is not planned in the short term. I would suggest that you try a different solution other than IPsec VPN, for example, OpenVPN or WireGuard. If your use case requires Docker, you may be able to find some Docker-based solutions too.
@Lovinoes commented on GitHub (Nov 17, 2024):
Hi, thanks for the reply! It's a shame, but it would be great if IPv6 support could be added in the future. Hopefully, it’s something that might be considered later on. 🙂