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.

882 questions
17
votes
3 answers

how to forward dns alias to hostname:port?

Possible Duplicate: How to use DNS to redirect domain to specific port on my server My web application is running on myserver.mydomain:10000 I would like to make it available on the intranet as mywebapp.mydomain. Reading Forward port to another…
ssc
  • 1,129
  • 3
  • 16
  • 30
14
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
  • 459
  • 6
  • 22
12
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,726
  • 7
  • 35
  • 53
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
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
  • 315
  • 2
  • 3
  • 8
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
  • 387
  • 1
  • 5
  • 17
11
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,153
  • 22
  • 61
  • 86
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,494
  • 3
  • 15
  • 30
9
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
  • 626
  • 2
  • 9
  • 23
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
  • 415
  • 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
  • 747
  • 2
  • 10
  • 23
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
  • 588
  • 3
  • 6
  • 20
8
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
  • 83
  • 1
  • 5
8
votes
2 answers

Missing nameservers reported by parent and your nameservers

I've been going at this for a few days now and neither previous hosting company nor current one seem to be able to help me sort this out. I am migrating an opencart-based online shop between two servers and there seems to be some DNS trouble. I have…
ricardoptcosta
  • 83
  • 1
  • 1
  • 3
8
votes
3 answers

DNS root record hardcoded then why it has ttl?

I host a recursive name server locally so I don't need my service provider or another public DNS server for name resolution. Although the root name server IP-addresses are hardcoded in the config file (in the Bind /etc/bind/db.root file), when I…
1
2
3
58 59