У меня есть сервер под управлением EXSI 6.5 с 2 виртуальными машинами, одной из которых является TLS-сервер Ubuntu 18.04.1 с настроенным проектом FOG.
Мой DHCP-сервер и Asus Router RT-AC68U.
DNSMASQ настроен следующим образом:
# Don't function as a DNS server:
port=0
# Log lots of extra information about DHCP transactions.
log-dhcp
# Set the root directory for files available via FTP.
tftp-root=/tftpboot
# Disable re-use of the DHCP servername and filename fields as extra
# option space. That's to avoid confusing some old or broken DHCP clients.
dhcp-no-override
# The boot filename, Server name, Server Ip Address
dhcp-boot=undionly.kpxe,,192.168.1.120
# PXE menu. The first part is the text displayed to the user. The second is the timeout, in seconds.
pxe-prompt="Booting FOG Client", 10
dhcp-range=192.168.1.120,proxy
Даже если все это установлено и настроено, я все равно получаю PXE-E53: Не получено имя файла загрузки. ОШИБКА на клиентах.
Чтоя могу сделать, чтобы решить это?