Changes between Initial Version and Version 1 of Realisations/2010-2011/Projet/Entreprise1/Documentation/DNS/AS65001Zone


Ignore:
Timestamp:
May 30, 2011, 7:28:38 PM (14 years ago)
Author:
evain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Realisations/2010-2011/Projet/Entreprise1/Documentation/DNS/AS65001Zone

    v1 v1  
     1/var/named/as65001.com.zone
     2
     3
     4{{{
     5$TTL    86400
     6@       IN SOA          as65001.com.    dhcpdns.as65001.com. (
     7        100     ; serial
     8        1H      ; refresh
     9        1M      ; retry
     10        1W      ; expiry
     11        1D )    ; minimum
     12        IN      NS      dhcpdns.as65001.com.
     13        IN      MX      10      mail.as65001.com.
     14dhcpdns IN      A       10.10.2.30
     15dhcpdns IN      AAAA    2001:DB8:1:112::30
     16mail    IN      A       10.10.2.25
     17mail    IN      AAAA    2001:DB8:1:112::25
     18www     IN      A       10.10.2.20
     19www     IN      AAAA    2001:DB8:1:112::20
     20asterisk IN     A       10.10.2.10
     21asterisk IN     AAAA    2001:DB8:1:112::10
     22nagios  IN      A       10.10.2.50
     23nagios  IN      AAAA    2001:DB8:1:112::50
     24}}}