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

Checking the validity of Resource Records in DNS Zones

I am using perl to do some DNS manipulation tasks. I am using NSD as my DNS server. I want to figure out what the best way is to check whether the names of all Resource Records in a DNS zone file are valid. There seem to be a couple of possibilities…
Subzero123
  • 31
  • 1
  • 3
2
votes
1 answer

BIND9 - How to change ZONE-Info on secondary NS if primary is down?

I have a primary (master) and a secondary (slave) BIND9 DNS on DEBIAN9. See full config here: old Post root@server1:/etc/bind# named -v BIND 9.10.3-P4-Debian On my secondary NS (Nameserver) my zonefile /etc/bind/forward.my-domain.com…
Fritjof
  • 135
  • 5
2
votes
2 answers

Setup DKIM record without server signing

I'm using on one of my domains as hosting provider 101domain. I know that they don't have a good reputation, but since I have two sites to manage and one of them has multiple ccTLDS domains I wanted to give it a try to their services of hosting…
sebholz
  • 21
  • 2
2
votes
1 answer

What should the SRV record _ldap._tcp.dc._msdcs.domainname.com point to in Azure AD?

I administer Office 365 for our company widgetsRus.com, and I am trying to join my desktop computer to the domain and log in using my Office 365 email address. I bought the domain and the Office 365 subscription from GoDaddy, and the name servers…
2
votes
1 answer

Can't use ping (only ping6) to ping an IPv6-only host defined in DNS zone

I do have a Debian server running a BIND9 DNS server. In my zone file, I have several hosts that are equally reachable via IPv4 and IPv6 and they do have their respective A or AAAA records. Now I wanted to add an IPv6-only host to my zone, this is a…
Rob
  • 184
  • 1
  • 12
2
votes
1 answer

What happens if you have NS domains be resolved by their own NS servers?

Let me explain. For example, you have a site, site.com, and on the domain provider service, you decide you want to have your own nameservers, and enter the new addresses. You decide to let these nameservers have domain names, ns.site.com. Now what…
2
votes
2 answers

add alias/cname for www in aws route53 for IIS website

I was using hosting with plesk panel until now, in plesk there would be a CNAME DNS record for the www record like this: HOST | Record Type | Value www.example.com. | CNAME | example.com. now in aws route 53, looking at docs and…
Omu
  • 327
  • 2
  • 6
  • 19
2
votes
1 answer

Does hostmaster email needs to be in same domain as defined in zone file?

I am going through Bind9 to configure DNS server for my domains, but during this process I am confused about points one of them is, when we put email address in zone file do I need to put hostmaster email address with same domain name that I am…
ppst99
  • 23
  • 4
2
votes
0 answers

AD Replication error: lingering objects in DomainDnsZones

I manage a small environment (single forest, single domain) with only two Ws2008 R2 DCs. Recently I started having replicationg issues from DC01 to DC02 due to lingering objects in naming context DC=DomainDnsZones, DC=mydomain, DC=com still existing…
howtired
  • 91
  • 1
  • 7
2
votes
1 answer

Removing Windows Domain name from FQDN

I hope someone can help with this, it feels like a stupid question but I'm trying to learn in a semi-live environment and I've had trouble finding an answer to this. I'm trying to be specific, so I hope this doesn't just immediately get closed for a…
2
votes
0 answers

BIND different forwarder based on response ip (rpz-ip)

I have a recursive BIND dns server . forwarders { 8.8.8.8; }; Is it possible to change the forwarder based on respone ip ? For example if the response is 192.168.1.1 then forward/redirect it to other forwarder ? //if response…
Omid Kosari
  • 620
  • 1
  • 8
  • 16
2
votes
1 answer

unknown RR type 'CAA' - named-checkzone

I recently updated CAA records for my domain. But when I do check the zone using the command named-checkzone I get the error, domain.com:43: unknown RR type 'CAA' domain.com:44: unknown RR type 'CAA' zone domain.com/IN:…
FELDAP
  • 909
  • 2
  • 10
  • 22
2
votes
0 answers

Hosts DNS vs getting DNS from service

We have a primary, secondary and tertiary servers, all located in different regions. All three machines run Windows Server 2008 R2. The secondary and tertiary servers provide backup for the primary server. Every week, we do a test fail-over from the…
2
votes
1 answer

Azure and DNS services

I have a Virtual network (MyVPN) resource in Azure, being a class C network, MyVPN has Azure provided DNS service as DNS servers, so all virtual machines with a NIC connected to this network are able to resolve their hostname successfully, for…
Navarro
  • 187
  • 6
2
votes
3 answers

Insecure Connection: issue on www redirect to non-www with https

I am not much familiar with server configurations, please help me on this issue: I have a Debian8 server and a SSL certificate, the SSL certificate only for My non-www domain so I would like to redirect all of www request into non-www, by below…
Riyas Muhammed
  • 123
  • 1
  • 4