Disable the firewall and make sure it doesn't start during reboot, now reboot your machine and see what happens.
I'm not an expert or anything at analyzing packets, but what you're showing me is a TCP three-way handshake gone wrong.
From the second and third packet: The second packet which is the server respond with it's sequence and maximum segment size to your computer, then the third is the same thing, but look at the time between the second and the third. That mean there was a delay and the web server initiated a second transmission because it didn't get an acknowledgment from your computer. Then the fourth, that's your computer trying to respond to the web server that it didn't receive an respond and to redo the handshake again. If you can't communicate with the web server, it's going to be like that forever. This sounds a lot like a firewall problem.
I'm not that good at analyzing packets yet, but that's just something I believe is going on. |