Dear IT Folks
Problem:
I have DSL access via Verizon and use a LinkSys Router to give internet access to 5 machines in my network.
My NT Server works just fine and I have access to
and my ATT.com billing access. However, my Win2k systems would time out and diplay the
"Page cannot be accessed" error message. However, some other HTTPS sites gave me full access within seconds.
Resolution:
I changed the
MTU (Maximum Transmission Unit) setting on the LinkSys Firewall from default to
1300 and that fixed all my problems.
Analysis:
After 2 weeks of intensive research I believe I came to a proper resolution.
Every node on the internet (Routers, firewalls, switches) have a certain packet size allowance.
The size of data that transfers through the internet depends on the following:
1. It comprises of the way the programming code have been written for the website by differnet developers.
2. It depends on the kind of webservers that are hosting the website you're trying to access. What is their defauly ACK and N-ACK settings.
3. It depends on the length of the strings that are passed in the packets.
4. It depends on the capacity of the internet routers/firewalls which give passage to the data.
5. Finally it depends on the encryption overhead that each packet has to endure based on the SSL that is being used.
Bottom line is that to fix the timing out of "HTTPS" sites will depend on you to set the size of your
MTU transmission to 1300 (or by hit or miss to a workable number).
Thanks
Shawn B.