Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 27 Next »

Use checkvpn.uwaterloo.ca to see your computer's VPN connection status.

As of October 6 2021, Cisco AnyConnect will be upgraded to version 4.10. You must upgrade to a compatible OS version in order to continue using AnyConnect.

  1. To begin, log into the VPN website with your 8-character username (e.g. j25rober)  and password. Most can use https://cn-vpn.uwaterloo.ca/+CSCOE+/logon.html, but depending on where you are on campus, you may need to use https://vpn-inside.private.uwaterloo.ca


    1. Second Password:

  • Type push for Duo Mobile push; enter ‘push2’ to receive the prompt on a secondary device, ‘push3’ to receive the prompt on a tertiary device, etc. To avoid multiple prompts on your phone, accept the push within 10 seconds.

  • Type sms for text codes; you will get a text message with 10 codes. Re-enter your password, and type the first code in the second password field.

  • Type phone to get a phone call; enter ‘phone2’ to receive the prompt on a secondary device, ‘phone3’ to receive the prompt on a tertiary device, etc.

  • For Duo hardware token or Duo app, enter the 6-digit code from the token or app

  • For a Yubikey, touch the YubiKey with your cursor in the text box

b. Accept the Duo 2FA prompt on your device to continue to the next step

2. After logging in, download the “Cisco AnyConnect Secure Mobility Client” by clicking “Download for Linux” and download the script file “anyconnect-linux64-4.6.01103-core-vpn-webdeploy-k9.sh

  • If Cisco detects the incorrect OS or provides a different installation file, follow the steps to


     
    3. Another window will pop up and it will prompt to save the installer.

    4. Open up the command terminal (crtl+alt+t) and input these commands:
    ~$ cd Downloads/ (makes it so that the directory is downloads and allow interaction with the installer file)

    ls – l (looks through the downloads folder to look for the script file)

    chmod 0700 anyconnect-linux64-4.6.01103-core-vpn-webdeploy-k9.sh (marks the script as an executable file)

    sudo ./anyconnect-linux64.4.6.01103-core-vpn-webdeploy-k9.sh (this runs the script)

5. Input the computer password when prompted  (it will prompt you to do this after you run the script).

6. After you enter the password, the program should be fully installed on your computer. You can then open the client by selecting Show applications on the bottom left of your screen. Then click on Cisco AnyConnect.

 

7. After Cisco AnyConnect opens, if you haven't connected before, you will need to specify the VPN server:

8. Enter your 8-character username (e.g. j25rober) and click Connect.

  • Two-factor authentication (2FA) will be required in order to connect to the VPN. In the 'Second Password' field, enter one of the following, then click Connect.

    Read more about the 2FA changes. 

    1. For Duo Mobile push (app): 

      • To avoid multiple prompts on your phone, accept the push within 10 seconds.

      • Open your Duo app, select University of Waterloo, enter the code in the second password field [Recommended option], or

      • Enter ‘push' or 'push1’ to send the prompt to your primary device, or

      • Enter ‘push2’ to receive the prompt on a secondary device, ‘push3’ to receive the prompt on a tertiary device, etc.

      -For Duo hardware token: enter your 6-digit code

      -For Duo Bypass code: enter your bypass code

      -For SMS codes: enter ‘sms’; you will get a text message with 10 codes. Re-enter your password, and type the first code in the second password field.

      -For Yubikey: enter the code generated by touching the Yubikey

      -For Phone Call: enter 'phone'

      • Enter ‘phone2’ to receive the prompt on a secondary device, ‘phone3’ to receive the prompt on a tertiary device, etc.

      • If you are not receiving Duo phone calls, you may have a setting that is blocking the phone calls. Some possible solutions include adding the Duo phone number, (306) 900-4884, to your device whitelist, or if the service is blocking unknown callers, add the Duo phone number as a contact on the device.

        • iPhone: 'Silence Unknown Callers'

        • Telus/Koodo: 'Call Control'

        • Android: 'Block Unknown Callers'

        • Call Control or Call Blocker app

        • Any anti-spam service

  • You should now be connected! If you want to make sure you are connected, then you can click on Cisco AnyConnect, which should show you it as “Connected”.

Alternative Method to install VPN in Ubuntu

  1.  First run command below to active the TUN module

    sudo /sbin/modprobe tun 

     

  2. Install OpenConnect: 

    sudo apt-get install openconnect 

  3. Connect to VPN, run: 

    sudo openconnect -v cn-vpn.uwaterloo.ca 

It prompts you to type in your 8-character username (e.g. j25rober) and password. Once these are authenticated, the VPN connection is established. 

Keep the terminal window open while the VPN session is active.  

Network resources such as shared folders, NAS drives, servers, and workstations should now be available.  

To close the VPN session, press Ctrl+Z in the terminal window. Abruptly killing the terminal window without properly closing out of the VPN session can lead to issues when attempting to reconnect in the future. These issues can typically be resolved by restarting the machine.  

-------------------------------------------------------------------------------------------------------------------------- 

Optional – Install VPN plug-ins for Network Manager 

  1. Install some VPN plug-ins for Network Manager: 

    sudo apt-get install network-manager-pptp network-manager-vpnc network-manager-openvpn 

  2. If prompted for your password, type it, and press Enter.

  3. If you are told that a package “is already the newest version,” ignore it and continue with the next command.

  4. If asked to “continue [Y/n],” press Y, followed by Enter.

  5. Open the connections settings dialogue, go to the VPN tab and add a new connection.

  6. Select “Cisco AnyConnect”: 

Need Help?

Contact the IST Service Desk online or 519-888-4567 ext. 44357.

Article feedback

If you’d like to share any feedback about this article, please let us know.

  • No labels