
How to add SPF Record in Bind DNS Zone on Linux
In the world of email authentication, Sender Policy Framework (SPF) is a widely used protocol that helps prevent email spoofing and protects against forged sender addresses. By adding an SPF…
How to add SPF Record in Bind DNS Zone on Linux
In the world of email authentication, Sender Policy Framework (SPF) is a widely used protocol that helps prevent email spoofing and protects against forged sender addresses. By adding an SPF…
How to Setup Bind DNS Server in Chroot Jail on CentOS 7
BIND (Berkeley Internet Name Daemon) also known as NAMED is the most widely used linux dns server in the internet. This tutorial will explain how we can setup BIND DNS…
How to Setup Bind Chroot DNS Server on CentOS 6.3 x86_64
BIND (the Berkeley Internet Name Domain) also known as NAMED is the most widely used DNS server in the internet. Bind DNS helps to resolve domain name to ip address…
How to Install and Configure Bind 9 DNS on CentOS 6.3
This post covers the steps on how to install Bind DNS server on CentOS 6.3. Bind is the most popular software and the most widely used Domain Name System (DNS)…
How to Install nslookup on CentOS 6.3
nslookup is a command-line tool used to query DNS servers and obtain domain-related information, such as IP addresses, mail servers, and other records. It is a helpful utility for network…
How to Configure Bind-Chroot Logging on CentOS 6.2
In this comprehensive guide, we will walk you through the process of enabling logging for the Bind DNS server on a CentOS 6.2 Linux server. This is particularly useful for…
How to Setup Private DNS With Bind9 Chroot on CentOS 6.2 VPS
Assumed that you already buy two Virtual Private Server (VPS) but you dont want to point your nameservers on your hosting provider. To look more professional and stylish, you can…
How to Install Bind Utilities on Fedora 16
Question : When i try to test mx record using host command and other bind utility command such as nslookup, i get this error : [root@fedora16 ~]# host -t mx…
How to Install and Configure Bind Chroot DNS Server on Fedora 16
DNS is the Domain Name System that maintains a database that can help user’s computer to translate domain names such as www.ehowstuff.com to IP addresses such as 184.173.214.97. DNS on…
How to Install and Configure Bind 9 DNS on CentOS 6.2 x86_64
Bind is the most popular software and the most widely used Domain Name System (DNS) software on the Internet for providing DNS services. The name BIND stands for “Berkeley Internet…
How to Configure Bind Chroot DNS Server on Linux CentOS 5.7 Server
In this post, i will guide you on how to configure Bind Chroot DNS server on Linux CentOS 5.7 Server. DNS is the Domain Name System that maintains a database…
How to Install Bind Chroot DNS Server on Linux CentOS 5.7 Server
The Domain Name System (DNS) is a crucial component of the internet infrastructure. It maintains a database that translates domain names to IP addresses, allowing users’ computers to access websites…