VPN - Virtual Private Network

Overview

A virtual private network (VPN) is a mechanism for creating a secure connection between a computer and a computing network using an insecure communication medium like the Internet. You can access the resources available within the network from your computer using a VPN.

You will find the following VPN services useful for accessing some of the resources offered by the Research and Discovery Technologies:

  • UA SSL VPN (vpn.arizona.edu): If you are not connected to the UA campus network, you will need to connect to this VPN to access R-DAS.  Connections are limited to 24 consecutive hours.
  • UA HPC VPN (vpn.hpc.arizona.edu): You will need to connect to this VPN to use graphical applications, that need X11 forwarding, or to use VSCode remote connections, with the HPC clusters.  Connections are limited to 24 consecutive hours.
Contents

Connecting to VPN


 GUI


Connect to UA VPN services with Cisco Secure Client. It is available for Windows, Mac, and Linux distributions. Cisco Secure Connect is the only client officially supported by the University of Arizona.  On Linux distributions you may also be able to use the OpenConnect VPN client (see CLI). Follow the UITS Knowledge Base guide for Windows, Mac, or Linux, to install Cisco Secure Client on your computer. The guide also shows how you can connect to the UA SSL VPN.

Follow the steps below to connect to UA HPC VPN (the screenshots are from a Mac, but the experience is similar across OSs):

  1. Open Cisco Secure Client.
  2. Enter vpn.hpc.arizona.edu in the address bar, and click Connect.
  3. In the window that launches, enter your UA NetID for Username and click OK
  4. In the window that launches, enter your UA NetID password for Password and click OK
  5. In the window that launches, enter the NetID+ method you selected when you enrolled.

    • If you selected the Push method, then enter push.
    • If you selected the SMS method, then enter sms.
    • If you selected the Passcode method, then enter the passcode.

  6. Click OK and respond to the two-factor authentication prompt.
  7. Review the notice box and click Accept to accept the notice alert. 
 CLI

You can connect to UA VPN services from the command line with the officially supported Cisco Secure Connect client, or if necessary with the OpenConnect VPN. You will generally need sudo privileges to use either.

Please do not run any sudo commands on the HPC clusters. These are strictly meant for your personal machines.


Cisco Secure Client

Follow the UITS Knowledge Base guide for Windows, Mac, or Linux, to install Cisco Secure Client on your computer.  





OpenConnect VPN is available for Windows, Mac and Linux distributions, but installation on Windows can be difficult. On Windows, you might have a better experience with Cisco Secure Client (see GUI). You can find more information on platforms supported by OpenConnect from the project website. Select your operating system from the list below to view installation instructions:

 Mac

Install with the Homebrew package manager: brew install openconnect .

 Linux
Follow the instructions from Open Build Service for your distribution.


 UA SSL VPN

Follow the steps below to connect to UA SSL VPN with OpenConnect VPN:

  1. Open your terminal.
  2. Enter sudo openconnect vpn.arizona.edu.
  3. A prompt will appear asking you choose a VPN GROUP. Enter 1.
  4. A prompt will appear asking for your Username. Enter your UA NetID.
  5. A prompt will appear asking for your Password. Enter your UA NetID password.
  6. A second prompt will appear asking for your Password. Enter the NetID+ method you selected when you enrolled.
    • If you selected the Push method, then enter push.
    • If you selected the SMS method, then enter sms. If you do this, it will show that the login has failed, and will again ask you to enter your Username and Password, and the NetID+ method. For Username and Password do as before. For the NetID+ method, enter the SMS passcode that you received.
    • If you selected the Passcode method, then enter the passcode.
 UA HPC VPN

Follow the steps below to connect to UA HPC VPN with OpenConnect VPN:

  1. Open your terminal.
  2. Enter sudo openconnect vpn.hpc.arizona.edu.
  3. A prompt will appear asking for your Username. Enter your UA NetID.
  4. A prompt will appear asking for your Password. Enter your UA NetID password.
  5. A prompt will appear asking for your Duo two-factor login. Enter the NetID+ method you selected when you enrolled.
    • If you selected the Push method, then enter push.
    • If you selected the SMS method, then enter sms. If you do this, the prompt will reappear again, enter the SMS passcode that you received.
    • If you selected the Passcode method, then enter the passcode.
If you close the terminal window from which you joined the VPN, you will lose connection to the VPN.