Manage DNS #182
Replies: 2 comments 1 reply
-
Hi, the idea behind NetBox DNS is not to manage a DNS server, but to maintain DNS data. That is in line with the general idea of NetBox as a source of truth, i.e. something to have your data in. The upside of this is that you can use the data from NetBox DNS to provision any server, the downside is that you have to do it yourself. There are a couple of options to do this.
In the documentation section there is a very simple example of how to create zone files for BIND from NetBox DNS data. Have a look at docs/using_netbox_dns_with_ansible.md. This is not very elaborate and currently does not support views yet, but it should be enough to get the general idea of how to get data out of NetBox DNS and use them.
What do you mean by that? If the idea is that the data you enter into NetBox DNS will automatically be activated in your DNS server - no. Some reasons were discussed in #8, and although I found the idea interesting at first I am now convinced that it isn't such a good one after all. But you could write a Webhook that takes care of automatically get the data into the DNS server's dataset. |
Beta Was this translation helpful? Give feedback.
-
Have a look at PR #223, which adds example code for a custom script that can be used to export zone data. Depending on what you want to acheve that might or might not be useful - at least as a base for your own developments. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
What type of DNS is supported ? Bind ?Windows ?
DNS registration is done automatically as on IPAM ?
Thanks a lot for your feedback,
Max.
Beta Was this translation helpful? Give feedback.
All reactions