From 92f898fbf585405c5a15337dd9138d81ef4c23d4 Mon Sep 17 00:00:00 2001 From: Steven Spencer Date: Tue, 26 Jul 2022 09:33:26 -0500 Subject: [PATCH] Added testing of private DNS server to version 9.0 * tested all procedures and it works like the expected * added deprecation notice for `iptables` for 9.0 --- docs/guides/dns/private_dns_server_using_bind.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/guides/dns/private_dns_server_using_bind.md b/docs/guides/dns/private_dns_server_using_bind.md index 266c9d9cee..c63c216d4d 100644 --- a/docs/guides/dns/private_dns_server_using_bind.md +++ b/docs/guides/dns/private_dns_server_using_bind.md @@ -2,7 +2,7 @@ title: Bind Private DNS Server author: Steven Spencer contributors: Ezequiel Bruni -tested with: 8.5, 8.6 +tested with: 8.5, 8.6, 9.0 tags: - dns - bind @@ -288,6 +288,10 @@ Now you should be able to get to anything in the *ourdomain.lan* domain from you ### Adding The Firewall Rules - `iptables` +!!! note "Regarding `iptables` and Rocky Linux 9.0" + + If you are doing this procedure on Rocky Linux 9.0 or above, please move down to the `firewalld` rules below. As of 9.0, `iptables` and it's associated utilities are officially deprecated. While they still exist in version 9.0, they may disappear quite soon, perhaps as early as Rocky Linux 9.1. Using the `firewalld` rules will avoid potential problems in the future. + First, create a file in */etc* called "firewall.conf" that will contain the following rules. This is a bare minimum rule set, and you may need to tweak this for your environment: ```