help in openvpn configuration

How to customize and extend your OpenVPN installation.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
anteelsayed
OpenVpn Newbie
Posts: 4
Joined: Thu Sep 16, 2010 7:13 am

help in openvpn configuration

Post by anteelsayed » Thu Sep 16, 2010 1:29 pm

im mido from egypt
ok,here is my story: :D
my network (3g connection) allows me to enter some sites for free (as 10.71.249.234), other sites can't be accessed.
so i trick my network as follows:
if i want to enter to a site as megaupload.com:
i go to "10.71.249.234"
and use a proxy:megaupload.com:80
you ok with me?

also i edited the server of yourfreedom into "10.71.249.234"
and used the original server as a proxy, and it worked fine and opened banned sites.

so my curiosity asks me to edit the remote server of openvpn config file to "10.71.249.234"
and use a proxy with the main remote server..... but i failed !

here's my config:
#
client
dev tun
proto tcp
remote 91.121.114.71 443
resolv-retry infinite
nobind
persist-key
persist-tun
ca "ca.crt"
cert "user.crt"
key "user.key"
ns-cert-type server
cipher AES-256-CBC
comp-lzo
verb 3
#

can you think of something to help me configure openvpn
,,,,you must beleive that all this is for experimental purposes,
i already have dsl connection,,just for learning,,,,

anteelsayed
OpenVpn Newbie
Posts: 4
Joined: Thu Sep 16, 2010 7:13 am

Re: help in openvpn configuration

Post by anteelsayed » Thu Sep 16, 2010 2:36 pm

i hope i made everything clear !!!

Post Reply