Dns Priority
Test suite to check DNS service priorities
Valid Address
Description
Configures a simple, valid address and checks the DNS can resolve it. There is no priority involved as a single address is in use.
Scenario
Step 1: Set the following configuration in DUT1
:
set interfaces ethernet eth0 address 10.0.0.2/24 set service dns forwarding record host teldat.com ipv4-address 172.24.0.11 set service dns forwarding record host teldat.com ipv6-address 'ff00::dead:cafe' set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Set the following configuration in DUT0
:
set interfaces ethernet eth0 address 10.0.0.1/24 set service dns forwarding logs set service dns forwarding name-server 10.0.0.2 set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 3: Ping IP address 10.0.0.2
from DUT0
:
admin@DUT0$ ping 10.0.0.2 count 1 size 56 timeout 1Show output
PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data. 64 bytes from 10.0.0.2: icmp_seq=1 ttl=64 time=0.372 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.372/0.372/0.372/0.000 ms
Step 4: Run command show host lookup teldat.com type A wait 0
at DUT0
and check if output contains the following tokens:
172.24.0.11
Show output
teldat.com has address 172.24.0.11
Step 5: Run command system journal show | cat
at DUT0
and expect this output:
Show output
Dec 04 15:12:22.292552 osdx systemd-journald[1574]: Runtime Journal (/run/log/journal/2754912ae611401eb118833e63cf0c07) is 2.0M, max 15.3M, 13.3M free. Dec 04 15:12:22.293744 osdx systemd-journald[1574]: Received client request to rotate journal, rotating. Dec 04 15:12:22.293806 osdx systemd-journald[1574]: Vacuuming done, freed 0B of archived journals from /run/log/journal/2754912ae611401eb118833e63cf0c07. Dec 04 15:12:22.302418 osdx OSDxCLI[44364]: User 'admin' executed a new command: 'system journal clear'. Dec 04 15:12:22.603834 osdx osdx-coredump[54351]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Dec 04 15:12:22.611674 osdx OSDxCLI[44364]: User 'admin' executed a new command: 'system coredump delete all'. Dec 04 15:12:24.049107 osdx OSDxCLI[44364]: User 'admin' entered the configuration menu. Dec 04 15:12:24.111156 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Dec 04 15:12:24.208912 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Dec 04 15:12:24.257333 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'set service dns resolver local'. Dec 04 15:12:24.350456 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Dec 04 15:12:24.416763 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'show working'. Dec 04 15:12:24.533736 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Dec 04 15:12:24.718068 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Dec 04 15:12:24.786197 osdx dnsmasq[54498]: started, version 2.89 cachesize 150 Dec 04 15:12:24.786209 osdx dnsmasq[54498]: DNS service limited to local subnets Dec 04 15:12:24.786214 osdx dnsmasq[54498]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset nftset auth cryptohash DNSSEC loop-detect inotify dumpfile Dec 04 15:12:24.786221 osdx dnsmasq[54498]: warning: ignoring resolv-file flag because no-resolv is set Dec 04 15:12:24.786238 osdx dnsmasq[54498]: using nameserver 10.0.0.2#53 Dec 04 15:12:24.786271 osdx dnsmasq[54498]: read /etc/hosts - 1 names Dec 04 15:12:24.837215 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Dec 04 15:12:24.837974 osdx systemd[1]: Reached target nss-lookup.target - Host and Network Name Lookups. Dec 04 15:12:24.838319 osdx cfgd[1239]: [44364]Completed change to active configuration Dec 04 15:12:24.867324 osdx OSDxCLI[44364]: User 'admin' committed the configuration. Dec 04 15:12:24.906295 osdx OSDxCLI[44364]: User 'admin' left the configuration menu. Dec 04 15:12:25.055421 osdx OSDxCLI[44364]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Dec 04 15:12:25.280317 osdx dnsmasq[54498]: query[A] teldat.com from ::1 Dec 04 15:12:25.280386 osdx dnsmasq[54498]: forwarded teldat.com to 10.0.0.2 Dec 04 15:12:25.280580 osdx dnsmasq[54498]: reply teldat.com is 172.24.0.11 Dec 04 15:12:25.307273 osdx OSDxCLI[44364]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.
Valid Address IPv6
Description
Configures a simple, valid IPv6 address and checks the DNS can resolve it. There is no priority involved as a single address is in use.
Scenario
Step 1: Set the following configuration in DUT1
:
set interfaces ethernet eth0 address '10::2/64' set service dns forwarding record host teldat.com ipv4-address 172.24.0.11 set service dns forwarding record host teldat.com ipv6-address 'ff00::dead:cafe' set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Set the following configuration in DUT0
:
set interfaces ethernet eth0 address '10::1/64' set service dns forwarding logs set service dns forwarding name-server '10::2' set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 3: Ping IP address 10::2
from DUT0
:
admin@DUT0$ ping 10::2 count 1 size 56 timeout 1Show output
PING 10::2(10::2) 56 data bytes 64 bytes from 10::2: icmp_seq=1 ttl=64 time=0.657 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.657/0.657/0.657/0.000 ms
Step 4: Run command show host lookup teldat.com type A wait 0
at DUT0
and check if output contains the following tokens:
172.24.0.11
Show output
teldat.com has address 172.24.0.11
Step 5: Run command system journal show | cat
at DUT0
and expect this output:
Show output
Dec 04 15:12:29.308462 osdx systemd-journald[1574]: Runtime Journal (/run/log/journal/2754912ae611401eb118833e63cf0c07) is 2.0M, max 15.3M, 13.3M free. Dec 04 15:12:29.308943 osdx systemd-journald[1574]: Received client request to rotate journal, rotating. Dec 04 15:12:29.308974 osdx systemd-journald[1574]: Vacuuming done, freed 0B of archived journals from /run/log/journal/2754912ae611401eb118833e63cf0c07. Dec 04 15:12:29.317666 osdx OSDxCLI[44364]: User 'admin' executed a new command: 'system journal clear'. Dec 04 15:12:29.650484 osdx osdx-coredump[54802]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Dec 04 15:12:29.660537 osdx OSDxCLI[44364]: User 'admin' executed a new command: 'system coredump delete all'. Dec 04 15:12:31.096437 osdx OSDxCLI[44364]: User 'admin' entered the configuration menu. Dec 04 15:12:31.165850 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Dec 04 15:12:31.249292 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Dec 04 15:12:31.302017 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'set service dns resolver local'. Dec 04 15:12:31.395869 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Dec 04 15:12:31.466810 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'show working'. Dec 04 15:12:31.576926 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Dec 04 15:12:31.769248 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Dec 04 15:12:31.800687 osdx dnsmasq[54949]: started, version 2.89 cachesize 150 Dec 04 15:12:31.800698 osdx dnsmasq[54949]: DNS service limited to local subnets Dec 04 15:12:31.800703 osdx dnsmasq[54949]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset nftset auth cryptohash DNSSEC loop-detect inotify dumpfile Dec 04 15:12:31.800710 osdx dnsmasq[54949]: warning: ignoring resolv-file flag because no-resolv is set Dec 04 15:12:31.800726 osdx dnsmasq[54949]: using nameserver 10::2#53 Dec 04 15:12:31.800758 osdx dnsmasq[54949]: read /etc/hosts - 1 names Dec 04 15:12:31.840074 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Dec 04 15:12:31.841039 osdx cfgd[1239]: [44364]Completed change to active configuration Dec 04 15:12:31.869970 osdx OSDxCLI[44364]: User 'admin' committed the configuration. Dec 04 15:12:31.890790 osdx OSDxCLI[44364]: User 'admin' left the configuration menu. Dec 04 15:12:33.032106 osdx OSDxCLI[44364]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Dec 04 15:12:33.619873 osdx OSDxCLI[44364]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Dec 04 15:12:33.692438 osdx dnsmasq[54949]: query[A] teldat.com from ::1 Dec 04 15:12:33.692508 osdx dnsmasq[54949]: forwarded teldat.com to 10::2 Dec 04 15:12:33.692881 osdx dnsmasq[54949]: reply teldat.com is 172.24.0.11 Dec 04 15:12:33.704763 osdx OSDxCLI[44364]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.
Multiple Addresses
Description
Configures two DNS addresses: one invalid and the other valid. Checks that the resolution works against the second address, while the first one does not respond.
Scenario
Step 1: Set the following configuration in DUT1
:
set interfaces ethernet eth0 address 10.0.0.2/24 set service dns forwarding record host teldat.com ipv4-address 172.24.0.11 set service dns forwarding record host teldat.com ipv6-address 'ff00::dead:cafe' set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Set the following configuration in DUT0
:
set interfaces ethernet eth0 address 10.0.0.1/24 set service dns forwarding logs set service dns forwarding name-server 10.0.0.10 priority 0 set service dns forwarding name-server 10.0.0.2 priority 1 set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 3: Ping IP address 10.0.0.2
from DUT0
:
admin@DUT0$ ping 10.0.0.2 count 1 size 56 timeout 1Show output
PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data. 64 bytes from 10.0.0.2: icmp_seq=1 ttl=64 time=0.369 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.369/0.369/0.369/0.000 ms
Step 4: Run command show host lookup teldat.com type A wait 0
at DUT0
and check if output contains the following tokens:
172.24.0.11
Show output
;; communications error to ::1#53: timed out ;; communications error to ::1#53: timed out teldat.com has address 172.24.0.11
Step 5: Run command system journal show | cat
at DUT0
and expect this output:
Show output
Dec 04 15:12:38.314849 osdx systemd-journald[1574]: Runtime Journal (/run/log/journal/2754912ae611401eb118833e63cf0c07) is 2.0M, max 15.3M, 13.3M free. Dec 04 15:12:38.315969 osdx systemd-journald[1574]: Received client request to rotate journal, rotating. Dec 04 15:12:38.316018 osdx systemd-journald[1574]: Vacuuming done, freed 0B of archived journals from /run/log/journal/2754912ae611401eb118833e63cf0c07. Dec 04 15:12:38.325863 osdx OSDxCLI[44364]: User 'admin' executed a new command: 'system journal clear'. Dec 04 15:12:38.653239 osdx osdx-coredump[55254]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Dec 04 15:12:38.660510 osdx OSDxCLI[44364]: User 'admin' executed a new command: 'system coredump delete all'. Dec 04 15:12:40.162313 osdx OSDxCLI[44364]: User 'admin' entered the configuration menu. Dec 04 15:12:40.237426 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Dec 04 15:12:40.329891 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Dec 04 15:12:40.394268 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'set service dns resolver local'. Dec 04 15:12:40.508362 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Dec 04 15:12:40.622014 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Dec 04 15:12:40.685107 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'show working'. Dec 04 15:12:40.804035 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Dec 04 15:12:40.992206 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Dec 04 15:12:41.018808 osdx dnsmasq[55402]: started, version 2.89 cachesize 150 Dec 04 15:12:41.018818 osdx dnsmasq[55402]: DNS service limited to local subnets Dec 04 15:12:41.018824 osdx dnsmasq[55402]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset nftset auth cryptohash DNSSEC loop-detect inotify dumpfile Dec 04 15:12:41.018831 osdx dnsmasq[55402]: warning: ignoring resolv-file flag because no-resolv is set Dec 04 15:12:41.018847 osdx dnsmasq[55402]: using nameserver 10.0.0.10#53 Dec 04 15:12:41.018853 osdx dnsmasq[55402]: using nameserver 10.0.0.2#53 Dec 04 15:12:41.018888 osdx dnsmasq[55402]: read /etc/hosts - 1 names Dec 04 15:12:41.054643 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Dec 04 15:12:41.055622 osdx cfgd[1239]: [44364]Completed change to active configuration Dec 04 15:12:41.081327 osdx OSDxCLI[44364]: User 'admin' committed the configuration. Dec 04 15:12:41.108021 osdx OSDxCLI[44364]: User 'admin' left the configuration menu. Dec 04 15:12:41.236986 osdx OSDxCLI[44364]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Dec 04 15:12:41.304199 osdx dnsmasq[55402]: query[A] teldat.com from ::1 Dec 04 15:12:41.304259 osdx dnsmasq[55402]: forwarded teldat.com to 10.0.0.10 Dec 04 15:12:42.305744 osdx dnsmasq[55402]: query[A] teldat.com from ::1 Dec 04 15:12:43.307296 osdx dnsmasq[55402]: query[A] teldat.com from 127.0.0.1 Dec 04 15:12:43.307337 osdx dnsmasq[55402]: forwarded teldat.com to 10.0.0.2 Dec 04 15:12:43.307769 osdx dnsmasq[55402]: reply teldat.com is 172.24.0.11 Dec 04 15:12:43.309613 osdx OSDxCLI[44364]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.
Multiple IPv6 Addresses
Description
Configures two IPv6 DNS addresses: one invalid and the other valid. Checks that the resolution works against the second address, while the first one does not respond.
Scenario
Step 1: Set the following configuration in DUT1
:
set interfaces ethernet eth0 address '10::2/64' set service dns forwarding record host teldat.com ipv4-address 172.24.0.11 set service dns forwarding record host teldat.com ipv6-address 'ff00::dead:cafe' set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Set the following configuration in DUT0
:
set interfaces ethernet eth0 address '10::1/64' set service dns forwarding logs set service dns forwarding name-server '10::10' priority 0 set service dns forwarding name-server '10::2' priority 1 set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 3: Ping IP address 10::2
from DUT0
:
admin@DUT0$ ping 10::2 count 1 size 56 timeout 1Show output
PING 10::2(10::2) 56 data bytes 64 bytes from 10::2: icmp_seq=1 ttl=64 time=446 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 445.960/445.960/445.960/0.000 ms
Step 4: Run command show host lookup teldat.com type A wait 0
at DUT0
and check if output contains the following tokens:
172.24.0.11
Show output
;; communications error to ::1#53: timed out ;; communications error to ::1#53: timed out teldat.com has address 172.24.0.11
Step 5: Run command system journal show | cat
at DUT0
and expect this output:
Show output
Dec 04 15:12:47.290075 osdx systemd-journald[1574]: Runtime Journal (/run/log/journal/2754912ae611401eb118833e63cf0c07) is 2.0M, max 15.3M, 13.3M free. Dec 04 15:12:47.292932 osdx systemd-journald[1574]: Received client request to rotate journal, rotating. Dec 04 15:12:47.292997 osdx systemd-journald[1574]: Vacuuming done, freed 0B of archived journals from /run/log/journal/2754912ae611401eb118833e63cf0c07. Dec 04 15:12:47.300586 osdx OSDxCLI[44364]: User 'admin' executed a new command: 'system journal clear'. Dec 04 15:12:47.624743 osdx osdx-coredump[55703]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Dec 04 15:12:47.631828 osdx OSDxCLI[44364]: User 'admin' executed a new command: 'system coredump delete all'. Dec 04 15:12:49.111586 osdx OSDxCLI[44364]: User 'admin' entered the configuration menu. Dec 04 15:12:49.180013 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Dec 04 15:12:49.257218 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Dec 04 15:12:49.306711 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'set service dns resolver local'. Dec 04 15:12:49.400874 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Dec 04 15:12:49.450958 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Dec 04 15:12:49.557142 osdx OSDxCLI[44364]: User 'admin' added a new cfg line: 'show working'. Dec 04 15:12:49.640933 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Dec 04 15:12:49.805242 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Dec 04 15:12:49.828492 osdx dnsmasq[55851]: started, version 2.89 cachesize 150 Dec 04 15:12:49.828503 osdx dnsmasq[55851]: DNS service limited to local subnets Dec 04 15:12:49.828509 osdx dnsmasq[55851]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset nftset auth cryptohash DNSSEC loop-detect inotify dumpfile Dec 04 15:12:49.828516 osdx dnsmasq[55851]: warning: ignoring resolv-file flag because no-resolv is set Dec 04 15:12:49.828532 osdx dnsmasq[55851]: using nameserver 10::10#53 Dec 04 15:12:49.828537 osdx dnsmasq[55851]: using nameserver 10::2#53 Dec 04 15:12:49.828570 osdx dnsmasq[55851]: read /etc/hosts - 1 names Dec 04 15:12:49.864246 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Dec 04 15:12:49.865134 osdx cfgd[1239]: [44364]Completed change to active configuration Dec 04 15:12:49.889603 osdx OSDxCLI[44364]: User 'admin' committed the configuration. Dec 04 15:12:49.904524 osdx OSDxCLI[44364]: User 'admin' left the configuration menu. Dec 04 15:12:51.047740 osdx OSDxCLI[44364]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Dec 04 15:12:52.294949 osdx OSDxCLI[44364]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Dec 04 15:12:52.376119 osdx dnsmasq[55851]: query[A] teldat.com from ::1 Dec 04 15:12:52.376196 osdx dnsmasq[55851]: forwarded teldat.com to 10::10 Dec 04 15:12:53.377602 osdx dnsmasq[55851]: query[A] teldat.com from ::1 Dec 04 15:12:54.379125 osdx dnsmasq[55851]: query[A] teldat.com from 127.0.0.1 Dec 04 15:12:54.379166 osdx dnsmasq[55851]: forwarded teldat.com to 10::2 Dec 04 15:12:54.379587 osdx dnsmasq[55851]: reply teldat.com is 172.24.0.11 Dec 04 15:12:54.391833 osdx OSDxCLI[44364]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.