ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 355 - XK0-005 discussion

Report
Export

A Linux administrator is implementing a stateful firewall on the Linux server. Which of the following iptables options will be required to build the stateful rules? (Select two).

A.

--name established

Answers
A.

--name established

B.

-m recent

Answers
B.

-m recent

C.

-m conntrack

Answers
C.

-m conntrack

D.

--state

Answers
D.

--state

E.

--remove

Answers
E.

--remove

F.

-j DROP

Answers
F.

-j DROP

Suggested answer: C, D

Explanation:

To build stateful firewall rules in iptables, the -m conntrack and --state options are used. The -m conntrack module allows for connection tracking, and --state tracks connection states like ESTABLISHED, RELATED, or NEW, ensuring that the firewall maintains awareness of connection states when filtering traffic. These options are critical for implementing a stateful firewall that tracks and manages active connections.

asked 09/10/2024
Rick James
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first