whitedebian:/etc/bind/zones# nano XYZ.com.db
  GNU nano 2.0.7                         File: XYZ.com.db                                              Modified
@               IN      NS              ns1.XYZ.com.
@               IN      NS              ns2.XYZ.com.
;
; Akayitlari
;
@               IN      MX      10      mail.XYZ.com.
;
; A kayitlari
;
@               IN      A               78.18..xx.x
ttt             IN      A               10.0.0.155  (içerden dönebilmek için)
www             IN      A               78.18..xx.x
ns1             IN      A               78.18..xx.x
ns2             IN      A               78.18..xx.x
mail            IN      A               78.18..xx.x
destek          IN      A               78.18..xx.x
;
; SOA
;
$TTL    1h
@               IN      SOA     ns1.XYZ.com. hostmaster.XYZ.com. (
                        0000000004      ; Serial number
                        1h              ; Slave refresh
                        15m             ; Slave retry
                        2w              ; Slave expire
                        1h              ; Negative Cache TTL
                        )
;
; Name Kayitlari
;
@               IN      NS              ns1.XYZcom.
@               IN      NS              ns2.XYZcom.
------------
whitedebian:/etc/bind# nano named_ehcp.conf
zone "XYZ.com"
        {type master;
        file "/etc/bind/zones/XYZ.com.db";
};
zone "{IP-tersten}.in-addr.arpa"{
type master;
file "/etc/bind/zones/rev.{IP}.in-addr.arpa";
};
Kaydol:
Kayıt Yorumları (Atom)
0 yorum:
Yorum Gönder