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
4
votes
2 answers

Why does Serverfault use Dynect Platform? And should I too?

Lots of domains use Dynect Platform (Zendesk.com, Stackoverflow.com, Serverfault.com, ...). Could you, please, explain to me what Dynect Platform (and similiar applications) does? And when to use Dynect Platform? Thank you.
Muderk Olet
4
votes
1 answer

What happens if I do not set my real primary DNS as SOA entry in a Hidden Primary setup?

I want to setup a Hidden Primary DNS server, i.e. I host the zone files on my own server, but all requests should go to Secondary DNS servers hosted by a dedicated DNS company. My own DNS server should not be used by recursive resolvers or end…
aufziehvogel
  • 193
  • 9
3
votes
1 answer

Moving DNS hosting for Active site to Route 53 - with G Suite MX TTL of 1 week

I am following the steps outlined in this AWS guide to transfer my domain hosting from GoDaddy to AWS. Step 4 requires me to lower TTL for my existing NS Record to avoid downtime if I encounter issues. However, I see I also have MX records for my…
3
votes
2 answers

Bind master doesn't sync to slave

I got handed an old Bind system at work, and the zones on the master doesn't sync to the slave. I'm a noob at bind, and could really use the help. I would like all changes made on the MASTER to sync over to the SLAVE. The servers can reach each…
lizlin
  • 43
  • 1
  • 2
  • 7
3
votes
1 answer

How to retain domain name in url - Configuring Virtual host in apache 2 with aws linux instance

I'm trying to configure virtual host in apache2 in ubuntu instance hosted with aws and successfully redirected the requests to the appropriate website. Further clicking on the links on the index page changes the url in the browser to…
Vivek
  • 93
  • 8
3
votes
5 answers

Why should I “outsource DNS”

Why would someone want to outsource DNS? I heard about this in the stackoverflow podcast and got a bit curious to know why?
Quintin Par
  • 4,373
  • 11
  • 49
  • 72
3
votes
1 answer

dnsmasq as authoritative DNS server with synth domain

I have a fair amount of DNS experience, however, I've never setup my own DNS server (I've always used 3rd parties); this is my first time trying to run my own DNS service. My desired setup: authoritative dns server synth (artificial) domain…
theG
  • 135
  • 1
  • 5
3
votes
4 answers

Hover experienced a DDoS recently, rendering my services unavailable. What steps can I take to mitigate this risk in the future?

I've been doing some research on how DNS records can be managed but I'm a little overwhelmed. I'm looking for a low-cost (brainpower, time, money) solution to mitigate the risk that my domain registrar - also hosting my DNS records - will buckle…
3
votes
1 answer

how to find out who is managing my DNS records?

I have a following situation: a website is registered with registrar X, hosted on server Y and about to move to server Z. The both servers Y and Z do not manage the domain DNS as according to them “it is managed by the company it was purchased…
3
votes
1 answer

Multiple, replicated DNS providers with Route 53

I manage a few domains that are fairly simple with only A records, CNAMES, and a few other common record types. One thing I hear about constantly is major outages from various professional DNS providers, e.g. DynDNS, DNSimple, as well as more basic…
Jonathan Oliver
  • 329
  • 1
  • 3
  • 13
3
votes
1 answer

DNS Named.service isc_stdio_open 'data/named.run' failed: permission denied

Hi guys I have problems with starting systemctl named.service I was trying to install bind & configure everything to make a public domain name work but I ran in this problem. systemctl status named.service and I get this error ● named.service…
Romano
  • 51
  • 2
  • 6
3
votes
2 answers

Bind9 MUST be restarted for DNS server to work on every restart

I followed this very nice tutorial to make my first DNS server on Debian Jessie (on my Raspberry Pi). It seems to have worked fine. I can ping: ping myhostname.mydomain and it works fine. The problem is that EVERYTIME I restart my raspberry Pi, I…
The Quantum Physicist
  • 658
  • 2
  • 11
  • 26
3
votes
1 answer

DNS Slave server default limits on transfers?

We have a slave dns server that has been working fine for 2 years. Today we got reached over 100 zones and the slave gives us this error message on the last 2 domains Sep 15 20:27:19 ns1 named[992]: zone my.domain.com/IN: refresh: skipping zone…
CD Brian
  • 67
  • 5
3
votes
2 answers

Wildcard Sub-domain of Sub-domain

I have the domain example1.com - DNS managed at Linode.com There is a site hosted at example1.com (1.1.1.2) and it works fine. I have an A record for example1.com that points sub.example1.com to 1.1.2.2 I can confirm requests to sub.example1.com…
Ralph
  • 862
  • 11
  • 26
3
votes
2 answers

Why is my NS record ns.mysite.com.mysite.com?

I ran this command # dig mysite.com @localhost The result was the below and my zone file is below that. Why is the AUTHORITY SECTION ns.mysite.com.mysite.com? Instead of ns.mysite.com? Another thing bothering me is how does anyone find mysite.com?…
user274