OpenVPN Clients

From DuncanWiki
Jump to: navigation, search

THIS PAGE IS UNDER CONSTRUCTION

Configuring The Client

  • remote notpip.homelinux.org : what OpenVPN system we should connect to
remote notpip.homelinux.org 1194
client 
remote-cert-tls server 
dev tun0 
proto udp
resolv-retry infinite 
nobind 
persist-key 
persist-tun 
float 

#If the pushed routes appear not to be added on windows hosts, add the following:
#route-delay 30

ca ca.crt 
cert $rename_to_your_crt.crt 
key $rename_to_your_key.key

cipher AES-128-CBC
comp-lzo
Personal tools