Dynamic DNS updates with nsupdate and BIND 9 
Ref: Grig Gheorghiu(2012), http://agiletesting.blogspot.hk/2012/03 ... e-and.html


I first saw nsupdate mentioned on the devops-toolchain mailing list as a tool for dynamically updating DNS zone files from the command line. Since this definitely beats manual editing of zone files, I'd thought I'd give it a try. My setup is BIND 9 on Ubuntu 10.04. I won't go into the details of setting up BIND 9 on Ubuntu -- see a good article about this here. More...

[ 發表回應 ] ( 36預覽 )   |  常註連結  |   ( 2.9 / 1590 )
Bind 9 Logging Setting Sample 
logging {
category lame-servers { null; };
category default { query_logging ; } ;
category queries { query_logging ; } ;
category resolver { query_logging ; } ;
channel query_logging {
file "/var/log/named/bind.log";
print-category yes;
print-severity yes;
print-time yes;
};
};


[ 發表回應 ] ( 14預覽 )   |  常註連結  |   ( 3.1 / 1661 )

| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |