Show Table of Contents
为了尽快向用户提供最新的信息,本文档可能会包括由机器自动从英文原文翻译的内容。如需更多信息,请参阅此说明。
31.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"; }
where the next-server <server-ip> should be replaced with the IP address of the
tftp
server.
为了尽快向用户提供最新的信息,本文档可能会包括由机器自动从英文原文翻译的内容。如需更多信息,请参阅此说明。