your Network Interface Card(NIC) is apparently not configured
Right-click My Computer->properties and click the hardward tab and then the
Device Manager
Find the Network Adaptors and expand the list
If there's a red X, the device is disabled and you just ENABLE it
if there's any yellow, then there's a driver problem; look for an update
Close the windows
Network Places->View Network Connections
right click on the Local Area Connection and go to Properties
Under This Connection uses ...
slide down to Internet Protocol(TCP/IP) and select
click Properties
click Obtain IP address and DNS server automatically
click ok twice
with the router connected to the computer
run->cmd /k ipconfig /release
when that completes
enter ipconfig /renew
(this may take a few seconds)
now you should have a config from the router and you can see it using
ipconfig /all
Code:
Windows IP Configuration
Host Name . . . . . . . . . . . . : LTBEARD
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : xxxx.rr.com
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : xxx.rr.com
Description . . . . . . . . . . . : Realtek RTL8139/810x Family Fast Ethernet NIC
Physical Address. . . . . . . . . : 00-xx-yy-zz-aa-bb
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.4
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 66.75.164.90
66.75.164.89
Lease Obtained. . . . . . . . . . : Thursday, March 29, 2007 7:30:02 AM
Lease Expires . . . . . . . . . . : Monday, January 18, 2038 8:14:07 PM
C:\Documents and Settings\Jeff>
Once you have something like this, you should be able to try
nslookup www.google.com
and get back some ip-address, but not a timeout
NOW your browser should be able to access the router as documented