[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

Comments

Popular posts from this blog

[Level 1] Rar tool for Solaris.

[Level 2] iif in Python