Which option is used to configure pppd to use up to two DNS server addresses provided by the remote server?

Which option is used to configure pppd to use up to two DNS server addresses provided by
the remote server?

Which option is used to configure pppd to use up to two DNS server addresses provided by
the remote server?

A.
usepeerdns

B.
dns

C.
nameserver

D.
ms-dns

E.
None of the above



Leave a Reply 1

Your email address will not be published. Required fields are marked *


higorcista

higorcista

A its correct:
usepeerdns
Ask the peer for up to 2 DNS server addresses. The addresses supplied by the peer (if any) are passed to the /etc/ppp/ip-up script in the environment variables DNS1 and DNS2, and the environment variable USEPEERDNS will be set to 1. In addition, pppd will create an /etc/ppp/resolv.conf file containing one or two nameserver lines with the address(es) supplied by the peer.