Actions
Bug #10368
closedOpenVPN server no definition of protocol to use (udp4)
Start date:
03/23/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.4-p3
Affected Architecture:
All
Description
When implementing a OpenVPN server and selecting the protocol "udp on ipv4 only" i expect, that that is exaclty what is included in my client configuration file.
Since this is not what is being configured, clients which have ipv6 available will try to connect through ipv6 and since the server is not running on ipv6 they are unable to connect.
What actually is included:
remote example.org 1194 udp
What i expect to be included:
remote exmaple.org 1194 udp4
Actions