About 28,300 results
Open links in new tab
  1. How can I direct a query to specific DNS server? - Super User

    will look up your own DNS server to find out the IP address for superuser.com. If you add the ip address or the name of a different DNS server to the command line, it will lookup that given …

  2. dns - How can I perform an mDNS lookup on Windows? - Super …

    Apr 1, 2024 · Server: dns.google Address: 8.8.8.8 *** dns.google can't find gp800-49d1a: Non-existent domain When I run ping gp800-49d1a from Windows Command Prompt, it works fine. …

  3. How to query macOS DNS resolver from Terminal? - Super User

    64 I know how to query DNS using tools like dig, host, etc. But their macOS man pages state: The results of DNS queries may also differ from queries that use the macOS DNS routing library. …

  4. How do I change the default server for nslookup? - Super User

    Jun 17, 2020 · This is the "default" DNS server that you currently have configured in the properties of your network interface.This includes your IP address, mask, gateway, and your …

  5. How to query for DNS over HTTPS/DNS over TLS using command …

    Mar 16, 2020 · I'm writing a script that needs to query DNS record with a user specified DNS server. The DNS server may be in any protocol, including UDP, TCP, DNS over HTTPS …

  6. Windows nslookup: Do reverse DNS lookup in one step?

    Jun 5, 2012 · Sounds like you're talking about a Forward Confirmed Reverse Dns Lookup. That isn't possible in one step with nslookup. We've built an online tool that does do it in one step: …

  7. How to trace the route of a DNS query? - Super User

    3 8.8.8.8 is not a single DNS server, it is rather an anycast network of DNS servers, hundreds of them, installed all over the world. When you use google's public dns as your DNS, the internet …

  8. dns - Nslookup on new Windows Server (localhost) - Super User

    Dec 14, 2021 · What do I do if I only get "localhost" "127.0.0.1" when I type in nslookup in cmd. I want another server to show up when typing this command. I already …

  9. Why does nslookup return "DNS request timed out" - Super User

    Mar 14, 2018 · DNS request timed out means NSLookup submitted the query to the DNS server, but did not get a response. It's possible the DNS server you queried was having a problem …

  10. How to properly test a local DNS server locally? - Super User

    May 7, 2021 · Context I intended to set up a local DNS server with Technitium and would like to verify the local DNS server returns the correct response when it is being queried for a domain. …