[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:44608] bindについて



$B!!%^%6!<%\!<%I$,2u$l$?$N$r$-$C$+$1$K!"$7$J$/$F$b$h$$:F%$%s%9%H!<%k$r;W$$N)$A!"(Bbind$B$Gm5$$$F$$$^$9!#(B
 $BE0DlF~Lg$r;29M$K(Bnamed.conf.option$B$r0J2<$N$H$*$j$K!"(B
 
options {
 directory "/var/cache/bind";
 
 forwarders {
  210.236.160.110;
  210.236.160.86;
 };
 
 auth-nxdomain no;    # conform to RFC1035
 
 allow-transfer { none; };
 
controls {
 inet 127.0.0.1 allow { localhost; } keys { rndc-key; };
 };
key "rndc-key" {
 algorithm hmac-md5;
 secret "xxxxxxxxxxxxxxxxxxxxxxxx==";
 };
};
$B$^$?!"(Bnamed.conf.local$B$r0J2<$N$H$*$j!"(B
 
zone "example.jp" {
 type master;
 file "/etc/bind/db.exa";
 allow-transfer { 192.168.1.0/24; };
 allow-query { localnets; };
};
 
zone "1.168.192.in-addr.arpa" {
 type master;
 file "/etc/bind/db.192";
 allow-transfer { 192.168.1.0/24; };
 allow-query { localnets; };
};
 
$B=g0z$-%>!<%s%U%!%$%k$r!"(B
 
$TTL 86400
@ IN SOA xxx.example.jp. root.xxx.example.jp. (
         5  ; Serial
      1800  ; Refresh
       900  ; Retry
    604800  ; Expire
      1200 ) ; Negative Cache TTL
;
 IN NS xxx
;
localhost IN A 127.0.0.1
;
xxx  IN A 192.168.1.1
yyy  IN A 192.168.1.20
 
$B5U0z$-%>!<%s%U%!%$%k$r(B
TTL 86400
@ IN SOA xxx.example.jp. root.xxx.example.jp. (
         5  ; Serial
      1800  ; Refresh
       900  ; Retry
    604800  ; Expire
      1200 ) ; Negative Cache TTL
;
  IN NS xxx
;
1  IN PTR    xxx.example.jp
20  IN PTR    yyy.example.jp
 
$B!!$H$7$F!"(Bnndc.conf$B$r:n$C$?$[$+$O!"%G%U%)%k%H$N$^$^$G$9!#(B
$B>uBV$O!">eN.$N#I#S#P$X$NLd$$9g$o$;$H!"%k!<%W%P%C%/$X$NLd$$9g$o$;$O!"2r7h$,$D$/$N$G$9$,!"%m!<%+%k$N%>!<%s$X$NLd$$9g$o$;$,(B
not found$B$H$J$C$F!"2r7h$G$-$^$;$s!#(B
$B$h$m$7$/$*4j$$$7$^$9!#(B