This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
soft:vpn:start [2012/07/20 12:43] szymon.kulis created |
soft:vpn:start [2019/03/08 14:08] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Open VPN access ====== | ====== Open VPN access ====== | ||
- | 12.04 : | + | ===== Administrators ===== |
+ | * VPN administrator : **Michał Dwużnik** | ||
+ | * People who can help : **Szymon Kulis**, **Kuba Moron** | ||
- | install network-manager-openvpn-gnome | + | ===== Using VPN ===== |
- | Polaczenie VPN -> skonfiguj vpn -> vpn -> dodaj -> | + | |
- | open vpn | + | |
- | Brama 149.156.109.66 | + | ==== Getting started ==== |
- | typ:certyfikaty tls | + | First of all you have to contact with Michał Dwużnik to obtain yours certificate, private key and server certificate files. |
- | zaawansowane | + | ==== Configuration ==== |
- | port bramy 22 | + | |
+ | === Ubuntu 12.04 (GNOME) === | ||
+ | - install **network-manager-openvpn-gnome** | ||
+ | - Go to **Network Manager** -> **VPN Connections** -> **Configure VPN** -> **Add ** | ||
+ | - type : **OpenVPN** -> **Create ** | ||
+ | - Name : anything (e.g. **KOIVPN**) | ||
+ | - GateWay : **149.156.109.66** | ||
+ | - Type : **Certificates TLS** | ||
+ | - User certificate : **username.crt** , CA Certificate : **ca.crt ** , Private key file: ** username.key** | ||
+ | - Private key pass-phrase : **yours password** | ||
+ | - Advanced -> Gateway port : **22 ** , **LZO Compresion**, **TCP Connection** | ||
+ | - **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** |