DNS Server on Rocky 8 provides a reliable and open-source DNS solution, ensuring smooth domain resolution with the stability of Rocky Linux 8.

This is a quick deployment and ready-to-run image.
Simple and rapid installation. Easy to maintain.
Configuring and connecting to DNS Server on Rocky 8
To work, you should open TCP port 10000 and UDP port 53 in the network properties of the Amazon firewall.
When starting the VM, the DNS server starts automatically.
Connecting to the VM
- To connect to the Server, you should generate a “Private Key” in advance. This can be done using Guide – How To – Create and use Key Pair to connect to a VM (by choosing the “file format:” option “.ppk” in point 3)
- Connecting to the VM using the PuTTY application. You can download it at the following link – Download
- Go to section SSH on the left panel, and then to Auth
In the “Auth” section, click “Browse” and specify the path to the .ppk file you received earlier.
- Go to the home page of “Session”, enter the IP address of the VM, and click “Open”.
- In the opened console, you will need to enter the login rocky
- To get the administrator password, type sudo cat /root/cred.txt (1) and copy the password displayed (2)
Configuring the DNS server
- Enter https://”VM’s IP”:10000 in the browser line
- Click “Advanced”.
- Then select Proceed to IP VM (unsafe
- Enter the username root and password from step 6 of the previous section. Then click “Sign in”
- Click Un-used Modules (1) then select BIND DNS Server (2)
- Select Create master zone
- Fill in the required data and click Create
- Go to Address
- Add a new address by filling in all the fields and click Create
- Click Return to zone list
- Initial setup completed. A new zone displayed in Existing DNS Zones
Developer Documentation – BIND 9 9.21.3-dev documentation