Difference between revisions of "Vpn"

From London Hackspace Wiki
Jump to navigation Jump to search
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{EquipmentInfobox
 +
|name=OpenVPN Server <!-- Name of the item. -->
 +
|image=openvpn.jpg <!-- Image of the item. Leave with placeholder image if none exists. -->
 +
|model=Unknown <!-- Model -->
 +
|category=Infrastructure <!-- Main category. Please leave alone to keep item in this category -->
 +
|subcat=Network<!-- Sub-category if one exists. Please check main listing to see other categories contained within the main one -->
 +
|status=Out of order<!-- Set to one of; Good working order, Faulty, Out of order, Under construction, Out of consumables, Scrapped, or Unknown -->
 +
|consumables=Unknown <!-- Any items used up in normal operation, such as; ink, paper, saw-blades, cutting disks, oil, etc.. -->
 +
|accessories=Unknown <!-- Any items associated with the equipment but not consumable, such as; drill bits, safety gloves, goggles, etc.. -->
 +
|reqtraining=no
 +
|trainlink=Unknown <!-- If training is required, provide a link to training signup or contact page. Otherwise leave blank. -->
 +
|acnode=no
 +
|owner=[[User:Yvanj]] <!-- Provide a link to owners members page if other than LHS -->
 +
|origin=[https://openvpn.net/index.php/open-source https://openvpn.net/index.php/open-source]<!-- If via pledge, please link to the completed pledge page on the wiki -->
 +
|location=[https://wiki.london.hackspace.org.uk/view/Equipment/Lamarr#Chomsky Chomsky]<!-- Floor, room/zone and location within that area -->
 +
|maintainers=[[User:Yvanj]] <!-- NO LINKS PLEASE; it currently breaks the template. If someone is nominated as managing the upkeep of this item, please list them here. -->
 +
|template_ver=1.1 <!-- Please do not change. Used for tracking out-of-date templates -->
 +
}}
  
Configuration file: [[http://hack.rs/vpn?config Download]]
 
  
WIP - Claimed by --[[User:Yvanj|Yvanj]] ([[User talk:Yvanj|talk]]) 03:02, 6 December 2015 (UTC)
+
'''N.B: The VPN is not currently configured at the new Wembley Location'''
 +
 
 +
An OpenVPN server has been set up on Chomsky for paid-up members, which can be used to access the hackspace infrastructure remotely, or to access the internet from censored locations. By default, all traffic gets redirected through the VPN link.
 +
 
 +
== Instructions ==
 +
 
 +
You can download the configuration file [http://hack.rs/vpn?config here]; you should be able to use this configuration file with most standard OpenVPN clients.
 +
 
 +
=== Windows ===
 +
 
 +
# Download the appropriate Windows installer from [https://openvpn.net/index.php/open-source/downloads.html here]. Most likely you would want [https://swupdate.openvpn.org/community/releases/openvpn-install-2.3.8-I601-x86_64.exe this] if you have a more or less recent (> 2008) Windows machine.
 +
# Download the OpenVPN configuration file [http://hack.rs/vpn/?config here] and copy it to your <code>C:\Program Files\OpenVPN\Config</code> folder
 +
# Run OpenVPN GUI as Administrator: <br/> [[File:Openvpn-as-admin.png|frameless]]
 +
# Right click the OpenVPN GUI Icon ([[File:Openvpn-icon.png|frameless]]) in your task bar, pick <code>hack.rs</code> and choose <code>Connect</code>.
 +
# Log in with the credentials you set on [https://london.hackspace.org.uk/members/ldap.php your Hackspace account]. You will be using the <code>Password for general use</code>, together with <code>LDAP Username</code>
 +
 
 +
== TL;DR ==
 +
 
 +
* Configuration file: [http://hack.rs/vpn?config Download]
 +
* Windows Installer: [https://swupdate.openvpn.org/community/releases/openvpn-install-2.3.8-I601-x86_64.exe Download 64-bit version] or  [https://swupdate.openvpn.org/community/releases/openvpn-install-2.3.8-I601-i686.exe Download 32-bit version]
 +
* Android Play Store APK: [https://play.google.com/store/apps/details?id=net.openvpn.openvpn Play Store Link]
 +
* Apple iOS: [https://itunes.apple.com/us/app/openvpn-connect/id590379981 App Store Link]

Latest revision as of 13:37, 2 May 2021

OpenVPN Server
Openvpn.jpg
Model Unknown
Sub-category Network
Status Out of order
Consumables Unknown
Accessories Unknown
Training requirement no
Training link Unknown
ACnode no
Owner User:Yvanj
Origin https://openvpn.net/index.php/open-source
Location Chomsky
Maintainers User:Yvanj


N.B: The VPN is not currently configured at the new Wembley Location

An OpenVPN server has been set up on Chomsky for paid-up members, which can be used to access the hackspace infrastructure remotely, or to access the internet from censored locations. By default, all traffic gets redirected through the VPN link.

Instructions

You can download the configuration file here; you should be able to use this configuration file with most standard OpenVPN clients.

Windows

  1. Download the appropriate Windows installer from here. Most likely you would want this if you have a more or less recent (> 2008) Windows machine.
  2. Download the OpenVPN configuration file here and copy it to your C:\Program Files\OpenVPN\Config folder
  3. Run OpenVPN GUI as Administrator:
    Openvpn-as-admin.png
  4. Right click the OpenVPN GUI Icon (Openvpn-icon.png) in your task bar, pick hack.rs and choose Connect.
  5. Log in with the credentials you set on your Hackspace account. You will be using the Password for general use, together with LDAP Username

TL;DR