Red Hat NETSCAPE MANAGEMENT SYSTEM 4.5 - CUSTOMIZATION GUIDE Guia de Instalação Página 151

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 268
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 150
Chapter 15. BIND Configuration 151
the configuration changes. It can also be incremented manually by clicking the Set button
next to the Serial Number value.
Time Settings The Refresh, Retry, Expire, and Minimum TTL (Time to Live) values
that are stored in the DNS database file.
Records — Add, edit, and delete record resources of type Host, Alias, and Name server.
Figure 15-2. Adding a Forward Master Zone
The configuration shown in Figure 15-2 creates the following entry in /etc/named.conf:
zone "forward.example.com" {
type master;
file "forward.example.com.zone";
};
It also creates the file /var/named/forward.example.com.zone with the following infor-
mation:
$TTL 86400
@ IN SOA @ root.localhost (
1 ; serial
28800 ; refresh
7200 ; retry
604800 ; expire
86400 ; ttl
)
After configuring the Forward Master Zone, click OK to return to the main window
as shown in Figure 15-1. From the pulldown menu, choose File => Apply to write the
Vista de página 150
1 2 ... 146 147 148 149 150 151 152 153 154 155 156 ... 267 268

Comentários a estes Manuais

Sem comentários