Diffrence between Remote and http-proxy

Scripts to manage certificates or generate config files

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

Post Reply
ashsohat
OpenVpn Newbie
Posts: 2
Joined: Sun Aug 03, 2014 8:20 pm

Diffrence between Remote and http-proxy

Post by ashsohat » Sun Aug 03, 2014 8:31 pm

Code: Select all

client
dev tun1
proto tcp
remote 46.23.68.180 443
remote uk180.vpnbook.com 443
resolv-retry infinite
nobind
persist-key
persist-tun
auth-user-pass Tricksworldzz.txt
comp-lzo
verb 3
cipher AES-128-CBC
fast-io
pull
route-delay 2
redirect-gateway
http-proxy 91.230.133.2 3128
http-proxy-option AGENT 'Nokia5250/10.0.011 (SymbianOS/9.4; U; Series60/5.0 Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/525 (KHTML, like Gecko) Safari/525 3gpp-gba'
http-proxy-option EXT1 'Host:airtellive.com/video/detail.html?id=bsb_MTM1NjkwMA/'
http-proxy-option EXT2 'X-Online-Host:airtellive.com/video/detail.html?id=bsb_MTM1NjkwMA/'
redirect-gateway def1 bypass-dhcp
<ca>
The following code is a config . I am trying to understand what it means , well i can understand little but i donot understand why there is two ip address given one is proxy and other is remote also , when i use it to connect and then retrieve my browser request i cant see the special REQUEST headers .
I am a newbie trying to understand how open vpn works and how the configs help it to create a tunnel .
Please help me .

User avatar
maikcat
Forum Team
Posts: 4200
Joined: Wed Jan 12, 2011 9:23 am
Location: Athens,Greece
Contact:

Re: Diffrence between Remote and http-proxy

Post by maikcat » Mon Aug 04, 2014 6:03 am

hello there,
i donot understand why there is two ip address given one is proxy and other is remote also
its simple,

the remote line tells your client which ip your server has (where to connect) and
the proxy ones are used to connect to your server via proxy server.

Michael.
Amiga 500 , Zx +2 owner
Long live Dino Dini (Kick off 2 Creator)

Inflammable means flammable? (Dr Nick Riviera,Simsons Season13)

"objects in mirror are losing"

Post Reply