Re: Computer problem! Help!!
I've seen this sort of thing with a couple of the computers that I work with.
There seem to be a couple of causes of this, from the wireless/nic card not starting back up (power saving settings set to 'turn power off' card) to bad dns/ip.
It sounds to me that you *can* get to the internet if the firewall is shut down. In that case, I'd focus on the firewall.
Try the following:
Make sure that windows firewall is off if you have another firewall.
Turn on the 'all lock' in the firewall then turn it off again (enable all traffic). Then try to get on the internet.
Next, make sure your router/gateway is trusted by the firewall. In zone alarm, you set the zone (local) to a dns range. Make sure your home network is in this zone... After confirming, try to get on the internet.
Now, if you have "aquire IP address automatically" (DHCP)set, try the following:
From a command prompt - do a "ipconfig /flushdns" an "ipconfig /release" and an "ipconfig /renew". This will flush your DNS (domain name service), release your ip address, then renew your ip address.
If the ip address renew fails, you are probably (firewall) blocking ICM / DHCP / commands from your gateway or router. This is a good indication that your zones are set wrong, but it could be that you disabled those in the firewall (and hadn't reconnected since then).
If you have a "hardcoded" IP address, make sure that it's in your trusted/home zone.
If you are still having problems getting on the net, try the 'ping' command. From a command prompt, do something like "ping www.yahoo.com". If that fails "ping 69.147.76.15" (this is the IP address that I have for yahoo). If both fail, try to ping your router - use the "ipconfig" command to list your ip settings, the "Default Gateway" numbers - if not zeros - would be your router's 'internal' address so use those.
If all the pings fail, then you are not communicating even to your router. Turn off the firewall and try - if the ping suceed then we've just confirmed what we know. It's the firewall on your PC blocking outgoing traffic. Time to examine, in detail, the settings of the firewall. If this is the case, post back with which firewall you are using and we'll focus on it specifically.
If the ping to
www.yahoo.com fails, but the ping to it's ip address suceeds - then you have a DNS issue. This could be the firewall blocking DNS type requests, or it could be something in your hosts files, etc. I'd run "hijack this" and post a log to their forums.
If the ping to
www.yahoo.com suceeds, then I'm not sure. I've seen that before - I suspect that something is blocking port 80, but haven't found out how to fix that. Usually I reboot everything in the system - computer, router, modem - and it clears up.