gpt4 book ai didi

linux - 使用 iptables 阻止网站(重定向到错误页面)

转载 作者:太空宇宙 更新时间:2023-11-04 04:02:57 25 4
gpt4 key购买 nike

技术上是否可以使用特定的 iptables 规则来阻止网站,同时向用户浏览器返回错误页面?

iptables -t nat -A PREROUTING -s 192.168.1.19 -p tcp --dport 80 -j DNAT --to-destination 192.168.1.20:80

谢谢

最佳答案

如果您使用 iptables 完全阻止来自 IP 地址的端口 80 流量,您的 Web 服务器将永远不会收到来自该客户端的任何请求,因此无法提供错误页面。简而言之,不。

为了实现您的要求,一种解决方案是将端口转发到仅提供错误页面的另一个端口或主机。执行此操作的 iptables 规则将根据您的具体情况而定。但这样做时,数据包仍将穿过您的网络。

您最好通过 ServerFault 询问这个问题。 ...

关于linux - 使用 iptables 阻止网站(重定向到错误页面),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22377462/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com