Changes for page VPN Access
Last modified by Thomas Coelho on 2025/10/31 13:48
From version 1.1
edited by Thomas Coelho
on 2022/06/22 14:38
on 2022/06/22 14:38
Change comment:
There is no comment for this version
To version 6.2
edited by Thomas Coelho (local)
on 2025/10/28 12:08
on 2025/10/28 12:08
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. thw1 +XWiki.coelho - Content
-
... ... @@ -2,6 +2,9 @@ 2 2 {{toc/}} 3 3 {{/box}} 4 4 5 +{{warning}} 6 +Work in progress. 7 +{{/warning}} 5 5 6 6 To get full access to our network from external locations we provide a VPN access based on openVPN. This is free software and part of every Linux distribution. The following guide has been tested with Ubuntu. 7 7 ... ... @@ -17,25 +17,26 @@ 17 17 18 18 Open up a terminal of your choice (Ctrl + T) and install OpenVPN Network Manager by typing the following line: 19 19 20 - sudo apt-get install network-manager-openvpn-gnome 23 +{{code}} 24 + sudo apt-get install network-manager-openvpn-gnome 25 +{{/code}} 21 21 22 22 Please enter your password to confirm the installation. 23 23 24 24 After the successful installation NetworkManager must be restartet: 25 - 26 - sudo service network-manager restart 27 27 28 -Again, confirm with your password if necessary. 31 +{{code}} 32 + sudo service network-manager restart 33 +{{/code}} 29 29 30 - ~== GettingStarted==35 +Again, confirm with your password if necessary. 31 31 32 -<br>~[~[File:step_01.png|thumb|x50|Menu in the top right corner in Ubuntu 14.04]] 33 -~[~[File:Settings-network.png|thumb|x50|Settings menu in Ubuntu 18.04]] 34 -~[~[File:Settings-network-vpn.png|thumb|x50|VPN Settings in Ubuntu 18.04]] 37 +== Getting Started == 35 35 36 36 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. 37 -~: Now choose <code>VPN Connections -> Configure VPN...</code>. <br> 38 -A new window will open up. 40 + 41 +* Now choose Connections -> Configure VPN.... 42 + A new window will open up. 39 39 ~: Click on <code>Add</code> to add a new connection. <br> 40 40 You will be asked for the connection type. 41 41 ~: Choose <code>OpenVPN</code> and click on <code>Create...</code>. ... ... @@ -46,13 +46,15 @@ 46 46 For the '''Gateway''' type: 47 47 vgw.itp.uni-frankfurt.de 48 48 49 -(old gateway: vpn.itp.uni-frankfurt.de) 50 - 51 51 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]. 52 52 53 53 Your new VPN connection will be listet in '''Network Connections'''. 54 54 55 -~==Using a VPN Connection== 57 +[[image:Bildschirmfoto vom 2025-10-28 11-50-07.png||alt="VPN Configuration Dialog" height="384" width="600"]] 58 + 59 +=== Using a VPN Connection === 60 + 61 + 56 56 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'''. 57 57 58 58 ... ... @@ -109,8 +109,7 @@ 109 109 ~=== Start the VPN connection === 110 110 111 111 Open a terminal and change to the path where the vpn config file is stored. Start the connection with 112 - 113 - sudo openvpn itp.ovpn 118 +\\ sudo openvpn itp.ovpn 114 114 115 115 where itp.ovpn is the name of the config file. openvpn needs root access, therefore you must enter your local password for sudo. After this you have to enter your ITP credentials (Username and Password). 116 116 ... ... @@ -131,13 +131,13 @@ 131 131 132 132 Termiate the session by pressing Ctrl-C in this terminal. 133 133 134 - ~==OpenVPN for Windows 10==139 +== OpenVPN for Windows 10 == 135 135 136 -At the time of writing, you can download OpenVPN on 'https:~/~/openvpn.net/community-downloads/'. 141 +At the time of writing, you can download OpenVPN on '[[https:~~/~~/openvpn.net/community-downloads/>>https://openvpn.net/community-downloads/]]'. 137 137 Download the exe-file for Windows 10 and install OpenVPN. 138 138 Start 'OpenVPN GUI'. You will get a message that no config file was found. But starting 'OpenVPN GUI' creates a directory to put the config files into. 139 139 140 -Next you need to download our CA (Certificate of Authority) [http:~/~/th.physik.uni-frankfurt.de/~~thw/vpn/private-ca-itp.crt] and the config file [http:~/~/th.physik.uni-frankfurt.de/~~thw/vpn/all-via-itp.ovpn]. 145 +Next you need to download our [[CA (Certificate of Authority)>>http://th.physik.uni-frankfurt.de/~~thw/vpn/private-ca-itp.crt]] [http:~/~/th.physik.uni-frankfurt.de/~~thw/vpn/private-ca-itp.crt] and the [[config file>>http://th.physik.uni-frankfurt.de/~~thw/vpn/all-via-itp.ovpn]] [http:~/~/th.physik.uni-frankfurt.de/~~thw/vpn/all-via-itp.ovpn]. 141 141 142 142 Some Browsers, depending on the download method, save some of these files as standard text files '.txt'. If this happens, you need to rename them to 'private-ca-itp.crt' and 'all-via-itp.ovpn'. With standard configuration Windows 10 does not show the endings of the file names. The endings are correct if for 'all-via-itp.ovpn' the file type is shown as 'OpenVPN Config' and for 'private-ca-itp.crt' as 'Sicherheitszertifikat' or 'security certificate'. 143 143
- Bildschirmfoto vom 2025-10-28 11-50-07.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.coelho - Size
-
... ... @@ -1,0 +1,1 @@ 1 +87.3 KB - Content