【问题标题】:Do we need to manually activate windows in GCE VM?我们需要手动激活 GCE VM 中的窗口吗?
【发布时间】:2021-09-06 05:14:22
【问题描述】:

我从公共镜像在GCE中创建了一个windows VM,我发现windows没有被激活。 我们需要激活这种“按需”的 windows 许可证吗?

【问题讨论】:

  • 必须在云端或其他地方激活 Windows。

标签: google-compute-engine activation


【解决方案1】:

我们不需要激活 permium 图像。它会按我们的使用量收费。

在 GCP 中,所有 Windows Server 实例都必须能够与 kms.windows.googlecloud.com (35.190.247.13/32) 与 activate its license 通信。

  • 检查您的 VPC 网络 以允许访问激活服务器 在创建 Windows 实例之前。
  • 如果您有没有外部 IP 地址的 Windows 实例,则必须 启用 私人 Google 访问权限

.

【讨论】:

  • 我可以 ping 到 kms.windows.googlecloud.com (35.190.247.13/32) 但是当我测试到端口 1688 的连接时,它失败了,好像端口没有打开。 C:\>powershell.exe Test-NetConnection 35.190.247.13 -Port 1688 WARNING: TCP connect to (35.190.247.13 : 1688) failed ComputerName : 35.190.247.13 RemoteAddress : 35.190.247.13 RemotePort : 1688 InterfaceAlias : WiFi SourceAddress : 192. PingSucceeded : True PingReplyDetails (RTT) : 10 ms TcpTestSucceeded : False
猜你喜欢
  • 2011-04-16
  • 2021-08-06
  • 1970-01-01
  • 1970-01-01
  • 2013-04-11
  • 2016-04-12
  • 1970-01-01
  • 2020-10-19
  • 1970-01-01
相关资源
最近更新 更多