A while ago I had a problem with EA's websites. I suddenly couldn't access their support, UO Game Codes, in fact I couldn't access anything on EA except the main page. It turned out that the problem was a Windows 7 network setting I had tweaked (this would also apply to Win 2008 and Vista).
How to check if you have this issue:
- Open up a command prompt as administrator (Google if you don't know how to do this)
- Enter the following, "netsh int tcp show global" (without the quotes)
You should see a list of network settings. One may read as follows, "ECN Capability : disabled". If that reads as "enabled" instead of "disabled" you will have the problem I described.
To turn it off enter the following into the command prompt window, "netsh int tcp set global ecncapability=disabled".
Now this is disabled by default, but if you happen to be a tweaker you may have, as I did, read that enabling this was a good thing, or maybe you have a tweaker in the family...
How to check if you have this issue:
- Open up a command prompt as administrator (Google if you don't know how to do this)
- Enter the following, "netsh int tcp show global" (without the quotes)
You should see a list of network settings. One may read as follows, "ECN Capability : disabled". If that reads as "enabled" instead of "disabled" you will have the problem I described.
To turn it off enter the following into the command prompt window, "netsh int tcp set global ecncapability=disabled".
Now this is disabled by default, but if you happen to be a tweaker you may have, as I did, read that enabling this was a good thing, or maybe you have a tweaker in the family...