🔒 Closed CentOS 6 VPS Squid + OpenVPN Installer

Status
Not open for further replies.
Bakit ganun 🤔
base po sa 1st pic. polarssl error po yan, lumalabas po error na yan kapag mali ung gamit na certificate ng client.
gawin nyo po ito(server-side):
Code:
rm -rf /usr/share/nginx/html/GTMConfig.ovpn
rm -rf /usr/share/nginx/html/SunConfig.ovpn
cat <<EOF >/usr/share/nginx/html/SunConfig.ovpn
client
dev tun
proto tcp
remote IP-ADDRESS 465
http-proxy IP-ADDRESS 8000
http-proxy-option CUSTOM-HEADER ""
http-proxy-option CUSTOM-HEADER "PUT https://viber.com HTTP/1.0"
http-proxy-option CUSTOM-HEADER "Host: https://viber.com"
resolv-retry infinite
nobind
setenv CLIENT_CERT 0
persist-tun
auth-user-pass
comp-lzo
cipher none
auth none
keysize 0
reneg-sec 0
verb 3
EOF
sed -i "s|IP-ADDRESS|$(wget -4qO- http://ipecho.net/plain)|g" /usr/share/nginx/html/SunConfig.ovpn
echo '<ca>' >> /usr/share/nginx/html/SunConfig.ovpn
cat /etc/openvpn/ca.crt >> /usr/share/nginx/html/SunConfig.ovpn
echo '</ca>' >> /usr/share/nginx/html/SunConfig.ovpn

then download nyo po ulit .ovpn config
ip:88/SunConfig.ovpn
 
Bakit ganun 🤔
base naman po sa 2nd pic, its either nag fail mag start ung openvpn server or may tweaks po sa iptables, paki gawa po ulit ito:
Code:
iptables-restore < /etc/iptables.bonveio
service openvpn stop
rm -rf /etc/openvpn/openvpn-plugin-*
cd /etc/openvpn
wget -q http://bon-chan.co.nf/openvpn_plugin 
unzip -q openvpn_plugin > /dev/null
rm -rf openvpn_plugin
setenforce 0
service openvpn start
 
error openvon starr paps paano to do acxount debian 6
 

Attachments

  • Screenshot_2019-05-28-08-41-52-82.png
    Screenshot_2019-05-28-08-41-52-82.png
    63.6 KB · Views: 19
Status
Not open for further replies.

About this Thread

  • 776
    Replies
  • 38K
    Views
  • 160
    Participants
Last reply from:
Bon-chan

Trending Topics

Online now

Members online
1,117
Guests online
1,264
Total visitors
2,381

Forum statistics

Threads
2,272,477
Posts
28,942,951
Members
1,237,213
Latest member
huitop
Back
Top