Difference between revisions of "OpenVPN"

From Fixme.ch
Jump to: navigation, search
(Information)
(Client configuration)
Line 6: Line 6:
  
 
== Client configuration ==
 
== Client configuration ==
 
=== Gnome Network manager ===
 
<gallery>
 
File:Screenshot_from_2013-01-02_00-51-24.png
 
File:Screenshot_from_2013-01-02_00-51-51.png
 
File:Screenshot_from_2013-01-02_00-52-14.png
 
File:Screenshot_from_2013-01-02_00-52-31.png
 
File:Screenshot_from_2013-01-02_00-52-48.png
 
</gallery>
 
 
 
=== Command Line ===
 
=== Command Line ===
 
* Put the following content in a ''foo.cfg'' configuration file
 
* Put the following content in a ''foo.cfg'' configuration file
Line 37: Line 27:
 
$ openvpn foo.cfg
 
$ openvpn foo.cfg
 
</pre>
 
</pre>
 +
 +
=== Gnome Network manager ===
 +
<gallery>
 +
File:Screenshot_from_2013-01-02_00-51-24.png
 +
File:Screenshot_from_2013-01-02_00-51-51.png
 +
File:Screenshot_from_2013-01-02_00-52-14.png
 +
File:Screenshot_from_2013-01-02_00-52-31.png
 +
File:Screenshot_from_2013-01-02_00-52-48.png
 +
</gallery>

Revision as of 04:14, 4 January 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 vpn unix group

Client configuration

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

Gnome Network manager