[How TO] Edit VPN Configuration For Unblock Any FireWall Or Any Blocking Software

This Is My 100 Th Post.With out Your Support I can't Reach This Goal.So Many Many Thanks My Friends , Readers For Supporting Us.


We all know peoplesvpn are reliable and fast vpn service . Only downside is that u have to register in their official website again and again http://www.frendz4m.com/forum/images/biggrin.gif But u can actually use same email id and userid over and over again too,
so , I guess , it is not a big prob  

Now peoplesvpn supports numerous no of ports and i believe , they will open many more ports later :P 

Currently, it supports udp 53 , 80 , 137 , 9201 , 10201

tcp 80 , 443 

enjoy guys.. Download it from here.

http://www.peoplesvpn.com/PeoplesVPNFree.rar

register here   http://74.91.22.28:81/register.php

You dont have to verify email id too  

Here is the seperate config folder for many who have requested for only that folder
http://www.datafilehost.com/download-56a59e17.html

Basics of vpn config editing:

1. use nmdvpn installation, coz frankly speaking, i have not used openvpn for many days and thus  know only the host modifying options of nmdvpn  

http://www.mediafire.com/?3v0ao290aoi0tao

2. Now come to OVPN editing part ... U have to just modify few things in your peoples vpn config and put into 

your nmdvpn directory to be able to work with that config.


a) Host Editing: jsut copy these lines to the last of ur people config .

http-proxy-timeout 9
http-proxy **.**.**.** ****
http-proxy-option AGENT 'Opera/9.80 (J2ME/MIDP; Opera Mini/528.16 (iPhone; U; CPU iPhone OS 3.0 like Mac OS X; 

en-us; compatible; Googlebot/870; U; en) Presto/2.4.15'
http-proxy-option EXT1 'Host:**.**.**.**'
http-proxy-option EXT2 'X-Online-Host:**.**.**.**/'

here are the keywords for open vpn

http-proxy-option CUSTOM-HEADER Host xxx.xxx.xxx.xxx
http-proxy-option CUSTOM-HEADER X-Online-Host xxx.xxx.xxx.xxx

FOR VODA - REPLACE only the required ** parts . and similarly for airtel. Just change with any working hosts.. 
Now all, do it urself. NEver ask from others  

b} Various Troubleshootings: 

1)VPN is connected but cant browse net

a) make sure You have installed tap driver from their folder . and if usig win vista/7/8, run with administartor 

privilege

b) make sure, u have following lines in your openvpn config coz it is most probably caused due to faulty 

routing in your own PC.
 
route-method exe
route-delay 2

c) Still facing problem. That means, your windows directory is not C: . Now add this magic line 

to solve that routing problem too

win-sys env
d) Only for vpnbook 

Well, I myself cant figure out what is the probem. But there is two workaround of this solution.. 

1) delete this line 


dhcp-option DISABLE-NBT

and change 

dev tun1 

to 

dev tun

2) connect for the first time. U cant browse. Now dont disconnect. Use the reconnect button. 

This second time, u can browse  

2) My vpn is disconnecting:


remeber to add this line in ur config 

reneg-sec 0

3) I am having replay attack error

add these lines in your config

verb 1
mute-replay-warnings

Later, I will add more tutorials according to your problems. But i think, these covers most of your probems those having problems with disconnection or any other problem, I am giving u a generic config file. 

Just change remote ip , proxy , host and authentication file according to ur need . Remember to replace 

the stars 


remote **.**.**.** **
proto tcp
client
dev tun
route-method exe
route-delay 2
redirect-gateway
tun-mtu 1500
tun-mtu-extra 32
pull
persist-key
nobind
mssfix 1450
verb 1
auth-user-pass **.auth
comp-lzo
reneg-sec 0
inactive 1200 50000
float
hand-window 120
persist-local-ip
persist-remote-ip
auth-retry nointeract
mute-replay-warnings
redirect-gateway def1 bypass-dhcp
ca ca.crt
win-sys env
http-proxy-timeout 9
http-proxy **.**.**.**
http-proxy-option AGENT 'Opera/9.80 (J2ME/MIDP; Opera Mini/528.16 (iPhone; U; CPU iPhone OS 3.0 like Mac OS X; 

en-us; compatible; Googlebot/870; U; en) Presto/2.4.15'
http-proxy-option EXT1 'Host:**.**.**.**'
http-proxy-option EXT2 'X-Online-Host:**.**.**.**/'

Explaining the lines where Most u stuck and ask what to do :

1. remote **.**.**.** ** 

put the remote vpn ip here . I.e, download your config files from original vpn site. For 

example,

u will see 74.91.22.28 443.... here 74.91.22.28 is the vpn ip, and 443 is the port and mind it, IT IS RPORT. 

change the port no according to your need .

i.e here 443 is used. That mans u will be using 443 config. change to 80 to use port 80 config

2.proto tcp

it is the protocol u r using. So , if u want to use tcp protocol,
use 


proto tcp

and if u want to use udp protocol, 
use

proto udp

Make sure if u r changing remote port as said in 1st point, change to corresponding protocol to. and remember 

one thing, U can only use http proxy
options, host options with tcp protocl only and only tcp protocol.


3. nobind

Now this is intersting .... 

use nobind
 if u dont want to use any lport ... otherwise if u want to use 
LPORT


replace nobind with 

lport **** 

here , replace **** with desired lport

4. verb 1

It is verbose mode. So, if u want us to solve any error, make sure u make this 

verb 3

and post the error log.

5. auth-user-pass **.auth

now **.auth is the authentication file. So, lets say, U have saved ur username and passwd in 

pass.auth file, make sure , u write this line as

auth-user-pass pass.auth