Page 1 of 1

OpenVPN and Proxy

Posted: Fri Oct 29, 2010 2:14 pm
by mycket
Hello,

I successfully configured ovpn-client on my RB750G. It connects fine to my Linux-server. Now i need the VPN to pass a proxy. Because i couldn't find a manual on that, I tried it the "http-way": Redirect port tcp 1194 to 8080 (the Proxy Port on the MK), and configured a parent-proxy.
That did not work, the MK-Proxy logged nothing and the parent-prxy didnt get a request :(
How can I make ovpn to use a Proxy?
BTW: Using http works with parent-proxy...

Thanks for hints

Re: OpenVPN and Proxy

Posted: Wed Nov 03, 2010 2:27 pm
by erkel
Bump, Need the same thing, for a mikrotik client to use a proxy for openvpn.

Re: OpenVPN and Proxy

Posted: Tue Apr 16, 2013 10:48 pm
by shaahin4x
Me too
i config my router for OpenVPN Server ... everything is good but many providers blocked TLS Handshake !
for solve this problem i enable web proxy mikrotik and simple client.ovpn config :
client
pull
dev tun
proto tcp
remote 127.0.0.1 8888
http-proxy testov.zyns.com 7080
resolv-retry infinite
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
redirect-gateway
-------------------------------
when i use redirect-gateway client can connect and solve blocked tls hand shake but ... when client open any page after 3 seconds vpn disconnected
when use route-metric 1 traffic not pass under VPN
please if every body know solve this problem ex plane for us
thanks