试题详情

用iptables写一条规则不允许172.16.0.0/16的网段访问本设备,以下哪项规则写法是正确的?需要更多新题库V:276137877

Aiptables -t fiter -A INPUT -s 172.16.0.0/16 -p all -j DROP

Biptables -t fiter -P INPUT -s 172.16.0.0/16 -p all -j DROP

Ciptables -t fiter -P INPUT -s 172.16.0.0/16 -p all -j-ACCEPT

Diptables -t fiter -P INPUT -d 172.16.0.0/16 -p all -j-ACCEPT