Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.73 KB

RIT-VPN.md

File metadata and controls

54 lines (31 loc) · 1.73 KB
title layout
Connecting to the RIT VPN under Linux
default

Using Network-manager

These instructions are for network-manager specifically, but should be adaptable for any system

Step 1:

Navigate to https://vpn.rit.edu from a linux device and sign in

Step 2:

Click the button to download the anyconnect client for linux. You should get a roughly 5-6 megabyte .sh script file.

Step 3: Extract

This installer script contains an encoded tarball which makes up the bulk of the file. To extract it, use this script.

Step 4: Find the certificate

Locate and save the file named VeriSignClass3PublicPrimaryCertificationAuthority-G5.pem. You will need this to connect.

Step 5: Set up connection

Install the package network-manager-openconnect from your system's package manager (it should be in at least the ubuntu repos). This adds openconnect (and anyconnect) options to network manager (if your system uses it).

Then go into network manager and create a new vpn profile.

Change the VPN protocol to "Cisco AnyConnect" and provide the gateway URL (vpn.rit.edu) and certificate file from earlier, you shouldnt need to do anything else.

Step 6: Connect

In network manager, connect to the VPN. You should get a window like this:

To continue connecting, click on the button to the right of the "VPN Host" Dropdown. It may ask for your RIT credentials before connecting you to the VPN.