Feature #2295
closedAllow multiple OpenVPN compression settings (disable, yes, no, adaptive)
0%
Description
The issue was discussed in http://forum.pfsense.org/index.php/topic,47156.0.html and has to do with how OpenVPN behaves depending on comp-lzo setting.
If there is a "comp-lzo" directive in the configuration file, an extra lzo bit is added regardless of its setting, i.e. even if 'comp-lzo no' is specified. This will cause errors if making a connection to another openvpn with no "comp-lzo" directive in its configuration file.
The proposed solution was to have a drop-down menu for comp-lzo that includes a 'disabled' option, to achieve the most flexible configuration i.e.
disable (no "comp-lzo" directive at all) yes no adaptive
Updated by Jim Pingle about 11 years ago
- Status changed from New to Feedback
- Target version set to 2.2
This is now implemented in edba19827078642a765df3a49e60ab92968cacc6 and 9ed529906cf9dc2a571df550a813855de2a9b0b8 (And also in the OpenVPN Client export package in commit:5e20654577393326d9a7b87fff9f76ba3677a32b )
Updated by Chris Buechler about 10 years ago
- Status changed from Feedback to Resolved