next up previous contents
Next: A.2.2 Der Kernel Up: A.2 Installation der IPv6-Software Previous: A.2 Installation der IPv6-Software

A.2.1 Der Nameserver

  Der in der Debian-Distribution Version 1.3 enthaltene Nameserver bind-4.9.5-REL ist in der Lage, mit IPv6 Adressen umzugehen. Debian plaziert seine Konfigurationsdateien in /var/named und gibt eine Aufteilung in mehrere Dateien vor. /etc/named.boot ist ein Link auf ../var/named/named.boot, dessen Inhalt ist:
directory /var/named

; type          domain                  source          file
cache           .                                       named.root

; Zone boot information and daemon options are kept in other files

include boot.zones
include boot.options

Folgende Schritte wurden zu seiner Konfiguration unternommen:

1.
ein Update des Root Caches ftp://ftp.rs.internic.net/domain/
named.root
nach /var/named kopiert,
2.
in boot.zones die zu verwaltenden Zonen eingetragen:
primary 6bone.informatik.uni-muenchen.de db.6bone
primary 6.d.0.0.0.0.6.d.b.b.1.8.0.0.b.f.4.0.f.5.IP6.INT\
                                                  db.IP6.INT
3.
in boot.options Optionen und loopback-Zonen eingetragen:
forwarders      129.187.214.135 129.187.214.20 129.187.10.25\
                129.187.16.1 193.196.32.1

; type    domain            source      file
primary   localhost                     named.local
primary   127.in-addr.arpa              named.rev-local

;; Custom configurations may appear below (will be preserved)
primary   ipv6-localhost                named.local.ipv6
primary
0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.\
                        0.0.IP6.INT   named.rev-local.ipv6
4.
db.6bone enthält:
@ IN  SOA ns.6bone.informatik.uni-muenchen.de.
    hostmaster.mailhost.6bone.informatik.uni-muenchen.de. ( 
        199707091      ; serial number (YYYYMMDDxx) 
        10800   ; refresh time in seconds (3 hours)
        3600    ; retry time in seconds (1 hour)
        604800  ; 604800 expiration time in seconds (1 week)
        86400 ) ; 86400 minimum time in seconds (1 day)

  IN  NS        ns.6bone.informatik.uni-muenchen.de.
  IN  MX  10    mailhost.6bone.informatik.uni-muenchen.de.

ns       IN CNAME  pchegering2.nm.informatik.uni-muenchen.de.
mailhost IN CNAME  pchegering2.nm.informatik.uni-muenchen.de.

terra           IN  AAAA  5f04:fb00:81bb:d600:d6:800:98b:a8d8
pchegering2     IN  CNAME       terra
tunnel          IN  CNAME       terra
merkur          IN  AAAA  5f04:fb00:81bb:d600:d6:0:c0cb:291c
pchegering8     IN  CNAME       merkur
5.
db.IP6.INT enthält:
@ IN  SOA 6bone.informatik.uni-muenchen.de.
   hostmaster.pchegering2.nm.informatik.uni-muenchen.de. (
   199707092 86400 10800 604800 86400 )
  IN  NS  ns.6bone.informatik.uni-muenchen.de.

8.d.8.a.b.8.9.0.0.0.8.0  IN  PTR \
                    terra.6bone.informatik.uni-muenchen.de.
c.1.9.2.b.c.0.c.0.0.0.0  IN  PTR \
                    merkur.6bone.informatik.uni-muenchen.de.
6.
Die interessanteren Zeilen in den IPv6-loopback-Einträgen sind:
@       IN      AAAA    ::1
und Reverse:
1       IN      PTR     localhost.


Copyright Munich Network Management Team