This is a simple article to setup a DNS Server in Ubuntu. Please follow the steps to make this. Setting up DNS Server is used to serve the new domain names using your IP. This is kind of providing webhosting.
Step1: We need to install bind 9 for this
sudo apt-get install bind9
Step 2: Configure the main Bind files. Usually, if you install Bind from the source code, you will have to edit the file named.conf. However, Ubuntu provides you with a [...]
Categories: Linux

