DHCP provides PXE, at least under RedHat Enterprise and bretheren.

My dhcpd.conf:

default-lease-time -1;
ddns-update-style               none;
option nis-domain               "NA";
option time-offset              -5;
option option-140 code 140 = text;
option option-141 code 141 = unsigned integer 32;
option option-142 code 142 = string;
option option-144 code 144 = string;
filename "pxelinux.bin";   # i386

(then subnet information)

HTH,
Dan W.

On Tue, Jun 13, 2006 at 08:36:34AM +0300, Amir Saad wrote:
> Thanks for your reply, just I want to ask why the DHCP is used as image 
> server? do I have to edit the dhcpd.conf? I added two lines to the 
> pxelinux.cfg/default to specify the image server and the image name but it 
> didn't work too, the client still tries to use the DHCP as the image server.


_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to