- Home>
- Install VPN PPTP CentOS 6.x
Posted by : Andre-San
Jun 24, 2014
Selamat Malam sobat Andre-san....
Kali ini saya akan mempost Tutorial "Install VPN PPTP CentOS 6.x".
Disini saya sendiri menggunakan VPS CentOS 6.5 32 bit :D
Baiklah.. Silahkan simak dibawah ini.
~Yang diperlukan :
- Sebuah VPS atau Dedicated Server
- Putty atau alat Remote Server lainnya
- TUN/TAP dan PPP harus aktif
~Tutorial :
Silahkan Login keserver anda sebagai root
Lalu check PPPnya sudah Enabled apa belum dengan :
cat /dev/pppJika sudah Enabled akan tampil seperti ini
cat:/dev/ppp:No such device oraddress
Lalu install ini :
yum install -y gitSetelah itu, masukan perintah ini :
Lalu masukan perintah terakhir ini (Kali ini agak lama prosesnya) :cd /opt && git clone git://github.com/drewsymo/VPN.git
cd VPN && bash vpn-setup-vanilla.sh
Jika sudah selesai instalasi akan tampil Seperti gambar ini :
VPN PPTP sudah siap digunakan untuk PC, Handphone, dsb :)
~Tambahan :
- Untuk OpenVZ, tambahkan perintah ini:
iptables -t nat -A POSTROUTING -j SNAT --to-source x.x.x.xx.x.x.x --> Silahkan ganti dengan IP VPS anda
Jika sudah lalu diRestart
service iptables restart
service pptpd restartSyarat: OpenVZ kernel 2.6.32
- Cara menambah User VPN PPTP :
echo "username pptpd password *" >> /etc/ppp/chap-secretsContoh : echo "andre-san pptpd 12345678 *" >> /etc/ppp/chap-secrets
- Cara delete User VPN PPTP :
nano/etc/ppp/chap-secretslalu hapus baris User yg ingin didelete dan kalo sudah tinggal save
- Monitoring User VPN PPTP :
last | grep ppp | grep still
Semua cara diatas sudah saya test sendiri diVPS SG,GS CentOS 6.5 32bit saya :)
Sekian dan Terima kasih :D
*Cara diatas saya dapatkan dari beberapa sumber :D
Subscribe to:
Post Comments (Atom)
0 comments