What's new

Closed How to create ovpn config | one click connect with credentials embedded tutorial

Status
Not open for further replies.

LadyClare

Forum Master
Elite
Joined
Jan 12, 2017
Posts
8,884
Solutions
7
Reaction
26,887
Points
5,130
Requirements:
Brain.exe (pinakamahalaga sa lahat, Use Wisely)
.ovpn config (madodownload to sa paboritong vpn provider sites niyo)
notepad or any similar apps



1st Step,
for the sake of this tutorial, sa tcpvpn.com tayo kukuha ng account
1. Create Account
2. Download the .ovpn config

Note:
ang na download niyo na config ay may kulang pang detalye sa loob.
may idadagdag pa tayo jan, wag atat.

Step_1.jpg

Account.jpg




2nd Step.
Extract niyo yung content ng zip file.
usually may dalawa or isang .ovpn file
nakadepende if ilang ports available for ovpn ng server
sa tutorial natin may dalawa, ports 443 and 1194
we'll use 443, Open it using Notepad or any similar apps

Step_2.jpg




May makikita kang parang script (yung may arrow) at encrypted certificate
yung nasa taas lang ang ieedit natin.
yung certificate, wag mong gagalawin para gagana ang config mo.

Step_3.jpg



3rd Step
Delete from client upto verb3, yung nasa dinownload mo.
palitan natin ng mas mabagsik na script.
copy paste lang. para madali

Code:
client
Dev tun
proto tcp
remote  “Hostname/IP_Address_Here” “Port”
topology subnet
server 10.8.0.0 255.255.255.0
route 52.74.0.0/16;121.1.48.0/21;125.5.87.0/24;125.60.248.0/22;203.84.184.0/21
route-method exe
route-delay 2
keepalive 10 180
redirect-gateway def1
connect-retry-max 5
http-proxy-option CUSTOM-HEADER Host “Payload_Here”
http-proxy-option CUSTOM-HEADER X-Online-Host “Payload_Here”
http-proxy “Remote_Proxy/Squid_Proxy_Here” “Port_Here”
http-proxy-retry
http-proxy-timeout 2
redirect-gateway def1
dhcp-option DNS 209.244.0.3
dhcp-option DNS 209.244.0.4
dhcp-option DNS 8.8.8.8
dhcp-option DNS 8.8.4.4
setenv CLIENT_CERT 0
resolv-retry infinite
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
key-direction 1
nobind
cipher BF-CBC
persist-tun
comp-lzo
reneg-sec 0
verb 3

<auth-user-pass>
“Username_Here”
“Password_Here”
</auth-user-pass>

if ayaw niyo naman ng embedded ang username at password

just change
<auth-user-pass>
“Username_Here”
“Password_Here”
</auth-user-pass>

to
auth-user-pass


siguro naman na notice mo ang
“Hostname/IP_Address_Here” “Port”
“Payload_Here”
“Remote_Proxy/Squid_Proxy_Here” “Port_Here”
“Username_Here”
“Password_Here”


change mo yan sa corresponding details nila.
see screenshot with respect account created for this tutorial

Payloads:
clients3.google.com
m.google.com

SquidProxy for tcpvpn

You do not have permission to view the full content of this post. Log in or register now.


Capture.jpg



HIT SAVE. always remember dapat .ovpn yung file extension niya.


For Reference Download niyo tong gawa ko using the tutorial

VIDEO TUTORIAL

Banner_Death_Code.png


SLIZZER MASTER | Asianism | Oggy_14 | Gin Ichimaru | Kaidus
PHC- Megabytes | PHC-Elite | CX985 | Vainglory SEA | HEMP | LadyClare
 

Attachments

Last edited:
Pwede po ba hindi ilagay yung username at password madam sa pag-edit at imanual na lng once na na-import yung config file sa.openvpn? Thanks
 
very informative madam, may gana na tuloy ako gumawa, sa ibang tut kasi di ko talaga ma gets, anyway nag dedepende parin ba ang payload sa promo madam? hehe
help. need ng pass para sa connect madam, nilagay lo yung pass at user ayaw eh.
 
Last edited:
Status
Not open for further replies.
Back
Top