nerdexam
LPI

300-300 · Question #9

Which of the following commands adds a forward DNS record named fileserver01 pointing to the IPv6 address 2001:db8::190 into the DNS zone samba.private on the Samba 4 server dc1?

The correct answer is E. samba-tool dns add dc1 samba.private fileserver01 AAAA 2001:db8::190 -U Administrator. Command The samba-tool dns add command is used to add DNS records in Samba. dc1: Specifies the Samba DNS server. samba.private: The DNS zone. fileserver01: The hostname for the new DNS record. AAAA: Specifies that the record is for an IPv6 address. 2001:db8::190: The IPv6…

300.2 Samba Active Directory Domain Controller

Question

Which of the following commands adds a forward DNS record named fileserver01 pointing to the IPv6 address 2001:db8::190 into the DNS zone samba.private on the Samba 4 server dc1?

Options

  • Anet dns -S dc1 -U Administrator addrecord fileserver01.samba.private AAAA 2001:db8::190
  • Bdnstool -f dns.tdb add fileserver01.samba.private AAAA 2001:db8::190 -U Administrator
  • Csamba-dns dynupdate -S dc1 -U Administrator -h fileserver01.samba.private -t AAAA -V
  • Dnsupdatesmb -U Administrator //dc1/samba.private/fileserver01 add AAAA 2001:db8::190
  • Esamba-tool dns add dc1 samba.private fileserver01 AAAA 2001:db8::190 -U Administrator

How the community answered

(47 responses)
  • B
    9% (4)
  • C
    2% (1)
  • D
    2% (1)
  • E
    87% (41)

Explanation

Command The samba-tool dns add command is used to add DNS records in Samba. dc1: Specifies the Samba DNS server. samba.private: The DNS zone. fileserver01: The hostname for the new DNS record. AAAA: Specifies that the record is for an IPv6 address. 2001:db8::190: The IPv6 address to be assigned to the hostname. -U Administrator: Specifies the user performing the operation, in this case, the Administrator. Usage: This command properly adds a forward DNS record for fileserver01 with the specified IPv6 address into the samba.private zone on the server dc1.

Topics

#samba-tool dns#AAAA record#IPv6#DNS management

Community Discussion

No community discussion yet for this question.

Full 300-300 Practice