- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我们的网站使用 Azure 应用程序网关,但很少有人抓取我们的网站。我们希望在网关级别阻止他们的 IP,因为我们不想在每个 Web 服务中配置相同的阻止。
我们找不到仅使用网关或其虚拟网络来阻止 IP 的方法。有没有人遇到同样的问题并且可以照亮我们的道路?
最佳答案
您可以在虚拟网络中部署应用程序网关。如果是这样,您将拥有此应用程序网关的专用子网。该子网只能包含应用程序网关。你可以associate an NSG to this subnet.如果是这样,您可以通过 NSG 中的入站或出站安全规则限制来自此应用程序网关子网的入站和出站流量。在这种情况下,您可以添加入站安全规则以将客户的 IP 列入后备名单。
引用DOC ,注:
Network Security Groups (NSGs) are supported on the application gateway subnet with the following restrictions:
Exceptions must be put in for incoming traffic on ports 65503-65534 for the Application Gateway v1 SKU and ports 65200 - 65535 for the v2 SKU. This port-range is required for Azure infrastructure communication. They are protected (locked down) by Azure certificates. Without proper certificates, external entities, including the customers of those gateways, will not be able to initiate any changes on those endpoints.
Outbound internet connectivity can't be blocked.
Traffic from the AzureLoadBalancer tag must be allowed.
希望这有帮助。
关于azure - Azure 应用程序网关中的黑名单客户端 IP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54074733/
我是一名优秀的程序员,十分优秀!