Greetings,
I want to ask you about a problem we faced it after adding a new worker to
our VCL data base.
After we add the machine we tryed to generate data to add the machine's
information to the dhcpd.config file,the generated data was:
Data to be added to dhcpd.conf:
host worker2 {
option host-name "worker2";
hardware ethernet 64:70:02:11:94:E6;
fixed-address 192.168.1.20;
filename "/tftpboot/pxelinux.0";
option dhcp-server-identifier 192.168.1.10;
next-server 192.168.1.10;
}
The file name was missing linux-install directory.
after searching this problem,we have found that the file host name must be
filename "/tftpboot/linux-install/pxelinux.0";
So why the file host name does not generated correctly given that we are
using using VCL 2.3.???
best regards
Alanoud Aljboor.