Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam EX200 All Questions

View all questions & answers for the EX200 exam

Exam EX200 topic 1 question 76 discussion

Actual exam question from RedHat's EX200
Question #: 76
Topic #: 1
[All EX200 Questions]

SIMULATION -
The firewall must be open.

Show Suggested Answer Hide Answer
Suggested Answer: See explanation below.
/etc/init.d/iptables start
iptables -F
iptables -X
iptables -Z
/etc/init.d/iptables save
chkconfig iptables on

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Jojo02
Highly Voted 3 years, 3 months ago
if not installed: yum install -y firewalld else: systemctl enable --now firewalld.service firewall-cmd --state
upvoted 5 times
...
Lazylinux
Most Recent 2 months ago
I would agree on making the default zone to be "trusted zone" because it is completely open - see man 5 firewalld.zones -for more info $firewall-cmd --set-defualt-zone=trusted $firewall-cmd --reload $firewall-cmd --get-default-zone => that should show you trusted as your current default zone and you NIC interface s attached to it ** remember => the zones have 0ne-Many relationships i.e. NIC interface can ONLY belong to one ZONE but a ZONE can have many interfaces attached to it.
upvoted 1 times
...
markeloff23
2 years, 11 months ago
Firewall must be open... Disable o enable?
upvoted 2 times
ly01
3 months ago
in my ignorance "must be open" -> "must be installed but not block anything" sudo firewall-cmd --set-default-zone=trusted sudo firewall-cmd --reload sudo firewall-cmd --list-all
upvoted 1 times
...
...
Sz0p3n
3 years, 4 months ago
systemctl disable --now firewalld.service firewall-cmd --state
upvoted 3 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 ...