openvpnclient OpenVPN: Client openvpn.inc An OpenVPN client has been deleted. An OpenVPN client has been created/modified. Server /pkg.php?xml=openvpn.xml Client /pkg.php?xml=openvpn_cli.xml disable Disabled checkbox serveraddr Server protocol Protocol ipblock IP block description Description disable Disable this tunnel This allows you to disable this tunnel without removing it from the list. yes checkbox protocol Protocol The protocol to be used for the VPN. yes select port Local port The port OpenVPN will use to connect to the remote endpoint. Should be set to 1194, unless this port is already in use. yes input 5 serveraddr Server address This is the address OpenVPN will try to connect to in order to establish the tunnel. Set it to the remote endpoint's address. yes input serverport Server port The port OpenVPN will use to connect to the server. Most people would want to use 1194 here. yes input 5 local_ip Local IP This is the local IP of the VPN. yes input remote_ip Remote IP This is the remote IP of the VPN. yes input ipblock IP block This 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'. yes input crypto Cryptography Here you can choose the cryptography algorithm to be used. yes select auth_method Authentication method The authentication method to be used. yes select onAuthMethodChanged() shared_key Shared key Paste your shared key here. textarea base64 8 40 ca_cert CA certificate Paste the server's CA certificate in X.509 format here. textarea base64 8 40 client_cert Client certificate Paste your client certificate in X.509 format here. textarea base64 8 40 client_key Client key Paste your client key in RSA format here. textarea base64 8 40 use_lzo LZO compression Checking this will compress the packets using the LZO algorithm before sending them. checkbox description Description You 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']);