【多选题】
A iptables -t filter -P INPUT -s 172.16.0.0/16 -p all -j ACCEPT
B iptables -t filter -P INPUT -s 172.16.0.0/16 -p all -j DROP
C iptables -t filter -A INPUT -s 172.16.0.0/16 -p all -j DROP
D iptables -t filter -P INPUT -d 172.16.0.0/16 -p all -j ACCEPT
查看更多