What host names and ports would need to be opened in a firewall to allow Windows Updates to work?

74,311

Solution 1

As the URLs have changed a bit since the accepted answer, I'll post the latest info as of this time below.

http://windowsupdate.microsoft.com

http://*.windowsupdate.microsoft.com

https://*.windowsupdate.microsoft.com

http://*.update.microsoft.com

https://*.update.microsoft.com

http://*.windowsupdate.com

http://download.windowsupdate.com

https://download.microsoft.com

http://*.download.windowsupdate.com

http://wustat.windows.com

http://ntservicepack.microsoft.com

http://go.microsoft.com

http://dl.delivery.mp.microsoft.com

https://dl.delivery.mp.microsoft.com

Source: https://docs.microsoft.com/en-us/windows-server/administration/windows-server-update-services/deploy/2-configure-wsus#211-connection-from-the-wsus-server-to-the-internet

Solution 2

From http://technet.microsoft.com/en-us/library/cc708605(WS.10).aspx This is what's needed to get WSUS working through your firewall (which IMHO you should definitely think about if you have more than 10 clients). This should be the same for a regular client box to access the MS servers.

Configure the Firewall Between the WSUS Server and the Internet

If there is a corporate firewall between WSUS and the Internet, you might need to configure the firewall to ensure that WSUS can obtain updates.

To configure your firewall

  • If there is a corporate firewall between WSUS and the Internet, you might need to configure that firewall to ensure that WSUS can obtain updates. To obtain updates from Microsoft Update, the WSUS server uses port 80 for HTTP protocol and port 443 for HTTPS protocol. This is not configurable.

  • If your organization does not allow those ports and protocols open to all addresses, you can restrict access to only the following domains so that WSUS and Automatic Updates can communicate with Microsoft Update:

The steps for configuring the firewall above are meant for a corporate firewall positioned between WSUS and the Internet. Because WSUS initiates all its network traffic, there is no need to configure Windows Firewall on the WSUS server. Although the connection between Microsoft Update and WSUS requires ports 80 and 443 to be open, you can configure multiple WSUS servers to synchronize with a custom port.

Solution 3

To configure the firewall for software updates

  1. Configure the firewall to allow communication over HTTP and HTTPS ports (80 and 443).

  2. Make sure you're allowing all of the Windows Update URLs. Here is a list of URLs you'll also want to make sure are allowed:

URLs:

http://windowsupdate.microsoft.com

http://*.windowsupdate.microsoft.com

https://*.windowsupdate.microsoft.com

http://*.update.microsoft.com

https://*.update.microsoft.com

http://*.windowsupdate.com

http://download.windowsupdate.com

http://download.microsoft.com

http://*.download.windowsupdate.com

http://test.stats.update.microsoft.com

http://ntservicepack.microsoft.com

Solution 4

Done this today. Need to ad more URL:

fe2.update.microsoft.com*

( Couldnt add that to my firewall so i went with: fe2.update.microsoft.com.nsatc.net) and as far as it seems theres no more need for port 80

Found here: https://docs.microsoft.com/en-us/windows/privacy/windows-endpoints-1903-non-enterprise-editions

Solution 5

We've had issues with our proxy and Windows update and they recommended:

download.windowsupdate.com
windowsupdate.com
c.microsoft.com
update.microsoft.com
windowsupdate.microsoft.com

Ports should just be 80 and 443 I think. You might need to open BITS if that uses a different port.

Share:
74,311
Trns
Author by

Trns

Updated on September 17, 2022

Comments

  • Trns
    Trns almost 2 years

    We have a set of public web servers behind a firewall we would like to be able to perform Windows Updates on, without giving them more access than they need.

    Besides www.update.microsoft.com:443, what other host names and ports would need to be unblocked for Windows Updates to work?

  • Trns
    Trns almost 15 years
    I wondered about BITS as well.
  • Dillon Brown
    Dillon Brown almost 5 years
    Most up to date link should be here: docs.microsoft.com/en-us/windows-server/administration/…
  • Overmind
    Overmind almost 4 years
    So blocking all 3 main sites should deny the update. Good. MS has gone too rogue after W10 build 2000 and you can't even postpone them.