LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   tftp timeout while booting . (https://www.linuxquestions.org/questions/linux-newbie-8/tftp-timeout-while-booting-4175439922/)

mohitvad 12-04-2012 02:09 AM

tftp timeout while booting .
 
I am getting time out while installing the machine with tftp.
The dhcp server is different than TFTP server. I've set parameters in the dhcpd.conf

next-server $IP address;
filename "pxelinux.0";


Error on client side while booting
PXE-E32 TFTP open Timeout.

No tftp service found running on the machine.
# netstat -ntulp | grep -i tftp


Thanks,

RaviTezu 12-04-2012 03:09 AM

check whether you can reach tftp server from another machine(which should be in same sub network) or not..

& check whether the service xinetd is runiing or not


Quote:

root@machine:# netstat -atulp |grep -i tftp
udp 0 0 *:tftp *:* 2807/xinetd


All times are GMT -5. The time now is 05:42 AM.