Archer NX200 - OpenVPN certificate generation with IP instead of DNS
Hello Support,
I have to report to you that the new NX200 router, when I generate the OpenVPN certificate, puts the public IP address in the file instead of DNS.
This is a problem when using a SIM that has dynamic public IP address (which is why the tplinkdns.com service is used).
Is it possible to correct this behavior? My MR600 router does not have this error.
This an example of the generated certificate with IP (generated from my NX200):
client
dev tun
proto tcp-client
float
nobind
cipher AES-128-CBC
comp-lzo adaptive
resolv-retry infinite
remote-cert-tls server
persist-key
persist-tun
verb 3
remote 151.59.111.75 1201
<ca>
-----BEGIN CERTIFICATE-----
MIICNTCCAZ6gBCdEfG+ntBU440X7/uCd
....
This an example of the generated certificate with DNS (generated from my MR600):
client
dev tun
proto tcp-client
float
nobind
cipher AES-128-CBC
comp-lzo adaptive
resolv-retry infinite
persist-key
persist-tun
verb 3
remote mydns.tplinkdns.com 1201
<ca>
-----BEGIN CERTIFICATE-----
MIIB+jCCAWOgAwIBAgIIA75SS6gWIKk
....
Thank you in advance.