Questions tagged [nameserver]

A name server is a computer server that hosts a network service for providing responses to queries against a directory service.

A name server is a computer server that hosts a network service for providing responses to queries against a directory service. It maps a human-recognizable identifier to a system-internal, often numeric, identification or addressing component. This service is performed by the server according to a network service protocol.

Examples of name servers is the Domain Name System (DNS), one of the two principal name spaces of the Internet. The most important function of these DNS servers is the translation (resolution) of human-memorable domain names and hostnames into the corresponding numeric Internet Protocol (IP) addresses, the second principal Internet name space which is used to identify and locate computer systems and resources on the Internet.

Source: Wikipedia.

895 questions
18
votes
8 answers

Finding all domains registered in a nameserver

Up until now, I was pretty confident that it was pretty much impossible to list all the domains handled by a nameserver. But apparently, there exists a couple of websites on the Internet that are able to list all the domains registered in a…
Florian
  • 281
  • 1
  • 2
  • 5
15
votes
2 answers

CDN: How is it possible that my DNS delivers a different IP depending on the visitors location?

I found this explanation how a CDN works. But there is one thing I don't really understand. Let's assume I setup multiple DNS servers at my location and they use the nameserver domains dns1.example.com, dns2.example.com and dns3.example.com. This…
mgutt
  • 503
  • 1
  • 7
  • 24
13
votes
4 answers

Will changing NameServers cause down time?

My domain registrar is Company A and we use two of their nameservers for DNS. We host our own server hardware in a datacenter that's not affiliated with Company A. Everything about Company A sucks. So we've set up a new account on DNSmadeeasy.com…
Safado
  • 4,786
  • 7
  • 37
  • 54
12
votes
1 answer

What does #53 mean in nslookup nameserver address result?

When I run this: nslookup some.host.com I get results like this: Server: 4.2.2.1 Address: 4.2.2.1#53 Non-authoritative answer: Name: some.host.com Address: #.#.#.# "4.2.2.1" is at the top of my /etc/resolv.conf, so that makes…
Ben Lee
  • 666
  • 2
  • 9
  • 24
12
votes
3 answers

Configure a DNS server per nic interface (eth0 / eth1)?

How would you configure a DNS Name Server per NIC (eth0 vs eth1) interface on RHEL/Centos 6? E.g. eth0 is on subnet 10.0.0.1/24 eth1 is on subnet 192.168.0.1/24 Any requests sent over eth0 should use DNS server 10.0.0.2. Any requests sent over eth1…
DevGav
  • 325
  • 2
  • 3
  • 8
12
votes
1 answer

What happens when I change a Name Server record or an A record in the Zone file or the DNS settings?

I don't really understand how the internet and DNS works. I am inundated with terms I don't understand when trying to read about it on wikipedia. I don't have a computer science background. When changing a Name Server record from ns1.oldserver.com…
John
  • 7,343
  • 23
  • 63
  • 87
11
votes
7 answers

Two name servers necessary?

I want to use my internet connection to host two personal websites (two different domains). I would also like to host mail for these domains. This requires hosting my own name server. In the nameservers configuration section on my registrar's…
Mike
11
votes
2 answers

order of nameservers in resolv.conf

In which oder are the nameservers stated in resolv.conf used for name resolution? Is there a way to influence this order? Is this behavior distribution dependent? (I'm using Debian Squeeze)
Scolytus
  • 434
  • 3
  • 7
  • 22
11
votes
2 answers

Check remaining TTL for nameserver

Is it possible to check how much time is left before a nameserver like 8.8.8.8 will update its records from my nameserver?
Greatestswordsman
  • 397
  • 1
  • 7
  • 19
11
votes
1 answer

Can the value for a NS record be an IP address?

Until today I was used to believe it couldn't. From this page The name field can be any of: A Fully Qualified Domain Name (FQDN) e.g. example.com. (ends with a dot) An unqualfied name (does not end with a dot) An '@' (substitutes the current…
Simone Carletti
  • 1,524
  • 3
  • 15
  • 30
10
votes
2 answers

hetzner default nameservers not always resolving

I have couple of Hetzner 'root servers' (as they call it - dedicated co-located linux machines) and all of them experience the same problem (which i simply do not fully understand). The domain www.dnsblchile.org does not want to resolve to an IP…
Mc Bton
  • 103
  • 1
  • 1
  • 6
9
votes
3 answers

Who does the nameserver 4.2.2.2 belong to?

Does someone know who is the owner of the Nameserver 4.2.2.2 ? I find a whois but I dont know the organisation.. Does someone know it ? Has someone searched before? Thanks for your help!
Fake4d
  • 603
  • 7
  • 10
  • 16
9
votes
4 answers

setting up bind to work with nsupdate (SERVFAIL)

I'm trying to update my DNS-Server dynamically using nsupdate. Prerequisite I'm using Debian 6 on my DNS-Server and Debian 4 on my client. I created a public/private key pair using: dnssec-keygen -C -a HMAC-MD5 -b 512 -n USER sub.example.com. I…
Marco
  • 435
  • 1
  • 3
  • 16
9
votes
3 answers

What is the correct behaviour when Nameservers Change

I have been having some issues with a certain network supplier over unchanged nameservers making my site invisible to their customers. I wouldnt be bothered except that they are one of the largest ISP's in Ireland. They claim that the records are…
Toby Allen
  • 757
  • 2
  • 10
  • 24
9
votes
4 answers

Redirect subdomain.example.org to somethingelse.com hidden to the user?

I'm not knowledgeable at all about C-NAMES, A-RECORDS, name servers and the like, so just bear with me on this one: I want to redirect subdomain.example.org to another domain somethingelse.com. I do own both domains and both domains run on shared…
Dennis G
  • 598
  • 3
  • 8
  • 20
1
2
3
59 60