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
3
votes
3 answers

Automatic website outage notice

There was a outage in July 2009 of Authorize.Net's websites because of a local fire. If you went to their website during that time there was a notice or redirection to view status updates on their Twitter account. That seemed like a good…
3
votes
1 answer

Understanding NS Record and Authorative Server Better

I'm trying to understand how DNS works. Even after a quiet amount of searching it's still not clear to me how NS record works. Now I've following two facts. Fact 1 (based on this article, the first paragraph) An NS record or (name server record)…
3
votes
1 answer

Order of DNS A records and wilcard subdomains

I have read Multiple wildcard dns entries and know the limitations/drawbacks of wildcard DNS entries, but I have a question about the order in which it is listed by my registrar: example.com A 192.0.2.1 (1) test.example.com A …
Basj
  • 709
  • 3
  • 11
  • 29
2
votes
2 answers

NS and SOA records not propagated after migration from Route 53

I recently transferred a domain helloorbital.com from GoDaddy to Route 53. However, when I used WhatsMyDNS to check my SOA and NS records, they are still pointing to the old registrar's records, how can I get my records to properly propagate…
2
votes
2 answers

Nameserver is not authoritative for my domain

It's more than 48h ago, since I've updated the nameservers of my domain "blocky.host" to Google Cloud DNS. However my domain is not propargating as seen here If I check my domain on diverse web-tools, I get these errors: Nameserver…
2
votes
1 answer

Is an rDNS PTR record really necessary to avoid spam filters?

I realize this is a somewhat abstract question, but does anyone have any experience with setting up an e-mail server without an rDNS record? I ask because I really want to host my mail server at home, however my ISP doesn't support creating an rDNS…
Steffen
  • 337
  • 4
  • 17
2
votes
0 answers

Setup custom domain on GithubPages with QHoster?

I've registered a domain with qhoster.com (foo.com) and I want to link it to my GitHubPages webpage. I've followed the GithubPages guide about this and I don’t manage to make it work. When I go to the domain management page of qhoster I find two…
2
votes
1 answer

BIND9 - How to change ZONE-Info on secondary NS if primary is down?

I have a primary (master) and a secondary (slave) BIND9 DNS on DEBIAN9. See full config here: old Post root@server1:/etc/bind# named -v BIND 9.10.3-P4-Debian On my secondary NS (Nameserver) my zonefile /etc/bind/forward.my-domain.com…
Fritjof
  • 135
  • 5
2
votes
1 answer

OpenVPN: Leaking DNS on Linux Clients

I've just set up an OpenVPN server. It connects fine and all, but after a check on dnsleaktest.com, I've discovered, there is a DNS leak. I've searched for solutions, and could only come up with these few lines: script-security 2 up…
pharmish
  • 21
  • 2
2
votes
1 answer

What happens if you have NS domains be resolved by their own NS servers?

Let me explain. For example, you have a site, site.com, and on the domain provider service, you decide you want to have your own nameservers, and enter the new addresses. You decide to let these nameservers have domain names, ns.site.com. Now what…
2
votes
1 answer

How to minimize downtime when moving web hosting, using vanity nameservers

I am migrating live sites from OLD_SERVER to NEW_SERVER. I have root access to NEW_SERVER but I only have WHM access on OLD_SERVER. I know that to minimize downtime, I can reduce the TTL on each of the accounts, then repoint each of them to the new…
Cogicero
  • 125
  • 6
2
votes
1 answer

DNS problems after switching to Custom nameservers

hope you can help me with this... Last week I was required by my registar to switch from default to custom DNS servers (ns1.status2.com / ns2.status2.com) on my domain (status2.com) in order to enable DKIM on my VPS Server. After this change was…
AlbertG
  • 21
  • 3
2
votes
1 answer

DNS - Difference between scavenge and clear cache?

Server 2012 R2, DNS Service: In DNS Manager, what is the functional difference between "Scavenge Stale Resource Records" and "Clear Cache."?
2
votes
0 answers

Role of Authoritative NS record in bind9 compared with Non-Authoritative NS record in Registrar

Whenever we register a new domain name from a Registrar, we need to tell them what is the nameserver by providing them the dns server IP address. But in the same time in the zone file of our dns server (I will use bind9 in this case), we also add…
sylye
  • 241
  • 5
  • 13
2
votes
1 answer

Need help for configuring a dns server

I want to run a dns server to have my own nameservers : ns1.radicalteam.ir and ns2.radicalteam.ir I have a VPS and installed Centos 6.5 on it, and radicalteam.ir and soulati.ir domains I've set soulati.ir nameservers to ns1.radicalteam.ir and…