LPIC-2 Exam 202 (Linux Engineer) — Question 50

What option in the client configuration file would tell OpenVPN to use a dynamic source port when making a connection to a peer?

Answer options

Correct answer: D

Explanation

The correct answer is D, 'nobind', which allows OpenVPN to use a dynamic source port instead of binding to a specified port. The other options do not configure OpenVPN to use a dynamic port: 'src-port' and 'source-port' specify fixed ports, 'remote' defines the peer address, and 'dynamic-bind' is not a valid option in this context.