¸¸ÀÏ 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 ÁÖ¼ÒÀ̾î¾ß ÇÕ´Ï´Ù.