Difference between revisions of "OpenVPN"

From Fixme.ch
Jump to: navigation, search
(Command Line)
(Information)
Line 3: Line 3:
 
* Easy access to the FIXME [[Network]] from the outside world
 
* Easy access to the FIXME [[Network]] from the outside world
 
* This is part of the [[Internal_Server]]
 
* This is part of the [[Internal_Server]]
* You must have a local account on foo and be in the ''vpn'' unix group
+
* You must have a local account on foo and be in the '''vpnusers''' unix group
  
 
== Client configuration ==
 
== Client configuration ==

Revision as of 17:27, 27 December 2013

Information

  • Easy access to the FIXME Network from the outside world
  • This is part of the Internal_Server
  • You must have a local account on foo and be in the vpnusers unix group

Client configuration

Command Line

  • FIXME: Where is the CA ?
  • 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

Gnome Network manager