Ive been using OpenVPN on my QNAP server at home for a long time, using OpenVPN Connect official app.
Its been working great, minus some timeouts/disconnections, but that was fine with me.
Recently I change ISP as I moved to a different apartment.
Suddendly, In the stage where it says "Fetching configuration from server" i get timeouts.
In my previous ISP it always hanged a while there, but now its impossible to connect. always timeout.
I also tried the second app - OpenVPN for Android.
The same happens there also.
I add here the profile Im using and both screenshots of the related log file in both apps:
Profile:
Code: Select all
client
dev tun
script-security 3
proto udp
remote server-ip server-port
resolv-retry infinite
nobind
<ca>
.....
</ca>
auth-user-pass
reneg-sec 3600 //tried also 0
cipher AES-256-CBC
comp-lzo
setenv CLIENT_CERT 0


Please advice how I can work this out.