dns configuration


SUBMITTED BY: santori22

DATE: May 4, 2016, 6:16 a.m.

FORMAT: Text only

SIZE: 1.5 kB

HITS: 832

  1. 1> First you install linux server from cd.
  2. 2>Then you have to configure YUM server.The default path is /etc/yum.repos.d.After inserting
  3. the directory you have to configure yum server in epel.repo file.In this file you have to insert the following line.
  4. baseurl: path name(from where you have to install)
  5. enable=0
  6. gpgcheck=0
  7. then save the file.
  8. 3>Then you have to install bind package through this command
  9. yum install -y bind*
  10. 4>After installing the package you have to modify /etc/hosts file and configure the network.
  11. 5>default package of named is /etc/named.conf ,it control global package of dns.
  12. 6>there is two zone one forward zone and another is reverse zone these files are store in the
  13. below path.
  14. /var/named/chroot/var/named
  15. 7>After configuring it you have to start the service through this below command
  16. service named start
  17. chkconfig named on (this service is automatic on after booting the system)
  18. TESTING
  19. For testing you use these below command
  20. 1>dig
  21. 2>nslookupko

comments powered by Disqus