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
0 answers

Setup DNS Forward Server to forward only specific domains

I want to setup DNS Forwarding Server to forward DNS resolution requests for only specific zones. I am using the following config. acl "trusted" { localhost; 10.x.x.x/24; }; options { listen-on port 53 { 10.x.x.x; }; …
Dhirendra
  • 111
  • 3
1
vote
1 answer

Bind, common zone on views possibilities

Hi I've created 3 bind server for public resolution (authoritative). i got 3 view : World (with an Any acl) East-Asia (with a GeoIP acl) Internal (for internal IP) i would like to share some common zone for all my views, example i want to resolv…
1
vote
0 answers

Unbound config to forward unknow local subdomain name

I am currently on a local aera network where no loop-back is allowed meaning that I cannot reach my public IP address from the local network. Several services need to be migrated in my local area network whilst keeping the domain name because we…
Gazoline
  • 11
  • 2
1
vote
1 answer

Resolve specific Domain query using View in BIND9 (Forward)

I am trying to setup a whitelisted domain forwarder in my bind9 but it wasn't successfully accomplish maybe due to the configuration that I applied. A couple months ago, I did setup the same conceptual DNS with multiple views in Bind9 and it works…
Shann
  • 111
  • 1
  • 3
1
vote
2 answers

External DNS to manage Domain // Ways to test the own external DNS server

i have several domains at Strato. I want set up my own external DNS to manage my domains. To do this at Strato I used the option "Domainverwaltung: NS-Records ändern". I had to provide 2 Nameservers for this configuration. The system accepted my…
1
vote
0 answers

Why does my Bind RPZ config work for one host, but not the other (SERVFAIL)

I have some hosts in a DMZ which need to use LDAP resources on the LAN. We don't forward DNS into the LAN, so instead of adding entries in individual /etc/hosts, I decided to try a Bind RPZ zone to handle DNS to keep all the workarounds in one…
Server Fault
  • 3,454
  • 7
  • 48
  • 88
1
vote
1 answer

Error: SPF record must be in the correct format

I need some help with set up the SPF record. When I created the SPF record just like this: v=spf1 a mx include:_spf.google.com include:getresponse.com ~all When I run this for a…
1
vote
1 answer

Different dns on sites of the same windows domain

We have a windows 2012 domain with 2 different sites connected via vpn. Site 1 has a dc with dns, Site 2 has two dc with dns Most dns zones are integrated into AD, so a change is reflected on all 3 dns. Site 1 and Site 2 have both more subnets…
Filippo
  • 353
  • 5
  • 16
1
vote
0 answers

DNS-RPZ use for nonexistent addresses

I'm trying to find a scheme where I can use a generic UI app to automatically access some local IoT devices I'm making, no matter the domain in which they are installed. Yes, I know IoT is just an IDIoT without his ID. And, yes, these devices are…
BobC
  • 129
  • 9
1
vote
3 answers

Secondary Nameserver DNSSEC

I have this hidden master DNS nameserver notifying and updating the two public slave DNS servers: my own VPS running Debian/Bind9 DNS 3rd-party secondary nameserver provider (afraid.org) I finally got DNSSEC working with the hidden master and my…
John Greene
  • 799
  • 7
  • 28
1
vote
1 answer

DNS/Name server: Configure Bind as an Authoritative-Only DNS Server

I'm new to the DNS world. I followed this tutorial to config an Authoritative-Only DNS Server. However, the tutorial is only about one domain name and I'm confused on how to add the second domain name. There are also questions in the comments of the…
Nina Brown
  • 11
  • 3
1
vote
1 answer

Proper Master/Slave Configuration for DNS

Consider the case of two master DNS servers, one serving as the master for the zone sales.example.com, the other serving marketing.example.com (ignore the implausibility of these being the actual zones, that isn't the point). Each of these two…
Joe
  • 472
  • 4
  • 15
1
vote
0 answers

Include all hosts of a zone in ACL

I'm running bind9 as DNS server, and have one zone set up to allow dynamic updates (think of my private DynDNS). IP ranges of those "dynamic hosts" cannot be foreseen, let alone specific IPs. But I want those "dynamic hosts" to be allowed recursion…
Izzy
  • 349
  • 4
  • 19
1
vote
0 answers

How to delegate DNS for a subdomain to my own BIND9 server?

I have a VPS (running Debian) and a domain ("mydomain.net"). What I want to achieve is this: I want to create a subdomain "home.mydomain.net" for dynamic hosts in my home, e.g. my NAS etc., so that I can resolve my NAS from everywhere with…
Rob
  • 184
  • 1
  • 12
1
vote
1 answer

nameservers reported by whois cannot be found by nslookup

The nameservers of my domain are listed correctly on the whois entry: whois destiglobal.com | grep NS gives the following result: Name Server: HEATHER.NS.CLOUDFLARE.COM Name Server: OWEN.NS.CLOUDFLARE.COM but a nameserver search with dig does not…
matyas
  • 113
  • 4