• Install VPN PPTP CentOS 6.x





    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/ppp
    Jika sudah Enabled akan tampil seperti ini
    cat:/dev/ppp:No such device oraddress

    Lalu install ini :
    yum install -y git
    Setelah itu, masukan perintah ini :
    cd /opt && git clone git://github.com/drewsymo/VPN.git
     Lalu masukan perintah terakhir ini (Kali ini agak lama prosesnya) :
    cd VPN && bash vpn-setup-vanilla.sh

    Jika sudah selesai instalasi akan tampil Seperti gambar ini :
     
     install pptp vpn ready

    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.x
    x.x.x.x --> Silahkan ganti dengan IP VPS anda
    Jika sudah lalu diRestart
    service iptables restart
    service pptpd restart
    Syarat: OpenVZ kernel 2.6.32

    - Cara menambah User VPN PPTP :
    echo "username pptpd password *" >> /etc/ppp/chap-secrets
    Contoh : echo "andre-san pptpd 12345678 *" >> /etc/ppp/chap-secrets

    - Cara delete User VPN PPTP :
    nano/etc/ppp/chap-secrets
     lalu 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



    0 comments

  • Copyright © 2013 - Nisekoi - All Right Reserved

    Andre-San Blog Powered by Blogger - Designed by Johanes Djogan