Hello everyone.
Is there a way to be able to setup reverse DNS on the IPv4 public IP and a reverse DNS delegation for a public IPv6 prefix ?
Thank you.
Hello everyone.
Is there a way to be able to setup reverse DNS on the IPv4 public IP and a reverse DNS delegation for a public IPv6 prefix ?
Thank you.
Hey, that’s no problem, you could either open a ticket on the Request Tracker (can pass the mail on a private channel, we try to keep it from being spammed).
Or… You could do it yourself
up for it?
Just created an account for you at https://farga.eXO.cat, where you’ll be able to access the cdist-exo repository, there you can edit: https://farga.exo.cat/exo/cdist-exo/src/branch/main/files/dns_zones.ptr_entries.csv to add any PTR entries.
Please open a Pull Request so we can review it and then apply it!
If you do want to run your own authoritative DNS with delegation for the IPv6 prefix, this would be the place to add the NS entries: https://farga.exo.cat/exo/cdist-exo/src/branch/main/files/dns_zones/exonet.cat
Hello @evilham
Thank you for your answer, I will take a a look.
For the IPv6 reverse DNS delegation if I understand properly on this file you listed I would have to add a new line with my delegation for the reverse DNS zone of my subnet (…ip6.arpa.) ? As I don´t see any other similar configuration (only forward DNS)
Trueeee, it looks like we haven’t considered delegation and I thought about it the other way round when I replied
(editing our zone instead of the arpa zone, which we treat as autogenerated and do not even commit).
Anywho, if you want: open the Pull Request adding the IPv4 PTR, and mention in the PR how the delegation for v6 should look like (aka: which block to which NS, remember that it is recommended to have multiple NS in different blocks), I’ll look into adding support for these delgations!
You can use the association’s NS as secondary if you want, we can track it on the Pull Request.