LPIC-2 DNS, Web and Mail Services • Set 2
LPIC-2 DNS, Web and Mail Services Practice Test 2 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. A DNS query for 'ftp.example.com' returns NXDOMAIN. What configuration change would best resolve this?
$ORIGIN example.com.
@ IN SOA ns1.example.com. admin.example.com. (
2023100101 ; serial
3600 ; refresh
900 ; retry
604800 ; expire
86400 ) ; minimum
IN NS ns1
IN MX 10 mail
ns1 IN A 192.0.2.1
mail IN A 192.0.2.10
www IN A 192.0.2.20