cohoe / workstation

Ansible scripts to configure desktop workstations.
4 stars 2 forks source link

Undo OpenVPN unit file change #133

Closed cohoe closed 1 year ago

cohoe commented 2 years ago

https://community.ui.com/questions/OpenVPN-Server-Config-json-for-USG/47716dd6-23cc-4bd9-87a0-9a2c17fbdfec

https://customer.cradlepoint.com/s/article/OpenVPN-tunnel-will-not-establish-cipher-mismatch

http://matthewcasperson.blogspot.com/2015/03/fixing-openvpn-authenticatedecrypt.html

https://github.com/OpenVPN/openvpn/blob/master/doc/man-sections/cipher-negotiation.rst

cohoe commented 2 years ago
set interfaces openvpn vtun65 openvpn-option "--cipher AES-256-CBC"

add cipher to config, maybe to unit file?

"openvpn": {
  "vtun65": {
    "openvpn-option": [
      "--cipher AES-256-CBC"
    ]
  }
},