About 718,000 results
Open links in new tab
  1. networking - How does Windows decide which DNS Server to use …

    What algorithm does Windows use to decide which DNS Server it will query in order to resolve names? Let's say I have several interfaces, all active, some with no dns server specified, some told to

  2. Command line to list DNS servers used by my system

    Aug 20, 2015 · Is there a command to list DNS servers used by my system? I tried $ cat /etc/resolv.conf # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS …

  3. List all DNS records in a domain using dig? - Server Fault

    That's a good solution to your problem but not a great answer to the question "List all DNS records in a domain using dig?". You might want to edit your question and change the title.

  4. How to get an inventory of all DNS entries for a given domain?

    Oct 8, 2009 · I need to move some domains to a different DNS server, and I'm wondering if there's any way to obtain a complete copy of the zone file without going though the current DNS provider?

  5. Event ID 4013: “The DNS server is waiting for Active ... - Server Fault

    Event ID 4013: “The DNS server is waiting for Active Directory Domain Services (AD DS) to signal that the initial synchronization of the directory has been completed. The DNS server service cannot start …

  6. Export/Import DNS Entries - Windows Server 2008 R2

    Sep 1, 2013 · 5 I have a Windows 2008 R2 Server, Its primary role is to be a DNS server. I cant find how to import the previously "exported" DNS entries. To export I selected the server, clicked on Action …

  7. Ubuntu server 22.04 how do I determine what DNS server is in use …

    Jun 27, 2023 · 11 With Ubuntu Server 22.04, networking is managed with systemd-networkd (not NetworkManager). Configure your network settings with Netplan DNS name resolution is provided by …

  8. Windows DNS server list all records all zones containing CIDR

    Nov 5, 2024 · The first thing to note is that when querying DNS, each type of DNS record has a different property to query, so there is no way to just query a record for anything matching "mydomain.foo" …

  9. Best practices for DNS suffixes on Windows DNS - Server Fault

    Jul 18, 2024 · From a client perspective (Windows AND Linux), DNS suffixes search list is only fill with domain.net => it means when you ping my_server, it resolves to my_server.domain.net. Until here, …

  10. List the name servers in the DNS Zone properties GUI with Powershell

    Apr 17, 2020 · 1 Get-DnsServerResourceRecord -ComputerName <DNS Server You Are Querying> -ZoneName <Forward Lookup Zone Name> -RRType NS The name serves type in the properties of …