LPI
102-350 · Question #76
In the output of iptables -L -n is the line ACCEPT all - - 10.69.70.5 0.0.0.0/0 listed under the INPUT chain. What does this line mean?
The correct answer is C. All traffic from 10.69.70.5 to anywhere is allowed. See the full explanation below for the reasoning.
Question
In the output of iptables -L -n is the line ACCEPT all - - 10.69.70.5 0.0.0.0/0 listed under the INPUT chain. What does this line mean?
Options
- AThat all traffic from 0.0.0.0/0 to 10.69.70.5 is explicitly allowed
- BTCP traffic to 10.69.70.5 with all of the TCP flags is allowed
- CAll traffic from 10.69.70.5 to anywhere is allowed
- DThe ACCEPT chain is responsible for all traffic from 10.69.70.1 to 0.0.0.0
How the community answered
(49 responses)- A16% (8)
- B4% (2)
- C71% (35)
- D8% (4)
Community Discussion
No community discussion yet for this question.