I'm trying to configure similar that one OpenVPN server can listen on both IPv4 and IPv6 addresses simultaneously to establish the tunnel. I have doen similar setup and it worked fine if I bind specific IP (v4/v6) with `--local`.It turns out that I am wrong.![]()
OpenVPN can use IPv6 and IPv4 on one server instance. All you need is --proto udp6
Now I'm trying to remove `--local` and use `--proto udp6` only to bind both IPv4 and IPv6 addresses
but it's only bind to IPv6, and the connection can't be established
Code:
netstat -tuln | grep 443udp6 0 0 :::443 :::*udp6 0 0 :::443 :::*
Statistics: Posted by elcrdaya — Sun Dec 29, 2024 6:50 pm