2 Answers
- Newest
- Most votes
- Most comments
0
10.0.1.21 is the IP address of the DNS server, not of the target whose IP address you are trying to resolve.
The output of the nslookup command indicates that stage.argocd.eeeee-ppppers cannot be resolved.
0
Apparently your DNS Server IP is 10.0.1.21 . And this server dont know about stage.argocd.eeeee-ppppers
Usually private hosted zone listens on VPC +2 DNS Server IP. Like if you VPC CIDR is 10.0.0.0/16 then DNS Service is 10.0.0.2
So apparently your machine is sending DNS Requests to 10.0.1.21 and its not forwarding request to your VPC DNS Server.
What happens, if you do nslookup yahoo.com ?
answered 2 years ago
Relevant content
- asked 6 years ago
- asked 2 years ago
