Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

34.5. 配置 DHCP 服务器

如果网络中不存在 DHCP 服务器,请配置它。详情请参阅 Red Hat Enterprise Linux 部署指南。确保配置文件包含以下内容,以便为支持它的系统启用 PXE 引导:
allow booting;
allow bootp; 
class "pxeclients" {    
    match if substring(option vendor-class-identifier, 0, 9) = "PXEClient";    
    next-server <server-ip>; 
    filename "linux-install/pxelinux.0"; }
其中 next-server <server-ip > 应该替换为 tftp 服务器的 IP 地址。