Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Windows Update again 1

Status
Not open for further replies.

Beer4meok

Technical User
Apr 20, 2001
119
CA

After trying everything else this finaly resolved a problem that I was having with windows update,after I had installed a host file, found in
Lockergnome's bits and bytes.

Blocking ads may also block Windows updates
By Online Staff
September 2, 2003

Microsoft's use of caching servers at Akamai could pose problems for those who have set their Windows system to auto-update and use a hosts file to block advertising or any other web content.

Reader Glen Fergus wrote in that his XP system had not updated itself since August 16. On August 18, Microsoft made changes in its DNS so that requests for its website no longer resolved to machines on Microsoft's own network but were handled by caching servers at Akamai.

Microsoft made the changes after the problems caused by the Blaster worm which was programmed to stage a distributed denial of service attack on the Windows update site.

Some Windows users map a list of URLs in their hosts file - which resides at C:\WINDOWS\SYSTEM32\DRIVERS\ETC\HOSTS - to the localhost's IP (127.0.0.1) to redirect URLs locally before the system looks for it on the internet. Thus if a site named ads.server.com is mapped to 127.0.0.1 on a person's computer, ads from this server on any website visited by the individual will be blocked.

Windows users requesting updates from Microsoft are now routed to one of the Akamai servers, a248.e.akamai.net. However, Akamai is a well-known host for advertising services, so many who use the hosts file to redirect URLs locally also block all Akamai servers.

Fergus said deleting this one line - a248.e.akamai.net - from the hosts file would ensure that updates were not blocked.



Please let us know if the advice we give is of some help.
Feedback will benefit all
Dave
 
I "lightbulbed" this issue two weeks ago. My note reads in part:

Now the magic fix:

4. In c:\Windows\system32\etc edit your HOSTS file by adding these two entries with notepad:

63.210.47.52 download.windowsupdate.com
208.172.158.234

(Be sure notepad does not add a '.txt' extension to the HOSTS file)

Note for non-USA users of this "fix". It might be better to make the HOSTS entry as follows:

208.172.158.234 download.windowsupdate.com
208.172.158.234
This of course also works as a general solution for all windows update users.

**************

This allows direct redirection to windows update servers, including the akamai servers.


Bill Castner
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top