Page 1 of 1

[SOLVED] What is the eeffect of adding proxy on tcp tunnel?

Posted: Tue Nov 29, 2011 3:08 pm
by shinjikenny
From what I understand, if a client connects to a vpn server and browse the web, the connection would be like this:

client ---> ISP---> VPN server---> website ---> VPN server ---> ISP---> client


-what if the client put a proxy on the openvpn config? how would the connection be?
-what if the client put a proxy on the web browser and not on the openvpn config?

Re: What is the eeffect of adding proxy on tcp tunnel?

Posted: Tue Nov 29, 2011 3:25 pm
by janjust
-what if the client put a proxy on the openvpn config? how would the connection be?
client ---> ISP---> proxy -> VPN server---> website ---> VPN server ---> proxy-> ISP---> client
-what if the client put a proxy on the web browser and not on the openvpn config?
client ---> proxy -> ISP---> VPN server---> website ---> VPN server ---> ISP---> proxy -> client

Re: What is the eeffect of adding proxy on tcp tunnel?

Posted: Tue Nov 29, 2011 3:30 pm
by shinjikenny
i see :)
thanks