Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • LZO compression
  • TLS authentication
  • authentication without username/password

OpenVPN username is limited to 27 characters and password to 233 characters.

OVPN Client

PropertyDescription
add-default-route (yes | no; Default: no)Whether to add OVPN remote address as a default route.
auth (md5 | sha1; Default: sha1)Allowed authentication methods.
certificate (string | none; Default: none)Name of the client certificate
cipher (aes128 | aes192 | aes256 | blowfish128; Default: blowfish128)Allowed ciphers.
comment (string; Default: )Descriptive name of an item
connect-to (IP; Default: )Remote address of the OVPN server.
disabled (yes | no; Default: yes)Whether interface is disabled or not. By default it is disabled.
mac-address (MAC; Default: )Mac address of OVPN interface. Will be auto generated if not specified.
max-mtu (integer; Default: 1500)Maximum Transmission Unit. Max packet size that OVPN interface will be able to send without packet fragmentation.
mode (ip | ethernet; Default: ip)Layer3 or layer2 tunnel mode (alternatively tun, tap)
name (string; Default: )Descriptive name of the interface.
password (string; Default: "")Password used for authentication.
port (integer; Default: 1194)Port to connect to.
profile (name; Default: default)
user (string; Default: )User name used for authentication.

...