CompTIACompTIA
XK0-005 · Question #1486
XK0-005 Question #1486: Real Exam Question with Answer & Explanation
Sign in or unlock XK0-005 to reveal the answer and full explanation for question #1486. The question stem and answer options stay visible for context.
System Management
Question
A Linux administrator needs to redirect all HTTP traffic temporarily to the new proxy server 192.0.2.25 on port 3128. Which of the following commands will accomplish this task?
Options
- Aiptables -t nat -D PREROUTING -p tcp --sport 80 -j DNAT - -to-destination 192.0.2.25:3128
- Biptables -t nat -A PREROUTING -p top --dport 81 -j DNAT - -to-destination 192.0.2.25:3129
- Ciptables -t nat -I PREROUTING -p top --sport 80 -j DNAT -to-destination 192.0.2.25:3129
- Diptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT - -to-destination 192.0.2.25:3128
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#Network Address Translation#Firewall Rules#HTTP Traffic Redirection