Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipv6 PTR zone invalid #190

Open
imp1sh opened this issue Jul 15, 2022 · 0 comments
Open

ipv6 PTR zone invalid #190

imp1sh opened this issue Jul 15, 2022 · 0 comments

Comments

@imp1sh
Copy link

imp1sh commented Jul 15, 2022

Hi,
I just tried your role on Debian 11 and there seems to be a problem with the ipv6_networks directive.
My var is:

    ipv6_networks:
    - "fc00::/38"

The created config looks like this:

zone ".0.0.0.0.0.0.0.c.f.ip6.arpa." IN {
  type master;
  file "/var/cache/bind/.0.0.0.0.0.0.0.c.f.ip6.arpa";
  notify yes;
  allow-update { none; };
};

The zonefile itself also uses this wrong name and within the zonefile, too.
bind fails to start. I think it should be.

zone "0.0.0.0.0.0.0.c.f.ip6.arpa." IN {
  type master;
  file "/var/cache/bind/0.0.0.0.0.0.0.c.f.ip6.arpa";
  notify yes;
  allow-update { none; };
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant