Redboot Issues
Posted: Wed Sep 28, 2011 11:56 pm
I have an MR3201A router which normally I upgrade easily with FONFLASH. Well for whatever reason this not working for me today so after several hours of frustration I am delving into the world of RedBoot.
The good news is that I can telnet into the router on port 9000 and get the redboot prompt. The router comes up on 192.168.0.1 and my XP machine is 192.168.0.2. I did a "fis init" which seems to work OK. But loading images on this thing seems to be an issue. To check network connectivity I tried the 'PING -v -h 192.168.0.2' and I am not getting any responses. Using wireshark I can see that no ICMP requests are coming out of the router. If I ping from my XP machine I get valid responses.
So now I am confused. How can telnet be working over ethernet but the ping command not work? Is there some configuration somewhere that I need to set.
Output from 'fconfig'
I am afraid I have no experience with Redboot and hope someone can help me.
The good news is that I can telnet into the router on port 9000 and get the redboot prompt. The router comes up on 192.168.0.1 and my XP machine is 192.168.0.2. I did a "fis init" which seems to work OK. But loading images on this thing seems to be an issue. To check network connectivity I tried the 'PING -v -h 192.168.0.2' and I am not getting any responses. Using wireshark I can see that no ICMP requests are coming out of the router. If I ping from my XP machine I get valid responses.
So now I am confused. How can telnet be working over ethernet but the ping command not work? Is there some configuration somewhere that I need to set.
Output from 'fconfig'
Code: Select all
RedBoot> fconfig -l
Run script at boot: true
Boot script:
Boot script timeout (1000ms resolution): 3
Use BOOTP for network configuration: false
Gateway IP address: 192.168.0.2
Local IP address: 192.168.0.1
Local IP address mask: 255.255.255.0
Default server IP address: 192.168.0.2
Console baud rate: 9600
GDB connection port: 9000
Force console for special debug messages: false
Network debug at boot time: false
RedBoot>