Actions
Bug #13664
closed
JP
JP
GUI allows configuring OpenVPN DCO with incompatible options (TCP, compression, TAP, net30)
Bug #13664:
GUI allows configuring OpenVPN DCO with incompatible options (TCP, compression, TAP, net30)
Start date:
Due date:
% Done:
100%
Estimated time:
Release Notes:
Default
Affected Plus Version:
Affected Architecture:
Description
When DCO mode is enabled for OpenVPN, the GUI allows configuring options which are currently incompatible with OpenVPN DCO.
So far the ones we have noted are:
- Compression -- should be forced to "no" sp so it gets disabled. GUI options can be hidden. Backend code should force compression off at all times.
- Protocol selection allows choosing TCP, but DCO is only compatible with UDP encapsulation. GUI should suppress the TCP options when DCO is enabled. Backend code should refuse to start, since changing protocols automatically could be problematic for the user in various ways.
Actions