SlideShare une entreprise Scribd logo
1  sur  29
DNS CONFIGARATION
SUBMITTED BY:
Vinod Gour
CONTENTS:
 Overview
 History
 DNS-Name Space & Working
 Example of DNS Name Space
 DNS-Name Server
 DNS-Zone
 DNS-Configuration
DNS-Overview
 Domain Name System (DNS) is a database system
that translates a computer's fully qualified domain
name into an IP address.
 For example Domain name www.amazon.com
corresponding to IP address (207.171.166.48).
 DNS serves as an electronic telephone book for a
computer network.
HISTORY OF DNS
 In 1967, DNS did not exist.
 in 1971, Peggy Karp conceived of “host mnemonics” (RFC
226) and develop “HOSTS.txt”
 The first version of this file was distributed in 1972.
 The Domain Name System was conceived in RFC 799 in
1981 Written by Dr. David Mills.
 In 1987, the publication of RFC 1034 and RFC 1035 updated
the DNS specification.
DNS –Name Space & Working
 The namespace refers to the hierarchical layout of DNS
names
 the DNS namespace is laid out in an inverted tree.
 At the top of the DNS namespace is the "Root" defined
by null character
 The root is not normally explicitly specified in user
applications but when specified is denoted by a trailing
period(www.vtc.com)
DNS –Name Space & Working
 Below the root in the DNS namespace, are the top
level domains or TLDs.
 These TLDS are maintained by the Internet
corporation for assigned names and numbers, or
ICAN, for Internet use
 On a private network you can use any TLD you
want but it is bad practice in case you ever connect
your network to the internet.
DNS –Name Space & Working
 The remainder of the namespace is open for use
 You can register domain names beneath several of
the TLDs
An Example of Name-Space
DNS-Name Server
 A Server which handles DNS-Queries called
“Name-Server”.
 This server hold a list of all the IP addresses within its
network and a cache of IP addresses.
 When your computer requests an IP address, one of
three things happens.
DNS-Name Server
 If the requested IP address is registered locally.
 If the requested IP address is not registered locally ,but
someone within your organization has recently
requested the same IP address.
 If the requested IP address is not registered locally, and
you are the first person to request information about
this system in a certain period of time.
DNS ZONES
 Every domain name, which is a part of the DNS
system, has several DNS settings, also known as DNS
records. In order for these DNS records to be kept in
order, the DNS zone was created.
 Their are 2 types of zones:
1) A forward lookup zone
2) A reverse lookup zone
DNS ZONES
 A forward lookup zone is a DNS zone in which
hostname to IP address relations are stored. When a
computer requests the IP address of a specific
hostname, the forward lookup zone is queried and the
result is returned.
 A reverse lookup zone does just the opposite. When a
computer requests the hostname of an IP address, the
reverse lookup zone is queried and the result is
returned.
STEPS
It involves following steps:-
 sudo su
 nano /etc/network/interfaces – for static IP.
 /etc/init.d/networking restart
 ifconfig
 apt-get install bind9
 nano /etc/bind/named.conf.local
 nano /etc/bind/db.up.omg (forward lookup zone)
 nano /etc/bind/db.192 (reverse lookup zone)
 nano /etc/resolv.conf
 /etc/init.d/bind9 restart
 nslookup sgsits.up.omg & nslookup 192.168.1.3
Step 1 : nano /etc/network/interfaces – for static IP
Step 2 : /etc/init.d/networking restart
Step 3 : ifconfig - Our DNS Server has now a static IP
Bind9
 BIND (Berkeley Internet Name Domain) is an
implementation of the DNS protocols and provides an
openly redistributable reference implementation of the
major components of the Domain Name System.
 BIND9 is latest version of BIND architecture.
 features of BIND9 : are DNS Security, IPv6,DNS
Protocol Enhancements, Views, Multiprocessor
Support, and an Improved Portability Architecture.
Step 4 : apt-get install bind9
Step 5 : nano /etc/bind/named.conf.locals
Step 6: nano /etc/bind/db.up.omg
 A(Address):points our domain to an ip address.
 AAAA: same as A record.
 CNAME(Canonical name): this record points our
sub-domain to another domain name
 MX(Mail exchanger): MX records control where our
emails are received.
DNS ZONE RECORDS
 PTR(Pointer): defines what name will be called when
an IP address is looked up.
 TXT: The TXT records are custom records which
contain machine-readable data.
 NS: identify the names of the DNS servers.
DNS ZONE RECORDS
Step 6 : nano /etc/bind/db.up.omg
Step 7 : nano /etc/bind/db.192
Step 8 : nano /etc/resolv.conf
Step 9 : /etc/init.d/bind9 restart
Step 11 : nslookup sgsits.up.omg & nslookup 192.168.1.3
DNS Configuration

Contenu connexe

Tendances

Tendances (20)

Linux command ppt
Linux command pptLinux command ppt
Linux command ppt
 
How to configure dns server(2)
How to configure dns server(2)How to configure dns server(2)
How to configure dns server(2)
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
 
A Quick Introduction to Linux
A Quick Introduction to LinuxA Quick Introduction to Linux
A Quick Introduction to Linux
 
File Sever
File SeverFile Sever
File Sever
 
User Administration in Linux
User Administration in LinuxUser Administration in Linux
User Administration in Linux
 
Lesson 2 Understanding Linux File System
Lesson 2 Understanding Linux File SystemLesson 2 Understanding Linux File System
Lesson 2 Understanding Linux File System
 
Dns ppt
Dns pptDns ppt
Dns ppt
 
FILE SERVER
FILE SERVERFILE SERVER
FILE SERVER
 
Domain name system (dns)
Domain name system (dns)Domain name system (dns)
Domain name system (dns)
 
The basic concept of Linux FIleSystem
The basic concept of Linux FIleSystemThe basic concept of Linux FIleSystem
The basic concept of Linux FIleSystem
 
User administration concepts and mechanisms
User administration concepts and mechanismsUser administration concepts and mechanisms
User administration concepts and mechanisms
 
Network operating systems
Network operating systemsNetwork operating systems
Network operating systems
 
Linux file system
Linux file systemLinux file system
Linux file system
 
Sticky bit suid sgid
Sticky bit suid sgidSticky bit suid sgid
Sticky bit suid sgid
 
Basic linux commands
Basic linux commandsBasic linux commands
Basic linux commands
 
Windows Server 2019 -InspireTech 2019
Windows Server 2019 -InspireTech 2019Windows Server 2019 -InspireTech 2019
Windows Server 2019 -InspireTech 2019
 
Active directory
Active directory Active directory
Active directory
 
CCNA ppt Day 1
CCNA ppt Day 1CCNA ppt Day 1
CCNA ppt Day 1
 
Linux commands
Linux commandsLinux commands
Linux commands
 

Similaire à DNS Configuration (20)

Dns
DnsDns
Dns
 
Domain name system
Domain name systemDomain name system
Domain name system
 
Dns server
Dns serverDns server
Dns server
 
Dns1111111111
Dns1111111111Dns1111111111
Dns1111111111
 
Linux basics andng hosti
Linux basics andng hostiLinux basics andng hosti
Linux basics andng hosti
 
Building a Linux IPv6 DNS Server Project review PPT v3.0 First review
Building a Linux IPv6 DNS Server Project review PPT v3.0 First reviewBuilding a Linux IPv6 DNS Server Project review PPT v3.0 First review
Building a Linux IPv6 DNS Server Project review PPT v3.0 First review
 
Lesson 5: Configuring Name Resolution
Lesson 5: Configuring Name ResolutionLesson 5: Configuring Name Resolution
Lesson 5: Configuring Name Resolution
 
DNS - Domain Name System
DNS - Domain Name SystemDNS - Domain Name System
DNS - Domain Name System
 
Domain Name Service
Domain Name ServiceDomain Name Service
Domain Name Service
 
DHCP
DHCPDHCP
DHCP
 
What is dns
What is dnsWhat is dns
What is dns
 
Dns
DnsDns
Dns
 
Dns
DnsDns
Dns
 
The Application Layer
The Application LayerThe Application Layer
The Application Layer
 
Session_2.ppt
Session_2.pptSession_2.ppt
Session_2.ppt
 
Domain Name System(ppt)
Domain Name System(ppt)Domain Name System(ppt)
Domain Name System(ppt)
 
DNSSEC - WHAT IS IT ? INSTALL AND CONFIGURE IN CHROOT JAIL
DNSSEC - WHAT IS IT ? INSTALL AND CONFIGURE IN CHROOT JAILDNSSEC - WHAT IS IT ? INSTALL AND CONFIGURE IN CHROOT JAIL
DNSSEC - WHAT IS IT ? INSTALL AND CONFIGURE IN CHROOT JAIL
 
15 Setup BIND 9
15 Setup BIND 915 Setup BIND 9
15 Setup BIND 9
 
Dns
DnsDns
Dns
 
Dns interview
Dns interviewDns interview
Dns interview
 

Dernier

HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 

Dernier (20)

YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 

DNS Configuration

  • 2. CONTENTS:  Overview  History  DNS-Name Space & Working  Example of DNS Name Space  DNS-Name Server  DNS-Zone  DNS-Configuration
  • 3. DNS-Overview  Domain Name System (DNS) is a database system that translates a computer's fully qualified domain name into an IP address.  For example Domain name www.amazon.com corresponding to IP address (207.171.166.48).  DNS serves as an electronic telephone book for a computer network.
  • 4. HISTORY OF DNS  In 1967, DNS did not exist.  in 1971, Peggy Karp conceived of “host mnemonics” (RFC 226) and develop “HOSTS.txt”  The first version of this file was distributed in 1972.  The Domain Name System was conceived in RFC 799 in 1981 Written by Dr. David Mills.  In 1987, the publication of RFC 1034 and RFC 1035 updated the DNS specification.
  • 5. DNS –Name Space & Working  The namespace refers to the hierarchical layout of DNS names  the DNS namespace is laid out in an inverted tree.  At the top of the DNS namespace is the "Root" defined by null character  The root is not normally explicitly specified in user applications but when specified is denoted by a trailing period(www.vtc.com)
  • 6. DNS –Name Space & Working  Below the root in the DNS namespace, are the top level domains or TLDs.  These TLDS are maintained by the Internet corporation for assigned names and numbers, or ICAN, for Internet use  On a private network you can use any TLD you want but it is bad practice in case you ever connect your network to the internet.
  • 7. DNS –Name Space & Working  The remainder of the namespace is open for use  You can register domain names beneath several of the TLDs
  • 8. An Example of Name-Space
  • 9. DNS-Name Server  A Server which handles DNS-Queries called “Name-Server”.  This server hold a list of all the IP addresses within its network and a cache of IP addresses.  When your computer requests an IP address, one of three things happens.
  • 10. DNS-Name Server  If the requested IP address is registered locally.  If the requested IP address is not registered locally ,but someone within your organization has recently requested the same IP address.  If the requested IP address is not registered locally, and you are the first person to request information about this system in a certain period of time.
  • 11. DNS ZONES  Every domain name, which is a part of the DNS system, has several DNS settings, also known as DNS records. In order for these DNS records to be kept in order, the DNS zone was created.  Their are 2 types of zones: 1) A forward lookup zone 2) A reverse lookup zone
  • 12. DNS ZONES  A forward lookup zone is a DNS zone in which hostname to IP address relations are stored. When a computer requests the IP address of a specific hostname, the forward lookup zone is queried and the result is returned.  A reverse lookup zone does just the opposite. When a computer requests the hostname of an IP address, the reverse lookup zone is queried and the result is returned.
  • 13.
  • 14. STEPS It involves following steps:-  sudo su  nano /etc/network/interfaces – for static IP.  /etc/init.d/networking restart  ifconfig  apt-get install bind9  nano /etc/bind/named.conf.local  nano /etc/bind/db.up.omg (forward lookup zone)  nano /etc/bind/db.192 (reverse lookup zone)  nano /etc/resolv.conf  /etc/init.d/bind9 restart  nslookup sgsits.up.omg & nslookup 192.168.1.3
  • 15. Step 1 : nano /etc/network/interfaces – for static IP
  • 16. Step 2 : /etc/init.d/networking restart
  • 17. Step 3 : ifconfig - Our DNS Server has now a static IP
  • 18. Bind9  BIND (Berkeley Internet Name Domain) is an implementation of the DNS protocols and provides an openly redistributable reference implementation of the major components of the Domain Name System.  BIND9 is latest version of BIND architecture.  features of BIND9 : are DNS Security, IPv6,DNS Protocol Enhancements, Views, Multiprocessor Support, and an Improved Portability Architecture.
  • 19. Step 4 : apt-get install bind9
  • 20. Step 5 : nano /etc/bind/named.conf.locals
  • 21. Step 6: nano /etc/bind/db.up.omg
  • 22.  A(Address):points our domain to an ip address.  AAAA: same as A record.  CNAME(Canonical name): this record points our sub-domain to another domain name  MX(Mail exchanger): MX records control where our emails are received. DNS ZONE RECORDS
  • 23.  PTR(Pointer): defines what name will be called when an IP address is looked up.  TXT: The TXT records are custom records which contain machine-readable data.  NS: identify the names of the DNS servers. DNS ZONE RECORDS
  • 24. Step 6 : nano /etc/bind/db.up.omg
  • 25. Step 7 : nano /etc/bind/db.192
  • 26. Step 8 : nano /etc/resolv.conf
  • 27. Step 9 : /etc/init.d/bind9 restart
  • 28. Step 11 : nslookup sgsits.up.omg & nslookup 192.168.1.3