USB150 OpenVPN not working - need debug help

I have a USB150 Microrouter, working fine in router mode, up-to-date firmware.

I can load my ovpn file into the OpenVPN Client screen, but when I attempt to connect I get a yellow popup with “WARNING: No internet” and then nothing.

I have pasted a redacted version of the ovpn file below. (The unredacted file works fine with the macOS OpenVPN client application.)

Is there something wrong in my setup, or is there somewhere I can look to debug further?

Thanks

client
proto udp
remote my.url.net 993
dev tun
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
verify-x509-name server_abcde name
auth SHA256
auth-nocache
cipher AES-128-GCM
tls-client
tls-version-min 1.2
tls-cipher TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256
setenv opt block-outside-dns # Prevent Windows 10 DNS leak
verb 3
<ca>
-----BEGIN CERTIFICATE-----
abcde
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
abcde-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
abcde
-----END PRIVATE KEY-----
</key>
<tls-crypt>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
abcde
-----END OpenVPN Static key V1-----
</tls-crypt>

Can you paste firmware version information?

The version of the router firmware is 3.001.

In ‘Advanced Settings’ the login says:
“Powered by Luci openwrt-18.06 branch (git-18.196.56128-9112198) / OpenWrt 18.06.1 r7258-5eb055306f”

Let me know where to look if you need anything else…

Thanks

It’s a firmware bug fixed in GL.iNet download center. You can upgrade manually.

1 Like

Yep, that fixed it. Many thanks!