有没有办法配置 iptables 来接受来自 10.anything 的流量?
目前我有单一地址的规则,但我想要整个范围:
sudo iptables -I INPUT --src 10.240.74.164 -m tcp -p tcp --dport 80 -j ACCEPT
我需要如何更改上述规则?
任何帮助,将不胜感激。
firewall iptables
firewall ×1
iptables ×1