4.3. Configuring Satellite Server with External TFTP
You can configure Satellite Server with external TFTP services.
Procedure
Create the TFTP directory for NFS:
# mkdir -p /mnt/nfs/var/lib/tftpbootIn the
/etc/fstabfile, add the following line:TFTP_Server_IP_Address:/exports/var/lib/tftpboot /mnt/nfs/var/lib/tftpboot nfs rw,vers=3,auto,nosharecache,context="system_u:object_r:tftpdir_rw_t:s0" 0 0Mount the file systems in
/etc/fstab:# mount -aEnter the
satellite-installercommand to make the following persistent changes to the/etc/foreman-proxy/settings.d/tftp.ymlfile:# satellite-installer --foreman-proxy-tftp=true \ --foreman-proxy-tftp-root /mnt/nfs/var/lib/tftpbootIf the TFTP service is running on a different server than the DHCP service, update the
tftp_servernamesetting with the FQDN or IP address of the server that the TFTP service is running on:# satellite-installer --foreman-proxy-tftp-servername=TFTP_Server_FQDN- Log in to the Satellite Server web UI.
- Navigate to Infrastructure > Capsules, locate the Satellite Server, and from the list in the Actions column, select Refresh.
- Associate the TFTP service with the appropriate subnets and domain.