300-300 · Question #9
300-300 Question #9: Real Exam Question with Answer & Explanation
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 address
Question
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
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.
Community Discussion
No community discussion yet for this question.