Ok. let start this directly :
1. First of all you have to install the BIND package on your ubutu server, You can uses this command
sudo apt-get install bind9
2. Then check the bind installation, use this following command to start, stop, or restart the bind daemon (called named)
sudo /etc/init.d/named start
sudo /etc/init.d/named stop
sudo /etc/init.d/named/ restart
if all the result is [OK] you can processed the next step
Webmin is an aplication that can be use to control all the service and everything on your linux box remotely with web interface. You can download the package at Read the rest of this entry »
Filed under: /etc , DNS Server, ubuntu, webmin

