Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.94 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.94 KB

TechArkit Youtube Channel Help Documents

Tech Arkit Youtube channel Provides you Information Technology related technical videos Like.

Follow Us on Social Networking Sites

  • Linux Tutorial
  • Certification Prep Guides
  • AWS Video Tutorial
  • Shell Scripting video tutorial
  • So many other tutorial

Find the command line help here. We will update all the commands used in videos.

DNS Server in Linux - Video

  • DNS Server Config File

  • # yum install bind* -y

  • # systemctl enable named-chroot.service

  • # systemctl start named-chroot.service

  • # systemctl enable named-chroot.service

  • # systemctl start named-chroot.service

  • First edit named.conf

  • Next Edit named.rfc1912.zones

  • Forward Lookup Zone File techarkit.local.for.zone

  • Reverse Lookup Zone File techarkit.rev.zone

  • Verify Named configuration using below command

  • # /usr/sbin/named-checkconf -z /etc/named.conf

  • # named-checkzone server.techarkit.local techarkit.for.zone

  • # named-checkzone server.techarkit.local techarkit.rev.zone