Setting Up the Network Server
Preparing a server for a network installation consists of the following general tasks:
How to Configure NFS
If you have an existing NFS server, you can use this service to host the extracted contents of an ISO and any Kickstart configuration files. Ensure that the exported share directories are accessible to the IP ranges specified for the PXE boot hosts.
If you don't have an available NFS server, use the following procedure to install and configure the service to enable network installation.
Note:
These NFS configuration steps are limited only to what's relevant to a network installation.
How to Configure dnsmasq
The dnsmasq router advertisement server is designed to act as a DNS forwarder, DHCP server, and TFTP server. Dnsmasq is applicable in most network installation scenarios and is therefore a convenient alternative to configuring separate DHCP and TFTP services.
For more information about dnsmasq, see the
dnsmasq(8)
manual page, the
/usr/share/doc/dnsmasq-version
file, and
https://thekelleys.org.uk/dnsmasq/doc.html.