Cara Install OpenVPN Pritunl Di Debian 7


Buka Putty Jalankan Command Di Bawah
$ nano /etc/apt/sources.list.d/mongodb-org-3.0.list
deb http://repo.mongodb.org/apt/debian wheezy/mongodb-org/3.0 main

$ nano /etc/apt/sources.list.d/pritunl.list
deb http://repo.pritunl.com/stable/apt wheezy main

$ apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7F0CEB10
$ apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv CF8E292A
$ apt-get update
$ apt-get install pritunl mongodb-org
$ service pritunl start

Untuk Squid3 Pula Sila Jalankan Command Di Bawah

apt-get -y install squid3
wget -O /etc/squid3/squid.conf "https://raw.github.com/arieonline/autoscript/master/conf/squid3.conf"
sed -i $MYIP2 /etc/squid3/squid.conf;
service squid3 restart

Masuk ke command unread 
nano /etc/squid3/squid.conf
xxxxxxxxxxx-xxxxxxxxxx tukar ke ip anda gunakan

RUJUKAN DI : SINI
Previous
Next Post »