[syslinux] TFTP-HPA beginner needs help

Geert Stappers stappers at stappers.nl
Mon Sep 7 14:25:10 PDT 2015


On Mon, Sep 07, 2015 at 10:33:11PM +0200, Geert Stappers wrote:
> On Mon, Sep 07, 2015 at 07:46:14AM -0500, John via Syslinux wrote:
> > At 05:13 AM 9/6/2015, Geert Stappers via Syslinux wrote:
> > >
> > >Your Ubuntu PC, the computer at 192.168.1.9, can you connect to it from the
> > >notyetOpenWRT device?  These three tests will tell us more
> > 
> > I don't know how to try this.
> > 
> 
> I'll write another e-mail.

Here it is ...

Get a second Linux computer (invite a friend or visit one)

Give the second linux computer the address 192.168.1.6
Stay on that computer, open a terminal, a command line shell


    ping -c 3  192.168.1.9
    # all three might time-out, report if they do
    telnet 192.168.1.9  23  # a connection refused is expected
    telnet 192.168.1.9  22  # a SSH-banner expected, just press enter
    telnet 192.168.1.9  80  # nothing, just a connect, press enter twice


> > All could not resolve 192.168.1.9:x /telnet: name or service not known

Don't add :


> > >These basic network test might also reveal if we are dealing with a firewall
> > >on the TFTP port.
> > 
> > Works the same after
> > 
> > 
> > sudo ufw disable
> > 
> > 
> > Something happened and the flash drive would no longer boot.  It was
> > reformatted
> > and a new image was installed and updated.  This time it made the
> >  /tftpboot directory in my home directory.

And you created 'aa' in that directory?
And you did put 'aa' in that directory?


> > It still times out getting file aa.
> > 

Install on 192.168.1.6  a TFTP-client tool.

    tftp 192.168.1.9
    get aa
    quit


Check the logging at 192.168.1.9


Groeten
Geert Stappers
-- 
Leven en laten leven


More information about the Syslinux mailing list