Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. To start the VPN connections enter the following command in Terminal, where $realm is the Realm you’d like to connect to, e.g. anyconnect.uconn.edu/split or anyconnect.uconn.edu/priv:

    Code Block
    languagebash
    sudo openconnect anyconnect.uconn.edu/$realm
  2. You’ll be prompted to enter your Password (for sudo), followed by your NetID and Password.

  3. Once entered you’ll see a bunch of text scroll by, which is OpenConnect setting up your session. You can tell you’re connected when you see the following message, with $IP_ADDRESS being the IP you receive from AnyConnect:

...

As OpenConnect is command-line based, you’ll need to remember that keep your Terminal window will need to remain open while you’re connected to the VPN. If you don’t need to use Terminal for anything else, you can minimize it to your dock, or leave it open in the background. If you do need to use Terminal, you can open another Window or Tab in Terminal.

...