Name of Boot File
-
I’m setting up our switch to respond to pxe requests and I need to specify a bootfile name- when I created the Fog Server I don’t recall specifying it. How would I find the name of the FOG server?
dhcp-server pool “vlan888”
bootfile-name “bootfile.bin”
default-router “10.18.88.1”
dns-server “10.10.250.10”
domain-name “cpp.dns”
network 10.18.88.0 255.255.255.0
range 10.18.88.10 10.18.88.250
tftp-server server-ip 10.10.10.10
exit
dhcp-server enable -
For bios based computers you would use
undionly.kpxe
as the default bootloader. For uefi based systems the boot file isipxe.efi
. The next server or boot server value should be the IP address of your fog server.