faq-connecting-to-cmcd-vpn.md
... ...
@@ -7,10 +7,12 @@ not for Consortium members.
7 7
If we detect that you haven’t used your VPN access in 3 months, we’ll
8 8
disable your VPN access.
9 9
10
+## Request access to the SBGrid VPN
11
+Please email the SBGrid at [help@sbgrid.org](mailto:help@sbgrid.org?Subject=VPN_Access).
12
+
10 13
## Members using macOS
11 14
12 15
### Installation Steps
13
-1. Email the SBGrid at [help@sbgrid.org](mailto:help@sbgrid.org?Subject=VPN_Access).
14 16
1. Download file SBGrid.ovpn using the link we email you; you will need it later.
15 17
1. Download [Tunnelblick](https://www.tunnelblick.net/).
16 18
1. Open the Tunnelblick Package
... ...
@@ -38,8 +40,6 @@ Just check "Do not check for IP address changes" box and click OK.
38 40
[[images/vpn_disconnect.png]]
39 41
40 42
## Members using Windows
41
-These instructions are based on a prior Windows 10 installation and have *not been tested as written*.
42
-For limited support, e-mail [help@sbgrid.org](mailto:help@sbgrid.org).
43 43
44 44
1. Ensure your Windows installation is up-to-date and protected by anti-virus software.
45 45
1. Download the file that we linked in our email; you will need it later.
... ...
@@ -52,9 +52,9 @@ For limited support, e-mail [help@sbgrid.org](mailto:help@sbgrid.org).
52 52
53 53
## Members using Linux
54 54
1. Install OpenVPN (`sudo apt-get install openvpn` on ubuntu)
55
-1. Dowload and unpack zip file as for other operating systems
55
+1. Dowload the `.ovpn` configuration using the link we e-mailed you.
56 56
1. Edit the `.ovpn` file, and uncomment the two lines below the `# Uncomment following lines for linux`
57
-1. Connect to the VPN: `sudo openvpn --config 20180103-vpn.sbgrid.org.ovpn --script-security 2` (adjust `.ovpn` file name as needed); enter your user name and password when prompted
57
+1. Connect to the VPN: `sudo openvpn --config SBGrid.ovpn --script-security 2` (adjust `.ovpn` file name as needed); enter your user name and password when prompted
58 58
1. The VPN process will remain active in the terminal you launched it from
59 59
1. To disconnect, control-C in that terminal window will stop the VPN connection
60 60