31.5. Configurando o Servidor DHCP
Se ainda não houver um servidor DHCP na sua rede, configure um. Consulte o Guia de Implementação do Red Hat Enterprise Linux para detalhes. Certifique-se de que o arquivo de configuração contém o seguinte para que a inicialização PXE seja disponibilizada para sistemas que a suportam:
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.