Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/guides/dns/private_dns_server_using_bind.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:

```
Expand Down