What's new

Tutorial CentOS 6 VPS Squid + OpenVPN Installer

This script is for CentOS 6 Linux Only

Tested working on
DigitalOcean , Google Cloud Compute Engine , AlibabaCloud & Vultr

Last Update May 28, 2019
Sa mga users na naginstall last May 27. Please reboot your VPS


Strongly Recommded for 64-Bit type only(some bugs from 32-Bit, fix ko po later)

Notes on Alibaba,Gcloud and AWS Users: make sure open tcp port 8080, 8000, 88 and 465 sa firewall settings ng console nyo

Recommended: Fresh & New Droplet/Instance

Purely OpenVPN and Squid Installation only (clean installer)(plus nginx for openvpn config download support)

Working autoscript for
SUN TU/CTC OpenVPN & ssh+proxy users (with .ovpn config nakasetup na, download nalang then import)

with Globe/TM GoWATCH ovpn config nakasetup nadin

Multi-Login OpenVPN & OpenSSH Server Build


if nakaranas kayo ng bugs during installation, kindly comment to this thread including the IP Address of your vps for support and your openvpn server logs:
Code:
cat /etc/openvpn/openvpn.log

Script designed for speed & performance (Auto-reboot 4:00AM Philipline Time)(added some anti brute for ssh)

- Screenshot by KayNine 19-05-26-16-34-44-095-org-zwanoo-android-speedtest.png
Screenshot from vultr userView attachment 620254

Remove Auto reboot 4:00AM

Code:
sed -i '/0 4*/d' /etc/crontab
service crond restart

Autoscript:
Code:
wget http://bon-chan.co.nf/centos6-ovpn-squid && bash centos6-ovpn-squid


How to Install it like a boss(run sa background process para kahit mag disconnect during installation, walang interruption):
Code:
yum install screen -y

screen -S phc

wget http://bon-chan.co.nf/centos6-ovpn-squid && bash centos6-ovpn-squid

# Then pindutin nyo sa keyboard nyo      CRTL  A   D 
# Pag nakita nyo Detached, running na yan sa background, pwede mo na ilogout ssh client mo then balikan mo nalang mamaya after 10minutes
# Para makita progress , login ulit kayo sa vps nyo, then:

screen -r phc

# vise-versa kung idedetach nyo ulit (crtl + a + d)

Kaunting pasasalamat lang po & Likes sa thread is much appreciated(y)

Have a nice day!✌

Thank boss working po sya sa Fix Plan :)
 

Attachments

may alam ka san pwede maka host gamit btc? gusto ko sana sumubok. para mkapractice
 
Back
Top