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.

757 questions
5
votes
1 answer

no current owner name error when running named-checkzone on both forward and reverse

I'm trying to learn dns and bind on centos 7 at digital ocean. When I run named-checkzone I get the same errors. When I change around the white space I stop that error only to replace it with a 0 SOA and no NS error. sudo named-checkzone…
Neil Anuskiewicz
  • 461
  • 1
  • 3
  • 15
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
  • 8
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…
5
votes
2 answers

Why do I need to escape ; with \ in a DNS DKIM record?

I'm setting up Email Authentication on our domain to allow authentication with our Email Service Provider. My understanding is that the DNS record needs to have any ; escaped, e.g., \; I just want to make sure that ALL ; should be escaped. To that…
Clay Nichols
  • 1,431
  • 6
  • 25
  • 30
5
votes
1 answer

How to setup redundant ejabberd servers?

I currently have an ejabberd server running at domain A. It has a bunch of users with accounts like xyz@A. I want to setup alternative servers so that if A is down, clients can transparently use alternative servers B and C (thus, while still using…
knarf
  • 141
  • 7
5
votes
1 answer

DNS referral / delegation: which DNS is responsible; How to delegate the right way?

Introduction I bought the domain earechnung.at with Hetzner and am using my webspace at All-Inkl. I want to use the nameservers of my webhost (All-Inkl). Zonefiles and Nameservers As I registered the domain with Hetzner, nic.at (the austrian domain…
5
votes
1 answer

Global zones visible in all views

I have a BIND 9 server running, currently serving several domains. For one of these domains I would like to differentiate the answers depending of the asking IP address. I know this can be done by views. But I only would like to split one domain…
Teddy
  • 195
  • 2
  • 8
5
votes
3 answers

Is it possible to define a block in a zone file as constant in Dynamic DNS (using bind)?

bind mangles my zone file every time a DNS update is done. If defining a block as constant isn't possible, is it possible to have 2 or more zone files describing one domain? The intent being one zone file is for fixed RR's and the other for dynamic…
Hermes Conrad
  • 63
  • 1
  • 1
  • 4
5
votes
3 answers

BIND: how to delegate subzone to other DNS server?

I'm in the process of migrating from a workgroup served by a BIND9 DNS server, to a AD Domain based on Windows Server 2008 R2, and I'd like to keep using the BIND server until the AD infrastructure is ready. During the setup of AD, via dcpromo, I…
Martijn Heemels
  • 7,728
  • 7
  • 40
  • 64
5
votes
7 answers

Managing zone files

We host our very own DNS server (BIND) for various reasons, including the fact that we deploy and kill machines very often and that we sometimes need to load balance via DNS very quickly. However, now that we have a good 60 servers, we're kind of…
Julien Genestoux
  • 609
  • 8
  • 19
4
votes
1 answer

SPF settings for a domain added to gmail

I have a domain on my host which I've added to Gmail. It has the following SPF record, "v=spf1 a ~all" All emails that I send from Gmail are correctly verified and have the following header, spf=pass (google.com: domain of demo@mydomain.com…
Vinith Almeida
  • 145
  • 1
  • 6
4
votes
2 answers

Getting no servers could be reached when using host, nslookup and dig

I'm following this answer How do I get the mx records for a domain from *nix command line? but every time I get an error: ;; connection timed out; no servers could be reached Error Image Can anyone help to sort out this issue? Thanks in advance.
Vaibhav Singhal
  • 171
  • 1
  • 1
  • 4
4
votes
1 answer

Seamless transition from internet to local network

I'm setting up a NAS server for my company. From the outside it is accessible through mydomain.dyn.com, from the local network it can be accessed through its local IP address. The problem is that I can't connect to the server using domain name from…
CodeBreaker
  • 159
  • 5
4
votes
3 answers

How are the NS records resolved?

Note: I'm aware of glue records and that DNS servers use them only in case the ns server domain is the same as the domain for which you sent the query. Now my question was: Say you have example.com which has ns1.example.org (a different domain than…
4
votes
2 answers

How to put DNS Zones in Windows Server 2012R2 under git Version Control

We currently use Windows Server 2012 R2 as our DNS Server. I would like to put all zone files under version control. I found this question that shows how to export the zones via PowerShell. But it doesn't seem to export it in a way that I could…
1 2
3
50 51