diff --git a/modules/k8s-nmstate-troubleshooting-dns-disconnected-bind9-dns.adoc b/modules/k8s-nmstate-troubleshooting-dns-disconnected-bind9-dns.adoc new file mode 100644 index 0000000000..fa0ad66de8 --- /dev/null +++ b/modules/k8s-nmstate-troubleshooting-dns-disconnected-bind9-dns.adoc @@ -0,0 +1,63 @@ +// Module included in the following assemblies: +// +// * networking/k8s_nmstate/k8s-nmstate-troubleshooting-node-network.adoc + +:_mod-docs-content-type: PROCEDURE +[id="k8s-nmstate-troubleshooting-dns-disconnected-bind9-dns_{context}"] += Configuring the bind9 DNS named server + +For a cluster configured to query a `bind9` DNS server, you can add the `root-servers.net` zone to a configuration file that contains at least one DNS record. For example you can use the `/var/named/named.localhost` as a zone file that already matches this criteria. + +.Procedure + +. Add the `root-servers.net` zone at the end of the `/etc/named.conf` configuration file by running the following command: ++ +[source,terminal] +---- +$ cat >> /etc/named.conf <> /etc/named.conf <