logo

ITC514 - Installation of DNS Server - Assignment

11 Pages1604 Words198 Views
   

Algonquin College

   

Network and Security Administration (ITC514)

   

Added on  2020-03-02

About This Document

In this assignment, we will configure and test a DNS server with both forward and reverse lookup. 

ITC514 - Installation of DNS Server - Assignment

   

Algonquin College

   

Network and Security Administration (ITC514)

   Added on 2020-03-02

ShareRelated Documents
PART-2 : 1Installed DNS Server (Help.ubuntu.com, 2017) (Dalheimer and Welsh, 2009) (Digitalocean.com,2017)Installation of DNS Serverroot@reddy:~# apt-get install bind9Reading package lists... DoneBuilding dependency treeReading state information... Donebind9 is already the newest version.0 upgraded, 0 newly installed, 0 to remove and 202 not upgraded.root@reddy:~# apt-get install dnsutilReading package lists... DoneBuilding dependency treeReading state information... DoneE: Unable to locate package dnsutilroot@reddy:~# apt-get install dnsutilsReading package lists... DoneBuilding dependency treeReading state information... Donednsutils is already the newest version.0 upgraded, 0 newly installed, 0 to remove and 202 not upgraded.root@reddy:~# apt-get install bind9-docReading package lists... DoneBuilding dependency treeReading state information... DoneThe following NEW packages will be installed: bind9-doc0 upgraded, 1 newly installed, 0 to remove and 202 not upgraded.Need to get 182 kB of archives.After this operation, 1,396 kB of additional disk space will be used.Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main bind9-doc all 1:9.9.5.dfsg-3ubuntu0.8 [182 kB]Fetched 182 kB in 0s (363 kB/s)Selecting previously unselected package bind9-doc.(Reading database ... 54464 files and directories currently installed.)1
ITC514 - Installation of DNS Server - Assignment_1
Preparing to unpack .../bind9-doc_1%3a9.9.5.dfsg-3ubuntu0.8_all.deb ...Unpacking bind9-doc (1:9.9.5.dfsg-3ubuntu0.8) ...Setting up bind9-doc (1:9.9.5.dfsg-3ubuntu0.8) ...root@reddy:~#DNS Server - Basic ConfigurationReferred many websites (Tech Polymath, 2017) (Jang and Jang, 2011) (Linuxconfig.org, 2017) for the following tasks. Logged into the Ubuntu server.Changed the host name to reddy using hostname command.Domain Name : itc514.edu is assumed.FQDN : reddy.itc514.edu is selected.Ran the following commandssudo apt-get updatesudo apt-get install bind9nameserver 127.0.0.1root@reddy:~$ dig server................;; Query time: 63 msec;; SERVER: 127.0.0.1#53(127.0.0.1).root@reddy:~$ dig server................;; Query time: 5 msec;; SERVER: 127.0.0.1#53(127.0.0.1)................2
ITC514 - Installation of DNS Server - Assignment_2
Installed DNS utilities bind9 documentationsudo apt-get install dnsutils bind9-docPrimary masterBacked up the existing DNS records and the domain details. New Domain and DNS specifications.New Domain Name: itc514.eduFQDN of the server reddy.itc514.eduFQDN of the Client client.itc514.eduDNS Server IP: 192.168.10.1 Checked and verified that the server is ready for creating two zone files. Forward lookup zone and Reverse Lookup zone (Love, 2013).Forward Lookup Zonezone " itc514.edu" {type master;file "/etc./bind/db.itc514.edu"; };Reverse zone filezone "10.168.192.in-addr.arpa" { type master; notify no; file "/etc/bind/db.192";};3
ITC514 - Installation of DNS Server - Assignment_3
Restarted the service.sudo service bind9 restart MAJOR TASKReferred many websites for the following tasks. Created domain in itc514.edu.local file#vi /etc/bind/itc514.edu.local //Forward zoneZone “reddy.itc514.edu”{type master;file “/etc/bind/itc514.edu.local//reverse zonezone “10.168.192.in-addr.arpa”{type master;file “/etc/bind/db.10”;};Made forward and reverse entries as asked# vi /etc/bind/db.itc514.edu4
ITC514 - Installation of DNS Server - Assignment_4

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
DNS Server Preparation (Doc)
|14
|1512
|134

DNS Server Preparation | Ubuntu Linux
|16
|800
|112

Document On Purpose of DNS Server
|15
|1930
|182

Differences Between Windows and Linux - PDF
|28
|2564
|330