Question : How to restore factory defaults on Cisco 1811 router

I've been configuring a Cisco 1811 router and I'm pretty sure I messed it up, so I went to restore the factory defaults. I followed this set of instructions (fronm Cisco's site):

Method 1

This method uses the config-register 0x2102 command in global configuration mode.

   1.

      Check the configuration register on the router by issuing the show version command.

      The configuration register setting is displayed in the last line of the show version command output and should be set to 0x2102. If this is not the case, enter the config-register 0x2102 command once in global configuration mode.

          router#configure terminal
          router(config)#config-register 0x2102
          router(config)#end
          router#

      If the show version command is issued again, the same line in the command output will have '(will be 0x2102 at next reload)' appended to the current register setting.
   2.

      Erase the current start-up configuration on the router with the write erase command.
   3.

      Reload the router with the reload command. When prompted to save the configuration, DO NOT save.

          router#reload
          System configuration has been modified. Save? [yes/no]: n
          Proceed with reload? [confirm]

      Once the router reloads, the System Configuration Dialog appears.

                   --- System Configuration Dialog ---
          Would you like to enter the initial configuration dialog? [yes/no]:

      The router is now reset to the original factory defaults.

I got to the line that said " Would you like to enter the initial configuration dialog? [yes/no]:" and I quit otu of the hyperteminal as I wanted to do the configuration via the web interface (as I don't really understand the command line yet). The problem is the router isn't giving any ip addresses. I tried the default address (10.10.10.1) but that didn't work. If I do an ipconfig on the computer attached to the router it gets an invalid ip address (169.245.128.180) even though the computer is plugged into the router via cat 5 cable.. My question is how can I reset the router so that I can access the web portal (10.10.10.1)?

Answer : How to restore factory defaults on Cisco 1811 router

Do this, for now:
interface vlan1
 ip address 192.168.0.24 255.255.255.0
 no shut
interface f9
 no shut

Plug you computer into port 9 with a straight-through cable and it should work fine. You will of course have to give your PC an IP address in the same range.

The VLAN interface is a virtual interface tied to the LAN ports on the router. Before doing the above, you could also try this, but I don't know if it will work on that router:

interface f9
 switchport
  ip address 192.168.0.24 255.255.255.0
  no shut
Random Solutions  
 
programming4us programming4us