
analysis
(usa Outra)
Enviado em 22/08/2017 - 19:35h
Boa noite pessoal,
Estou montando um servidor ltsp com ubuntu desktop 16.04, minha configuração é a seguinte:
# Default LTSP dhcpd.conf config file.
#
authoritative;
subnet 10.0.0.0 netmask 255.255.255.0 {
range 10.0.0.20 10.0.0.250;
option domain-name "srvlabtec.local";
option domain-name-servers 10.0.0.1;
option broadcast-address 10.0.0.255;
option routers 10.0.0.1;
next-server 10.0.0.1;
# get-lease-hostnames true;
option subnet-mask 255.255.255.0;
option root-path "/opt/ltsp/i386";
if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
filename "/ltsp/i386/pxelinux.0";
} else {
filename "/ltsp/i386/nbi.img";
}
}
==========================================================================
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto enp3s0
iface enp3s0 inet dhcp
auto enp1s0
iface enp1s0 inet static
address 10.0.0.1
netmask 255.255.255.0
====================================
o problema é que quando coloco uma máquina pra da boot na rede, para nesse erro
PXE-E32: TFTP open timeout
PXE-M0F: Existing PXE ROM.
O que pode estar errado?