...Only one is having the problem; the other 2 connect without issue....
This would seem to rule out the ISP blocking anything (assuming that all 3 computers use the same ISP).
The following info is mostly directed at those helping you:
The Firefox/ZenMate work around is interesting, but I don't think that it tells us anything about the local ISP - given that other computers are not blocked by the ISP.
DNS:
I could be wrong about this, but my various monitoring tools have led me to think that browsers have their own DNS cache. Once a browser knows the relationship between a text based web address and its IP address, it keeps/reuses that info until the browser exits RAM. (e.g. with the Windows
DNS Client service disabled, browsers show up in Process Monitor and Wireshark making their own DNS requests. I don't see any further name resolution traffic when visiting the same website twice in one browsing session.) Given that, it seems odd to me that IE connects and then fails.
With the Windows
DNS Client service enabled and running, IE (or any other app) would ask that service to resolve domain names (turn a text based web address into an IP address). If the Windows
DNS Client service does not have that info, it requests it for the ISP's DNS servers. [Or from whatever DNS servers are configured for the network adapter in use.] The Windows
DNS Client service keeps/caches this info so that subsequent requests to resolve the same domain name (text based web address) will not require another inquiry to the ISP's DNS servers. The fact that IE connects once, but fails after that should have nothing to do with the ISP.
As far as I can tell, the Windows
DNS Client keeps its cache of resolved domain names in RAM. I have yet to find a source to back up that assertion. Empirical data suggests that stopping the service will flush the DNS cache. There should be no need to flush the cache via ipconfig if the service was stopped. However, browsers should be closed and Task Manager consulted to ensure that the browser did indeed exit RAM.
All of the above info could be flawed. I am open to correction/education on the points made.
There are already enough cooks in this kitchen, so I'll not ask the OP to do anything - yet
