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

understand BIND9, DNS Master and Slave Zones

edit: (for clarification) I have two servers. Server 1 has a static IP, and server2 has a dynamic hostname using DDNS services. both servers are running Ubuntu 12.04 lts, and virtualmin. on server 1, we are running bind9, and and it has a Master…
RapidWebs
  • 571
  • 4
  • 13
-1
votes
1 answer

DNS Zone in cPanel

This is the Zone of my Hostname : host.mydomain.com IN SOA ns1.mydomain.com host.mydomain.com IN NS ns1.mydomain.com host.mydomain.com IN NS ns2.mydomain.com host.mydomain.com IN A 111.111.111.111 localhost IN A 127.0.01 This is the Zone of NS1…
Marc-Antoine
  • 51
  • 1
  • 5
-1
votes
1 answer

SPF record for sending emails

The website is under our server with the domain: xxxx.org.il the client email is xxxx@yyyyyy.co.il the email they get is from a third party the email we sent from the website are trough one of the ISP here with authentication for one of our local…
Y.G.J
  • 317
  • 5
  • 14
-1
votes
0 answers

Propagation Error , Not Resolving from Some Countries

A year ago I moved one of my domains to a different server. since then I noticed mail deliverability issues to Korea so I recently checked my NS records, MX records but I noticed some countries include Korea and China was not yet (after 1 year)…
-1
votes
0 answers

NS Zone Entries - NSLOOKUP intermittent failures

I am not a DNS expert, but I know just enough to break things :) This is the entire list of entries in my DNS zone: NOTE: names have been mangled wherever necessary, but the general gist is preserved. Record…
Aviad P.
  • 103
  • 1
  • 9
-1
votes
2 answers

IPv6 AAAA record not resolving for sub domain

Hi have one domain lets say example.in, i have been using one of its subdomain for my application purpose xyz.example.in, i have following NS record for main domain and sub domain : example.in NS ns54.jinfo.net example.in NS …
-1
votes
1 answer

DNS Nameserver delegation not working in route53

Our company recently updated our DNS settings so they could be managed in AWS Route53 via Terraform instead of manually managed in Google Domains. We have a site that sits on example.com as well as two more sites that sit on stage.plus.example.com…
-1
votes
1 answer

Split DNS Issue - Configuring a new domain controller with an existing Apache web HTTP services using the same domain name "example.com"

We have a problem configuring a new domain controller with an existing Linux server hosting an Apache web HTTP services using the same domain name "example.com". The Ip address for the first Domain controller 192.168.234.5 the Second Domain…
-1
votes
1 answer

bind9 with mysql dlz start failed with Required token $zone$ not found

bind 9.16.33 with mysql dlz start failed with Required token $zone$ not found. detailed informations: $ sudo named -d 0 -g 07-Dec-2022 14:54:31.043 starting BIND 9.16.33 (Extended Support Version) 07-Dec-2022 14:54:31.043 running on…
-1
votes
1 answer

Centos7 slave zones doesn't query master for zone file

This is my named.conf. These are zones on 192.168.2.194. Also, 192.168.2.194 can successfully query zone files from centos 7 master zones.
-1
votes
1 answer

Glue record limitations for authoritative nameservers

I am trying to set up some nameservers for use by many domains, but there appears to be some issues with my set-up and I am not clear on what needs to be fixed to get it to work. For my nameservers, it is set up as follows: I have several…
-1
votes
1 answer

nsupdate not updating Apex record

nsupdate is only working for cnames. It seems the apex (A record for the root domain) is not updating. I have been able to add to the zone file by using "update add . 604800 A 1.1.1.1" but it puts it in the "$ORIGIN ." section of the zone file and I…
-1
votes
1 answer

Changes to do to old zone after migrating DNS provider

We have migrated from a DNS zone provider (AWS Route 53) to another one (CloudFlare). We have changed the nameservers at our registrar (Gandi) on July the 20th 2021. We have not changed the SOA and NS records declared in the zone of our former DNS…
Frédéric
  • 129
  • 1
  • 7
-1
votes
1 answer

bind9: forward to local name server does not work when internet connection is down

I have the following setup: A bind9 instance (referred as L below) on very limited hardware for resolving the names on my local networks. It is an authoritative master for the zone home.mydomain.com. Queries to this server work and return…
p.g.
  • 103
  • 2
-1
votes
1 answer

How to create a routing on windows server A lookup

I created A lookup that when someone types the url it resolves to an IP Address(e.g. 18.1.5.9). Now I would like to put a routing that when the above IP address comes route via another IP(10.1.2.2) address. So the idea is when the (18.1.5.9) IP…
Jibran
  • 3
  • 2