Questions tagged [dns]

Translates domain names to IP addresses. DNS stands for Domain Name System.

From Wikipedia:

The Domain Name System (DNS) is a hierarchical naming system built on a distributed database for computers, services, or any resource connected to the Internet or a private network. It translates domain names meaningful to humans into the numerical identifiers associated with networking equipment for the purpose of locating and addressing these devices worldwide.

In addition, since there is no currently no way to authenticate that the reply is really from the DNS server that was queried, there is a proposal (DNSSEC) that will add support for cryptographic signing to all DNS requests (for validation purposes, the data itself would not be encrypted).

5276 questions
1057
votes
17 answers

How to clear/flush the DNS cache in Google Chrome?

As you probably know Google Chrome has its own internal DNS cache. Is there a way to clear it without having to wait for the time out or close the browser?
Mee
  • 10,708
  • 3
  • 16
  • 6
238
votes
9 answers

How can I direct a query to specific DNS server?

I would like to issue a query to a specific DNS server, whose IP address I know. It doesn't really matter if it's on Windows or *nix. In Windows I can do something like: C:\Documents and Settings\Anton Daneyko>nslookup superuser.com Server: …
Anton Daneyko
  • 2,693
  • 2
  • 17
  • 12
190
votes
23 answers

Why is 'ping' unable to resolve a name when 'nslookup' works fine?

On my Windows XP workstation, I can find the machine I want to connect to in DNS with nslookup: nslookup wolfman Server: dns.company.com Address: 192.168.1.38 Name: wolfman.company.com Address: 192.168.1.178 But, when I try to connect to that…
skiphoppy
  • 2,733
  • 4
  • 20
  • 22
146
votes
15 answers

Running DNS locally for home network

I have a small home network that just got larger (new roommate, my existing roommate got a laptop (on top of her computer), my friends coming over with laptops, etc.). I'd like to run a local DNS server for lookups of my local network stuff…
Roy Rico
  • 5,868
  • 7
  • 44
  • 57
127
votes
6 answers

How do I check what DNS server I'm using (on Mac OS X)

In Mac OS X, how do I check what DNS server I'm currently using (preferably a command line solution)? System Preferences > Network shows 192.168.1.1, which is my router's address and not the real DNS server.
ryanprayogo
  • 1,785
  • 2
  • 12
  • 12
123
votes
2 answers

In /etc/resolv.conf, what exactly does the "search" configuration option do?

If I have the option set as the domain name of the server itself, does that mean the server itself is used first to lookup domain names before querying the external internet? i.e. /etc/hosts will be queried? For example: search example.com
Mike
  • 1,427
  • 3
  • 11
  • 8
114
votes
5 answers

How should I choose my DNS?

When I have to choose my DNS I think that I should consider: Speed Reliability Privacy Control (reports and stats) The main options that come to my mind, and how I weigh them according to the above factors, are: My ISP = faster (closer to me) but…
Jader Dias
  • 15,756
  • 60
  • 143
  • 196
97
votes
2 answers

Why is DNS apparently involved in issuing "dir" on Windows 10?

For complicated reasons, I have been forced to make an identical copy of cmd.exe and rename it to cmd-2.exe, which I put as a shortcut on the Taskbar to have them "grouped" in different taskbar groups. Sometimes, I forget about this, and to open a…
Khalid
  • 739
  • 1
  • 5
  • 4
93
votes
5 answers

How to get VirtualBox VMs to use host's DNS?

I use VirtualBox for my VMs. My office network setup is wireless, i.e. I connect to my company's WiFi network, which has a local DNS to resolve local names (such as something.mycompany.com going to 123.45.67.89). When I build a new VM, it can…
amphibient
  • 2,133
  • 9
  • 30
  • 41
89
votes
5 answers

How do I change the DNS settings for WSL2?

As far as I've been able to work out, the official process for changing which DNS server is used by WSL2 on Windows 10 is as detailed below. (WSL2 is the new release of the Windows Subsystem for Linux, which runs an actual Linux kernel in a…
Bevan
  • 2,563
  • 2
  • 21
  • 25
85
votes
7 answers

Is there a way to get the complete zone file for a domain without contacting its host?

I know that it's probably (no longer) possible because of abuse, but I want to check nonetheless. Is there a way for me to obtain the company zone file for a domain myself, without having to contact the people who host the DNS for that domain? Is…
Evert
  • 1,355
  • 3
  • 11
  • 14
83
votes
5 answers

How do I debug an emoticon-based URL?

I came across this URL (NSFW) and need to convert this to puny code. As an experiment, I'll paste this URL here, but not sure if this will save. http://..ws/ (NSFW) How can I convert this URL to a standard DNS name so I can whois the IP space?…
makerofthings7
  • 2,255
  • 7
  • 26
  • 36
80
votes
7 answers

Do servers hold one website only?

As from what I understand the DNS link the domain name with the IP address of the server the website is stored on, does that mean each server can only hold one website? If they don't, how does calling the server's IP address know which website I…
user3407319
  • 903
  • 1
  • 7
  • 8
72
votes
6 answers

Windows 10 DNS resolution via VPN connection not working

In Windows 10, when connected to a VPN with Split Tunneling enabled (Gateway disabled), DNS resolution always uses the LAN DNS servers, ignoring the DNS servers and the DNS Suffix set on the VPN connection. The expected behavior is to use the VPN's…
CB-Dan
  • 1,579
  • 1
  • 11
  • 10
72
votes
5 answers

Find IP of website via Chrome console

I have just changed the DNS records for a website, but they have yet to propagate on the East coast. Fortunately, I can see the change via my West coast proxy. I need to get the IP of the new server that the new records are pointing to. Is there a…
Alex Waters
  • 1,496
  • 5
  • 16
  • 22
1
2 3
99 100