Secure Master Slave DNS transactions using TSIG

Share

After we have completed Master slave configuration now we will try to secure transactions between master and slave DNS servers. To achieve this we will use TSIG (Transaction SIGnature). Master DNS, 192.168.0.10, mns1.ns.mka.in Slave DNS, 192.168.0.11, sns1.ns.mka.in On the master DNS server Generate TSIG host Key in /etc/bind/corp/tsig directory dnssec-keygen -a HMAC-MD5 -b 128 -n […]

Master Slave DNS configuration on bind

Share

DNS is one of the critical components of internet frame. Typical DNS architecture has Master, slave DNS servers and caching resolvers. All DNS data updates are populated into Master DNS servers and masters then replicate records on to slaves. Slaves are further exposed on internet where name caching servers query them for DNS records and […]

Syslog-ng for centralized logging

Share

System logs are very important for the continue health of your system. They provide a standard location to find errors, information, debug messages, and alerts. They can be used for diagnosis in order to prevent problems, and they are a valuable resource for troubleshooting. syslog-ng system logger has flexibility, simplicity and security. The syslog protocol […]