openvpnclientOpenVPN: Clientopenvpn.incAn OpenVPN client has been deleted.An OpenVPN client has been created/modified.Server/pkg.php?xml=openvpn.xmlClient/pkg.php?xml=openvpn_cli.xmldisableDisabledcheckboxserveraddrServerprotocolProtocolipblockIP blockdescriptionDescriptiondisableDisable this tunnelThis allows you to disable this tunnel without removing it from the list.yescheckboxprotocolProtocolThe protocol to be used for the VPN.yesselectportLocal portThe port OpenVPN will use to connect to the remote endpoint. Should be set to 1194, unless this port is already in use.yesinput5serveraddrServer addressThis is the address OpenVPN will try to connect to in order to establish the tunnel. Set it to the remote endpoint's address.yesinputserverportServer portThe port OpenVPN will use to connect to the server. Most people would want to use 1194 here.yesinput5local_ipLocal IPThis is the local IP of the VPN.yesinputremote_ipRemote IPThis is the remote IP of the VPN.yesinputipblockIP blockThis is the remote IP block in (expressed as a CIDR range) that will be accessable from your endpoint, e.g.: '10.2.0.0/16'.yesinputcryptoCryptographyHere you can choose the cryptography algorithm to be used.yesselectauth_methodAuthentication methodThe authentication method to be used.yesselectonAuthMethodChanged()shared_keyShared keyPaste your shared key here.textareabase64840ca_certCA certificatePaste the server's CA certificate in X.509 format here.textareabase64840client_certClient certificatePaste your client certificate in X.509 format here.textareabase64840client_keyClient keyPaste your client key in RSA format here.textareabase64840use_lzoLZO compressionChecking this will compress the packets using the LZO algorithm before sending them.checkboxdescriptionDescriptionYou may enter a description here. This is optional and is not parsed.input
openvpn_get_ciphers(&$pkg);
openvpn_print_javascript('client');
openvpn_print_javascript2();
openvpn_validate_input('client', $_POST, &$input_errors);
openvpn_resync('client', $_POST['id']);