Occasionally unable to connect to single web page

5

Occasionally, one of my users will be unable to connect to our web-based email (simple timeout, page cannot be displayed, errors). The problem persists for days (and between reboots) then eventually resolves itself, only to reoccur some time later. I checked all the basics, then broke down and took a packet capture.

It looks like the mail server simply does not respond.

Packets go out, and after a while, a reset would come in. The user was initially behind double NAT. After removing the second router, the resets disappeared, leading me to believe something in the middle was sending resets. Now I see Bad CheckSum errors on the requests sent from the browser. I disabled TCP checksum offloading, which changed nothing. Most other packets do not show a Bad CheckSum error. All of the packets headed towards our server do show the error.

The site works on other computers on the network. If I switch to a mobile hotspot, the site works. If I load the site in web-based proxy, it works (probably irrelevant). Switching to WiFi on the same connection (to eliminate driver issues) does not work. I checked the firewall and logs server-side; everything seems normal.

What can I do to troubleshoot this issue?

Sorry for the bad title. If you think of something clearer, feel free to edit.

Tanner Faulkner

Posted 2013-10-03T23:11:24.807

Reputation: 11 948

1I know you mentioned switching to Wi-Fi, but have you tried assigning a new IP address? This is very odd. – None – 2013-10-04T21:48:11.700

I assigned a new IP address when I moved the machine away from the nasty double-NAT setup. I did, however, keep the same router in play. Rebooting the router didn't help, and I don't think it has to do with the router. – Tanner Faulkner – 2013-10-04T22:18:02.233

Try a different router then. How old is it? I'd suggest checking the switch as well, but you already tried with Wi-Fi. – None – 2013-10-04T22:33:28.883

2it almost sounds like a routing or MTU issue. But have you tried booting a Linux live-cd to eliminate the local OS during the 'outage'? – R Hughes – 2013-10-05T20:17:12.620

Answers

1

Edit the HOSTS file on that machine to specify the IP address and fully qualified domain name of your mail server.

K7AAY

Posted 2013-10-03T23:11:24.807

Reputation: 6 962