LPIC-2 DNS, Web and Mail Services • Complete Question Bank
Complete LPIC-2 DNS, Web and Mail Services question bank — all 0 questions with answers and detailed explanations.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Enables IP forwarding between interfaces
Sets the system's hostname
Controls tendency to swap memory pages
Maximum receive socket buffer size
Maximum number of open file descriptors
$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[crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock
; <<>> DiG 9.16.1 <<>> -x 192.0.2.1 ;; QUESTION SECTION: ;1.2.0.192.in-addr.arpa. IN PTR ;; AUTHORITY SECTION: 2.0.192.in-addr.arpa. 3600 IN SOA ns1.example.com. admin.example.com. 2023100101 3600 900 604800 86400 ;; Query time: 1 msec ;; SERVER: 192.0.2.1#53(192.0.2.1) ;; WHEN: Sat Oct 01 12:00:00 2023 ;; MSG SIZE rcvd: 80
12-Jan-2025 14:32:10.123 client @0x7f2c00000808 192.0.2.50#54321 (example.com): query: example.com IN A + (192.0.2.1) 12-Jan-2025 14:32:10.124 lame server resolving 'example.com' (in 'example.com'?): 192.0.2.1#53
A company runs a DNS server using BIND9 on a Linux server. The server is configured with two network interfaces: one internal (192.168.1.10) and one external (203.0.113.10). The server is configured to be authoritative for example.com. Internal clients can resolve example.com, but external clients receive "SERVFAIL" responses. The host command from an external client returns "Host not found". The administrator checks the named configuration and finds the following in /etc/bind/named.conf.options:
options { directory "/var/cache/bind"; listen-on { 127.0.0.1; 192.168.1.10; 203.0.113.10; }; allow-query { 192.168.1.0/24; }; recursion no; dnssec-validation auto;
};
The zone configuration for example.com has proper allow-transfer and allow-update settings. What change should be made to resolve external queries?