Skip to content

HPCC Connect to TTU VPN

Steps to Connect to TTU VPN

When you are not on campus connected to the wifi TTUnet, you will need to use the TTU VPN to gain access to the HPCC.

  1. Follow the steps on this IT website or written out below: https://askit.ttu.edu/vpn. The following steps below are also found on the IT VPN article.
  2. You need to request access for it, by calling IT help central to have them approve it or using this link: https://askit.ttu.edu/sp?id=sc_cat_item&sys_id=a990ee5ddbdf41144d17266e139619f8. The reason can be "To access TTU HPCC off campus."
  3. Download the Global Protect VPN App:
  4. Once the VPN App is downloaded, you can connect to it by following the instructions below:
  5. To disconnect, follow the instructions below:

Linux

TTU IT does not officially support the Global Protect VPN for Linux even though they have a user guide on it. These instructions are accurate as of 9/3/25 for Jeremy.

  1. If you have Linux or have Mac and want a cli vpn app, download this github cli tool: https://github.com/yuezk/GlobalProtect-openconnect.
  2. Once you type the vpn address, vpn.ttu.edu, then it should work as normal in a running terminal window.
  3. You can make an alias like below for ease of use:
    • alias vpn="sudo -E gpclient connect --browser default vpn.ttu.edu"