|
|
(127 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| =Uni-ID=
| | #REDIRECT [[TalTech VPN]] |
| * EST https://wiki.ttu.ee/it/et/doc/uni-id
| |
| * ENG https://wiki.ttu.ee/it/en/doc/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=
| |
| * EST https://wiki.ttu.ee/it/et/doc/vpn
| |
| * ENG https://wiki.ttu.ee/it/en/doc/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
| |
| * use your Uni-ID credentials to log in
| |
| | |
| =OpenVPN=
| |
| * EST https://wiki.ttu.ee/it/et/doc/lib_toru
| |
| * ENG https://wiki.ttu.ee/it/en/doc/lib_toru
| |
| | |
| ==Client software==
| |
| * for MS Windows and macOS clients, please login https://toru.ttu.ee/ and download directly from there
| |
| * 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==
| |
| * 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''<br>
| |
| ''up /etc/openvpn/update-resolv-conf''<br>
| |
| ''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'''
| |
| * add permission to run without entering password
| |
| ** ''sudo nano /etc/sudoers.d/permissions''
| |
| ** ''username ALL=(ALL) NOPASSWD: /usr/sbin/openvpn'' #replace ''username'' with your real one
| |
| | |
| More information about sudoers at https://help.ubuntu.com/community/Sudoers
| |
| | |
| =More about alias=
| |
| * https://askubuntu.com/questions/1414/how-to-create-a-permanent-alias
| |
| * EST [[Alias bash shellis]]
| |
| * EST https://viki.pingviin.org/Alias
| |
| | |
| [[Category:TTU]]
| |