AR300m openvpn problem

My ar300m running the latest firmware can’t import ipvanish openvpn config.

client
dev tun
proto udp
remote atl-a80.ipvanish.com 443
resolv-retry infinite
nobind
persist-key
persist-tun
persist-remote-ip
ca ca.ipvanish.com.crt
verify-x509-name atl-a80.ipvanish.com name
auth-user-pass
comp-lzo
verb 3
auth SHA256
cipher AES-256-CBC
keysize 256
tls-cipher TLS-DHE-RSA-WITH-AES-256-CBC-SHA:TLS-DHE-DSS-WITH-AES-256-CBC-SHA:TLS-RSA-WITH-AES-256-CBC-SHA

what does the UI say when you upload?

It shows no field for username and password. Just description and passphrase. Please see the screenshot.

When you have auth-user-pass it should ask for username and password. So this is a bug. What is the firmware version you have?

Can you download the newest testing firmware and try?

https://dl.gl-inet.com/firmware/ar300m/

If AR300M pls download the .tar file in nand/testing folder

If AR300M16 pls download the .bin file in testing

Upgraded to testing firmware 3.0.26. Still no luck. It doesn’t ask for username and password.

I tried and confirmed it. Forwarded to engineer to check.

It should be that the certificate file ‘ca.ipvanish.com.crt’ was not found. Please check if the certificate file was uploaded together.

1 Like

No I’ve copied that file into /etc/openvpn

You need to zip it with the ovpn and upload via the UI.

This solved it. Thanks you very much.