Same server, 2 public ip, one not working

How to customize and extend your OpenVPN installation.

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

Post Reply
cicciobello
OpenVpn Newbie
Posts: 1
Joined: Sat Oct 05, 2019 9:34 am

Same server, 2 public ip, one not working

Post by cicciobello » Sat Oct 05, 2019 9:44 am

Hi.
I've a Fortinet firewall which handle 2 dsl. One of these is not working, but that's 's ok (I'm testing).
The one not working is the first that windows client try to reach.
Well, with version 2.3.18 the win client switch from first (not working) dsl to second dsl within 30 seconds.
If I install 2.4.7 client, it takes from 2 till 5 minutes to do the same switch process (!!!!). :?
Whitch paramether should I insert in configuration file to speed up process?
Otherwise I will use 2.3x....
Thanks.

At the moment the config file is like this:

client
dev tun
proto tcp
resolv-retry infinite
nobind
persist-key
persist-tun
auth-user-pass password.txt
cipher AES-128-CBC
auth SHA256
comp-lzo yes
route-delay 4
verb 3
reneg-sec 86400
remote 215.XX.XX.XX 8443
remote 61.XX.XX.XX 8443

Post Reply