LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-03-2014, 01:35 AM   #1
mahmoodn
Member
 
Registered: May 2010
Posts: 427

Rep: Reputation: 16
TFTP server doesn't respond


When a clients tries to boot via network (with PXE protocol), it fails with this message

PXE-E11: ARP timeout
PXE-E11: ARP timeout
PXE-E38: TFTP cannot open connection

dhcpd shows that it assigns an IP adddress to the client
Code:
DHCPDISCOVER from 08:00:27:69:73:7a via eth1
DHCPOFFER on 10.0.2.5 to 08:00:27:69:73:7a via eth1
DHCPREQUEST for 10.0.2.5 (10.0.2.1) from 08:00:27:69:73:7a via eth1
DHCPACK on 10.0.2.5 to 08:00:27:69:73:7a via eth1
However xined verbose messages shows nothing. Infact, I ran xinetd -d and online transactions will be appear in the terminal, however at the time that client prints the arp timeouts, I don't see any message in the xinedt log.

dhcpd.conf conatains

Code:
subnet 10.0.2.0 netmask 255.255.255.240 {
  range 10.0.2.2 10.0.2.10;
  allow booting;
  allow bootp;
  next-server 10.0.2.3;
  filename "pxelinux.0";
}
and xinetd.conf contains
Code:
service tftp
{
    socket_type     = dgram
    protocol        = udp
    wait            = yes
    user            = root
    server          = /usr/sbin/in.tftpd
    server_args     = -s /var/lib/tftpboot
    disable         = no
    per_source      = 11
    cps         = 100 2
    flags           = IPv4
}
I suspect that firewall blocks the incoming connections because xinetd doesn't print any message. How can I check that firewall is actually blocking or not?
 
Old 08-03-2014, 10:58 AM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Tftp is like ftp in that you can test with command line locally and then remotely.


"PXE-E38" error indicates that the PXE client was not able to send the TFTP open packet in the first place." https://www.bootix.com/support/probl...onnection.html
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RPC (server doesn't respond) n.a.s Programming 0 05-14-2014 06:44 PM
Server doesn't respond after a certain time piquezino Linux - Server 7 11-06-2013 09:44 AM
Notification if server doesn't respond to pings anon091 Linux - Server 4 06-15-2012 11:57 AM
after re-create tftp dir, tftp doesn't work anymore lastguy Linux - Networking 2 11-16-2007 03:33 PM
vsftp server doesn't respond to NLST y2kram Linux - Networking 1 06-27-2007 01:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 01:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration