IITDU Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Class of bind and dig

2 posters

Go down

Class of bind and dig Empty Class of bind and dig

Post by BIT0129-Tabassum Tue Dec 28, 2010 2:11 am

Course Name: Computer Networking
Course Code: 403

Hello!
I am giving some notes on Jewel sir's class about bind and dig Neutral
Don't be happy! I am not sure about them because I didn't give much attention in Networking classes Razz

However, I am giving those from Amit's file which was given by Rayhan in this [You must be registered and logged in to see this link.]

I don't know much what I am going to give in the following section. Please let me know if it need to modify,delete,addition or anything else.

Class of 13 October:

bind:

We can set up DNS server by using bind

First install bind9 in your ubuntu.

Code:
sudo apt-get install bind9


Lets see which files are in bind.

Code:
ls /etc/bind


named.conf is the primary configuration file for the BIND DNS server named.

Code:
cat /etc/bind/named.conf

You can see the default zones and their type by giving the following command in terminal

Code:
cat /etc/bind/named.conf.default-zones

The db.root file holds the information on root name servers needed to initialize cache of Internet domain name servers

Code:
cat /etc/bind/db.root


dig:

The dig(domain information groper) command is used for interrogating DNS name servers. It displays the answers that are returned from the name server(s) that were queried.
when the DNS server starts some named servers are shown after giving the command -

Code:
dig -tns

In the answer section(after giving the section you will see this) NS means named server.



BIT0129-Tabassum
BIT0129-Tabassum
Global Moderator
Global Moderator

Course(s) :
  • BIT

Blood Group : A+
Posts : 1496
Points : 2298

http://probe-tabassum.blogspot.com

Back to top Go down

Class of bind and dig Empty Re: Class of bind and dig

Post by BIT0122-Amit Tue Dec 28, 2010 2:45 am

I won't say it is an excellent work, but good attempt nevertheless.

Smile rep++
BIT0122-Amit
BIT0122-Amit
Founder
Founder

Course(s) :
  • BIT

Blood Group : O+
Posts : 4187
Points : 6605

https://iitdu.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum