Chapter 4 - Lab DNS Configuration in Linux.  DNS Configuration in Linux Projects 4-1 through 4-3 Projects 4-4 deals with multiple domains  DNS Configuration.

Slides:



Advertisements
Similar presentations
School of Electrical Engineering and Computer Science, 2004 Slide 1 Autonomic DNS Experiment Architecture, Symptom and Fault Identification.
Advertisements

Web Server Administration
Web Server Administration Chapter 4 Name Resolution.
Domain Name System. DNS is a client/server protocol which provides Name to IP Address Resolution.
Name Service in IPv6 Mohd Norman Maraddin. IPv6 and DNS  Assumptions : Everyone knows / has little knowledge on how to configure the IPv4 DNS.
DNS server & Client Objectives Contents
DNS Domain name server – a server to translate IP aliases to addresses As you know, IP (internet protocol) works by providing every Internet machine with.
DNS. DNS is a network service that enables clients to resolve names to IP address and vice-versa. Allows machines to be logically grouped by domain names.
1 DNS. 2 BIND DNS –Resolve names to IP address –Resolve IP address to names (reverse DNS) BIND –Berkeley Internet Name Domain system Version 4 is still.
Internet Applications INTERNET & INTERNET APPLICATIONS.
The Domain Name System. CeylonLinux DNS concepts using BIND 2 Hostnames IP Addresses are great for computers –IP address includes information used for.
Chapter 9: Configuring DNS for Active Directory
Domain Name System (DNS) Network Information Center (NIC) : HOSTS.TXT.
DNS Domain Name Service america.pcs.cnu.edu->
Hands-On Microsoft Windows Server 2003 Networking Chapter 6 Domain Name System.
Hands-On Microsoft Windows Server 2003 Administration Chapter 9 Administering DNS.
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 5 Introduction to DNS in Windows Server 2008.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 7: Planning a DNS Strategy.
Module 12: Domain Name System (DNS)
DNS Setup DNS CONFIGURATION. DNS Configuration DNS Setup named daemon is used A DNS Server may be caching/master/slave server The named.ca file has information.
Chapter 10 Configuring DNS
Domain Name Services Oakton Community College CIS 238.
Configuring and Managing the DNS Server Role Lesson 4.
Host Name Resolution. Overview Name resolution Name resolution Addressing a host Addressing a host Host names Host names Host name resolution Host name.
The University of Akron Summit College Business Technology Dept.
11.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 11: Introducing WINS, DNS,
DNS. Introduction What is DNS? –Hierarchy or Tree –Dot used as a separator.
DNS and Active Directory Integration
New SA Training Topic 7: DNS and DHCP To implement the underlying basis for our organizations networking, we rely on two fundamental services  DNS – the.
Name Resolution Domain Name System.

CN2140 Server II Kemtis Kunanuraksapong MSIS with Distinction MCT, MCITP, MCTS, MCDST, MCP, A+
DNS and C# SWE 344 Internet Protocols & Client Server Programming.
Windows Server 2008 R2 Domain Name System Chapter 5.
Petrozavodsk State University, Alex Moschevikin, 2003NET TECHNOLOGIES Domain Name System HISTORY File hosts (the size of Internet became more than 1000.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 7: Domain Name System.
14 DNS : The Domain Name System. 14 Introduction - Problem Computers are used to work with numbers Humans are used to work with names ==> IP addresses.
DNS Related Commands Sayed Ahmed Computer Engineering, BUET, Bangladesh (Graduated on 2001 ) MSc, Computer Science, U of Manitoba, Canada
Chapter 13 Microsoft DNS Server n DNS server: A Microsoft service that resolves computer names to IP addresses, such as resolving the computer name Brown.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 6: Name Resolution.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network, Enhanced Chapter 6: Name Resolution.
CITA 310 Section 1 Name Resolution (Textbook Chapter 4)
BIND THE DNS SERVER TO USE !. DNS Domain Name Services Name to IP resolving /etc/hosts /etc/resolv.conf.
1 Domain Name System. 2 Resolve IP to a Name /etc/hosts  The /etc/hosts file is just a list of IP addresses and their corresponding server names.  Your.
Day 14 Introduction to Networking. Unix Networking Unix is very frequently used as a server. –Server is a machine which “serves” some function Web Server.
How to configure DNS for a Windows 2000 domain? 1.Start the Install/Remove Programs Control Panel Applet (Start - Settings - Control Panel - Add/Remove.
Configuring Name Resolution and Additional Services Lesson 12.
1 Domain Name System (DNS). 2 3 How DNS Works Application Transport Internet Network Application Transport Internet Network DNS Resolver Name Server.
1 Internet Network Services. 2 Module - Internet Network Services ♦ Overview This module focuses on configuring and customizing the servers on the network.
1 Microsoft Windows 2000 Network Infrastructure Administration Chapter 6 Resolving Network Host Names.
DNS DNS overview DNS operation DNS zones. DNS Overview Name to IP address lookup service based on Domain Names Some DNS servers hold name and address.
CIS 192B – Lesson 2 Domain Name System. CIS 192B – Lesson 2 Types of Services Infrastructure –DHCP, DNS, NIS, AD, TIME Intranet –SSH, NFS, SAMBA Internet.
DNS server & Client Objectives –to learn how to setup dns servers Contents –An Introduction to DNS –How To Download and Install The BIND Packages –How.
Linux Operations and Administration
DNS - BIND9 Přednášející Vaše jméno. Master and caching name server options { directory "/var/named"; allow-transfer {“none”;}; }; zone "." { type hint;
Web Server Administration Chapter 4 Name Resolution.
1 CMPT 471 Networking II DNS © Janice Regan,
OPTION section It is the first section of the named.conf User can use only one option statement and many option-value pair under the section. Syntax is.
2/26/2003 Lecture 4 Computer System Administration Lecture 4 Networking Startup/DNS.
WHAT IS DNS??????????.
Configuring and Managing the DNS Server Role Lesson 4.
AfNOG-2003 Domain Name System (DNS) Ayitey Bulley Setting up an Authoritative Name Server.
1 Internet Service DNS & BIND OPS335 Seneca College of Applied Technology.
DNS and Inbound Load Balancing
DNS Domain name server a server to translate IP aliases to addresses
Understand Names Resolution
IMPLEMENTING NAME RESOLUTION USING DNS
LINUX ADMINISTRATION 1
DNS and Bind Presenter David Wood
Windows Name Resolution
Presentation transcript:

Chapter 4 - Lab DNS Configuration in Linux

 DNS Configuration in Linux Projects 4-1 through 4-3 Projects 4-4 deals with multiple domains  DNS Configuration in Windows Projects 4-5 through 4-8 Projects 4-9 deals with multiple domains Lab Projects Objective: Upon completion you must show using the dig command you get the correct IP and corresponding domain name!

Review of Zoning  A zone is a part of the domain namespace  For a domain as small as technowidgets.com, the domain name represents a single zone  For large organizations (such as IBM), subdomains can be divided into separately maintained zones Each zone typically has a separate DNS  Zone file configuration Forward Lookup  These zones contain entries that map names to IP addresses Reverse Lookup  These zones contain entries that map IP addresses to names

DNS Configuration in Linux File Structure /etc/named.conf File name: /etc/resolve.conf File name: Client DNS ConfigurationServer DNS Configuration  Adding nameserver and domain Nameserver: Corresponding IP address Domain: Corresponding domain name  Name resolution

Server DNS Configuration in Linux File Structure Forward Lookup file /var/named/ named.technowidgets.com Reverse Lookup File /var/named/ named /etc/named.conf File name: 1- Configure this file so it reads the proper lookup files below 2- Create these two files for both forward and reverse lookup files Defines other subdomains such as: research.technowidgets.com. mail.technowidgets.com. Defines other subdomains such as: web research mail

DNS Configuration in Linux  /etc/named.conf describes the files that configure the zones  There are two primary files that it describes Forward lookup is described by named.technowidgets.com Reverse lookup is described by named

/etc/named.conf Creating a DNS for the technowidgets.com domain  Default setup is for localhost This is shown in figure 4-7  In named.conf add the following line zone "technowidgets.com" { type master; file “named.technowidgets.com”; };  This allows technowidgets.com to be resolved by /var/named/named.technowidgets.com  There can be multiple domains in a single named.conf file

/etc/named.conf  Also, we can add the following line zone “ in-addr.arpa” IN { type master; file “named ”; };  The domain begins at IN-ADDR.ARPA and has a substructure which follows the Internet addressing structure Example: data for Internet address is located at domain name IN-ADDR.ARPA  This allows for reverse lookup for the domain  It uses all or part of the network Make sure matches your hard drive number!

/var/named.technowidgets.com File Content Must be typed! IN SOA web1.technowidgets.com. admn.technowidgets.com. ( ; Serial ; Refresh ; Retry ; Expire ) ; Minimum IN NS web1 IN A IN MX 10 mail.technowidgets.com. web1 INA www INCNAMEweb1 research INA INMX 10mail mail INA

named File Content Must be typed! IN SOA web1.technowidgets.com. admn.technowidgets.com. ( ; Serial ; Refresh ; Retry ; Expire ) ; Minimum IN NS web1 20 IN PTR web1.technowidgets.com. 150IN PTR research.technowidgets.com. 200IN PTR mail.technowidgets.com.

Starting DNS in Linux Useful commands  To start DNS /etc/rc.d/init.d/named start  To restart DNS /etc/rc.d/init.d/named restart  To stop DNS /etc/rc.d/init.d/named stop  To make DNS start when you boot Linux Add the above commands to start DNS to /etc/rc.d/rc.local

Configuring Client DNS in Linux  Objective: How IP addresses are corresponding to domain names Modify /etc/resolv.config The following line directs the client to use the DNS server at  Your HD!  nameserver The following line associates this computer with the technowidgets.com domain  domain technowidgets.com

Troubleshooting DNS dig – available on Linux Upon Completion; you must be able to get this! -- Must match your HD! Use dig command to check the results!

Troubleshooting DNS  Linux dig hostname.com dig –silent xx ping  Windows nslookup hostname.com nslookup –x xx Ipconfig ping

References:  For Linux:  For windows /5fe46cef-db12-4b78-94d2-2a0b62a28271.mspx /5fe46cef-db12-4b78-94d2-2a0b62a28271.mspx  Read about IN-ADDR.ARPA domain