Questions tagged [dns-zone]

"A DNS zone is a portion of a domain name space using the Domain Name System (DNS) for which administrative responsibility has been delegated." (From Wikipedia, the free encyclopedia)

Questions dealt with "zone" deal with administration and configuration of so-called DNS-zones.

Wikipedia explains the two terms:

DNS refers to the Domain Name System, a hierarchical distributed naming system networked entitities such as computers.

A DNS zone is a portion of a domain name space using the DNS for which administrative responsibility has been delegated.

716 questions
7
votes
4 answers

Moving many sites to new server - whats the quickest way to update their DNS records?

I'm planning on migrating a large-ish amount of websites (approx 100) to a new server and I'm in the migration planning process. A typical DNS zone for each website has two A records pointing to the web server IP, one for example.com and one for the…
bikey77
  • 179
  • 3
7
votes
1 answer

Is there a standard time duration before DNS caches are cleared?

Is there a standard time duration before DNS caches are cleared, so that if a distracted operator or stuck key turns a TTL of 86400 into 864000000 you don't end up with an authoritative resource record or even entire DNS zone whose changes won't be…
user981178
  • 445
  • 1
  • 3
  • 12
6
votes
2 answers

Is it possible to combine DNS name servers?

Question: Is it possible to combine DNS name servers? For this example lets say that I lease the domain example.com through a service (godaddy, name.com, etc) I have the option of pointing this domain and all it's records to a different nameserver…
Levi Roberts
  • 201
  • 1
  • 2
  • 9
6
votes
6 answers

How do I change reverse DNS on Google Cloud Compute?

How do I change reverse DNS on Google Cloud Compute? I want to add reverse DNS to Google Cloud Compute and can't figure out howto do it. I want to map 11.97.196.104.bc.googleusercontent.com to ns1.example.com…
Surjit Sidhu
  • 163
  • 1
  • 1
  • 6
6
votes
3 answers

why bind9 gives connection refused for permission denied error when it is 777

These questions didn't help: https://askubuntu.com/questions/172030/how-to-allow-bind-in-app-armor Cannot start BIND9 I wanted to start bind9 and saw that it gives permission denied in syslog as below: Feb 8 09:37:24 aname named[27278]: automatic…
Alireza
  • 563
  • 4
  • 8
  • 27
6
votes
1 answer

DNS errors after changing nameservers for Cloudflare

I don't know if this is the right place for my question, but I have a problem with my DNS/nameservers after changing the nameservers. I'm not sure if it is a problem at my side or at my webhost. I updated the DNS Zone Records in the Control Panel of…
Jordy
  • 255
  • 1
  • 3
  • 8
6
votes
3 answers

No SOA record -- what are the implications?

I was investigating a bunch of spam domains, and none of them have an SOA record. I have never seen this before -- I didn't even know it was possible. How can DNS work without an SOA record? If it isn't strictly necessary, what are the implications…
tripleee
  • 1,324
  • 3
  • 14
  • 24
6
votes
1 answer

What is the syntax of email address with a dot behind it? in DNS zone file, SOA rr

How i can use a email address with a dot in behind. For example at bellow, email address is hostmaster@example.com, How to use host.master@example.com ? example.com. IN SOA ns.example.com. hostmaster.example.com. (...) I can not use…
Hamidreza
  • 163
  • 1
  • 2
  • 9
6
votes
1 answer

DNS synonyms: multiple zones, one zone file

I have a site with a bunch of synonym domains. The site itself accepts all the different domains, and redirects to the correct domain name. Is there any reason not to configure zones.conf like so: zone "correctdomain.com" { type master; file…
Marcus Downing
  • 778
  • 10
  • 18
5
votes
1 answer

Large AXFR through dnsmasq causes dig to hang with partial results

I'm attempting to set up dnsmasq as a local cache for consul. While this seems to work fine for normal digs, dnsmasq seems to only allow partial zone transfers. My resolv.conf: search x.domain.com y.domain.com z.domain.com domain.com nameserver…
Connor Bell
  • 136
  • 1
  • 7
5
votes
3 answers

What RFC encourages DNS servers to reply REFUSED to queries for unknown domains?

This question is very very similar to RFC that requires DNS servers to respond to unknown domain requests but I figured I ought to ask it as a new question. It appears that it is standard practice for an authoritative DNS server to respond with…
Quuxplusone
  • 191
  • 1
  • 2
  • 12
5
votes
1 answer

Setting sub domain DNS to route default port 80 to custom port

I have a subdomain let say work.example.com also I have a server with a public IP let say 192.0.2.4. I have an application on my server that running on Ubuntu 16.04 LTS on port 8088, so this is became 192.0.2.4:8088. My question is, I want if user…
Don Vincent
  • 153
  • 4
5
votes
1 answer

Reverse DNS/bind named-checkzone "zone NS has no address records (A or AAAA) error"

This is my reverse dns file. $TTL 1D @ IN SOA dns.prv.server.co.uk. root.prv.server.co.uk. ( 2014090402 ; serial 3600 ; refresh …
neilH
  • 937
  • 1
  • 6
  • 16
5
votes
2 answers

How to fully disable Dynamic DNS on Windows Server?

so we're a University campus, and in DNS Manager, all the students phones, tables, etc, are registering their A records in DNS. We don't want them to. Ideally, we'd just have domain joined devices registering/updating their DNS records. We've done…
amoreno
  • 83
  • 2
  • 7
5
votes
2 answers

Setting different NS records as authoritative on authoritative DNS

I have DNS servers for a domain set to one set of authoritative DNS servers on the registrar. However, those DNS servers zone file for the domain have a different set of NS records for it. Some DNS servers are passing the request on merrily to the…
1
2
3
47 48