Questions tagged [bind9]

Bind9 is an application that enables your computer to function as a DNS server.

Bind9 is an application that enables your computer to function as a DNS server. Bind can be installed on Windows, but again, I would recommend that you configure Microsoft own DNS option, if you are running a Windows DNS server.

Installation Linux

apt-get update
apt-get install apache2
apt-get install bind9
111 questions
0
votes
1 answer

How to make BIND DNS recursively send a query with CLASS = ANY (255)?

If I make a query to my local recursive BIND9 DNS with class (not type!) ANY, it recursively sends a query to the forwarder, but with class = IN. How to make him send recursive query with the same class as I've sent? Is it possible? What I…
academica
  • 325
  • 3
  • 13
0
votes
0 answers

Bind9 MX record - Bind9 add the server name to the MX record

I have set up 2 Bind9 DNS servers with Webmin. Both on dedicated servers with a static ip. A master server and the slave is added as a cluster slave server to the master server in the bind dns server config menu. This is the…
teddybear
  • 83
  • 1
  • 10
0
votes
1 answer

Run bind9 in a kvm guest system

I want to run an bind dns server in an guest system. On the host is kvm running. How I see, kvm needs dnsmasp to run, which is blocking port 53. So I can not forward the port from the VM, is it right? Is it possible to get arround this? If not, what…
CordlessWool
  • 1,388
  • 4
  • 17
  • 35
0
votes
1 answer

Add external IP addresses to bind9

I've setup a DNS Server with bind9 to resolve all local addresses within my network. I have some external IP addresses which I'd like to add as well. Is this possible with bind9? The external IP's reside on AWS(If that helps).
latencybit
  • 41
  • 1
  • 5
0
votes
2 answers

Mxtoobox: Loop detected! We were referred back to IP

I followed the tutorial for DNSSEC found in https://www.digitalocean.com/community/tutorials/how-to-setup-dnssec-on-an-authoritative-bind-dns-server--2 Here is my zone file: $ORIGIN . $TTL 86400 ; 1 day example.net IN SOA …
André Moreira
  • 139
  • 1
  • 2
  • 10
0
votes
1 answer

Install bind9 on a machine that has no internet connection

I need to install bind9 on a machine that has no internet connection. I downloaded the source code and want to compile it on this machine, but there is no C compiler on my machine. And as I have no internet connection, I cannot install gcc (manual…
hawarden_
  • 1,904
  • 5
  • 28
  • 48
0
votes
0 answers

DNS - Associate Multiple Sub Domains on Multiple Dedicated IPs

I am currently working with BIND9 DNS and I am trying to assign webspace to clients on sub-domains without needing to wait for DNS propagation when creating a website on a sub domain. Example I have created the A Record *.mydomain.com pointing to IP…
AustJamesL
  • 69
  • 3
0
votes
1 answer

Delegation to Subdns doesn't work

I recently tried to setup a DNS. The checking tool tells me that some A records are missing. But I think I did. Zonefile: $ORIGIN . $TTL 2D . IN SOA ns1. root.ns1. ( 2016052404 ; Serial …
Shinobu
  • 11
  • 7
0
votes
1 answer

Local DNS wont route users to WPengine blog

I'm trying to fix a DNS issue at my office. We run a local Bind server to handle requests to locally run sub domains that are only available in the office. Recently we moved our blog to wpengine.com for hosting. They also provide the ability for DNS…
Geter76
  • 13
  • 3
0
votes
1 answer

Failed to save forwarding and transfer options : Missing file

I am trying to configure Forwarding and Transfers for Global forwarding and zone transfer options via Webmin. It gives me the following output: Failed to save forwarding and transfer options : Missing file to read at bind8::./bind8-lib.pl line…
0
votes
1 answer

VPS OS Debian 6 : How to Setting Up db. Bind9 for Multiple IPs (Beginner)

My server IP is : 103.11.xx.xxx I followed setting up my VPS from here and, I had to copy and edit etc/bind/db.local to etc/bind/db.mywebsite: ; BIND data file for mywebsite.com ; $ORIGIN mywebsite.com. $TTL 604800 @ IN SOA …
Anz
  • 93
  • 1
  • 9
0
votes
1 answer

Bind9 nsupdate delete

The domain name has more than one address: a.test.com: 10.10.10.10 a.test.com: 10.10.10.11 I use 'nsupdate' to add them, but how can I update one of the records; a test.com 10.10.10.10 ->10.10.10.12 I tried to use delete the…
Karon
  • 41
  • 1
  • 5
0
votes
1 answer

DNSSEC resigining shell script struggles

I request for help and would appreciate it if someone could help me with my shellscript struggle. The following code is my shellscript to resign the zone-file. #!/bin/bash hash=$(head -c 1000 /dev/random | sha1sum | cut -b…
lt_katana
  • 148
  • 3
  • 12
0
votes
2 answers

How to set up Consul hosted zone on Route53?

I am trying to set up Route53 so that instances on the same VPC as the consul cluster can hit .consul endpoints. For experimental purpose I got one of the three server nodes set up with DNS forwarding set up using BIND (private IP 172.31.56.55) to…
cleung2010
  • 197
  • 4
  • 12
0
votes
1 answer

Syntax and RNDC bind errors on conf

What I'm trying to do: Trying to create a bind DNS service that will resolve local addresses as well as public addresses. I need to be able to resolve internal local addresses for remote locations. These remotes hit our network through a proxy, and…
mtrueblood
  • 414
  • 2
  • 11
  • 28