I try to set up pxelinux, but the connection is refused.
Contacting and getting an IP address works properly.
Then the screen announces TFPT and after a second or so it announces
PXE-... access violation
dhcp.cfg looks like this
- Code: Select all
host HvdW {
fixed-address 10.0.0.32;
hardware ethernet 00:01:6c:e5:5b:64;
option root-path "10.0.0.30:/tftpboot/";
filename "/pxelinux.0";
allow bootp;
}
It seems the slash after tftpboot is of no importance
Omitting the slash before pxelinux.0 produces a dhcp configuration warning when starting up Freesco

