Guangning Yu's Blog
Home
Code
Data
Setup
Industry
MachineLearning
Archive
Setup OpenVPN Command Line on Ubuntu
2022-04-27 12:57:06
``` sudo apt-get -y install openvpn ``` ``` sudo touch /etc/openvpn/credentials sudo printf '%s\n' 'username' 'password' > /etc/openvpn/credentials ``` ``` sudo sed -i 's/auth-user-pass/auth-user-pass \/etc\/openvpn\/credentials/g' /etc/openvpn/US-East.ovpn ``` ``` sudo openvpn --config /etc/openvpn/US-East.ovpn ``` Reference: [How to Setup OpenVPN Command Line on Linux (Ubuntu)](https://hide.me/en/vpnsetup/ubuntu/openvpn-command-line/)
Previous:
Notes | AZ-500 Microsoft Azure Security Technologies
Next:
Power BI Performance Tuning