Base de Zones Spéciales

L'objet de ces zones définies localement est de ne pas lancer de recherches itératives inutiles vers les serveurs racines. (rfc1912..)

Reverse Broadcast IPv4


;fichier /etc/bind/db.0 sur zeratul.ipv6.int-evry.fr
; DNS reverse for broadcasts IPv4
; @="0.in-addr.arpa" or @="255.in-addr.arpa"

$TTL    604800  ; default TTL 1week

@     IN  SOA  localhost. root.localhost. ( ; NB : no slaves
                    1   ; Serial
               604800   ; Refresh 1 week 
                86400   ; Retry   1 day  
              2419200   ; Expire 28 day 
               604800 ) ; Negative Cache TTL  1week

@     IN  NS   localhost.


Reverse localhost IPv4


;fichier /etc/bind/db.127 sur zeratul.ipv6.int-evry.fr
; DNS reverse for local loopback interface
; @="127.in-addr.arpa"

$TTL    604800  ; default TTL 1week

@     IN  SOA  localhost. root.localhost. ( ; NB : no slaves
                    1   ; Serial
               604800   ; Refresh 1 week 
                86400   ; Retry   1 day  
              2419200   ; Expire 28 day 
               604800 ) ; Negative Cache TTL  1week

@     IN  NS   localhost.

1.0.0 IN  PTR  localhost.


Reverse localhost IPv6


;fichier /etc/bind/db.0..0 sur zeratul.ipv6.int-evry.fr
; DNS reverse for loopback IPv6
;    @="0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.int."
; or @="0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa."

$TTL    604800  ; default TTL 1week

@     IN  SOA  localhost. root.localhost. ( ; NB : no slaves
                    1   ; Serial
               604800   ; Refresh 1 week 
                86400   ; Retry   1 day  
              2419200   ; Expire 28 day 
               604800 ) ; Negative Cache TTL  1week

@     IN  NS   localhost.

1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN PTR localhost.


TLD localhost. (IPv4/v6)


;fichier /etc/bind/db.local sur zeratul.ipv6.int-evry.fr
; DNS zone for localhost. (non standard TLD "localhost.")
; "@=localhost."

$TTL    604800  ; default TTL 1week

@     IN  SOA  localhost. root.localhost. ( ; NB : no slaves
                    1   ; Serial
               604800   ; Refresh 1 week 
                86400   ; Retry   1 day  
              2419200   ; Expire 28 day 
               604800 ) ; Negative Cache TTL  1week

@     IN  NS   localhost.

@     IN  A    127.0.0.1
@     IN  AAAA ::1