数据包过滤 iptables

sudo iptables -F
sudo iptables -I INPUT -p tcp --syn -i eth0 -j DROP


你可能感兴趣的:(数据包过滤 iptables)