ER7212PC can't connect Client-to-Site OpenVPN
Hello,
I added a new client OpenVPN connection, and imported ovpn file with certificates inside, router shows that the connection is enabled, but I couldn't access the internal VPN network. There are no records in controller logs. How to obtain OpenVPN logs?
Thanks!
Config looks like this:
client
dev tun
proto udp
remote server_ip 1194
remote-cert-tls server
nobind
auth-nocache
script-security 2
persist-key
persist-tun
<ca>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
...
-----END PRIVATE KEY-----
</key>