Open VPN Problem
Open VPN Problem
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
route-method exe
route-delay 2
c) Still facing problem. That means, your windows directory is not C: . Now
add this magic line
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..
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:
reneg-sec 0
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.
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;
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.
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
proto tcp
3. nobind
use nobind if u dont want to use any lport ... otherwise if u want to use
LPORT
lport ****
4. verb 1
It is verbose mode. So, if u want us to solve any error, make sure u make
this
verb 3
5. auth-user-pass **.auth
now **.auth is the authentication file. So, lets say, U have saved ur
username and passwd in
auth-user-pass pass.auth