11-21-2022 07:06 AM
Hello.
I have error:
"502 Bad Gateway"
I do everything in:
tftp -i 192.168.1.1 put RV32X_v1.2.1.13_20150504-code.bin
But I have error:
"Connect request fail"
Please help me
11-21-2022 11:28 PM
- The -i denotes a binary transfer you have to append the destination address at the end of the command.
M.
11-22-2022 10:30 AM
What is the correct command?
It's still "Connect request fail"
tftp -i 192.168.1.1 put RV32X_v1.2.1.13_20150504-code.bin
bad
tftp put RV32X_v1.2.1.13_20150504-code.bin -i 192.168.1.1
bad
11-22-2022 10:58 PM
tftp -i put RV32X_v1.2.1.13_20150504-code.bin 192.168.1.1
- i only denotes binary mode for the transfer.
M.
11-23-2022 07:35 AM
Again not good:
11-23-2022 09:35 AM
- Try : tftp -i localhost put RV32X_v1.2.1.13_20150504-code.bin 192.168.1.1
M.
11-23-2022 10:32 AM
Connect request failed
11-24-2022 12:09 AM
- Resort to this document : https://www.paladin.technology/tech/73-cisco-rv325-firmware-update-via-tftp.html , adapt IP address to current of the RV and or make sure your PC is on the same subnet.
M.
11-24-2022 02:34 AM
Connect request failed.
Again
11-24-2022 09:30 AM
- The procedure will only work if the RV currently used address 192.168.1.1
M.
11-24-2022 09:51 AM
Yes adress of router is 192.168.1.1
11-25-2022 01:08 AM
- Can you ping the RV from the device ( probably your PC ) the upgrade is launched from ?
M.
11-27-2022 09:45 AM
Yes, I can ping 192.168.1.1
11-27-2022 10:21 AM
Hello,
not sure if this has been mentioned, but if (and that's what it looks like) you are using a Windows machine, make sure you allow TFTP through the firewall (see link below, scroll down to the section 'Allow TFTP with a Firewall Configuration Change'...
https://www.ittsystems.com/setup-configure-tftp-on-windows-10/#wbounce-modal
11-27-2022 10:54 AM
Firewall is disabled.
Connect request failed.
Again
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide