Engineering Workshops DNS Rick Summerhill. Engineering Workshops Basic Ideas DNS in IPv6 is much like DNS in IPv4 Keep files and delegations as simple.

Slides:



Advertisements
Similar presentations
ITR3 lecture 9: DNS, mail, rsync Thomas Krichel
Advertisements

Sergei Komarov. DNS  Mechanism for IP hostname resolution  Globally distributed database  Hierarchical structure  Comprised of three components.
Domain Name System (DNS) Name resolution for both small and large networks Host names IP Addresses Like a phone book, but stores more information Older.
School of Electrical Engineering and Computer Science, 2004 Slide 1 Autonomic DNS Experiment Architecture, Symptom and Fault Identification.
Web Server Administration
2.1 Installing the DNS Server Role Overview of the Domain Name System Role Overview of the DNS Namespace DNS Improvements for Windows Server 2008 Considerations.
Web Server Administration Chapter 4 Name Resolution.
Name Service in IPv6 Mohd Norman Maraddin. IPv6 and DNS  Assumptions : Everyone knows / has little knowledge on how to configure the IPv4 DNS.
February 2003slideset 1 Writing Zone Files Olaf M. Kolkman
DNS Session 4: Delegation and reverse DNS Joe Abley AfNOG 2006 workshop.
DNS server & Client Objectives Contents
DNS Issues Within Native IPv6 GEANT GEANT-TF, Amsterdam, 06/06/2003.
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.
Reverse DNS.
The Domain Name System. CeylonLinux DNS concepts using BIND 2 Hostnames IP Addresses are great for computers –IP address includes information used for.
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.
A S I A P A C I F I C N E T W O R K I N F O R M A T I O N C E N T R E APNIC Open Address Policy Meeting What is Reverse DNS October 26th, Brisbane Bruce.
IPv6 Technical overview Policies & Procedures. Overview Rationale IPv6 Addressing Features of IPv6 Transition Techniques Current status IPv6 Policies.
Domain Name System (DNS) Network Information Center (NIC) : HOSTS.TXT.
Recursive Server. Overview Recursive Service Root server list localhost in-addr.arpa named.conf.
The Domain Name System Unix System Administration Download PowerPoint Presentation.
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 5 Introduction to DNS in Windows Server 2008.
Reverse DNS. Overview Principles Creating reverse zones Setting up nameservers Reverse delegation procedures.
Domain Name Services Oakton Community College CIS 238.
Copyright line. Configuring DNS EXAM OBJECTIVES  An Introduction to Domain Name System (DNS)  Configuring a DNS Server  Creating DNS Zones  Configuring.
1 SMTP Transport Configuration SMTP Configurations and Virtual Servers Customizing the SMTP Service.
DNS. Introduction What is DNS? –Hierarchy or Tree –Dot used as a separator.
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.
DNS Registries. Overview What is a DNS registry? –DNS registries –Data In –Data Out –Transactions Registry Structure –Registry –Registrars –Registrants.
Domain Names System The Domain Name System (DNS) is a hierarchical distributed naming system for computers, services, or any resource connected to the.

Configuring DNS.
Global 800 service through freenum.org Michael Haberler Internet Foundation Austria
DNS and C# SWE 344 Internet Protocols & Client Server Programming.
Petrozavodsk State University, Alex Moschevikin, 2003NET TECHNOLOGIES Domain Name System HISTORY File hosts (the size of Internet became more than 1000.
DNS Concepts APNIC 16, Seoul, Korea 19, August 2003.
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.
IPv6 support in the DNS Speaker name (or address)
DNS Related Commands Sayed Ahmed Computer Engineering, BUET, Bangladesh (Graduated on 2001 ) MSc, Computer Science, U of Manitoba, Canada
資 管 Lee Lesson 13 IPv6 and Name Resolution. 資 管 Lee Lesson Objectives IPv6 name-to-address and address-to-name resolution IPv6 name resolution support.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 6: Name Resolution.
CITA 310 Section 1 Name Resolution (Textbook Chapter 4)
Chapter 16 – The Domain Name System (DNS) Presented by Shari Holstege Tuesday, June 18, 2002.
Secured Dynamic Updates. Caution Portions of this slide set present features that do not appear in BIND until BIND 9.3 –Snapshot code is available for.
BIND THE DNS SERVER TO USE !. DNS Domain Name Services Name to IP resolving /etc/hosts /etc/resolv.conf.
Module 2 Zone Files. Objective Understand the idea of a zone and how it relates to a domain name understand zone file structure Understand the major Resource.
Configuring Name Resolution and Additional Services Lesson 12.
Windows Server 2003 DNS 安裝設定與管理維護 林寶森
1 Internet Network Services. 2 Module - Internet Network Services ♦ Overview This module focuses on configuring and customizing the servers on the network.
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.
Draft Policy ARIN : Remove NRPM section 7.1.
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.
Aug 2008 KRNIC of NIDA KRNIC Updates.
WHAT IS DNS??????????.
AfNOG-2003 Domain Name System (DNS) Ayitey Bulley Setting up an Authoritative Name Server.
Monitoring, analyzing and cleaning DNS configuration errors across European NRENs Slavko Gajin University of Belgrade, Serbia
Using Digital Signature with DNS. DNS structure Virtually every application uses the Domain Name System (DNS). DNS database maps: –Name to IP address.
DNS Domain name server a server to translate IP aliases to addresses
Delegated RPKI / ARIN Command Line
In collaboration with HKCERT and HKIRC July 2016
DNS and Bind Presenter David Wood
Presentation transcript:

Engineering Workshops DNS Rick Summerhill

Engineering Workshops Basic Ideas DNS in IPv6 is much like DNS in IPv4 Keep files and delegations as simple as possible. Can use IPv4 as transport for DNS for now. Modern versions of Bind will work – Bind9 is stable and works with IPv6. There is work on dynamic DNS in progress, but we don’t need to worry about that for now. See: HOWTO/hints-daemons-bind.htmlhttp:// HOWTO/hints-daemons-bind.html

Engineering Workshops Forward Lookups Uses AAAA records for assign IPv6 addresses to names. Multiple addresses possible for any given name – for example, in a multi-homed situation. Can assign A records and AAAA records to a given name/domain. Can also assign separate domains for IPv6 and IPv4. Don’t be afraid to experiment!

Engineering Workshops Sample Forward Lookup File ;; domain.edu (use your favorite naming scheme) $TTL IN SOA ns1.domain.edu. root.domain.edu. ( ; serial - YYYYMMDDXX 21600; refresh - 6 hours 1200; retry - 20 minutes ; expire - long time 86400); minimum TTL - 24 hours ;; Nameservers INNSns1.domain.edu. INNSns2.domain.edu. ;; Hosts with just A records host1INA ;; Hosts with both A and AAAA records host2INA INAAAA2001:468:100::2 :: Separate domain $ORIGIN ip6.domain.edu host1INAAAA2001:468:100::1

Engineering Workshops Reverse Lookups Reverses should be put in for both ip6.int and ip6.arpa domains. Use the same file for both ? The ip6.int domains has been deprecated, but some hosts still use them. Can use same file for both – use notation and point to the same file in the named.conf file. File uses nibble format – see examples on next slide.

Engineering Workshops Sample Reverse Lookup File ;; rev (use your favorite naming scheme ;; These are reverses for 2001:468:100::/64) ;; File can be used for both ip6.arpa and ip6.int. $TTL IN SOA ns1.domain.edu. root.domain.edu. ( ; serial - YYYYMMDDXX 21600; refresh - 6 hours 1200; retry - 20 minutes ; expire - long time 86400); minimum TTL - 24 hours ;; Nameservers INNSns1.domain.edu. INNSns2.domain.edu INPTRhost1.ip6.domain.edu INPTRhost2.domain.edu ;; ;; Can delegate to other nameservers in the usual way ;;

Engineering Workshops Sample Configuration File // named.conf (use your favorite naming scheme) zone “domain.edu” { type mater; file “master/domain.edu”; } zone “ ip6.int" { type master; file "master/ rev"; }; zone “ ip6.arpa" { type master; file "master/ rev"; };