TTU VPN: Difference between revisions

From ICO wiki
Jump to navigationJump to search
Line 40: Line 40:
==Configuration==
==Configuration==
* download preconfigured ''client.ovpn'' from https://toru.ttu.ee/
* download preconfigured ''client.ovpn'' from https://toru.ttu.ee/
* use your Uni-ID credentials to log in
* use your Uni-ID credentials to log in and also later to authenticate OpenVPN
* for GNU/Linux add in file ''client.ovpn'' after ''setenv PUSH_PEER_INFO'':
* for GNU/Linux add in file ''client.ovpn'' after ''setenv PUSH_PEER_INFO'':
''script-security 2''<br>
''script-security 2''<br>

Revision as of 15:26, 1 June 2017

Uni-ID

Uni-ID is required to use TTU VPN.

Tutorials

Forticlient VPN

Packages

Connecting

OpenVPN

Client software

Installation in Debian/Ubuntu

  • open the terminal, e.g. CTRL+ALT+T and copy-paste the following line and press Enter
  • copy-paste in terminal: SHIFT+CTRL+C, SHIFT+CTRL+V
  • sudo apt-get update && sudo apt-get install openvpn openvpn-blacklist && sudo apt-get clean

Configuration

  • download preconfigured client.ovpn from https://toru.ttu.ee/
  • use your Uni-ID credentials to log in and also later to authenticate OpenVPN
  • for GNU/Linux add in file client.ovpn after setenv PUSH_PEER_INFO:

script-security 2
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf

Connecting in Debian/Ubuntu

  • use your Uni-ID credentials
  • sudo openvpn --config client.ovpn

Convenient login in GNU/Linux

  • create an alias:
    • nano ~/.bash_aliases
    • alias vpn-ttu='sudo openvpn --config /path/client.ovpn'

More about alias