CompTIACompTIA
XK0-005 · Question #10670
XK0-005 Question #10670: Real Exam Question with Answer & Explanation
Sign in or unlock XK0-005 to reveal the answer and full explanation for question #10670. The question stem and answer options stay visible for context.
System Management
Question
A systems administrator is configuring a Linux system so that network traffic from the internal network 172.17.0.0/16 going out through the eth0 interface would appear as if it was sent directly from this interface. Which of the following commands will accomplish this task?
Options
- Aiptables -A POSTROUTING -s 172.17.0.0/16 -o eth0 -j MASQUERADE
- Bfirewalld -A OUTPUT -s 172.17.0.0/16 -o eth0 -j DIRECT
- Cnmcli snasq-traffic eth0 -s 172.17.0.0/16 -j MASQUERADE
- Difconfig --nat eth0 -s 172.17.0.0/16 -j DIRECT
Unlock XK0-005 to see the answer
You've previewed enough free XK0-005 questions. Unlock XK0-005 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#iptables#NAT#Masquerading#Network Configuration