Can't configure OpenVPN Client
Hi @All
I'm trying to set up an OpenVPN client on my Omada ER605 V1.0 with 1.3.1 firmware using the Omada controller but it is not working and I can't figure out why is not working. The logs do not show anything and in Insights / VPN Status / OpenVPN/PPTP/L2TP/ Client it said "No VPN sessions found."
This is my .ovpn file:
client
remote IP1 443
remote IP2 443
remote IP3 443
remote IP4 443
remote IP5 443
remote IP6 443
remote IP7 443
remote IP8 443
remote IP9 443
remote IP10 443
remote-random
dev tun
proto tcp
auth-user-pass
resolv-retry infinite
redirect-gateway def1
persist-key
persist-tun
nobind
cipher AES-256-CBC
ncp-disable
auth SHA256
ping 5
ping-exit 60
ping-timer-rem
script-security 2
remote-cert-tls server
route-delay 5
verb 4
ca cauth.crt
cert client.crt
key client.key
<ca>
-----BEGIN CERTIFICATE-----
The certificate
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
The certificate
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
The Key
-----END PRIVATE KEY-----
</key>
My connection needs a user and a password and I set those on the "VPN User" tab.