Difference between revisions of "OpenVPN"
From Fixme.ch
(→Gnome Network manager) |
(→Gnome Network manager) |
||
| Line 14: | Line 14: | ||
== Gnome Network manager == | == Gnome Network manager == | ||
| − | [[File:Screenshot_from_2013-01-02_00-51-24.png]] | + | [[File:Screenshot_from_2013-01-02_00-51-24.png|x500px]] |
| − | [[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-51-51.png|x500px]] |
| − | [[File:Screenshot_from_2013-01-02_00-52-31.png]] | + | |
| − | [[File:Screenshot_from_2013-01-02_00-52-48.png]] | + | [[File:Screenshot_from_2013-01-02_00-52-14.png|x500px]] |
| + | |||
| + | [[File:Screenshot_from_2013-01-02_00-52-31.png|x500px]] | ||
| + | |||
| + | [[File:Screenshot_from_2013-01-02_00-52-48.png|x500px]] | ||
| + | |||
| + | |||
| + | == Openvpn shell config == | ||
| + | foo.cfg | ||
| + | <pre> | ||
| + | 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 | ||
| + | </pre> | ||
| + | /!\ You need to have the certificate ca.crt in the same directory as foo.cfg, or change path in foo.cfg /!\ | ||
| + | |||
| + | |||
| + | To connect: | ||
| + | <pre> | ||
| + | openvpn foo.cfg | ||
| + | </pre> | ||
Revision as of 21:23, 2 January 2013
Information
- COMING SOON
- FREESTORM NEEDS TO DOCUMENT THIS SHIT HARD!!!!!
Client configuration
Gnome Network manager
Openvpn shell config
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
/!\ You need to have the certificate ca.crt in the same directory as foo.cfg, or change path in foo.cfg /!\
To connect:
openvpn foo.cfg



