GithubHelp home page GithubHelp logo

Comments (5)

thias avatar thias commented on July 21, 2024 4

This should now be fixed in 1c9dbfc. Also note that RFC1912 and RFC1918 are quite different, and after a quick look, it seems like the Debian file covering RFC1912 and the forward/reverse for loopback addresses and names is /etc/bind/named.conf.default-zones so I have included that one.

But I'm assuming most of you have moved on to better maintained modules anyway (sorry!).

from puppet-bind.

hybby avatar hybby commented on July 21, 2024 2

I ran into this issue on Ubuntu 14.04 too.

I had to change the following in thename.conf.erb file to get BIND started...

-include "/etc/named.rfc1912.zones";
+include "/etc/bind/zones.rfc1918";
-    file "named.ca";
+    file "/etc/bind/db.root";

from puppet-bind.

drequena avatar drequena commented on July 21, 2024

Actually, I didn't even find the rfc1912 and named.ca files on Debian 8.
I had to remove the entries from named.conf.erb in order to have a functional DNS server, and add a "includes" entry so the Debian equivalent file (named.conf.default-zones) could be added.

from puppet-bind.

rendhalver avatar rendhalver commented on July 21, 2024

I ran into a similar issue on Ubuntu.
I added named.ca and the rfc1912 zones files in my profile but ran into an issue where apparmor is complaining about the files location.
I am working on a fix that should resolve the issue.

from puppet-bind.

khaefeli avatar khaefeli commented on July 21, 2024

added a PR to solve this issue @thias

from puppet-bind.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.