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

GlobalNames Zone on Bind DNS server

Is it possible to set up a GlobalNames zone using Bind DNS? I'd like to be able to create an internal zone that responds to single lable names ie. http://intranet , or http://nas , rather than using a local zone or FQDN eg. http://intranet.local or…
Aidan
  • 111
  • 1
1
vote
2 answers

Setup multiple VPS with single domain name and two set of nameservers (glue records)

I am stuck in a bit complicated situation(complicated for me, might not be for you). What I have: I have 2 virtual private servers on two different IPs eg. 192.0.0.1, 192.0.0.2(let's name these vps1 and vps2) and one domain name eg. foo.com. What I…
1
vote
1 answer

Zone transfer from KNOT (master) to BIND (slave) fails with NAUTH

There is a KNOT DNS master name server that I do not manage myself for my domain. I try to setup a BIND DNS server as a slave in-house. BIND fails to do the zone transfer and reports 31-Dec-2017 16:19:02.503 zone whka.de/IN: Transfer…
user2690527
  • 121
  • 3
1
vote
1 answer

Cname to replace namesever change

I'm using Cloudflare and they want me to change my nameserver from ns1.mydomain.com to ns1.lamedomain.com Can I use a cname record to keep ns1.mydomain.com or should I use "A" record and link to the IP of ns1.lamedomain.com? please give me an…
Justin
  • 13
  • 2
1
vote
1 answer

Main and separate mail server with one zone file?

The setup is one main server (domain.tld) with an online shop and exim4 to send mails and a second server (mail.domain.tld) dedicated to the company mails. The DNS right now looks somewhat like this: @ IN NS nameserver1 @…
1
vote
3 answers

Public AND Private Authoritative DNS Servers

Re this setup: My Public Authoritative DNS Server at : example.com. A foo.bar.example.com. TXT "Hello World" My Private Authoritative DNS Server at 192.168.0.2: foo.bar.example.com. A …
StampyCode
  • 123
  • 7
1
vote
2 answers

Which name is better for Virtual Host files on Nginx and Apache?

My main site is accessed by the address www.example.com, so should by my nginx virtual host file named as www.example.com and not example.com to avoid searches of the server_name variable www in others blocks of virtual host files? The same thing…
1
vote
1 answer

www URL loading incorrect SSL certificate

I have an issue with two sites that are running on the same IP address. One as a virtual host. The issue is one of the sites loads correctly if you use the non-www address mountainx.com but if you go to the www address www.mountainx.com it tries to…
1
vote
2 answers

Inconsistent Glue Records

We've picked up a number of issues on mxtoolbox and various other online DNS tools that we have inconsistent glue records. In particular, it appears that the glue records setup at the TLD (.host in this case) has glue records setup for our 4…
mauzilla
  • 135
  • 8
1
vote
1 answer

Error while running powershell script to back up DNS Zones

I have this script that I am trying to run, that I hope will back up DNS zones. I am attempting to export this information into a csv file using the export-csv powershell cmdlet. Finally, I use use the dnscmd.exe command to export zones information…
Ahad Sheriff
  • 133
  • 9
1
vote
1 answer

Slave DNS server is Open Zone Transfer

My secondary authoritative DNS server (centos 7 - bind 9.9 hosted in Microsoft Azure) is marked as Open Zone Transfer... although I've added the line "recursion no" in /etc/named.conf: This is my options section in the server's named.conf…
1
vote
1 answer

Why is their no trailing dot for the zone name in a named.conf BIND config file?

When specifying the $ORIGIN directive in a DNS zone file if what you are specifying is a FQDN (fully qualified domain name) then by definition it should end in a trailing dot (for example $ORIGIN example.com. instead of $ORIGIN example.com). That…
VKK
  • 111
  • 2
1
vote
1 answer

An easy way to update Google Cloud DNS record with HTTP request

Is there a simple way to update a record of a managed zone in the Google Cloud DNS Platform, by means of something like an HTTP request. Some of the DNS providers allow for HTTP requests to be submitted with the record name, new record data and…
1
vote
2 answers

SSL Certificate for domains we do not own

We have a cloud based SaaS multi-tenancy system. AKA: the platform. The platform provides the service to our customers by allowing their end users to perform some work. To give an example, imagine we have a blogging service we sell to companies and…
nsof
  • 121
  • 5
1
vote
1 answer

Windows Server DNS resolve primary zone to IP

I have some local host names in format: dev-some-site-name I need to setup DNS server (on Windows Server 2012 R2) so this names can be resolved on multiple virtual machines - i don't want to use hosts file. So far I've done this: Setup primary DNS…