===== VPN =====
Outside the NTNU network you need VPN (virtual private network) to access your home directory and many software licenses. A description on how to install and use VPN can be found
[[https://innsida.ntnu.no/wiki/-/wiki/English/Install+VPN|here]].
**Ubuntu**\\
If you get this error message when following the instructions in the link above:
Installing Cisco AnyConnect Secure Mobility Client...
Extracting installation files to /tmp/vpn.Wtonhe/vpninst881667482.tgz...
Unarchiving installation files to /tmp/vpn.Wtonhe...
Starting Cisco AnyConnect Secure Mobility Client Agent...
Failed to start vpnagentd.service: Unit vpnagentd.service not found.
Then try to install these packages first ([[http://www.socsci.uci.edu/~jstern/uci_vpn_ubuntu/|link]]):
$ sudo apt-get update
$ sudo apt-get install lib32z1 lib32ncurses5
$ sudo apt-get install network-manager-openconnect
Alternatively, you may try [[http://www.e-lale.net/?p=2491|this]].