5994929
#########################################
5994929
# Sample client-side OpenVPN config file
5994929
# for connecting to multi-client server.
5994929
#
5994929
# Adapted from http://openvpn.sourceforge.net/20notes.html
5994929
#
5994929
# The server can be pinged at 10.8.0.1.
5994929
#
5994929
# This configuration can be used by multiple
5994929
# clients, however each client should have
5994929
# its own cert and key files.
5994929
#
5994929
# tun-style tunnel
5994929
5994929
port 1194
5994929
dev tun
5994929
remote [my server hostname or IP address]
5994929
5994929
# TLS parms
5994929
5994929
tls-client
5994929
ca sample-keys/tmp-ca.crt
5994929
cert sample-keys/client.crt
5994929
key sample-keys/client.key
5994929
5994929
# This parm is required for connecting
5994929
# to a multi-client server.  It tells
5994929
# the client to accept options which
5994929
# the server pushes to us.
5994929
pull
5994929
5994929
# Scripts can be used to do various
5994929
# things (change nameservers, for
5994929
# example.
5994929
#up scripts/ifup-post
5994929
#down scripts/ifdown-post
5994929
5994929
verb 4