Difference between revisions of "VPN with Networkmanager"
Line 18: | Line 18: | ||
== Getting Started == | == Getting Started == | ||
− | To get VPN access you must set up a new VPN connection first. Click on the two arrow (or the WiFi symbol - depending on which connection you are using at the moment) | + | To get VPN access you must set up a new VPN connection first. Click on the two arrow symbol(or the WiFi symbol - depending on which connection you are using at the moment) in the top right corner. |
− | A new window will open up. Click on <code>Add</code> to add a new connection. | + | : Now choose <code>VPN Connections -> Configure VPN...</code>. <br> |
− | + | A new window will open up. | |
+ | : Click on <code>Add</code> to add a new connection. <br> | ||
+ | You will be asked for the connection type. | ||
+ | : Choose <code>OpenVPN</code> and click on <code>create</code>. | ||
+ | Now you have to edit and configure your connection. Choose any connection name e.g. itp_openvpn. <br> | ||
+ | <br> | ||
+ | For the '''Gateway''' type: | ||
+ | vpn.th.physik.uni-frankfurt.de | ||
+ | Under '''Authentication''' select <code>Password</code> as authentication type. Enter your user name and password and choose the previously downloaded CA Certificate 'localca.full.pem'. |
Revision as of 11:38, 29 April 2015
This article shows you how to log into our VPN network without using the terminal. This method is by far more convenient and you also may find this helpful, if you are not very familiar with command lines. We will use a VPN Plugin called network-manager.
Installation
Open up a terminal of your choice (Ctrl + T) and install OpenVPN Network Manager by tying the following line:
sudo apt-get install network-manager-openvpn-gnome
Please enter your password to confirm the installation.
After the successful installation NetworkManager must be restartet:
sudo service network-manager restart
Again, confirm with your password if necessary.
Getting Started
To get VPN access you must set up a new VPN connection first. Click on the two arrow symbol(or the WiFi symbol - depending on which connection you are using at the moment) in the top right corner.
- Now choose
VPN Connections -> Configure VPN...
.
A new window will open up.
- Click on
Add
to add a new connection.
You will be asked for the connection type.
- Choose
OpenVPN
and click oncreate
.
Now you have to edit and configure your connection. Choose any connection name e.g. itp_openvpn.
For the Gateway type:
vpn.th.physik.uni-frankfurt.de
Under Authentication select Password
as authentication type. Enter your user name and password and choose the previously downloaded CA Certificate 'localca.full.pem'.