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

Hidden Primary DNS NS records

I am trying to setup a hidden primary DNS server and want to understand what should the right way to setup the SOA and NS records The hidden primary DNS will then do zone transfer to the secondary DNS that will be authoritative and serving DNS…
Noob
  • 363
  • 3
  • 7
  • 17
-2
votes
1 answer

DNS server query by the registry of my domain name is fine. But browser cannot fetch my website by its address

When I query my DNS server by the website of the the registry of .com** top-level domains, I can see that my DNS server is found: Query Domain: example**.com** Answer: Following name-servers have been defined in **NIC DNS for your domain: 1.…
Megidd
  • 241
  • 3
  • 15
-2
votes
1 answer

Connecting subdomain to a server as hostname

I have my website (mydomain.com) connected with a vps server and now I want to setup another server and use subdomain from main domain for hostname as well the nameservers (e.g. srv1.mydomain.com should point to new server, ns3.mydomain.com and…
Alena
  • 97
  • 1
  • 8
-2
votes
2 answers

bind9 separated zone file for *.sub.domain.com

I want to create sub subdomain that are only visible from my private network. My named.conf.local looks like this: acl internals { 127.0.0.0/8; 192.168.1.0/24; }; view "internal" { match-clients { internals; }; zone…
G. Attila
  • 1
  • 1
-2
votes
1 answer

BIND9 sends notify to slave only with also-notify

I have a problem that has been driving me crazy for three days! I'm replacing my Authoritative DNS servers with new ones and then I'm resetting all BIND9 configurations again to do a bit more "fine tuning" given the replacement. I have configured a…
MrTaik
  • 27
  • 8
-2
votes
1 answer

DNS query sends NS response for NAPTR query instead of going for SRV and A query

I am trying to send dns query with NAPTR+SRV+A query but after NAPTR query it dns send NAPTR response with NS response and with additional records that is SRV and A but I want to send SRV and A query exclusively.
-2
votes
1 answer

dig shows SERVFAIL , while pointing at nameserver works fine

somewhat similar to this thread, I faced with a problem where dig blah.net (for the sake of simplicity let's call it blah.net) returns status: SERVFAIL This DNS zone is hosted on route53, and I use GoDaddy as registrar - which points to NS records…
Mahyar
  • 107
  • 4
-3
votes
1 answer

Domains registered on cpanel but managed on own DNS server

I'm missing something basic here. I have some domains that my company originally registered with a hosting provider, and we have a cpanel login with those domains listed. We also have those domains on our own IIS server, from where we manage the DNS…
Abraham Brookes
  • 166
  • 1
  • 5
-3
votes
1 answer

BIND zone file error

Im having an issue with a zone file in BIND. Here is the zone file, private information is masked. $ORIGIN xx.com. $TTL 60 @ IN SOA ns01.xx.com. hostmaster.xx.com. ( 2019040702 ; serial number…
Dj1
  • 1
  • 1
  • 3
-3
votes
1 answer

Set up ns1, ns2 name servers at google cloud from a registered name server

I have regestered ns1.grant-fullen.com and ns2.grant-fullen.com and (Proper IPS) at namecheap.com I am using google cloud dns. I have set up A records at google cloud dns. ns1.grant-fullen.com. A 300 35.231.125.190 ns2.grant-fullen.com. A …
grant1842
  • 13
  • 3
-3
votes
2 answers

not allowed to send mail from my own account?! DNS lookup / SPF

I give training and therefor i have a gmail account (linked to my weebly website www.serenewarrior.nl) Sometimes I get a Delivery Status notification (below) saying I am not allowed to sent mail and I need to contact the postmaster of MY website. I…
Lynn
  • 1
  • 1
-3
votes
1 answer

How does the domain name system know the authoritative nameserver for my domain name?

Note: Someone linked to Why does DNS work the way it does? as a possible duplicate. But this link does not answer my question. Specifically, this link does not describe where exactly a regular domain name buyer like me (who has no DNS administration…
Lone Learner
  • 103
  • 1
  • 9
-3
votes
1 answer

Using CNAME record as MX record (kind of)

I'm using the mailgun service and it asks me to setup mxa.mailgun.org and mxb.mailgun.org on my domain, which is fine but I want to use something different on a secondary domain to mask that it's using mailgun. Is this scenario…
Karl
  • 127
  • 1
  • 1
  • 6
-3
votes
1 answer

i install dns in centos machine but it not resolve ip to name and name to ip

I have some problem regarding DNS. I install DNS in CentOS 7 machine and my CentOS machine ip is 192.168.0.155 . If I run nslookup FQDN (centos7.unixmen.local) name then it resolves the IP, which means my forward zone is running, and my output…
-3
votes
1 answer

Dns errors in the domain

The Domain name is: www.intralifeindia.com I updated all records. when i checked up DNS details using http://dnscheck.pingdom.com i found an error as : Too few IPv4 name servers (1). Only one IPv4 name server was found for the zone. You should…
1 2 3
50
51