Bueno he visto otros post en este foro pero lo que me sucede es que hace poco monte un server para clientes ligeros y todo segun un tuto que encontre aqui, excepto por lo de la configuracion de los paquetes squashfs-modules y aufs-modules porque no se porque pero en mi repo no estan pero todo me va bien, bueno casi todo, por que tengo varios clientes que no terminan el bootea por la red, se detienen en algo así
PXE-E32: TFTP open timeout
TFTP . . . .
eso luego de haber recibido toda la cofiguracion del DHCP, ya revise si tenia instalado el cliente tftp y no lo tengo instlado, no se me ocurre que pueda ser, de antemano gracias.
problemas con el tftp en ltsp
Moderador: frank
problemas con el tftp en ltsp
Los jovenes somos el reflejo de la sociedad donde vivimos
Re: problemas con el tftp en ltsp
Esto lo saque de un sitio obtenido Googleando hace un momento, asi que ignoro si soluciona tu problema.
Código: Seleccionar todo
SYMPTOM
When being started, the PXE client comes up with the PXE copyright message and completes the DHCP phase, but then displays:
TFTP....
After a while, the following error message is displayed:
PXE-E32: TFTP open timeout
Depending on the PXE client's system setup boot device list configuration, the PC then either stops or tries to boot from the next boot device in the system setup boot device list.
CAUSE
The "PXE-E32" error indicates that the PXE did not get a reply from the TFTP server when sending a request to download its boot file. Possible causes for this problem are:
1. There is no TFTP server
2. The TFTP server is not running
3. TFTP and DHCP/BOOTP services are running on different machines, but the next-server (066) option was not specified
RESOLUTION
Make sure that a TFTP server is set up and running. When the TFTP service is running on a different machine than the DHCP or BOOTP service, you need to add option 066 (next-server) to the DHCP/BOOTP server configuration, and set this option's value to the IP address or "resolvable hostname" of the TFTP server. When option 066 (next-server) is not defined, the PXE client assumes that the TFTP service is running on the same machine from which it received its DHCP/BOOTP configuration information.
Lo único que necesita el mal para triunfar es que los hombres buenos no hagan nada.
- Edmund Burke
- Edmund Burke
Re: problemas con el tftp en ltsp
@masquer: me pasó el mismo problema, chequea que en tu servidor tftp esté funcionando:
y verifica que no estes usando el cliente y el servidor del tftp en la misma máquina, a mí me dio conflicto.
tftp-hpa - HPA's tftp client
tftpd-hpa - HPA's tftp server
Código: Seleccionar todo
#ps -A | grep tftp
tftp-hpa - HPA's tftp client
tftpd-hpa - HPA's tftp server
Linux Registered User #530387
Fedora 24 User.
Plasma 5 User.
Fedora 24 User.
Plasma 5 User.
Re: problemas con el tftp en ltsp
gracias amigo ya solucioné el problema todo parece indicar que el mismo estaba en la configuracion de la mascara de red pues las maquinas con las ip que quedaban fuera de netmask eran las que daban el palo asi que cree una interfaz virtual y todo bien gracias de todas formas, asi tambien he adquirido conocimientos......problema resuelto.
Los jovenes somos el reflejo de la sociedad donde vivimos