Difference between revisions of "OpenVPN"

From Fixme.ch
Jump to: navigation, search
(Information)
Line 1: Line 1:
 
[[Category:Services]]
 
[[Category:Services]]
 
== Information ==
 
== Information ==
 +
* This is part of the [[Internal_Server]]
 +
 
== Client configuration ==
 
== Client configuration ==
  

Revision as of 04:13, 4 January 2013

Information

Client configuration

Gnome Network manager

Command Line

  • Put the following content in a foo.cfg configuration file
    • /!\ The certificate ca.crt must be in the same directory as foo.cfg, or change path in foo.cfg /!\
client
dev tun
proto udp
remote foo.fixme.ch 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
comp-lzo
verb 4
auth-user-pass
  • To connect:
$ openvpn foo.cfg