Locked History Actions

Diff for "VPN"

Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2013-04-18 20:03:52
Size: 72
Editor: akrevl
Comment:
Revision 6 as of 2015-03-11 17:17:53
Size: 1352
Editor: akrevl
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
One option of accessing all the computing resources of our group is to establish a VPN connection to one of the servers. We are using the standard OpenVPN SSL VPN connections. The connection behaves very similar to a regular https connection that your web browser might make.

== Getting started ==

=== Request a key ===

The connection uses a combination of a symmetric cipher and public key cryptography. That is why we need to generate a pair of keys for you. You can request a key by sending an e-mail to your local sysadmin (il-action@cs or akrevl@cs).

=== Copy the key ===

Once you get a reply from your sysadmin you can copy the key via SSH from the whale.stanford.edu server.

==== Windows users ====

You will need a program that can transfer files via the SSH protocol. Here is one suggestion: http://winscp.net/eng/download.php

Once you have the program up and running use your CSID credentials to connect to the whale.stanford.edu server. You will find your keys in the /tmp/openvpn directory. Download the your_CSID_win.zip file.

==== Linux and Mac users ====

{{{
scp your_CSID@whale.stanford.edu:/tmp/openvpn/your_CSID*.zip ./
}}}

=== Configure your OS ===

 * CentOS 6 [[OpenVpnCentOs6]]
Line 4: Line 31:
 * Ubuntu 12.04 [[OpenVpnUbuntu1204]]
Line 5: Line 33:
 

VPN

One option of accessing all the computing resources of our group is to establish a VPN connection to one of the servers. We are using the standard OpenVPN SSL VPN connections. The connection behaves very similar to a regular https connection that your web browser might make.

Getting started

Request a key

The connection uses a combination of a symmetric cipher and public key cryptography. That is why we need to generate a pair of keys for you. You can request a key by sending an e-mail to your local sysadmin (il-action@cs or akrevl@cs).

Copy the key

Once you get a reply from your sysadmin you can copy the key via SSH from the whale.stanford.edu server.

Windows users

You will need a program that can transfer files via the SSH protocol. Here is one suggestion: http://winscp.net/eng/download.php

Once you have the program up and running use your CSID credentials to connect to the whale.stanford.edu server. You will find your keys in the /tmp/openvpn directory. Download the your_CSID_win.zip file.

Linux and Mac users

scp your_CSID@whale.stanford.edu:/tmp/openvpn/your_CSID*.zip ./

Configure your OS