Untitled
By: a guest | Nov 9th, 2009 | Syntax:
None | Size: 2.18 KB | Hits: 312 | Expires: Never
#============================================================================#
# Specify the Hostname or the IP, the port and the protocol (tcp or udp) #
# to reach the OpenVPN Server. #
# The Hostname can be a dynamic FQDN such as a DynDNS one. #
#============================================================================#
remote ***YOURHOSTNAMEHERE*** 1194
proto tcp
#============================================================================#
# You must specify this parameter if you want the Username and Password #
# request to appear. Comment it if you only use X.509 Authentication. #
#============================================================================#
auth-user-pass
#============================================================================#
# You need to specify the file which contains the certificate (PEM format) #
# of the Certification Authority that signed the OpenVPN server certificate. #
# You can export it by clicking the hyperlink CA on the login page of #
# ZeroShell. #
# Notice that you need to specify this parameter also if you use #
# "Password Only" Authentication. #
#============================================================================#
ca CA.pem
#============================================================================#
# If you want to use the Client X.509 Authentication you must specify #
# a client certificate and the related private key in pem format. #
# You can merge both in the same file. #
#============================================================================#
cert admin.pem
key admin.pem
#============================================================================#
# You should not need to change these settings. #
#============================================================================#
comp-lzo
verb 4
mute 20
resolv-retry infinite
nobind
client
dev tap
persist-key
persist-tun