List of questions
Related questions
Question 347 - XK0-005 discussion
A Linux administrator needs to forward port 8000 on a remote server to port 8000 on a local server. Which of the following commands should the administrator run on the local server to achieve this goal?
A.
firewall-cmd --add-forward-port=port=8000 =tcp =8000 =remote
B.
iptables -A FORWARD -m state -p tcp -d remote --dport 9000 -j accept
C.
ssh -R 8000:localhost:9000 remote
D.
socat TCP4-LISTEN:8000,fork TCP4:remote:8000
Your answer:
0 comments
Sorted by
Leave a comment first