我已成功向 iptables 输入以下命令
sudo iptables -I INPUT -p tcp --dport 5000:5020 -j ACCEPT -m comment --comment "Allow Ports 5000s"
但是,据我所知,这允许访问任何 NIC 上的这些端口。我如何修改上述命令以仅允许从 10.0.0.1 到 10.0.0.127?
我已成功向 iptables 输入以下命令
sudo iptables -I INPUT -p tcp --dport 5000:5020 -j ACCEPT -m comment --comment "Allow Ports 5000s"
但是,据我所知,这允许访问任何 NIC 上的这些端口。我如何修改上述命令以仅允许从 10.0.0.1 到 10.0.0.127?