Changes for page VPN Access

Last modified by Thomas Coelho (local) on 2024/11/18 11:42

From version 2.1
edited by Thomas Coelho
on 2022/06/22 14:38
Change comment: There is no comment for this version
To version 3.1
edited by Thomas Coelho (local)
on 2024/11/18 11:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.thw
1 +XWiki.coelho
Content
... ... @@ -2,6 +2,9 @@
2 2  {{toc/}}
3 3  {{/box}}
4 4  
5 +{{warning}}
6 +This page needs to rework. New screen shots need to be doone.
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  
... ... @@ -22,10 +22,9 @@
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
28 +\\ sudo service network-manager restart
27 27  
28 -Again, confirm with your password if necessary.
30 +Again, confirm with your password if necessary. 
29 29  
30 30  ~== Getting Started ==
31 31  
... ... @@ -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
114 +\\ 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==
135 +== OpenVPN for Windows 10 ==
135 135  
136 -At the time of writing, you can download OpenVPN on 'https:~/~/openvpn.net/community-downloads/'.
137 +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].
141 +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