This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
soft:vpn:start [2012/07/20 13:34] szymon.kulis |
soft:vpn:start [2019/03/08 14:08] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Open VPN access ====== | ====== Open VPN access ====== | ||
+ | ===== Administrators ===== | ||
+ | * VPN administrator : **Michał Dwużnik** | ||
+ | * People who can help : **Szymon Kulis**, **Kuba Moron** | ||
- | ===== Ubuntu 12.04 (GNOME) ===== | + | ===== Using VPN ===== |
+ | |||
+ | ==== Getting started ==== | ||
+ | First of all you have to contact with Michał Dwużnik to obtain yours certificate, private key and server certificate files. | ||
+ | |||
+ | ==== Configuration ==== | ||
+ | |||
+ | === Ubuntu 12.04 (GNOME) === | ||
- install **network-manager-openvpn-gnome** | - install **network-manager-openvpn-gnome** | ||
- Go to **Network Manager** -> **VPN Connections** -> **Configure VPN** -> **Add ** | - Go to **Network Manager** -> **VPN Connections** -> **Configure VPN** -> **Add ** | ||
Line 14: | Line 24: | ||
- **Save** | - **Save** | ||
+ | === Ubuntu 11.10 (KDE) === | ||
+ | - install **network-manager-openvpn** | ||
+ | - go to **Network Manager** (in system tray)-> **Manage Connections**, choose tab **VPN** -> **Add** | ||
+ | - type yours custom **Connection name**, in tab **OpenVPN** choose tab **Required Settings** | ||
+ | - GateWay: **149.156.109.66** | ||
+ | - Connection type: **X.509 Certificates** | ||
+ | - CA file: **ca.crt**, Certificate: **username.crt**, Key: **username.key** | ||
+ | - Key password: **yours password** | ||
+ | - go to tab **Optional Settings** | ||
+ | - Gateway Port: **22** | ||
+ | - select **Use LZO compression**, **Use TCP connection** | ||
+ | - **OK**, **OK**, open **Network Manager** once again and click **Yours custom connection name** in **Connections** |