Re: Integrating ISC-DHCP with/ Bind (and eventually Kea)
Ben Scott <[email protected]> Tue, 2 Dec 2025 17:31:25 -0500
| Newsgroups | gmane.network.dns.bind9.user |
|---|---|
| Message-ID | <6aa0c142-6e27-4cd9-ab51-4e2ddb1ddef9__45432.7489993133$1764714729$gmane$org@isc.org> |
On 12/2/25 15:18, Philip Prindeville via bind-users wrote: >> On Dec 2, 2025, at 12:37 AM, Ondřej Surý <[email protected]> wrote: >> Nope. Automatic empty zones are kind of special (both configuration- and code-wise). > > Not sure I understand the difference between how “redfish-solutions.com” is created and “168.192.in-addr.arpa”. BIND's built-in automatic empty zones are fundamentally different from "normal" zones (those loaded from a zone database or transfer). The code handles them as a special case. It's not just a zone file that's hard-coded into the program. If you really want to get into gory details, grep for and DNS_ZONEOPT_AUTOEMPTY and DNS_ZONESTATE_AUTOMATIC in the BIND source code. But this is a level of detail you almost certainly do not need. :-) The following article has more information about the auto zones (although it does not get into the implementation, just purpose and configuration): https://kb.isc.org/docs/aa-00800 -- Ben -- Any opinions expressed in this message are those of the author alone. All information is provided without warranty of any kind. -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list.