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

Is it possible to do a DNS Zone Transfer to Google Cloud DNS?

Is it possible to do a DNS Zone Transfer to Google Cloud DNS on Google Cloud Platform? I can see references to Zone Transfers in the documentation (eg. https://cloud.google.com/dns/zones/) and elsewhere on the web, but cannot find any further…
paradroid
  • 858
  • 5
  • 15
  • 28
1
vote
1 answer

bind9 nsupdate update failed: NOTAUTH

This is my named.conf.local zone "domain.ext" { type master; file "/etc/bind/zones/domain.ext.db"; allow-update {localhost;}; }; And the domain.ext.db file: ; ; BIND data file for domain.ext ; $TTL 3h @ IN SOA …
user3690884
  • 31
  • 1
  • 3
1
vote
1 answer

BIND server won't resolve some legitimate domains

I have setup a BIND9 server on host so that I can block malicious websites on my network. I have used OZNU's DNS Zone Blacklist tool to generate the desired blacklist. Overall, it works really well. However, I encountered some issues with some…
Comforse
  • 117
  • 7
1
vote
1 answer

Bypass GCP DNS zone

I'm having some server in GCP which are using a private DNS server in a private DNS zone (They use consul). For resolving DNS I'm using the systemd-resolved, and my resolv.conf is a soft link to /run/systemd/resolve/stub-resolv.conf and it's content…
1
vote
0 answers

DNS request timed out

I have a website running on Ubuntu 18.10 and apache 2.4 with SSL certificate registred using Letsencrypt and my DNS record is properly configured for my domain (www.shaheer.ga) on my hosting DNS Management section. two days ago, my ISP has changed…
1
vote
1 answer

Using an Elastic Load Balancer without Route53

We have setup an Elastic Beanstalk environment that spins up EC2 instances and adds a classic load balancer in front of them. Typically, you would set your DNS to Route53's name servers and then use a Route53 ALIAS record to point the domain to the…
1
vote
0 answers

DNS resolving timeout

I have a DNS in Linux Centos 7, and when integrating with Windows Server 2012 R2 it only solves in an inverse way, that is, with its IP address, when I try to resolve directly the server, it takes a long time to respond, I do not know why which I…
1
vote
0 answers

Why does an NS query for this domain only return one NS record?

I'm trying to figure out why an NS query for a domain only returns one NS record rather than both the NS records set via the registrar. I don't have access to the DNS server. If I query the roots, the response is as expected: .\dig.exe NS…
Ryan J
  • 325
  • 3
  • 11
1
vote
2 answers

Is it necessary to buy a domain in order to run the Let's Encrypt DNS Challenge on the intranet?

This question(s) might sound naive to many of you, but I'm more of a developer than a sysadmin, so it'd be extremely useful to have some advice before digging in. Let's say I own the foobar.com domain for my public sites and need to generate a Let's…
1
vote
0 answers

PfSense: redirection to authentication / login page from HTTPS links for unauthentified users

I've installed and configured pfsense 2.2.4 it works well and redirects unauthenticated users to the login page, as long as they use http; but when I type an https link the redirection doesnt work. After lots of search I found that enabling https…
Xsmael
  • 171
  • 1
  • 10
1
vote
1 answer

You apparently created more than one SPF record on your DNS

I am getting this error from mail tester What we retained as your current SPF record is: v=spf1 include:sparkpostmail.com ~all More information about this error: You apparently created more than one SPF record on your DNS. Please make sure to keep…
Fel
  • 1,432
  • 1
  • 10
  • 17
1
vote
1 answer

Conflict with CNAME wildcard with child CNAME

I migrated from PowerDNS to Knot 2.7. I have a conflict with 2 DNS records now. abcd.**www**.example.com CNAME -> somehost.example.net *.example.com -> example.com Now the problem is with the www.example.com domain. In PowerDNS it was to resolve…
Pavel
  • 397
  • 6
  • 16
1
vote
1 answer

Website not working if www is in URL

I am forcing my webserver to rewrite a none www URL to www, e.g. https://example.com to https://www.example.com, via .htaccess. RewriteCond %{HTTP_HOST} !^$ RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteCond %{HTTPS}s ^on(s)| RewriteRule ^…
Black
  • 419
  • 6
  • 18
1
vote
1 answer

linux web server, send mail using external (hosting provider) dns

I set Ubuntu 16.04 LTS server as web server (apache-php-mysql and sendmail) with valid public ip-address. Also, I use a hosting provider to redirect www.mydomain.com to my Ubuntu web server. Web server work fine but when I use php script for sending…
Pajsije
  • 25
  • 1
  • 1
  • 5
1
vote
1 answer

Redirect cnamed domain?

My client is owning a domain that has this DNS configuration : domain.com @ xxx.xxx.xxx.xxx www CNAME domain.com static CNAME domain.com I am managing the server at xxx.xxx.xxx.xxx. This server has WHM installed. Since it is pointing to my…
Elegya
  • 111
  • 3