What option in the client configuration file would tell OpenVPN to use a dynamic source port when making a connection to a peer?
What option in the client configuration file would tell OpenVPN to use a dynamic source port when making a connection to a peer?
To tell OpenVPN to use a dynamic source port when making a connection to a peer, you should use the 'nobind' option in the client configuration file. This directive instructs OpenVPN not to bind to a specific local port, allowing the operating system to choose an available port dynamically.
D is the correct.