Tag Archives: DNS Server

Installing your own DNS Server

This how-to assumes a Debian-type Linux server.  1)  Install BIND $ sudo apt-get install bind9 2)  Run BIND chrooted.  For security reasons we want to run BIND chrooted so we have to do the following: $ sudo /etc/init.d/bind9 stop Edit … Continue reading

Posted in Linux, Linux Administration | Tagged | Leave a comment