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

BIND9 Dynamic Update not working - NOTZONE and SERVFAIL errors

This is on CentOS 7 with BIND9. When I run nsupdate to test ddns updating, I get a couple levels of failure. On adding the reverse zone, I get . Then on adding the forward zone entry, I get . I've reached the end of google in trying to identify what…
gephenzie
  • 41
  • 1
  • 3
3
votes
0 answers

setting up zone file for coredns

I created a zone file named db.example.home $ORIGIN example.home. @ 3600 IN SOA sns.dns.icann.org. noc.dns.icann.org. ( 2017042746 ; serial 7200 ; refresh (2 hours) 3600 ; retry (1 hour) …
Ciasto piekarz
  • 7,853
  • 18
  • 101
  • 197
3
votes
1 answer

Docker container running Bind9 - Logs files remains empty

I have a Docker container running Bind9. Inside the container named is running with bind user bind 1 0 0 19:23 ? 00:00:00 /usr/sbin/named -u bind -g In my named.conf.local I have channel queries_log { file…
tweetysat
  • 2,187
  • 14
  • 38
  • 75
3
votes
0 answers

Create zone from designate says "permission denied" having backend bind9 running in different vm

I installed bind9 in my 10.10.70.25 vm and I've my openstack-designate running in 10.10.70.81 vm. rndc.key for bind9 and designate are same. rndc.key for designate is located at /home/syed/bind/rndc.key Below is my /home/syed/bind/rndc.conf in…
ahmed meraj
  • 844
  • 1
  • 9
  • 15
3
votes
1 answer

ERROR: open:/etc/bind/named.conf: permission denied on restarting bind9 service

I have Debian and Bind9 and Webmin Yesterday I launch in error the command chmod -Rv 777 / I tried to run these output commands to generate a script to restore the most recent permissions but when i restarted the bind9 service I get the below error…
Joe
  • 31
  • 1
  • 3
3
votes
2 answers

What are the main differences between BIND9 and Bundy?

What are the main differences between BIND9 and Bundy? Is Bundy secure to use? I real on their website that: The project is currently working on fixing up some loose ends in the code inherited, clean the code, and to get the initial…
KingsInnerSoul
  • 1,373
  • 4
  • 20
  • 49
2
votes
1 answer

Docker bind9 dns server 'failed: permission'

Encountering a permissions issue. I do realize that I can follow the instructions on https://hub.docker.com/r/internetsystemsconsortium/bind9 and do docker run way with volumes attached but I would like to store these folders locally in a custom…
fobik35911
  • 109
  • 7
2
votes
0 answers

ISC DHCP/DDNS setup: Static entries for non-dhcp clients

I have set up a local network with ISC BIND9 and DHCP service. New leases trigger the DHCP to add an A and PTR record which works perfectly. I also added lots of static host entries in the dhcpd.conf. Now I noticed that the DDNS update only works…
dom
  • 111
  • 5
2
votes
0 answers

core dns redirect domain to locally hosted server ip

I have locally hosted DNS server coredns 1.7.0 I have my own website hosted at ip 192.168.0.10 I wanted since I have my own dns server I wanted to be able to redirect using the coredns config file. selfhosted.myserver.com:53 { errors …
Chang Zhao
  • 631
  • 2
  • 8
  • 24
2
votes
1 answer

How to get bind9 to listen only on this dynamic ip interface

The listen-on statement of bind9 configuration seems to only take IP address(es) for an interface. "man named.conf" shows details on listen-on For an internal named daemon, the interface being listen on can be declared as: listen-on { …
John Greene
  • 2,239
  • 3
  • 26
  • 37
2
votes
1 answer

dnspython dynamic update PeerBadKey

I'm working with dnspython attempting to perform updates against a BIND9 server, however I keep getting a Bad Key response (“tsig verify failure (BADKEY)”) - when I use nsupdate the key works just fine. Is there anyone who has successfully…
Vance84
  • 61
  • 5
2
votes
1 answer

Php curl error : Hostname was NOT found in DNS cache

I have a problem with a curl request in my php script that i have uploaded on my dedicated webserver. I know that this curl request work fine, because i have already tested on my local machine. I think this the problem come from my apache…
Thomas Melcer
  • 163
  • 2
  • 13
2
votes
1 answer

Is the value "0" allowed in dns request header as request id?

I've seen the "header format" section of rfc 1035, but it only says that the id can be a random value. Now can this random value be a 0 or not, that's what I want to know.
ibrar arshad
  • 223
  • 2
  • 7
1
vote
0 answers

Bind nameservers are not reaching Nginx container

All my Docker containers are using the same macvlan (brige) on the server. Before bringing my Nginx up, I'm running this small script first: echo "- attatching our busy0 interface to the parent via bridge;" sudo ip link add busy0 link enp0s25 type…
1
vote
1 answer

need Bind9 architecture advices

i need your advices for a DNS architecture. DNS architecture proposal In my company, every desktops/laptops are configured with DNS of the LAN (10.1.1.1), which is a Microsoft AD/DNS and i don't have the hand on it. Others DNS are Bind9 where i am…
mixgal
  • 11
  • 2
1
2 3 4 5 6 7 8