How do you update Netgear RT314 Bios using FTP?

Doggiedog

Lifer
Aug 17, 2000
12,780
5
81
I believe there is a newer bios for my Netgear router but I have absolutely no idea how to flash the bios.

I tried using the FTP software in Win2K but have absolutely no idea how to use it. Netgear's website provide no help.
 

dirtboy

Diamond Member
Oct 9, 1999
6,745
1
81
I did this a couple months ago, now if only I could remember how! I do recall using Win98's ftp program, which I believe is very similar to that in Win2k. All I did was follow the instructions on Netgear's site.

I can't get to Netgear's site right now...although if you have specific questions, I'd be happy to help.
 

Doggiedog

Lifer
Aug 17, 2000
12,780
5
81
All Netgear's site tells you is to convert the file to RAS then FTP it to the router.

I have no idea what that means. I tried to run FTP and it looks like DOS which I understand but I can't it to run.
 

Engineer

Elite Member
Oct 9, 1999
39,230
701
126
RT314 guide...

It's not telling you to convert the file to a ras, it's telling you to send the firmware code via FTP to the router and have the router save the file as "ras".

i.e.

If the firmware file is named: 320ca1b3.bin

Then this is how you would upgrade (Bold = things you type):

Go to the directory where you unzipped the firmware files...(C:\rt314\software\ in the example below:



<<
C:\rt314\software>ftp 192.168.0.1
Connected to 192.168.0.1.
220 RT314 FTP version 1.0 ready at Sat Jan 1 00:01:45 2000
User (192.168.0.1: (none)):root
331 Enter PASS command
Password:1234 <--Substitute your real password here
230 Logged in
ftp>bin
200 Type I OK
ftp>put 320ca1b3.bin ras <-- This will store the 320ca1b3.bin file to the router as &quot;ras&quot;
200 Port command okay
150 Opening data connection for STOR ras
226 File received OK
ftp: 780052 bytes sent in 3.35Seconds 232.85Kbytes/sec.
ftp> bye
C:\rt314\software>
>>



After typing bye...The router will flash the &quot;test&quot; LED a few times and reset itself...

If you have an older firmware then 2.5, you'll also have to use the FTP and send an image (.ROM file) of the settings to the router. The ROM file is included in the fireware zip file.

Good Luck!

:D