Questions tagged [dns-hosting]

DNS hosting service is the service than runs DNS servers.

DNS hosting service is the service than runs DNS servers. Most, but not all, domain name registrars include DNS hosting service with registration. Free DNS hosting services also exist.

DNS hosting service is optimal when the provider has multiple servers in various geographic locations that provide resilience and minimize latency for clients around the world. By operating DNS nodes closer to end users, DNS queries travel a much shorter distance, resulting in faster Web address resolution speed.

Source: Wikipedia.

521 questions
2
votes
5 answers

Suggested managed DNS provider?

We own/manage a few domains (nothing too large or too trafficked). Currently our DNS servers are hosted onsite. For ease of management and lower-latency DNS requests we are interested in moving our Domains offsite, does anyone have recommendations…
Arelius
  • 357
  • 2
  • 5
2
votes
1 answer

Migrating Name Servers - How can I get the old records?

We're a couple of weeks away from launching a new website for a client, to replace an existing website on the same URL. As part of the work, they're moving their name servers to our hosting provider (Rackspace). At first these need to resolve to…
Andrew M
  • 323
  • 7
  • 13
2
votes
1 answer

Can an NS Record Point To Multiple A Records?

Quick question. Can an NS record point to multiple A records? For example, lets say I have a zone subdomain.example.com and an NS record for it pointing to nsmatrix.example.com. Could I then have multiple A records for nsmatrix.example.com? Or…
Mike B
  • 11,871
  • 42
  • 107
  • 168
2
votes
6 answers

How do we create fail-over DNS for web services?

I am trying to setup a completely failsafe DNS system. Our web application serving infrastructure is sound with multiple failover servers but DNS is a weak-point for us. We currently tell our domain registrar to use our hosting providers…
2
votes
1 answer

DKIM for subdomain in Cloudflare

I have example.com configured cPanel and I do not use it as mail server. I have created new subdomain in Cloudflare called mailer.example.com and installed Virtualmin on new Ubuntu server with hostname as mailer.example.com. I have setup MX record…
2
votes
1 answer

DNS resolver vs NS record TTL

If a zone has 6 NS records When a DNS resolver lookup a domain/zone for an authoritative name server, does it take in all 6 records and cycle through them ? If a resolver use the 1st NS server and cached it according to its TTL - when that…
Noob
  • 363
  • 3
  • 7
  • 17
2
votes
2 answers

named/bind is refusing to serve some domains after resolving them itself

Why is bind refusing some of my queries? This only happens for certain domains. A query through named fails: $ dig -t A fedoraproject.org @127.0.0.1 ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 33117 $ journalctl -n10 ... Aug 01 17:07:11…
Matt Clark
  • 685
  • 1
  • 10
  • 26
2
votes
1 answer

What is the DNS lookup sequence if both CNAME and A record exist?

If we set an A record and a CNAME record for the same sub-domain, how is the DNS lookup done? For example, A record: example.com => xx.xx.xx.xx www.example.com => xx.xx.xx.xx CNAME record: www. => example.com When resolving www.example.com, does…
William
  • 99
  • 1
  • 2
  • 11
2
votes
1 answer

Does the Glue record get cached by the Recursive resolver?

Does the IP address of authoritative name server from Glue record get cached by the Recursive resolver? The name server for a top level domain includes glue along with the delegation for a domain name. Now, does the Recursive resolver cache this…
2
votes
1 answer

Unbound can't seem to read certificate files for DNS-over-TLS, gets "Permission denied"

I'm trying to set up DNS-over-TLS (DoT) with unbound resolver. i.e. I'm trying to encrypt the connection between the client and unbound I'm NOT trying to encrypt the unbound resolver → upstream connection, which many guides on the internet are…
hayalci
  • 3,631
  • 3
  • 27
  • 37
1
vote
1 answer

H.264 not streaming over dynamic DNS

I'm trying to view a network camera remotely so I registered with a dynamic DNS service. I can access the camera fine on the DNS associated URL and stream using MPEG but when I switch to H.264, the stream fails. What's odd is I can stream H.264 if I…
User7391
  • 143
  • 1
  • 2
  • 6
1
vote
0 answers

DNS request timed out

I have a website running on Ubuntu 18.10 and apache 2.4 with SSL certificate registred using Letsencrypt and my DNS record is properly configured for my domain (www.shaheer.ga) on my hosting DNS Management section. two days ago, my ISP has changed…
1
vote
0 answers

Exchange Server 2016 Domain not hosted in the same server conflicts with certificate

I couldn't find any information related to my problem, so I hope you can help me find out a solution for it. We are working with an Exchange Server 2016 in a company that has a domain in a registrar (managed by a 3rd party company) with a redirect…
1
vote
1 answer

SOA for DNS delegation

I'll first say that what I'm doing now seems to work, though I'm unclear on whether it's correct. I have a domain registrar company (inherited from a contract) and a name server company, separate because the latter supports some features we need…
Reinderien
  • 212
  • 3
  • 14
1
vote
1 answer

How to transfer DNS records to new DNS provider with very little or no downtime in resolution

I'd like to transfer DNS records from Network Solutions to DNS Made Easy, mainly to take advantage of "DNS Failover" provided by DNS Made Easy to automatically fail a couple of key A records over to new IPs in my data center where I replicate…
Tedwin
  • 559
  • 3
  • 14