[Level 1] Install openvpn in Ubuntu
How to setup openvpn client in Ubuntu?
The steps as following:
1. Install openvpn package:
# apt-get install openvpn
2. Setup client configuration:
# vi ./my.ovpn
3. Run openvpn with root permission:
# sudo openvpn --config ./my.ovpn
Wish this helps.
regards,
Stanley Huang
The steps as following:
1. Install openvpn package:
# apt-get install openvpn
2. Setup client configuration:
# vi ./my.ovpn
3. Run openvpn with root permission:
# sudo openvpn --config ./my.ovpn
Wish this helps.
regards,
Stanley Huang
Comments
Post a Comment