1 / 11

DNS

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 or more segments first segment is host the rest of the segments are for the network in which the host is located www.ivc.edu

sora
Télécharger la présentation

DNS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 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 or more segments • first segment is host the rest of the segments are for the network in which the host is located • www.ivc.edu • www.ivc.cc.ca.us • Manual Translation • /etc/hosts

  2. Domains • Internet is composed of many domains • Each domain needs a DNS server to keep track of the FDQN and IP address on it’s network • The section that the DNS is responsible for is called a zone • One domain may corresponded to a domain, many zones may be within a domain each with its on name server • i.e. .gov .com .edu .net

  3. DNS operation: • Client request connection to remote host by entering a FDQN, the DNS server responds with the corresponding IP address, the client then connects to remote host by IP address • DNS Client • The name of the DNS servers that service a host network are kept in /etc/resolv.conf • Usually specified when setting up the network connection.

  4. BIND • Berkeley Internet Name Domain • Developed at Cal. Berkeley • Maintained by Internet Software Consortium (ISC) www.isc.org • Local documentation: • /usr/share/doc/bind-9.4..0 • /usr/share/doc/bind-9.4.0/arm/Bv9ARM.html • Documentation and tools • www.dns.net/dnsrd

  5. Servers and Tools • BIND DNS software • name server daemon ( named ) • rndc tool can be used to manage • sample configuration files • resolver libraries • Tools • dig and nslookup test basic operation of named ( DNS ) • named-checkconfig • Checks syntax of DNS configuration file ( named.conf ) • named-checkzone • Checks syntax of zone file • GUI system-config-bind

  6. Starting and Stopping • service named start • stop, restart, status • chkconfig named on

  7. Configuration • configuration file • named.conf • zone files • defined in named.conf • IP to FDQN association • Types • Master, Slave, Forward, IN-ADDR.ARPA, Hint • cache file

  8. Server Types • Master Server • Slave Server • Forwarder Server • Caching only server • Stealth server

  9. Location of BIND files /var/named/chroot • chroot directory sets up a chroot jail, a virtual root directory for users of the DNS service • documentation www.tldp.org • Configuration Files • /var/named/chroot/etc/named.conf • /var/named/chroot/var/named/* • zones

  10. named.conf • consists of BIND statements with attached blocks within which specific options are listed • Reference Page 836 and 837 • Zone files • hold domain name information about hosts in resource records • takes up one line but can be extended by using parentheses to use several lines usually the case with a SOA record • name [<ttl>] [<class>] <type> <rdata> [<comment>]

  11. system-config-bind

More Related