DNS Server
Section 1: Setting Up Forward DNS
What is Forward DNS?
Steps for Forward DNS Configuration
sudo apt update
sudo apt install bind9 bind9utils bind9-doc$TTL 86400
@ IN SOA ns1.example.com. admin.example.com. (
2025032501 ; Serial
3600 ; Refresh
1800 ; Retry
1209600 ; Expire
86400 ) ; Minimum TTL
@ IN NS ns1.example.com.
ns1 IN A 102.50.1.17
www IN A 102.50.1.10
iten IN A 102.20.1.100

Section 2: Setting Up Reverse DNS
What is Reverse DNS?
Steps for Reverse DNS Configuration


Section 3: Additional Configuration and Verification
BIND9 Service Configuration
Firewall Configuration
Disable IPv6 (Optional)
Last updated