Hello!
I have the static native IPv6 network from my ISP. How do I allow clients to work through the IPv6 network?
I added to server user's settings:
proto udp6
server-ipv6 2002:d040:79a1:5::/64
push "route-ipv6 2000::/3"
push "dhcp-option DNS 2001:4860:4860::8888"
Then apply the firewall...
On Linux (Manjaro with Kernel 4.4.21 and OpenSSL 1.0.2h) OpenVPN client via KDE NetworkManager works fine... :) Seems, the problem only with Windows OpenVPN client. I use this. Why? :(
Client configuration:
client
dev tun
proto udp
remote somehost.asuscomm.com 1194
float
cipher AES-256-CBC...
I generate certificates for OpenVPN server manually using this instruction with vars file (un-comment the string set_var EASYRSA_DIGEST "sha256").
Install them, server successfully restarted.
However, client cannot connect to server:
Wed Sep 28 12:41:46 2016 OpenVPN 2.3.12...