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.textareabase64840tlsTLSPaste your HMAC signature (TLS) here (optional).textareabase64840use_lzoLZO compressionChecking this will compress the packets using the LZO algorithm before sending them.checkboxuse_shaperLimit outgoing bandwidthMaximum outgoing bandwidth for this tunnel. Leave empty for no limit. The input value has to be something between 100 bytes/sec and 100 Mbytes/sec (entered as bytes per second).inputuse_dynamicportDynamic sourceportChecking this will let the openvpn client choose a dynamic sourceport for this connection.checkboxpasstosPass Type-Of-ServiceChecking this will set the TOS field of the tunnel packet to what the payload's TOS is.checkboxinfiniteresolvretryInfinitely resolve serverInfinitely retry to resolve the host name of the OpenVPN server. Useful for not permanently internet-connected machines.checkboxcustom_optionsCustom optionsYou can put your own custom options here, separated by semi-colons (;). They'll be added to the client configuration.textarea655descriptionDescriptionYou 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);