0% found this document useful (0 votes)
18 views5 pages

DNS Configuration On CentOS

This document outlines 12 steps for configuring DNS on a CentOS/RedHat 6.2 server. The steps include checking network interfaces, editing host and network configuration files, installing and configuring BIND name server software, creating and editing zone files for forward and reverse lookups, and testing the DNS configuration.

Uploaded by

Gokul Krish
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views5 pages

DNS Configuration On CentOS

This document outlines 12 steps for configuring DNS on a CentOS/RedHat 6.2 server. The steps include checking network interfaces, editing host and network configuration files, installing and configuring BIND name server software, creating and editing zone files for forward and reverse lookups, and testing the DNS configuration.

Uploaded by

Gokul Krish
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 5

DNS configuration on CentOS /RedHat 6.

2
Step 1 #ifconfig

Step 2 # vi /etc/hosts

Step3 # vi /etc/sysconfig/network

Step 4 #vi /etc/resolv.conf

Step 5 #service network restart Step 6 #yum install bind* -y

Step 7 #vi /etc/named.conf

Step 8 #vi /etc/named.rfc1912

Step 9 #cd /var/named/ #ls #cp named.localhost forward.zone #cp named.loopback reverse.zone Step 10 # vi forward.zone

Step 11 #vi reverse.zone

Step 12 # dig dns.mydns-setup.com

You might also like