TTU VPN: Difference between revisions
From ICO wiki
Jump to navigationJump to search
Line 42: | Line 42: | ||
'''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 | |||
* for Linux add in file ''client.ovpn'' after ''setenv PUSH_PEER_INFO'': | * for Linux add in file ''client.ovpn'' after ''setenv PUSH_PEER_INFO'': | ||
''script-security 2''<br> | ''script-security 2''<br> | ||
''up /etc/openvpn/update-resolv-conf''<br> | ''up /etc/openvpn/update-resolv-conf''<br> | ||
''down /etc/openvpn/update-resolv-conf'' | ''down /etc/openvpn/update-resolv-conf'' | ||
Revision as of 14:15, 1 June 2017
Uni-ID
Uni-ID is required to use TTU VPN.
Tutorials
- EST https://wiki.ttu.ee/et/juhendid/it/doc/lib_toru
- ENG https://wiki.ttu.ee/en/manuals/it/doc/lib_toru
Forticlient VPN
Packages
- clean client http://www.forticlient.com/
- Debian packages https://hadler.me/linux/forticlient-sslvpn-deb-packages/
- for MS Windows, TTU preconfigured http://www.ttu.ee/FortiClient.exe
Connecting
- use your Uni-ID credentials
- Web: https://vpn.ttu.ee:443/
- URL in VPN client: vpn.ttu.ee
- Port: 443
OpenVPN
Client software
- GNU/Linux http://openvpn.net/clients/index.php?client=openvpn_linux
- Android http://openvpn.net/clients/index.php?client=openvpn_connect_android
- iOS http://openvpn.net/clients/index.php?client=openvpn_connect_ios
Installation in Debian/Ubuntu
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
- for 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