gpt4 book ai didi

security - 如何使用 iptable 阻止来自外部网络的网络流量?

转载 作者:行者123 更新时间:2023-12-04 18:38:22 26 4
gpt4 key购买 nike

关闭。这个问题是off-topic .它目前不接受答案。












想改进这个问题? Update the question所以它是on-topic对于堆栈溢出。


10年前关闭。







Improve this question




我的网络系统 ip 在 192.168.211.0/24 范围内。我在 192.168.211.50 上有一个 Web 服务器。我只想从 192.168.211.0/24 范围接收数据包到我的 Web 服务器。如何在 Ubuntu 中使用 iptable 进行配置?

最佳答案

iptables -I INPUT 1 -s 192.168.211.0/24 -j ACCEPT
iptables -I INPUT 2 -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -I INPUT 3 -j DROP

关于security - 如何使用 iptable 阻止来自外部网络的网络流量?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9123639/

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