15.2. DHCP ¼­¹ö ¼³Á¤

¸¸ÀÏ DHCP ¼­¹ö°¡ ³×Æ®¿öÅ© »ó¿¡ ÀÌ¹Ì Á¸ÀçÇÏÁö ¾Ê´Â´Ù¸é, DHCP ¼­¹ö¸¦ ¼³Á¤ÇϽñ⠹ٶø´Ï´Ù. ÀÚ¼¼ÇÑ Á¤º¸´Â 25 ÀåÀ» ÂüÁ¶ÇϽʽÿÀ. ½Ã½ºÅÛ¿¡¼­ 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 ¿É¼Ç ´ÙÀ½¿¡ ³ª¿Â IP ÁÖ¼Ò´Â tftp ¼­¹öÀÇ IP ÁÖ¼ÒÀ̾î¾ß ÇÕ´Ï´Ù.