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
0
votes
1 answer

Suddenly dig +nocmd pop3.pauperis.org aaaa +noall +answer returns nothing

the command dig +nocmd pop3.pauperis.org aaaa +noall +answer returns the followingin my laptop: pop3.pauperis.org. 3111 IN CNAME pauperis.org. pauperis.org. 3111 IN AAAA 2001:41d0:1:8ade::1 but the same command on my server,…
peris
  • 488
  • 2
  • 9
  • 25
0
votes
0 answers

Domain name not resolving to custom nameservers

I set up a linux VM on azure running centos 7 and installed plesk obsidian. I configured the DNS settings there and was told to first update the glue records on namecheap, then set the nameservers to my custom nameservers: ns1.domain.name and…
0
votes
1 answer

BIND 9.16 dnssec-policy default is not automatically renewing keys

Three months ago I upgraded my DNS servers to BIND 9.16 (currently running 9.16.25) to take advantage of the new dnssec-policy default option which would allow me to easily run DNSSEC for my domains. Documentation indicated that key management…
0
votes
1 answer

Wildcard Use in Bind Records to Match some Subdomains

I have a main domain ( aa.example.com) with hunderds of subdomains ( bb.aa.example.com). I made a wildcard record to forward all subdomains (bb.) to a list of addresses in round-robin fashion. The problem I am fscing is the wildcard is forwarding…
0
votes
1 answer

Setting up DNS for self-hosted ACME DNS server

I'm probably just being dense about this, but I am trying to set up an ACME DNS server on my local network (publicly accessible) to handle the DNS-01 challenges required to automate the renewal/reissuing of Let's Encrypt SSL certificates for my…
G_Hosa_Phat
  • 101
  • 4
0
votes
2 answers

zone file error and named does not start

we have deployed a new zone on our dns : named.conf for the new zone (like others) zone "db.0.30.10.in-addr.arpa" { type master; file "/etc/named/internal/db.0.30.10.in-addr.arpa"; notify yes; …
0
votes
2 answers

Is there specificity in DNS?

I own a domain (say, example.com) and wanted to: automatically update ext.example.com with my public DNS (via a script that will make the update once the ISP-provided IP changes) → this works redirect the apex domain (example.com) to…
WoJ
  • 3,365
  • 8
  • 46
  • 75
0
votes
1 answer

75.75.75.75 (Comcast DNS) not resolving ironpawsllc.com

IronPawsLLC.com is not pingable, gives an NXDOMAIN, and results in 0 answers when dig @75.75.75.75 ironpawsllc.com is used. So far, all the other DNS servers that I've tested against resolve. IronPawsLLC.com is a HostGator VPS4000 running CPanel,…
0
votes
1 answer

DNS - GoDaddy for mail and AWS for rest

I have a GoDaddy hosting account but for some of my websites I would like to host them in AWS S3. My question is how to set DNS entries in Route 53 so that I keep web traffic served from S3 but I point email traffic to GoDaddy? Thank you
0
votes
0 answers

Subdomain not pointing to IP despite correct A record

Let me explain. I have a domain name which is example.com and a subdomain drive.example.com example.com points to 203.0.113.55 -> no problem drive.example.com points to nothing according to DNS checker. My A record is drive.example.com TTL=14400…
Henri
  • 101
  • 2
0
votes
1 answer

Separating DNS records into multiple zones for the same domain

I thought it would be a good idea to setup MX records in one zone, while using another zone managed by Terraform (using GCP) to deal with A records and CNAMES for the web server I'm setting up. Both zones have the sane DNS name (e.g.…
dukeofgaming
  • 459
  • 1
  • 5
  • 14
0
votes
1 answer

Dynamic Google hosted DNS zone update by DHCP

I have dns zone running in Google Cloud. I would like to integrate my ISC-DHCP with that zone by enabling automatic host registration into the zone. I'm looking for some analogy to enable in Google Cloud this BIND feature: key DHCP_UPDATER { …
Luman75
  • 101
  • 1
0
votes
1 answer

Setup DNS records for SMTP send-only server

I have website on hosting with domain exmpl.com. I have DNS record for exmpl.com: exmpl.com MX(10) mail.exmpl.com mail.exmpl.com A XX.XX.XX.XX exmpl.com TXT v=spf1 +a +mx +a:hosting.server ~all All incoming mail recived by hosting server. Now all…
0
votes
1 answer

DNS Records: One IP for Primary Domain and One IP for Multiple Subdomain

I'm using Cloudflare (no proxy) to manage DNS Records. I have two servers with IP: 128.xxx.xxx.xxx 174.xxx.xx.x And these are the DNS Records that I have…
0
votes
0 answers

Reverting a DNS zone-file from manually-signed to "un-signed"

I have inherited a DNS server running BIND that is the master for one zone, it is DNSSEC-signed. For various reasons, I've decided to re-install this server as a new instance and enable inline-signing. My primary issue is that this zone-file has…