NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
AllForPun
Jun 23, 2020Aspirant
R6400V2 failed firmware
Ok all, I was recently (today) upgrading my frimware for the R6400v2 through the router's web portal. While uploading the firmware, it failed. No idea why it failed, but it did. Suddenly, I l...
- Jun 24, 2020
> [...] what appears to be a cycle [...]
In some cases, the router can get into a (failing) boot loop, which
might mean that if it's ever receptive to a TFTP load, then you might
need to catch it at the right time. Some experimentation may be needed.> [...] (see attached).
You're running the "tftp" program, and then giving _it_ a command to
run the "tftp" program.> [...] But the "$" int he above is what confuses me.
What was on the line before what you posted? That "$" was supposed
to represent (abbreviated) the prompt from your shell (which, as your
"ping" picture showed, is pretty long, but does end in "$ ").So, the actual command should look like:
<blah-blah-blah> $ tftp 192.168.1.1of which you type only: tftp 192.168.1.1
The "tftp" program uses a "tftp> " prompt, and you type whatever
appears after that in the example.> [...] I'm sorry, I'm a bit novice at this. [...]
I noticed. Just bask in the education. Wheee.
> [...] I already did the /usr/bin/tftp bit to access the tftp.
That was what the "tftp 192.168.1.1" command was for. You could,
instead, do:$ tftp
tftp> connect 192.168.1.1which would be equivalent to (but more work than):
$ tftp 192.168.1.1
The "put fred.img" command assumes that your firmware image file (use
its actual name) is in the shell's current directory. Otherwise, you'd
need to specify an appropriate path to it (like the one (partially)
shown in your Tftpd64 screen shot, but with a Mac/unix syntax instead of
a PC\Windows syntax). For some shell navigation basics, see, for
example:
antinode
Jun 23, 2020Guru
> [...] I followed the guide every step.
Everyone _says_ that. In some cases, it's actually true.
> [...] you mentioned bening able to use the command-line programs with
> my OS. [...]
https://community.netgear.com/t5/x/x/m-p/1533866#M87578
Look for "On a Mac,".
I haven't used the third-party TFTP client programs, so I know
nothing, but your screen shot (including the IP stuff) looks ok to me.
I'd stick with the command-line programs. If nothing else, they
tend to provide better error messages when something goes wrong.
If the router does not cooperate, then I might try playing with the
timing of the "put" operation. I doubt that you can wreck it any more
than it already is.
AllForPun
Jun 23, 2020Aspirant
>I'd stick with the command-line programs. If nothing else, they
>tend to provide better error messages when something goes wrong.
Yes, I'm going the command-line route now. Came back with "Connect request failed"
I just tried to ping the router (everything is static IP) 192.168.1.1 and is came back as "Desitation host unreachable"
Does this essentially mean I'm bricked and need to buy a new one?
The R6400v2 is hooked into power and only connected to my MacbookPro running OS High Sierra via USB to ethernet port.
- antinodeJun 23, 2020Guru
> [...] Came back with "Connect request failed"
> I just tried to ping the router (everything is static IP) 192.168.1.1
> and is came back as "Desitation host unreachable"If the computer's Ethernet IP address is "192.168.1.x" (where
1 < x < 255), then it would seem that your router is not communicating
as expected.> [...] only connected to my MacbookPro running OS High Sierra via USB
> to ethernet port.Have you verified that the Ethernet adapter works? (Connect it to
some other router?) You connected the computer/adapter to a router LAN
Ethernet port?> Does this essentially mean I'm bricked and need to buy a new one?
If you can't get it to respond to anything networkly, then the last
chance might be opening the box and using a serial port connection.
(Yet another adapter required.) A Web search for terms like "Netgear
serial" should find details on that possibility. I've never tried it.
A new(er) router might be a wiser choice in that case.- AllForPunJun 24, 2020Aspirant
Here's the interesting thing. When I cmd ping the router (192.168.1.1), it's looking for replies from the computer IP (192.168.1.10).
See screen shot
Could this by why it's not communicating?
- antinodeJun 24, 2020Guru
> [...] it's looking for replies from the computer IP (192.168.1.10).
I 'd read that not as it looking for replies from "192.168.1.10", but
that the system at "192.168.1.10" is complaining."destination host unreachable" suggests to me a bad IP/routing
configuration somewhere. Did you disable the Wi-Fi interface on this
Windows system, and properly configure its Ethernet interface? Having
both interfaces active (especially on the same subnet) could cause some
confusion.