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"
Updated by Renato Botelho almost 8 years ago
- Status changed from Confirmed to Feedback
- % Done changed from 0 to 100
Applied in changeset f69e098f41bb3937b244b557969009535a911ef4.
Updated by Jim Pingle almost 8 years ago
- Status changed from Feedback to Resolved
I tried a few combinations and it all worked. Creating a new instance or using the wizard properly guessed the next highest available port as well.
Actions