Difference between revisions of "VPN with Networkmanager"
(31 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | 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 | + | 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. | We will use a VPN Plugin called network-manager. | ||
==Installation== | ==Installation== | ||
− | Open up a terminal of your choice (Ctrl + T) and install OpenVPN Network Manager by | + | Open up a terminal of your choice (Ctrl + T) and install OpenVPN Network Manager by typing the following line: |
sudo apt-get install network-manager-openvpn-gnome | sudo apt-get install network-manager-openvpn-gnome | ||
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 | + | <br>[[File:step_01.png|thumb|x50|Menu in the top right corner in Ubuntu 14.04]] |
− | A new window will open up. Click on <code>Add</code> to add a new connection. | + | [[File:Settings-network.png|thumb|x50|Settings menu in Ubuntu 18.04]] |
− | + | [[File:Settings-network-vpn.png|thumb|x50|VPN Settings in Ubuntu 18.04]] | |
+ | |||
+ | 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 currently using) in the top right corner. | ||
+ | : 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>. | ||
+ | If in the top right corner the option <code>VPN Connections</code> does not exist, the open the normal settings and add a new openvpn connection in <code>Network</code>. | ||
+ | |||
+ | Next you need to edit and configure your connection. Choose any connection name (e.g. itp_openvpn). <br> | ||
+ | |||
+ | For the '''Gateway''' type: | ||
+ | vgw.itp.uni-frankfurt.de | ||
+ | |||
+ | (old gateway: vpn.itp.uni-frankfurt.de) | ||
+ | |||
+ | Under '''Authentication''' select <code>Password</code> as authentication type. Enter your user name and password and choose the CA Certificate 'private-ca-itp.crt'. It can be downloaded [http://th.physik.uni-frankfurt.de/~thw/vpn/private-ca-itp.crt here]. | ||
+ | |||
+ | Your new VPN connection will be listet in '''Network Connections'''. | ||
+ | |||
+ | ==Using a VPN Connection== | ||
+ | To access a VPN network just click on the arrow or WiFi symbol on the top right corner. Your configured connection should be found under '''VPN Connections'''. |
Latest revision as of 10:26, 17 February 2020
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 typing 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 currently using) 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...
.
If in the top right corner the option VPN Connections
does not exist, the open the normal settings and add a new openvpn connection in Network
.
Next you need to edit and configure your connection. Choose any connection name (e.g. itp_openvpn).
For the Gateway type:
vgw.itp.uni-frankfurt.de
(old gateway: vpn.itp.uni-frankfurt.de)
Under Authentication select Password
as authentication type. Enter your user name and password and choose the CA Certificate 'private-ca-itp.crt'. It can be downloaded here.
Your new VPN connection will be listet in Network Connections.
Using a VPN Connection
To access a VPN network just click on the arrow or WiFi symbol on the top right corner. Your configured connection should be found under VPN Connections.