=head1 NAME B - sets up domain name services (DNS) from the entries in /etc/hosts. =head1 SYNOPSIS B I B [B<-h>|B<--help>] =head1 DESCRIPTION B configures a DNS server on the local machine from the /etc/hosts file entries. It also uses the following attributes set in the B table as default values: B, B, B. The domain value can be overridden by the B<-d> option. The netmasks from the B table will also be used if not overridden by the B<-n> option. Only entries in /etc/hosts that are part of a network listed in the B table will be added to DNS. B can only handle hostnames from a single domain, normally a private domain just for the cluster. The typical cluster set up is for site.domain to be set to the cluster domain, site.nameservers to be set to the cluster-facing IP address of the management node, and site.forwarders to be set to the IP address of one or more nameservers at your site that can resolve names outside of your cluster. With this set up, all nodes ask the management node to resolve names, and if it is a name that the MN DNS does not know about, it will ask the outside world. =head1 OPTIONS =over 6 =item B<-d> I The domain name to use. If not specified, the default used is the B attribute in the B table. =item B<-f> I A file containing more arguments for B. =item B<-z|-Z> nameserver The hostname of a secondary nameserver to use. =item B<-b> bootfile Boot file to use. =item B<-A> Write the address records, i.e. the hostname to IP address mappings. =item B<-M> Write the MX records, i.e. the additional aliases for a hostname. =item B<-w> Do wks. =item B<-D> Don't do domains. =item B<-t> Do txt records. =item B<-u> I User? =item B<-s> I Servers. =item B<-m> I mx records. =item B<-c> I C patterns? =item B<-e> I Elimination patterns? =item B<-h> I Host. =item B<-o> I Refresh, retry, expire, ttl options, separated by colons. =item B<-i> Force serial. =item B<-H> I File to read the host entries from. Default is /etc/hosts. =item B<-C> I Comments file. =item B<-N> I Default subnet mask. =item B<-n> I Subnet mask. If not specified, all the netmasks from the B table are used. =back =head1 SEE ALSO L