exam questions

Exam 312-39 All Questions

View all questions & answers for the 312-39 exam

Exam 312-39 topic 1 question 5 discussion

Actual exam question from ECCouncil's 312-39
Question #: 5
Topic #: 1
[All 312-39 Questions]

Which of the following command is used to enable logging in iptables?

  • A. $ iptables -B INPUT -j LOG
  • B. $ iptables -A OUTPUT -j LOG
  • C. $ iptables -A INPUT -j LOG
  • D. $ iptables -B OUTPUT -j LOG
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
DePatins
10 months, 2 weeks ago
The answer is C according to the official courseware: Module 3 page 280.
upvoted 2 times
...
froi2222
1 year, 1 month ago
C. $ iptables -A INPUT -j LOG This command appends a rule to the INPUT chain to log incoming packets. You can further configure the logging options to specify where the log messages should be saved and what information to include in the log entries.
upvoted 2 times
...
AboShdief
1 year, 3 months ago
C is correct
upvoted 1 times
...
ayisuska
1 year, 5 months ago
Selected Answer: C
modul 03 page 280 answer is C. iptables -A INPUT -} L0G
upvoted 2 times
...
Muslihmdzin
1 year, 8 months ago
Selected Answer: C
C is correct
upvoted 2 times
...
Daxuz_Security
1 year, 10 months ago
the correct one is C, To enable logging into iptables, we need to add a new rule to the iptables configuration. This can be done using the command: sudo iptables -A INPUT -j LOG
upvoted 1 times
...
Bender_alorabi
1 year, 10 months ago
C is correct
upvoted 1 times
...
iemvrm12
2 years ago
C is correct.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...