dns.rst
changeset 1874 12f24827be09
parent 1873 d64682ab74a2
child 1881 889e37c1c5b5
equal deleted inserted replaced
1873:d64682ab74a2 1874:12f24827be09
   104   ...
   104   ...
   105   dp.gov.ua.              3600    IN      MX      200 relay2.giknpc.com.ua.
   105   dp.gov.ua.              3600    IN      MX      200 relay2.giknpc.com.ua.
   106   dp.gov.ua.              3600    IN      A       195.64.190.1
   106   dp.gov.ua.              3600    IN      A       195.64.190.1
   107   adm.dp.gov.ua.          3600    IN      A       195.64.190.1
   107   adm.dp.gov.ua.          3600    IN      A       195.64.190.1
   108 
   108 
       
   109 Get info about NS.
       
   110 ==================
       
   111 
       
   112 Version of running NS::
       
   113 
       
   114   $ dig @4.2.2.1 version.bind chaos txt
       
   115   $ nslookup -q=txt -class=CHAOS version.bind. 4.2.2.1
       
   116 
       
   117 Server name::
       
   118 
       
   119   $ dig @4.2.2.1 id.server txt chaos
       
   120   $ nslookup -q=txt -class=CHAOS id.server. 4.2.2.1
       
   121 
       
   122   $ dig @4.2.2.1 hostname.bind txt chaos
       
   123   $ nslookup -q=txt -class=CHAOS hostname.bind. 4.2.2.1
       
   124 
       
   125 That strings come from BIND config::
       
   126 
       
   127   options {
       
   128     version "none of your business";
       
   129     server-id "Host A";
       
   130     hostname "Host A";
       
   131   };
       
   132 
   109 How reread config file?
   133 How reread config file?
   110 =======================
   134 =======================
   111 
   135 
   112 FreeBSD::
   136 FreeBSD::
   113 
   137