Module 4 DNS Installation. DNS Software BIND (80+ %) www.isc.org Berkeley Internet Name Domain NSD (Name Server Daemon) www.nlnetlabs.nl/projects/nsd.

Slides:



Advertisements
Similar presentations
Name Server Tri Wahyuddin Tryawan Hendra Septian.
Advertisements

1 Dynamic DNS. 2 Module - Dynamic DNS ♦ Overview The domain names and IP addresses of hosts and the devices may change for many reasons. This module focuses.
Module 6: Configuring Windows XP Professional to Operate in a Microsoft Network.
Module 5: Creating and Configuring Group Policy
DNS Domain Name System –name servers –Translates FDQN to IP address List of fully qualified domain names (FDQN) and their IP addresses, FDQN has three.
RNDC & TSIG. What is RNDC? Remote Name Daemon Controller Command-line control of named daemon Usually on same host, can be across hosts –Locally or remotely.
CIS 240 Introduction to UNIX Instructor: Sue Sampson.
Hands-On Microsoft Windows Server 2003 Networking Chapter 6 Domain Name System.
Hands-On Microsoft Windows Server 2003 Administration Chapter 9 Administering DNS.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 8: Implementing and Managing Printers.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 7: Planning a DNS Strategy.
14 July CONFIGURING A PROXY SERVER IN LINUX BY ROHIT KAUL CS, BITS-PILANI.
1 Chapter Overview Introduction to Windows XP Professional Printing Setting Up Network Printers Connecting to Network Printers Configuring Network Printers.
© 2010 VMware Inc. All rights reserved VMware ESX and ESXi Module 3.
Hands-On Microsoft Windows Server 2008 Chapter 8 Managing Windows Server 2008 Network Services.
11 SYSTEMS ADMINISTRATION AND TERMINAL SERVICES Chapter 12.
Event Viewer Was of getting to event viewer Go to –Start –Control Panel, –Administrative Tools –Event Viewer Go to –Start.
Linux Operations and Administration
Guide to MCSE , Enhanced 1 Activity 10-1: Restarting Windows Server 2003 Objective: to restart Windows Server 2003 Start  Shut Down  Restart Configure.
Module 3 DNS Types.
Advanced Module 3 Stealth Configurations.
Module 1: Installing Internet Information Services 5.0.
1 SAMBA. 2 Module - SAMBA ♦ Overview The presence of diverse machines in the network environment is natural. So their interoperability is critical. This.
Linux Filesystem Management
Module 7: Configuring TCP/IP Addressing and Name Resolution.
Booting and boot levels
MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # ) Chapter Two Deploying Windows Servers.
Chapter 14: Remote Server Administration BAI617. Chapter Topics Configure Windows Server 2008 R2 servers for remote administration Remotely connect to.
Module 4: Add Client Computers and Devices to the Network.
Session 10 Windows Platform Eng. Dina Alkhoudari.
SUSE Linux Enterprise Server Administration (Course 3037) Chapter 4 Manage Software for SUSE Linux Enterprise Server.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 7: Domain Name System.
Remote Administration Remote Desktop Remote Assistance Remote Server Administration Tools.
Module 9: Active Directory Domain Services. Overview Describe new features in AD DS List manageability and reliability enhancements in AD DS.
1 © 2004, Cisco Systems, Inc. All rights reserved. CISCO CONFIDENTIAL Using Internet Explorer 7.0 to Access Cisco Unity 5.0(1) Web Interfaces Unity 5.0(1)
Module 5 BIND Configuration. named.conf – controls operational features Located - Linux: /etc/named.conf /etc/bind/named.conf Located- BSD: /usr/local/etc/named.conf.
Module 8 DNS Tools & Diagnostics. Objectives Understand dig and nslookup Understand BIND toolset Understand BIND logs Understand wire level messages.
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 11: Implementing ISA Server 2004 Enterprise Edition.
Module 7 Configure User and Computer Environments By Using Group Policy.
Scott Drucker, Systems Engineer Migrating to Microsoft Vista with WinINSTALL.
Module 6: Managing and Monitoring Domain Name System (DNS)
Module 6: Managing Client Access. Overview Implementing Client Access Servers Implementing Client Access Features Implementing Outlook Web Access Introduction.
11 MANAGING AND MONITORING DNS Chapter 4. Chapter 4: MANAGING AND MONITORING DNS2 DNS MANAGEMENT TOOLS  DNS console  Nslookup  DNSLint  Logging features.
Module 2: Overview of IIS 7.0 Application Server.
1 Internet Network Services. 2 Module - Internet Network Services ♦ Overview This module focuses on configuring and customizing the servers on the network.
Domain Name System (DNS) Joe Abley AfNOG Workshop, AIS 2014, Djibouti Session 2: Resolver Operation and debugging.
Module 8 DNS Tools & Diagnostics. Dig always available with BIND (*nix) and windows Nslookup available on windows and *nix Dig on windows – unpack zip,
1 Network Information System (NIS). 2 Module – Network Information System (NIS) ♦ Overview This module focuses on configuring and managing Network Information.
Module 7: Implementing Security Using Group Policy.
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.
Module 10: Windows Firewall and Caching Fundamentals.
Linux Operations and Administration
Basic Service & Settings xclin. Computer Center, CS, NCTU 2 If you want to transfer a file…
Linux Operations and Administration
11 INTRODUCTION TO GROUP POLICY Chapter 7. Chapter 7: INTRODUCTION TO GROUP POLICY2 WHAT CAN YOU DO WITH GROUP POLICY?  Control the user environment.
Web Server Administration Chapter 4 Name Resolution.
1 CMPT 471 Networking II DNS © Janice Regan,
NJIT 1 Apache Tomcat (Version 6.0) THETOPPERSWAY.COM.
Module 8 Implementing Security Using Group Policy.
A Feature-Based of IT Automation using Remote Control on Safe Mode Developed By: Fernando Perez Advisor : Dr. S. Masoud Sadjadi School of Computing and.
Workshop Overview & Registry Model Model by Jaap Akkerhuis Related by Daniel Karrenberg.
C Copyright © 2006, Oracle. All rights reserved. Oracle Secure Backup Additional Installation Topics.
LINUX - SAMBA
VMware ESX and ESXi Module 3.
Call to Fix QuickBooks has Stopped Working
Chapter 9 MANAGING SOFTWARE.
Radoslaw Jedynak, PhD Poland, Technical University of Radom
Presentation transcript:

Module 4 DNS Installation

DNS Software BIND (80+ %) Berkeley Internet Name Domain NSD (Name Server Daemon) Authoritative DNS Only UNBOUND unbound.net Caching DNS only

DNS Software - BIND Bind runs on: Linux BSD (Free/Open/NetBSD) Windows (Server 2000, 2003, XP, Vista, 7) Lots of *nix systems Out-of-the-box installs on most Linux distributions and RPMs BSD – Ports system Windows – zipped.exe (runs as a service) Daemon name is named

BIND chroot/jail/sandbox Most distributions default to chroot install /var/named /var/named/chroot Chroot is a matter of taste but important in secure environments Chroot limits all daemon access to a defined path (adds base to all paths) Invoked with –t option when bind loads -u named limits access to named account

Exercise Install BIND on your PC Uses latest BIND9 Default path: %systemroot%\system32\dns %systemroot%\sysWOW64\dns

BIND – run time Starting BIND /etc/rc.d/init.d/named start named –u named [-t /path/] Stopping BIND /etc/rc.d/init.d/named stop ps ax |grep named, Kill PID Windows Control uses: Administrative tools->Services

BIND Control - rndc rndc tool with bind installation Allows remote access to bind Default install enables rndc Disable with empty controls clause controls {}; Before use must run to set up default key: rndc-confgen -a

BIND – rndc commands Flush – flush cache(s) Freeze zone – stop DDNS activity Thaw zone – restart DDNS activity Halt – immediate stop (no restart) Status – BIND status Reload – reload config file and all zones (keeps cache) Refresh zone – force zone transfer Stop – graceful stop (no restart)

Quick Quiz Name 2 Open Source DNS implementations? What is the name of BIND's daemon (process)? What is the name of the remote control tool? Did your installation work?