Mainly I am windows user, installed ubuntu on pc. I want help in configuring and installing DNS on ubuntu. Anyone knows about it then give me proper steps to install it.
Mainly I am windows user, installed ubuntu on pc. I want help in configuring and installing DNS on ubuntu. Anyone knows about it then give me proper steps to install it.
1) The first commands to modify file to execute in "Terminal":
Code:
vi /etc/bind/named.conf
vi /etc/bind/db.192.168.0
vi /etc/bind/db.halios.interne
Creating zones (in vim /etc/bind/named.conf):
After all configuration files written you can run server Or restart server.
2) Change file resolv.conf with following parameters
Code:
sudo vi /etc/resolv.conf
Enter following details save and close file
//Change example.com with domain name and 192.168.0.1 with address of DNS server.
Search example.com
nameserver 192.168.0.1
Check DNS by following command
Code:
dig example.com
Bookmarks