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…
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