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 & lt;server-ip >를 tftp 서버의 IP 주소로 교체해야 합니다.