Cisco 827 Setup Via Web Based Interface
***Official Disclaimer***
Neither I nor Alltel/Your ISP/Anyone else will be held accountable for what you or anyone else does inside your router or on your computer or any software you download and/or install. If you change/remove/corrupt something up on your computer or router or equipment and someone has to fix it or replace it for you and charge you money/services/beer for fixing it then it's your responsibility not mine nor is it Alltel's or your ISP's or anyone else's. I give you the information that I have learned/found/acquired. What you do with it is up to you. Do not email me with questions or complaints about why your router/computer/equipment/etc. doesn't work. I cannot guarantee that this config or these settings or information on this site will work for everyone. I can't test all solutions possible because I don't know them all and there are not enough hours in the day/week/month/year for me to test every combination possible. I have tested/used these configurations/software and they work for me. I am just letting my findings be open to help others in times of need at no cost. If you do not understand these instructions/configurations/software or are afraid that you will mess up the computer/router/equipment/software then you will want to contact a computer/network technician to help fix/configure/build what you need done.
Cisco 827 Rotuers sent out by Alltel *MAY include a generic config which will allow you to access the router's web interface. I don't know about routers people get from other ISP's. My walkthru here will show you how to setup your Cisco 827 router for PPPoE and dynamic IP addresses.
* MAY means, it might have it or it might not, it's not a guarantee.
Click on images for full sized view.
First thing you want to do is setup your computer's TCP/IP settings to obtain IP address automatically and don't have any entries in the gateway settings. Now with the 827 powered up and the phone line, ethernet cable plugged into the 827, plug the other end of the ethernet cable into your computer. Once you have all cables plugged in correctly, reboot the computer. What the computer will do is get an IP address from the 827. In most cases your computer should get the IP address of 10.10.10.2. Now to use the web interface you will have to use either Internet Explorer or Netscape version 4.7 or 4.78. (Newer versions of Netscape and Mozilla don't seem to work for some reason.) Once the computer has rebooted back into Windows, launch your browser and go to http://10.10.10.1 you should then see a screen like the one below. If that doesn't work for you then you will have to do the command line setup of your router thru a serial interface.
The first screen will ask you for what language you want to view the web page in. We will be using english because I'm not writing this tutorial in anything else. :) Click on the continue button.
Next page you get to watch an animated gif while the webpage initializes the router setup.
Now the initialization begins.
Now we are finally into the router configuration splash screen.
On the left side click on the link for Quick Setup.
Once in the quick setup fill in your userid, password, VPI and VCI. (For Alltel customers VPI should be 0 and VCI should be 35, Your ISP may have different settings so contact them if you have any doubts.) Also make sure the "Test my connection to the internet" option is checked. Then click on the NEXT button.
Now the webpage will configure your router's settings.
Once the configuration window has gone the webpage will ask you to configure the enable password for the router. Hit YES on here.
On the enable password screen you wil be asked to change the router name. I would just leave it at Router, then put in what you would like to have for an enable password. I would suggest using your account password to keep things simple. Once you have entered they password and confirmed it click on the NEXT button.
Once again the router does a configuration window. After this the router will run thru a connection test. If this succeeds then you are done. If you still can't get online you may have to reboot the computer, or enter DNS entries into your TCP/IP settings or both.
There are two areas of concern that I have with this config
First, DHCP lease time is set to 2 hours, second there are no DNS servers in the DHCP config. What does this mean?
2 hour DHCP lease time means that after you have been online for 2 hours, you will not be able to connect onto any more sites until you either reboot the computer or release and renew your ip address.

No DNS servers in the DHCP means that you will not be able to go to webpages because your computer has not been told what the DNS servers are. (DNS servers translate names like www.alltel.net into their numeric dotted quad notation. 166.102.165.210).
Here are the steps to fix this problem. First get into your router into enable mode. Once in the router type the following commands.

config t
ip dhcp pool CLIENT
lease infinite
dns-server 166.102.165.13 166.102.165.11
end
copy run start


Once this is done the lease time is now set infinite and your computer(s) will now have DNS servers. To make this active on the computer either release and renew the IP address or reboot the computer.
Cisco 827 Setup Via Web Based Interface