需要在防火墙中打开哪些主机名和端口才能使Windows更新正常工作?

我们在防火墙后面有一组公共Web服务器,我们希望能够执行 Windows更新,而不会为他们提供超出需要的访问权限.

除了www.update.microsoft.com:443,还需要取消阻止哪些其他主机名和端口才能使Windows更新正常工作?

http://technet.microsoft.com/en-us/library/cc708605(WS.10).aspx开始这就是让WSUS通过防火墙工作所需要的(如果你有超过10个客户端,你肯定应该考虑恕我直言).对于访问MS服务器的常规客户端框,这应该是相同的.

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:

    • 07001
    • http://*.windowsupdate.microsoft.com
    • https://*.windowsupdate.microsoft.com
    • http://*.update.microsoft.com
    • https://*.update.microsoft.com
    • http://*.windowsupdate.com
    • 07002
    • 07003
    • http://*.download.windowsupdate.com
    • 07004
    • 07005

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.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...