CompTIACompTIA
XK0-005 · Question #1793
XK0-005 Question #1793: Real Exam Question with Answer & Explanation
Sign in or unlock XK0-005 to reveal the answer and full explanation for question #1793. The question stem and answer options stay visible for context.
System Management
Question
A technician wants to temporarily use a Linux virtual machine as a router for the network segment 10.10.204.0/24. Which of the following commands should the technician issue? (Choose three.)
Options
- Aecho "1" > /proc/sys/net/ipv4/ip_forward
- Biptables -A FORWARD -j ACCEPT
- Ciptables -A PREROUTING -j ACCEPT
- Diptables -t nat -s 10.10.204.0/24 -p tcp -A PREROUTING -j MASQUERADE
- Eecho "0"> /proc/sys/net/ipv4/ip_forward
- Fecho "1" > /proc/net/tcp
- Giptables -t nat -s 10.10.204.0/24 - A POSTROUTING -j MASQUERADE
- Hiptables -t nat -A PREROUTING -j MASQUERADE
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
#Linux Networking#IPtables#NAT#IP Forwarding