Hi again, as now we are working from home, I’ve experienced the same issue on 3.026 firmware. I’ve narrowed it down to the file /usr/bin/ovpn_check_route, if I insert a sleep command before the check of the routing table at line 14, I’m able to connect.

The minimal amount of delay with I was able to connect with is 3 seconds, so I’m pretty sure it’s related to the network latency.
Is there any way to delay that check without altering system files? For instance, with some directive on the openvpn configuration file.