Red Hat NETSCAPE MANAGEMENT SYSTEM 4.5 - CUSTOMIZATION GUIDE Installationsanleitung Seite 151

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 268
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 150
1 2 ... 146 147 148 149 150 151 152 153 154 155 156 ... 267 268

Kommentare zu diesen Handbüchern

Keine Kommentare