CompTIACompTIA
XK0-005 · Question #715
XK0-005 Question #715: Real Exam Question with Answer & Explanation
Sign in or unlock XK0-005 to reveal the answer and full explanation for question #715. The question stem and answer options stay visible for context.
System Management
Question
A Linux administrator needs to forward port 8000 on a remote server remote to port 8000 on a local server. Which of the following commands should the administrator run on the local server to achieve this goal?
Options
- Afirewall-cmd --add-forward-port=port=8000:proto=tcp:toport=8000:toaddr=remote
- Biptables -A FORWARD -m state -p tcp -d remote --dport 8000 -j accept
- Cssh -R 8000:localhost:8000 remote
- Dsocat TCP4-LISTEN:8000,fork TCP4:remote:8000
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
#SSH#Port Forwarding#Remote Access#Networking