Actions
Bug #7074
closedDue to OpenVPN protocol selection changes, automatic port number guessing/adjustment is not working
Start date:
01/03/2017
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4
Affected Architecture:
Description
After the protocol selection changes needed for #7062, the OpenVPN server page is not adjusting the port numbers like it used to.
For example if there was a UDP server on 1194, it would automatically use 1195 for the next new server.
There may also be some input validation that isn't properly detecting collisions.
Note:- "UDP" is dual stack and conflicts with "UDP4" and "UDP6"
- "TCP" is dual stack and conflicts with "TCP4" and "TCP6"
- "UDP4" and "UDP6" do not conflict unless the interface is set to "any"
- "TCP4" and "TCP6" do not conflict unless the interface is set to "any"
Actions