~ubuntu-branches/ubuntu/jaunty/ubuntu-docs/jaunty-proposed

« back to all changes in this revision

Viewing changes to serverguide/C/dns.xml

  • Committer: Bazaar Package Importer
  • Author(s): Matthew East
  • Date: 2009-02-15 11:50:28 UTC
  • Revision ID: james.westby@ubuntu.com-20090215115028-exdnd0gtie61uvn2
Tags: 9.04.2
* Various serverguide fixes:
  - Grammar error (LP: #203829) - Dean Sas
  - Fix mailman dependencies (LP: #291772) - Morten Siebuhr
  - CVS installation error (LP: #298605) - Thomas M
  - Postfox installation error (LP: #306289) - Adam Sommer
  - SSH update (LP: #311900) - Dean Sas
  - unzoo replaced by zoo (LP: #312506)
  - Samba instructions update (LP: #313232) - Adam Sommer
  - Clearer SSL instructions (LP: #314951) - Adam Sommer
  - LDAP error (LP: #319179) - Adam Sommer
  - MoinMoin installation fix (LP: #320840) - Adam Sommer
  - Postfix ssl improvements (LP: #323203) - Adam Sommer
  - Ebox instructions error (LP: #324399) - Dean Sas
  - Typo in openssh section (LP: #325828) - Dean Sas
  - Typo in samba section (LP: #285484) - Nick Ellery
  - SSHD fix (LP: #295279) - Adam Sommer
  - Jeos fix (LP: #307582) - Adam Sommer
  - Remove reference to ebox-all package (LP: #322367) - Adam Sommer

* Typo in "switching from windows" (LP: #309735)
* Broken link in "programming" (LP: #310081) - Jonathan Jesse
* lsb_release issue in "basic commands" (LP: #310713) - Thomas M
* Updating logout instructions (LP: #327060) - Dean Sas
* Updating all documents to use apt-url for installation instructions
* Refreshing pot files for Rosetta
* Recompress *.png files with 'advpng -z -4 file.png' to save space -  Sahak Petrosyan
* Improve instructions on pasting commands (LP: #185892) - Martin Mai
* Rewrite of networking instructions (LP: #298513, LP: #321308, LP: #314680, LP: #321179) - Dougie Richardson
* Amend punctuation of about-ubuntu (LP: #275592) - Dougie Richardson
* Documentation for automatic login (LP: #290467) - Dougie Richardson

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
<programlisting>
290
290
zone "example.com" {
291
291
        type slave;
292
 
        file "db.example.com";
 
292
        file "/var/cache/bind/db.example.com";
293
293
        masters { 192.168.1.10; };
294
294
};        
295
295
      
296
296
zone "1.168.192.in-addr.arpa" {
297
297
        type slave;
298
 
        file "db.192";
 
298
        file "/var/cache/bind/db.192";
299
299
        masters { 192.168.1.10; };
300
300
};
301
301
</programlisting>
322
322
              Note: A zone is only transferred if the <emphasis>Serial Number</emphasis> on the Primary is larger than the one on the Secondary. 
323
323
              </para>
324
324
            </note>
 
325
 
 
326
            <note>
 
327
              <para>
 
328
              The default directory for non-authoritative zone files is <filename>/var/cache/bind/</filename>. This directory is also configured
 
329
              in <application>AppArmor</application> to allow the <application>named</application> daemon to write to.  For more information on
 
330
              AppArmor see <xref linkend="apparmor"/>.
 
331
              </para>
 
332
            </note>
 
333
 
325
334
          </sect2>
326
335
      </sect1>
327
336
      <sect1 id="dns-troubleshooting" status="review">