วันเสาร์ที่ 29 มิถุนายน พ.ศ. 2556

Create Private VPN with OpenVPN and Windows AZure (Ubuntu) or AWS EC 2 (Ubuntu)

(This Begin part for Azure or AWS EC2 is same the different is between connect with putty)
Azure use Username and password.
AWS EC2 need private key to connected.

After first part start your server is same on both 

Check version Ubuntu for 32 bit or 64 bit
uname -a

Download OpenVPN (Depend on your system is 32 or 64 bit u can check last software version at openvpn.org)
wget -c http://swupdate.openvpn.org/as/openvpn-as-1.8.5-Ubuntu12.amd_64.deb

Install OpenVPN
sudo dpkg -i openvpn-as-1.8.5-Ubuntu12.amd_64.deb

Change openvpn password for safety
sudo passwd openvpn


Command Add User
sudo adduser [username]

Command Update & Upgrade Ubuntu
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

ไม่มีความคิดเห็น: