I am using freesco 0.4.4 as static dhcp server. Its a virtual machine without hdd on my esx server.
Sometimes I want a client to do pxeboot from another server. So I edit "/mnt/bootdev/router/etc/dhcp.cfg" and reboot the freesco server.
After that my client can do a pxeboot and still get his static ip.
for example:
- Code: Select all
host HW12345 {
fixed-address 10.12.11.5;
hardware ethernet 00:0f:fe:0e:f7:5e;
next-server 10.12.12.87;
filename "pxeboot.com";
}
Now my question is, how can I configure the freesco server to allow this pxeboot for all connecting clients?
regards AntiC