Die Konfigurationsdatei db.127.0.0:

Dieser Master- File konfiguriert das reverse- Lookup für das Loopback- Interface loclahost (127.0.0.1) des Beispielrechners SuperSchuessel:


$ORIGIN 0.0.127.in-addr.arpa.

@		1D IN SOA	localhost. root.localhost. (
				42		; serial (d. adams)
				3H		; refresh
				15M		; retry
				1W		; expiry
				1D )		; minimum

		1D IN NS	localhost.
1		1D IN PTR	localhost.
  

Die Start of Authority (SOA), Nameserver (NS)- und Pointer (PTR)- Einträge werden bei der Zone 0.0.200.in-addr.arpa genauer erläutert. Der serial- Gag der Domäne localhost wird hier durch Wiederholung vertieft ;-).


Linux - Konfiguration:  Linux