Is it possible that you simply have a DNS problem? The conditions you desrcibe are exactly what would happen if your system couldn't contact a DNS server in the process of resolving URLs to their IP addresses.
Try this:
- Open a DOS box
- Type:
ping 64.233.167.99
and then:
ping www.google.com
If the first works, but the second doesn't (both pings should reach Google), check the DNS server IP entries in your TCP/IP properties and make sure the IPs are present and correct.
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370
If your computer connects directly to your cable modem, it's most likely that you're supposed to be getting all of your IP info from your service provider automatically via the DHCP protocol.
Open your Network Connections, right-click on the Local Area Connection, and choose Properties from the resulting menu.
In the General tab of the Properties window, double-click on the "Internet Protocol (TCP/IP)" entry. Check the "obtain...automatically" options for both the IP and DNS settings.
Click OK in the Properties window and again in the Network Connections window.
Open your Internet Options control panel. Go to the Connections tab and click the "LAN Settings..." button; make sure the "automatically detect settings option there is checked.
Reboot just to make sure your changes take effect.
Once the computer reboots, you can see if it picked up its IP info automatically by opening a DOS box (MS-DOS Prompt) and typing the following command:
ipconfig /all
That should show DHCP to enabled, and should list your IP address, subnet mask, gateway IP, and DNS server addresses.
If the above doesn't work, post the info that the ipconfig command did report.
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370
dlh6213
Posting Maven
3,117 posts since Jul 2004
Reputation Points: 63
Solved Threads: 214
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370