Re: named.rfc1912.zones

Greg Choules via bind-users <[email protected]> Mon, 1 Jun 2026 12:09:26 +0100
Newsgroups gmane.network.dns.bind.user
Message-ID <CANsEUy3cNVuSf5GoxN=Y3oZ6=cX8+bFX39cEcJWAE-aXrmz-Yw@mail.gmail.com>
--===============0791530795782275099==
Content-Type: multipart/alternative; boundary="000000000000f0ec1f06532f3ada"

--000000000000f0ec1f06532f3ada
Content-Type: text/plain; charset="UTF-8"

No, you don't need any of those. They have been built in for a long time.
Most of them in 9.11 even.
Look at the startup log and it will tell you the list of built-in empty
zones.
You can override any of them, if you need to. For example if you have to be
authoritative for 0.168.192.in-addr.arpa because you use that /24 and want
PTR records, for some reason.

Cheers, Greg

On Mon, 1 Jun 2026 at 12:04, Renzo Marengo <[email protected]> wrote:

> I installed bind 9.20.23 (rpm package) in Alma Linux 9 and I'm
> migrating the old Bind 9.11.4 which is running in Centos environment.
> It's necessary to create the standard named.rfc1912.zones ? I
> reference It inside named.conf ( include "/etc/named.rfc1912.zones" )
> This file references "named.localhost", "named.loopback", "named.empty"
>
>
> -----------------------------
> named.rfc1912.zones
> -----------------------------
>
> zone "localhost.localdomain" IN {
>         type primary;
>         file "named.localhost";
>         allow-update { none; };
> };
>
> zone "localhost" IN {
>         type primary;
>         file "named.localhost";
>         allow-update { none; };
> };
>
> zone
> "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa"
> IN {
>         type primary;
>         file "named.loopback";
>         allow-update { none; };
> };
>
> zone "1.0.0.127.in-addr.arpa" IN {
>         type primary;
>         file "named.loopback";
>         allow-update { none; };
> };
>
> zone "0.in-addr.arpa" IN {
>         type primary;
>         file "named.empty";
>         allow-update { none; };
> };
> --
> Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe
> from this list.
>

--000000000000f0ec1f06532f3ada
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>No, you don&#39;t need any of those. They have been b=
uilt in for a long time. Most of them in 9.11 even.</div><div>Look at the s=
tartup log and it will tell you the list of built-in empty zones.</div><div=
>You can override any of them, if you need to. For example if you have to b=
e authoritative for 0.168.192.in-addr.arpa because you use that /24 and wan=
t PTR records, for some reason.</div><div><br></div><div>Cheers, Greg</div>=
</div><br><div class=3D"gmail_quote gmail_quote_container"><div dir=3D"ltr"=
 class=3D"gmail_attr">On Mon, 1 Jun 2026 at 12:04, Renzo Marengo &lt;<a hre=
f=3D"mailto:[email protected]">[email protected]</a>&gt; wrote:=
<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8=
ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I installed bin=
d 9.20.23 (rpm package) in Alma Linux 9 and I&#39;m<br>
migrating the old Bind 9.11.4 which is running in Centos environment.<br>
It&#39;s necessary to create the standard named.rfc1912.zones ? I<br>
reference It inside named.conf ( include &quot;/etc/named.rfc1912.zones&quo=
t; )<br>
This file references &quot;named.localhost&quot;, &quot;named.loopback&quot=
;, &quot;named.empty&quot;<br>
<br>
<br>
-----------------------------<br>
named.rfc1912.zones<br>
-----------------------------<br>
<br>
zone &quot;localhost.localdomain&quot; IN {<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 type primary;<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 file &quot;named.localhost&quot;;<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 allow-update { none; };<br>
};<br>
<br>
zone &quot;localhost&quot; IN {<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 type primary;<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 file &quot;named.localhost&quot;;<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 allow-update { none; };<br>
};<br>
<br>
zone &quot;1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.=
ip6.arpa&quot;<br>
IN {<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 type primary;<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 file &quot;named.loopback&quot;;<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 allow-update { none; };<br>
};<br>
<br>
zone &quot;1.0.0.127.in-addr.arpa&quot; IN {<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 type primary;<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 file &quot;named.loopback&quot;;<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 allow-update { none; };<br>
};<br>
<br>
zone &quot;0.in-addr.arpa&quot; IN {<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 type primary;<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 file &quot;named.empty&quot;;<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 allow-update { none; };<br>
};<br>
-- <br>
Visit <a href=3D"https://lists.isc.org/mailman/listinfo/bind-users" rel=3D"=
noreferrer" target=3D"_blank">https://lists.isc.org/mailman/listinfo/bind-u=
sers</a> to unsubscribe from this list.<br>
</blockquote></div>

--000000000000f0ec1f06532f3ada--

--===============0791530795782275099==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-- 
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list.

--===============0791530795782275099==--