Quantcast
Channel: OpenVPN Support Forum
Viewing all articles
Browse latest Browse all 267

Server Administration • Re: Unable to listen on both ipv4 and ipv6 at same time

$
0
0
It turns out that I am wrong. :oops:

OpenVPN can use IPv6 and IPv4 on one server instance. All you need is --proto udp6
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`.
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                  :::*
Any idea?

Statistics: Posted by elcrdaya — Sun Dec 29, 2024 6:50 pm



Viewing all articles
Browse latest Browse all 267

Trending Articles