Cisco 851 Help

eXSBass said:
For tftp access though, wouldn't he not need a tftp server?

Type "reload" at the router prompt and then type "show running-config" and tell us if it goes back to the reverted settings.

not going to work if it's only booting to rommon> prompt...
 
tftp program really just need installing and putting the file in their shared dir. shouldnt have any authentication on it
 
img said:
tftp program really just need installing and putting the file in their shared dir. shouldnt have any authentication on it

indeed it doesn't even support authentication, making sure the firewall is off is the only obvious thing that occurs to me
 
sorry guys, but i just can't get my head around this tftp hosting thing. :confused:

about the firewall, i think the router firewall is still blocking a little as opposed to completely stealthing ports, should i connect my modem directly to the computer and just have the console cable hooked upto the router? im going through the router still atm.
 
or indeed boot will do the job if there's an image there, but if you ended up there with out doing control-break then it's not much help...
 
im trying, but im stuck at the tftp_file stage, it thinks im trying to enter a command and complains. yes im very :confused: about what im doing.
 
Ok, I've just done this on a 2610, make sure you boot it cleanly and enter these in this order and before anything else

--

monitor: command "boot" aborted due to user interrupt
rommon 1 > IP_ADDRESS=10.0.0.1
rommon 2 > IP_SUBNET_MASK=255.0.0.0
rommon 3 > DEFAULT_GATEWAY=10.0.0.254
rommon 4 > TFTP_SERVER=10.0.0.2
rommon 5 > TFTP_FILE=TEST.BIN
rommon 6 > TFTPDNLD

monitor: command "TFTPDNLD" not found
rommon 7 > tftpdnld

IP_ADDRESS: 10.0.0.1
IP_SUBNET_MASK: 255.0.0.0
DEFAULT_GATEWAY: 10.0.0.254
TFTP_SERVER: 10.0.0.2
TFTP_FILE: TEST.BIN

Invoke this command for disaster recovery only.
WARNING: all existing data in all partitions on flash will be lost!
Do you wish to continue? y/n: [n]: y
 
Last edited:
illegal ip address again... are those the exact settings i should've used or just examples? the only one i changed was file name.

maybe i am using tftpd wrongly?
 
no, those are examples, you'll need to put in your own, i don't know, as you can see it worked for me, though i had to do a clean boot before it would.

it's not the tftp server, it's the router complaining about the IP you've tried to assign in.

puzzleing...
 
Back
Top Bottom