e811876d154c94ff64e20cc2c1a6d6772ac8e082
faq-connecting-to-cmcd-vpn.md
... | ... | @@ -48,3 +48,13 @@ For limited support, e-mail [help@sbgrid.org](mailto:help@sbgrid.org). |
48 | 48 | 1. During *Connect*ing, use your SBGrid Linux account credentials when prompted. |
49 | 49 | 1. You *may* have to address SBGrid remote hosts using their IP address. |
50 | 50 | 1. *Disconnect* to exit the VPN. |
51 | + |
|
52 | + |
|
53 | +## Members using Linux |
|
54 | +1. Install OpenVPN (`sudo apt-get install openvpn` on ubuntu) |
|
55 | +1. Dowload and unpack zip file as for other operating systems |
|
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 |
|
58 | +1. The VPN process will remain active in the terminal you launched it from |
|
59 | +1. To disconnect, control-C in that terminal window will stop the VPN connection |
|
60 | + |