DNS and Bind Cookbook - Cricket Liu - Librairie Eyrolles

Déjà client ? Identifiez-vous

Mot de passe oublié ?

Nouveau client ?

CRÉER VOTRE COMPTE
DNS and Bind Cookbook
Ajouter à une liste

Librairie Eyrolles - Paris 5e
Indisponible

DNS and Bind Cookbook

DNS and Bind Cookbook

Cricket Liu

238 pages, parution le 22/12/2002

Résumé

The DNS & BIND Cookbook presents solutions to the many problems faced by network administrators responsible for a name server. Following O'Reilly's popular problem-and-solution cookbook format, this title is an indispensable companion to DNS & BIND, 4th Edition, the definitive guide to the critical task of name server administration. The cookbook contains dozens of code recipes showing solutions to everyday problems, ranging from simple questions, like, "How do I get BIND?" to more advanced topics like providing name service for IPv6 addresses. It's full of BIND configuration files that you can adapt to your sites requirements.

With the wide range of recipes in this book, you'll be able to
  • Check whether a name is registered
  • Register your domain name and name servers
  • Create zone files for your domains
  • Protect your name server from abuse
  • Set up back-up mail servers and virtual email addresses
  • Delegate subdomains and check delegation
  • Use incremental transfer
  • Secure zone transfers
  • Restrict which queries a server will answer
  • Upgrade to BIND 9 from earlier version
  • Perform logging and troubleshooting
  • Use IPv6

Contents

1. Getting Started
  • Finding More Information About DNS and BIND
  • Asking Questions You Can't Find Answers To
  • Getting a List of Top-Level Domains
  • Checking Whether a Domain Name Is Registered
  • Registering a Domain Name
  • Registering Name Servers
  • Registering a Reverse-Mapping Domain
  • Transferring Your Domain Name to Another Registrar
  • Choosing a Version of BIND
  • Finding Out Which Version of BIND You're Running
  • Getting BIND
  • Building and Installing BIND
  • Getting a Precompiled Version of BIND
  • Creating a named.conf File
  • Configuring a Name Server as the Primary Master for a Zone
  • Configuring a Name Server as a Slave for a Zone
  • Configuring a Name Server as Authoritative for Multiple Zones
  • Starting a Name Server
  • Stopping a Name Server
  • Starting named at Boot Time
2. Zone Data
  • Creating a Zone Data File
  • Adding a Host
  • Adding an Alias
  • Adding a Mail Destination
  • Making the Domain Name of Your Zone Point to Your Web Server
  • Pointing a Domain Name to a Particular URL
  • Setting Up Round Robin Load Distribution
  • Adding a Domain Name in a Subdomain Without Creating a New Zone
  • Preventing Remote Name Servers from Caching a Resource Record
  • Adding a Multihomed Host
  • Updating a Name Server's Root Hints File
  • Using a Single Data File for Multiple Zones
  • Using Multiple Data Files for a Single Zone
  • Resetting Your Zone's Serial Number
  • Making Manual Changes to a Dynamically Updated Zone
  • Moving a Host
  • Mapping Any Domain Name in a Zone to a Single IP Address
  • Adding Similar Records
  • Making Your Services Easy to Find
  • Storing the Location of a Host in DNS
  • Filtering a Host Table into Zone Data Files
3. BIND Name Server Configuration
  • Configuring a Name Server to Work with ndc
  • Configuring a Name Server to Work with rndc
  • Using rndc with a Remote Name Server
  • Allowing "Illegal" Characters in Domain Names
  • Dividing a Large named.conf File into Multiple Files
  • Organizing Zone Data Files in Different Directories
  • Configuring a Name Server as Slave for All of Your Zones
  • Finding an Offsite Slave Name Server for Your Zone
  • Protecting a Slave Name Server from Abuse
  • Allowing Dynamic Updates
  • Configuring a Name Server to Forward Dynamic Updates
  • Notifying a Slave Name Server Not in a Zone's NS Records
  • Limiting NOTIFY Messages
  • Configuring a Name Server to Forward Queries to Another Name Server
  • Configuring a Name Server to Forward Some Queries to Other Name Servers
  • Configuring a Name Server Not to Forward Certain Queries
  • Returning Different Answers to Different Queriers
  • Determining the Order in Which a Name Server Returns Answers
  • Setting Up a Slave Name Server for a Zone in Multiple Views
  • Disabling Caching
  • Limiting the Memory a Name Server Uses
  • Configuring IXFR
  • Limiting the Size of the IXFR Log File
  • Configuring a Name Server to Listen Only on Certain Network Interfaces
  • Running a Name Server on an Alternate Port
  • Setting Up a Root Name Server
  • Returning a Default Record
  • Configuring DNS to Let Clients Find the Closest Server
  • Handling Dialup Connections
4. Electronic Mail
  • Configuring a Backup Mail Server in DNS
  • Configuring Multiple Mail Servers in DNS
  • Configuring Mail to Go to One Server and the Web to Another
  • Configuring DNS for "Virtual" Email Addresses
  • Configuring DNS So a Mail Server and the Email It Sends Pass Anti-Spam Tests
5. BIND Name Server Operations Figuring Out How Much Memory a Name Server Will Need Testing a Name Server's Configuration Viewing a Name Server's Cache Flushing (Clearing) a Name Server's Cache Modifying Zone Data Without Restarting the Name Server Adding or Removing Zones Without Restarting or Reloading the Name Server Initiating a Zone Transfer Restarting a Name Server Automatically If It Dies Restarting a Name Server with the Same Arguments Controlling Multiple named Processes with rndc Controlling Multiple named Processes with ndc Finding Out Who's Querying a Name Server Measuring a Name Server's Performance Measuring Queries for Records in Particular Zones Monitoring a Name Server Limiting Concurrent Zone Transfers Limiting Concurrent TCP Clients Limiting Concurrent Recursive Clients Dynamically Updating a Zone Sending Dynamic Updates to a Particular Name Server Setting Prerequisites in a Dynamic Update Sending TSIG-Signed Dynamic Updates Setting Up a Backup Primary Master Name Server Promoting a Slave Name Server to the Primary Master Running Multiple Primary Master Name Servers for the Same Zone Creating a Zone Programmatically Migrating from One Domain Name to Another 6. Delegation and Registration
  • Delegating a Subdomain
  • Delegating a Subdomain of a Reverse-Mapping Zone
  • Delegating Reverse-Mapping for Networks with Non-Octet Masks
  • Delegating Reverse-Mapping for Networks Smaller than a /24
  • Checking Delegation
  • Moving a Name Server
  • Changing Your Zone's Name Servers
7. Security
  • Concealing a Name Server's Version
  • Configuring a Name Server to Work with a Firewall (or Vice Versa)
  • Setting Up a Hidden Primary Master Name Server
  • Setting Up a Stealth Slave Name Server
  • Configuring an Authoritative-Only Name Server
  • Configuring a Caching-Only Name Server
  • Running a Name Server in a chroot( ) Jail
  • Running the Name Server as a User Other than Root
  • Defining a TSIG Key
  • Securing Zone Transfers
  • Restricting the Queries a Name Server Answers
  • Preventing a Name Server from Querying a Particular Remote Name Server
  • Preventing a Name Server from Responding to DNS Traffic from Certain Networks
  • Protecting a Name Server from Spoofing
8. Interoperability and Upgrading
  • Upgrading from BIND 4 to BIND 8 or 9
  • Upgrading from BIND 8 to BIND 9
  • Configuring a Name Server to Accommodate a Slave Running BIND 4
  • Configuring a BIND Name Server to Accommodate a Slave Running the Microsoft DNS Server
  • Configuring a BIND Name Server as a Slave to a Microsoft DNS Server
  • Preventing Windows Computers from Trying to Update Your Zones
  • Handling Windows Registration with a BIND Name Server
  • Handling Active Directory with a Name Server
  • Configuring a DHCP Server to Update a BIND Name Server
9. Resolvers and Programming
  • Configuring a Resolver to Query a Remote Name Server
  • Configuring a Resolver to Resolve Single-Label Domain Names
  • Configuring a Resolver to Append Multiple Domain Names to Arguments
  • Sorting Multiple Addresses in a Response
  • Changing the Resolver's Timeout
  • Configuring the Order in Which a Resolver Uses DNS, /etc/hosts, and NIS
  • Looking Up Records Programmatically
  • Transferring a Zone Programmatically
  • Updating a Zone Programmatically
  • Signing Queries and Dynamic Updates with TSIG Programmatically
10. Logging and Troubleshooting
  • Finding a Syntax Error in a named.conf File
  • Finding a Syntax Error in a Zone Data File
  • Sending Log Messages to a Particular File
  • Discarding a Category of Messages
  • Determining Which Category a Message Is In
  • Sending syslog Output to Another Host
  • Logging Dynamic Updates
  • Rotating Log Files
  • Looking Up Records with dig
  • Reverse-Mapping an Address with dig
  • Transferring a Zone Using dig
  • Tracing Name Resolution Using dig
11. IPv6
  • Configuring a Name Server to Listen for Queries on an IPv6 Interface
  • Configuring a Name Server to Send Queries from a Particular IPv6 Address
  • Adding a Host with an IPv6 Interface
  • Configuring rndc to Work Over IPv6

L'auteur - Cricket Liu

Cricket Liu

a emarge au campus de l'Universite de Berkeley, en Californie, ce grand bastion de la libre parole, de l'UNIX sans impedimenta. Apres sa maitrise, il se retrouva chez Hewlett-Packard et y resta pour neuf ans.

Cricket commenca a s'occuper de la zone hp.com apres que le tremblement de terre de Loma Prieta eut impose le deplacement de la gestion des zones depuis les Laboratoires d'HP vers son siege social. Il fut hostmaster@hp.com pendant plus de trois ans, puis s'associa a la Professional Services Organization de HP pour y demarrer le departement de services clients lies a l'Internet.


Cricket est actuellement a la tete de sa propre societe de conseil et de formation au DNS, Acme Byte & Wire, en compagnie de son ami Matt Larson.

Caractéristiques techniques

  PAPIER
Éditeur(s) O'Reilly
Auteur(s) Cricket Liu
Parution 22/12/2002
Nb. de pages 238
Format 17,7 x 23,2
Couverture Broché
Poids 389g
Intérieur Noir et Blanc
EAN13 9780596004101
ISBN13 978-0-596-00410-1

Avantages Eyrolles.com

Livraison à partir de 0,01 en France métropolitaine
Paiement en ligne SÉCURISÉ
Livraison dans le monde
Retour sous 15 jours
+ d'un million et demi de livres disponibles
satisfait ou remboursé
Satisfait ou remboursé
Paiement sécurisé
modes de paiement
Paiement à l'expédition
partout dans le monde
Livraison partout dans le monde
Service clients sav@commande.eyrolles.com
librairie française
Librairie française depuis 1925
Recevez nos newsletters
Vous serez régulièrement informé(e) de toutes nos actualités.
Inscription