Difference between revisions of "DNS"
Line 16: | Line 16: | ||
'''Configuring DNS Server in DIGIMAT Digital Library OS''' | '''Configuring DNS Server in DIGIMAT Digital Library OS''' | ||
− | BIND DNS Server is installed and configured with default settings in DIGIMAT Digital Library OS. | + | BIND DNS Server is installed and configured with default settings and IP address in DIGIMAT Digital Library OS. |
1. Checking whether DNS service (BIND) is running or not | 1. Checking whether DNS service (BIND) is running or not | ||
Line 43: | Line 43: | ||
− | 6. To change the default hostname 'lubuntu' to Fully Qualified Domain Name (FQDN) in /etc/hostname file | + | 6. To change the default hostname 'lubuntu' to Fully Qualified Domain Name (FQDN) 'digimat.ac.in' in /etc/hostname file |
[[File:Hostname-1.png|1024px]] | [[File:Hostname-1.png|1024px]] |
Revision as of 08:14, 18 June 2018
BIND - Versatile, Classic, Complete Name Server Software
BIND (Berkely Internet Name Domain) is a popular software for translating domain names into IP addresses and usually found on Linux servers.
Important Links:
How To Configure BIND as a Private Network DNS Server on Ubuntu 14.04
Configuring DNS Server in DIGIMAT Digital Library OS
BIND DNS Server is installed and configured with default settings and IP address in DIGIMAT Digital Library OS.
1. Checking whether DNS service (BIND) is running or not
2. Location of DNS Configuration Files
3. Opening the file 'db.digimat.ac.in' in 'nano' text editor
4. The default DNS IP address '192.168.1.200'
5. Replacing the default DNS IP address '192.168.1.200' with '192.168.1.254'
6. To change the default hostname 'lubuntu' to Fully Qualified Domain Name (FQDN) 'digimat.ac.in' in /etc/hostname file
7. Fully Qualified Domain Name (FQDN) in /etc/hostname
8. Temporarily changing the hostname from 'lubuntu' to 'digimat.ac.in' in the terminal