Skip to content

techarkit/TechArkit-YouTube

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages