Which of the following lines in the OpenVPN server.conf file will supply a DNS server for DHCP clients to use?
A.
push "dhcpoption DNS 10.142.232.4"
B.
push "dhcp DNS 10.142.232.4"
C.
push "option DNS 10.142.232.4"
D.
push "dhcpoption DNS 10.142.232.4"
Wrong answer!
‘A’ must be
push “dhcp-option DNS 10.142.232.4”
I agree with the answer.