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"
The proposed answer A and D are the same.
I suppose one should read the following instead:
A. (with a dash)
push “dhcp-option DNS 10.142.232.4”
D. (keep as-is with no dash)
push “dhcpoption DNS 10.142.232.4”