-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Advanced OpenVPN configuration via GUI options #2048
Comments
|
I’ll work on this as time permits. |
|
The client export also includes "--comp-lzo" which has been depreciated. The new method is "--compress [algorithm]". |
|
+1 for this. Please ;-) Security wise, these are very good controls to have. Some do not have a good way of implementing using the free form advanced settings box. Good as in, fully included in config backups / restores, or OpenVPN client config exports. |
|
Should the TLA-AUTH feature be replaced by TLS-CRYPT or be choosable as an alternative ? |
|
tls-auth and tls-crypt should coexist as selectable options. One does not deprecate the other. You can only use one of them at a time. If nothing else, they should both remain as options for backwards compatibility with pre-existing setups. |
|
@AdSchellevis maybe you have incentive to work on this earlier, for now I'll have to push to 19.7 |
|
@fichtner I have no plans for this at the moment, move further is certainly fine. |
|
Hello, |
|
+1 on tls-crypt, without it it's really a pain |
|
It would be nice to have this feature implemented. Btw, there is a workaround:
|
|
Hi, we are planning to migrate all our pfsense boxes ( 30 boxes aprox. ) to opnsense because we found opnsense better but this "missing" ui feature for openvpn is quite annoying we have to say, would be really appreciated if this is done in the next release Please think about those one too :
We can provide openvpn conf files to help sorry for my english ! |
|
Move NCP in to its own feature request, since this issue contains many features. |
|
This is a big requirement for folks looking for a drop-in replacement for pfSense. Administrators of multi-user environments have already distributed OpenVPN configs, and having no option for tls-crypt means they're going to have to shoehorn it in or redistribute configs. No GUI option for tls-crypt would be acceptable if the Advanced config field wasn't being deprecated. Without it, administrators wanting improved security will have to dig into the file system, which is far from ideal. I really hope that the OpenVPN GUI configuration tool will have all of the common options before the Advanced field gets taken away. |
|
I approached this problem with this workaround so far: |
The problem is advanced options will never be 100% covered from the GUI, and it's far far better security to see the advanced config then to have it hidden in a file nobody ever knows to check. The advanced options should be available some way even if it's hidden by default. I agree the goal should be to cover almost all options from the GUI, but that doesn't mean advanced should ever go away. Right now I use it for persistent IP leases which would be nice to have set from the GUI but how many other people care about that option? |
|
perhaps it could be an idea to habe a checkbox in system-settings to "enable. advances settings" which "unhides" the advanced config boxes ? |
|
right now the ovpn file type export option has a bug. it comes down as filename.ovpn.txt on ios/safari due to the headers. this means its not easy to import into openvpn apps on ios. some quick searching appears that the headers need to be more specific to the filetype during the download. eg |
|
better open new issues after 23.7 is released aiming the new |
Hi,
It would be great if it would be possible to configure some more advanced settings for OpenVPN directly via options in the GUI rather than using the "Advanced configuration" field. I am thinking of GUI options reflecting the following OpenVPN config options:
Is there anything planned? Also OpenVPN running as unpriviledged user would be superb :)
The text was updated successfully, but these errors were encountered: