List of questions
Related questions
Question 64 - H12-711 discussion
useiptablesWrite a rule that doesn't allow172.16.0.0/16Which of the following rules is correct?
A.
iptables -t fielter -A INPUT -s 172.16.0.0/16 -p all -j DROP
B.
iptables -t fielter -P INPUT -s 172.16.0.0/16 -p all -j DROP
C.
iptables -t fielter -P INPUT -s 172.16.0.0/16 -p all -j ACCEPT
D.
iptables -t fielter -P INPUT -d 172.16.0.0/16 -p all -j ACCEPT
Your answer:
0 comments
Sorted by
Leave a comment first