man mkdhcpconf () - command shell to create a dhcpd.conf file.
NAME
mkdhcpconf - command shell to create a dhcpd.conf file.
SYNOPSIS
mkdhcpconf -o /etc/dhcpd.conf
DESCRIPTION
The mkdhcpconf command is used to create a dhcpd.conf file based on the contents of the SIS database
Syntax
mkdhcpconf [options]
Options
Recognized options include:
- --outfile <filename>
- The filename to write to. This is a required option.
- --interface <interface>
- The server interface that is connected to the cluster nodes. The default is eth0.
- --bootfile <filename>
- The file to serve to the nodes when a boot request is received. The default is /tftpboot/pxelinux.bin
- --gateway <IP address>
- The default gateway to assign to the remote nodes.
- --domain <domain name>
- The domain name to assign to the remote nodes.
- --multicast <yes>
- To enable multicastng invoke with --mutlticast=yes. Defaults to no multicasting.
- --nameservers <IP address list>
- A comma delimited list of nameserver addresses to assign to the remote nodes.
- -v, --verbose
- Lots of trace and debug output.
NOTES
AUTHOR
Michael Chase-Salerno, mchasal@users.sf.net
SEE ALSO
perl(1), mksimachine(1).