【问题标题】:Google compute firewalls disappears later谷歌计算防火墙稍后消失
【发布时间】:2017-11-02 13:54:58
【问题描述】:

我试图在google compute 中创建一些防火墙规则,一切顺利,但过了一段时间,它们就消失了。 我尝试在default 网络上添加规则,并且还自定义创建 - 在这两种情况下结果相同。 两种都试过了:通过 Web UI 和 gcloud 工具

【问题讨论】:

    标签: google-cloud-platform google-compute-engine firewall


    【解决方案1】:

    如果您认为某人或某事正在恢复您的防火墙更改,您可以采取多种方法来验证这一点。

    1. 检查云控制台Activity日志
    2. 同样使用 CLI:gcloud beta logging read "resource.type=gce_firewall_rule"
    3. 检查 Cloud Console 中的 GCE Operations 部分
    4. 使用此高级过滤器在 Cloud Console Logging 中检查 GCE API 请求: resource.type="gce_firewall_rule" jsonPayload.event_subtype:"compute.firewalls"

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-05-05
      • 1970-01-01
      • 1970-01-01
      • 2019-05-10
      • 2022-01-20
      • 1970-01-01
      相关资源
      最近更新 更多