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.xmlClient-specific configuration/pkg.php?xml=openvpn_csc.xmldisableDisabledcheckboxserveraddrServerprotocolProtocoldescriptionDescriptiondisableDisable this tunnelThis allows you to disable this tunnel without removing it from the list.checkboxprotocolProtocolThe protocol to be used for the VPN.selectUDPserveraddrServer addressThis is the address OpenVPN will try to connect to in order to establish the tunnel. Set it to the remote endpoint's address.inputserverportServer portThe port OpenVPN will use to connect to the server. Most people would want to use 1194 here.input11945interface_ipInterface IPThis specifies the IPs to be assigned to the local interface. Expressed as a CIDR range. The first address in the range will be set to the remote endpoint of the interface, and the second will be assigned to the local endpoint. For TLS VPNs, the interface IPs are assigned by the server pool.inputremote_networkRemote networkThis is the network that will be accessable from your endpoint. Expressed as a CIDR range. You may leave this blank if all you want is to access the VPN clients. You normally want this set to the remote endpoint's LAN network.inputproxy_hostnameProxy HostProxy server hostname.inputproxy_portProxy portThe port OpenVPN will use on the proxy server.input31285cryptoCryptographyHere you can choose the cryptography algorithm to be used.selectBF-CBCauth_methodAuthentication methodThe authentication method to be used.selectonAuthMethodChanged()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.checkboxcustom_optionsCustom optionsYou can put your own custom options here, separated by semi-colons (;). They'll be added to the client configuration.inputdescriptionDescriptionYou 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', $id);