10-08-2020 07:49 AM
Hello All,
When I ran utils diagnose test on CUC subscriber I got below error against Validate_Network
"Reverse DNS lookup failed"
Could you please how to add entries on DNS to fix reverse DNS.
Solved! Go to Solution.
10-08-2020 07:54 AM - edited 10-08-2020 07:55 AM
Check ptr record on your dns.
DNS PTR records are used in reverse DNS lookups. When a user attempts to reach a domain name in their browser, a DNS lookup occurs, matching the domain name to the IP address. A reverse DNS lookup is the opposite of this process: it is a query that starts with the IP address and looks up the domain name.
10-12-2020 01:41 AM
first, "show network eth0" command will give you the information about what DNS servers and domain name as configured for the network adapter.
second, "show myself" command will give you the hostname of this server.
now, go to your dns servers and add PTR record for that A record in the specific domain name.
usually, the A record is the hostname and the PTR is the ip address.
10-08-2020 07:53 AM
Have you checked that you have the needed PTR records in your DNS for the CUC nodes?
10-08-2020 07:54 AM - edited 10-08-2020 07:55 AM
Check ptr record on your dns.
DNS PTR records are used in reverse DNS lookups. When a user attempts to reach a domain name in their browser, a DNS lookup occurs, matching the domain name to the IP address. A reverse DNS lookup is the opposite of this process: it is a query that starts with the IP address and looks up the domain name.
10-12-2020 01:41 AM
first, "show network eth0" command will give you the information about what DNS servers and domain name as configured for the network adapter.
second, "show myself" command will give you the hostname of this server.
now, go to your dns servers and add PTR record for that A record in the specific domain name.
usually, the A record is the hostname and the PTR is the ip address.
10-15-2020 04:41 AM
Thank you Lior for your information, it worked for me.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide