Type The Document Subtitle

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 18

qwertyuiopasdfghjklzxcvbnmqwe

rtyuiopasdfghjklzxcvbnmqwertyu
iopasdfghjklzxcvbnmqwertyuiopa
sdfghjklzxcvbnmqwertyuiopasdfg
[Type the document title]
hjklzxcvbnmqwertyuiopasdfghjkl
[Type the document subtitle]

zxcvbnmqwertyuiopasdfghjklzxcv
[Pick the date]

Windows User

bnmqwertyuiopasdfghjklzxcvbnm
qwertyuiopasdfghjklzxcvbnmqwe
rtyuiopasdfghjklzxcvbnmqwertyu
iopasdfghjklzxcvbnmqwertyuiopa
sdfghjklzxcvbnmqwertyuiopasdfg
hjklzxcvbnmqwertyuiopasdfghjkl
zxcvbnmqwertyuiopasdfghjklzxcv
bnmqwertyuiopasdfghjklzxcvbnm
qwertyuiopasdfghjklzxcvbnmqwe
rtyuiopasdfghjklzxcvbnmrtyuiopa
Contents
Part 2...........................................................................................................................................................2
Question 1...............................................................................................................................................2
Edit /etc/bind/named.conf.options file................................................................................................2
Restart DNS Server...............................................................................................................................4
Test the Cache NameServer.................................................................................................................4
Configure Primary/Master Nameserver...............................................................................................5
Build the Forward Resolution for Primary/Master NameServer..........................................................6
Build the Reverse Resolution for Primary/Master NameServer...........................................................7
Question 2.............................................................................................................................................10
Processes.txt......................................................................................................................................10
Script1................................................................................................................................................11
.test_config........................................................................................................................................13
Symbolic Link.....................................................................................................................................14
Test_dir..............................................................................................................................................15
What I Did:.................................................................................................................................................16
Problem Faced...........................................................................................................................................16
References.................................................................................................................................................16

1
Part 2

Question 1

Edit /etc/bind/named.conf.options file


Uncomment and edit the following line as shown below in /etc/bind/named.conf.options file.

forwarders{

8.8.8.8;

8.8.4.4;

2
3
Restart DNS Server
After the above change, restart the DNS server.

Test the Cache NameServer

4
Configure Primary/Master Nameserver

As a first step in configuring our Primary/Master Nameserver, we should add Forward and
Reverse resolution to bind9.

To add a DNS Forward and Reverse resolution to bind9, edit /etc/bind/named.conf.local.

5
Build the Forward Resolution for Primary/Master NameServer

Now we will add the details which is necessary for forward resolution into
/etc/bind/db.patel.itc514.edu

First, copy /etc/bind/db.local to /etc/bind/db. patel.itc514.edu

6
Build the Reverse Resolution for Primary/Master NameServer

We will add the details which are necessary for reverse resolution to the file /etc/bind/db.192.
Copy the file /etc/bind/db.127 to /etc/bind/db.192

Next, for each A record in /etc/bind/db.patel.itc514.edu, add a PTR record.

7
Test

8
9
Question 2

Processes.txt
Top command is used to list running processes and to take their snapshot in file

10
11
Script1
Create a script1 File using cat command
Make it executable
Provide the name of directory whose file permission needs to be modified

12
13
.test_config
Change the owner ship of the file to root

14
Symbolic Link

Symbolic links refer to a symbolic path indicating the abstract location of another file

15
Test_dir

16
What I Did:
I configured DNS server
Applied permissions on files and directories.
It took around 4 hours for each task to complete.

Problem Faced

It was difficult to configure server but with the help of material provided by my mentor I did it.

References
Linux, How. "How To Install And Configure DNS Server In Linux." Thegeekstuff.com. N.p., 2017.
Web. 25 Aug. 2017.

Tackett, Jack, and Steven Forrest Burnett. Linux. Paris: CampusPress, 2000. Print.

Petersen, Richard. Fedora 7 & Red Hat Enterprise Linux. New York: McGraw-Hill, 2007. Print.

17

You might also like