Time4vps openvpn setup
data vpn service time4vps
vervaldagen :
- time4vps - vps server : 2023-10-24
- time4vps - vpn : 2023-01-24 stopzetten voor vervaldag (trial)
na lang zoeken op de site , documentation is niet duidelijk :
wardm@tutanota.com fkTxGTJB47lp moet naar KP
download de list van vpn servers van time4vps config files)
https://www.time4vps.com/knowledgebase/how-to-know-your-vpn-client-login-details/
set up OpenVPN server on Ubuntu using openvpn-install.sh
doesn’t work on LXM
# Download openvpn-install.sh (in home) :
wget https://git.io/vpn -O openvpn-install.sh`
( edit : `xed openvpn-install.sh & disown ` , not needed)
sudo chmod +x openvpn-install.sh
sudo bash ./openvpn-install.sh
=> Ubuntu 18.04 or higher is required to use this installer. This version of Ubuntu is too old and unsupported.
check or install OpenVpn on LXM
gl:: Linux Mint openvpn-install.sh This version of Ubuntu is too old and unsupported
https://techviewleo.com/install-and-configure-openvpn-client-on-linux-mint/
# check if already installed (it normally already is , if you have used a commercial vpn service before)
apt-cache policy network-manager-openvpn
# if not , install
# sudo apt-get install network-manager-openvpn
sudo systemctl status openvpn
# only if status is not active :
sudo systemctl start openvn
sudo systemctl enable openvpn
Configure openVPN client on Linux Mint 20
- click network icon (LXM network mgr)
- click on network connections then on the + sign
-
choose the connection type :
~~VPN~~ (VPN using a) ‘Import a saved configuration’ helemaal onderaan
browse naar de .ovpn config file
ik heb ze alle bewaard in /mnt/data/SYS/security/OpenVPN/PrivateVPN-TUN/TCP/ -
hierna de gemaakte vpn connection editen : user + pasword ingeven
- check met “what is my ip” website
switchen van vpn server (en dus locatie)
kan , maar is niet zo gebruiksvriendelijk
je moet de openvpn settings aanpassen (vergelijk met PIA , waar je een GUi voor hebt)
![[Pasted image 20230125121827.png]]