-
Notifications
You must be signed in to change notification settings - Fork 759
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
OpenVPN client: add support for IPv6 dynamic interface configuration #2522
Comments
|
Here is the first message: Thanks ! |
|
Some news on this: This allows me to auto-set the gateway, and enable the IPv6 "route-to" firewall setting. But, I still need o have NATing on the VPN interface (in IPv6, yes..) and this won't work. If I manually set the NAT address to the public IPv6, everything works well... Here are my (not very clean) code for the ovpn-linkup file: Edit: fixed links |
|
some things have changed in the meantime, reference #2799 |
Hello,
I've been trying to configure a VPN client to do IPv6 inside the VPN tunnel.
My server sends me a single IPv6 address, but that is dynamically allocated.
I need to do IPv6 NAT and force-gateway rules to allow IPv6 traffic to get in the tunnel.
Here is the issue:
I think that the parsing script has to be adapted to get the IPv6 settings.
Thanks,
Quentin
The text was updated successfully, but these errors were encountered: