summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-02 11:58:36 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-02 11:58:36 -0400
commit82f4bb814835a8aadcfe5cbba8bfbc4359c34b39 (patch)
tree1634a3ecfc84a14ce53ae8ff69a69ea0fc910849 /docs
parent7eb0fa0be305d1d682b29aaff6dde267402a9e6a (diff)
downloadthird_party-cobbler-82f4bb814835a8aadcfe5cbba8bfbc4359c34b39.tar.gz
third_party-cobbler-82f4bb814835a8aadcfe5cbba8bfbc4359c34b39.tar.xz
third_party-cobbler-82f4bb814835a8aadcfe5cbba8bfbc4359c34b39.zip
Apply John Eckersberg's patch for BIND management.
Diffstat (limited to 'docs')
-rw-r--r--docs/cobbler.pod14
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index d7a4550..21ec78e 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -403,8 +403,8 @@ Cobbler sync is used to repair or rebuild the contents /tftpboot or /var/www/cob
Sync should be run whenever files in /var/lib/cobbler are manually edited (which is not recommended except for the settings file) or when making changes to kickstart files. In practice, this should not happen often, though running sync too many times does not cause any adverse effects.
-If using cobbler to manage a DHCP server (see the advanced section of this manpage), sync does need to be
-run after systems are added to regenerate and reload the DHCP configuration.
+If using cobbler to manage a DHCP and/or DNS server (see the advanced section of this manpage), sync does need to be
+run after systems are added to regenerate and reload the DHCP/DNS configuration.
=head1 EXAMPLES
@@ -565,6 +565,16 @@ Itanium systems names also need to be assigned to a distro that was created with
The dhcpd.conf file will be updated each time "cobbler sync" is run, and not until then, so it is important to remember to use "cobbler sync" when using this feature.
+=head2 BIND CONFIGURATION MANAGEMENT
+
+Cobbler can optionally manage DNS configuration using BIND.
+
+This feature is off by default and must be turned on by setting 'manage_dns' to 1 in /var/lib/cobbler/settings. You may restrict the scope of zones managed with the options 'manage_forward_zones' and 'manage_reverse_zones'.
+
+Cobbler will use /etc/cobbler/bind.template and /etc/cobbler/zone.template as a starting point for the named.conf and individual zone files, respectively. These files must be user edited for the user's particular networking environment. Read the file and understand how BIND works before proceeding.
+
+The named.conf file as well as all zone files will be updated each time ``cobbler sync'' is run, and not until then, so it is important to remember to use ``cobbler sync'' when using this feature.
+
=head2 SERVICE DISCOVERY (AVAHI)
If the avahi-tools package is installed, cobblerd will broadcast it's presence on the network, allowing it to be discovered by koan with the koan --server=DISCOVER parameter.