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.287 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.287/0.287/0.287/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
Aug 20 10:19:56.302986 osdx systemd-journald[1956]: Runtime Journal (/run/log/journal/5531ee11c77d43acb462311bc7f53dec) is 2.1M, max 15.3M, 13.1M free. Aug 20 10:19:56.306893 osdx systemd-journald[1956]: Received client request to rotate journal, rotating. Aug 20 10:19:56.306972 osdx systemd-journald[1956]: Vacuuming done, freed 0B of archived journals from /run/log/journal/5531ee11c77d43acb462311bc7f53dec. Aug 20 10:19:56.313561 osdx OSDxCLI[2227]: User 'admin' executed a new command: 'system journal clear'. Aug 20 10:19:56.545654 osdx OSDxCLI[2227]: User 'admin' executed a new command: 'system coredump delete all'. Aug 20 10:19:57.869896 osdx OSDxCLI[2227]: User 'admin' entered the configuration menu. Aug 20 10:19:57.982930 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Aug 20 10:19:58.075869 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Aug 20 10:19:58.178675 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'set service dns resolver local'. Aug 20 10:19:58.237859 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Aug 20 10:19:58.369158 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'show working'. Aug 20 10:19:58.443392 osdx ubnt-cfgd[187844]: inactive Aug 20 10:19:58.463049 osdx INFO[187852]: FRR daemons did not change Aug 20 10:19:58.482906 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Aug 20 10:19:58.655123 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Aug 20 10:19:58.662653 osdx dnsmasq[187995]: started, version 2.90 cachesize 150 Aug 20 10:19:58.662832 osdx dnsmasq[187995]: DNS service limited to local subnets Aug 20 10:19:58.662876 osdx dnsmasq[187995]: 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 Aug 20 10:19:58.662911 osdx dnsmasq[187995]: warning: ignoring resolv-file flag because no-resolv is set Aug 20 10:19:58.662950 osdx dnsmasq[187995]: using nameserver 10.0.0.2#53 Aug 20 10:19:58.663026 osdx dnsmasq[187995]: read /etc/hosts - 1 names Aug 20 10:19:58.698092 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Aug 20 10:19:58.699068 osdx cfgd[1656]: [2227]Completed change to active configuration Aug 20 10:19:58.710110 osdx OSDxCLI[2227]: User 'admin' committed the configuration. Aug 20 10:19:58.726193 osdx OSDxCLI[2227]: User 'admin' left the configuration menu. Aug 20 10:19:58.869457 osdx OSDxCLI[2227]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Aug 20 10:19:58.973938 osdx dnsmasq[187995]: query[A] teldat.com from ::1 Aug 20 10:19:58.974032 osdx dnsmasq[187995]: forwarded teldat.com to 10.0.0.2 Aug 20 10:19:58.974355 osdx dnsmasq[187995]: reply teldat.com is 172.24.0.11 Aug 20 10:19:58.975968 osdx OSDxCLI[2227]: 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=462 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 462.457/462.457/462.457/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
Aug 20 10:20:03.311154 osdx systemd-journald[1956]: Runtime Journal (/run/log/journal/5531ee11c77d43acb462311bc7f53dec) is 2.1M, max 15.3M, 13.1M free. Aug 20 10:20:03.312294 osdx systemd-journald[1956]: Received client request to rotate journal, rotating. Aug 20 10:20:03.312345 osdx systemd-journald[1956]: Vacuuming done, freed 0B of archived journals from /run/log/journal/5531ee11c77d43acb462311bc7f53dec. Aug 20 10:20:03.320989 osdx OSDxCLI[2227]: User 'admin' executed a new command: 'system journal clear'. Aug 20 10:20:03.549991 osdx OSDxCLI[2227]: User 'admin' executed a new command: 'system coredump delete all'. Aug 20 10:20:04.850422 osdx OSDxCLI[2227]: User 'admin' entered the configuration menu. Aug 20 10:20:04.926762 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Aug 20 10:20:05.001379 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Aug 20 10:20:05.099155 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'set service dns resolver local'. Aug 20 10:20:05.159163 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Aug 20 10:20:05.274320 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'show working'. Aug 20 10:20:05.337691 osdx ubnt-cfgd[188331]: inactive Aug 20 10:20:05.357862 osdx INFO[188339]: FRR daemons did not change Aug 20 10:20:05.380298 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Aug 20 10:20:05.410996 osdx zebra[24052]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 11 error 99 (Cannot assign requested address) Aug 20 10:20:05.516499 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Aug 20 10:20:05.525212 osdx dnsmasq[188482]: started, version 2.90 cachesize 150 Aug 20 10:20:05.525221 osdx dnsmasq[188482]: DNS service limited to local subnets Aug 20 10:20:05.525226 osdx dnsmasq[188482]: 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 Aug 20 10:20:05.525232 osdx dnsmasq[188482]: warning: ignoring resolv-file flag because no-resolv is set Aug 20 10:20:05.525246 osdx dnsmasq[188482]: using nameserver 10::2#53 Aug 20 10:20:05.525279 osdx dnsmasq[188482]: read /etc/hosts - 1 names Aug 20 10:20:05.550227 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Aug 20 10:20:05.550927 osdx cfgd[1656]: [2227]Completed change to active configuration Aug 20 10:20:05.561510 osdx OSDxCLI[2227]: User 'admin' committed the configuration. Aug 20 10:20:05.580186 osdx OSDxCLI[2227]: User 'admin' left the configuration menu. Aug 20 10:20:06.754857 osdx OSDxCLI[2227]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Aug 20 10:20:07.806640 osdx OSDxCLI[2227]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Aug 20 10:20:07.905288 osdx dnsmasq[188482]: query[A] teldat.com from ::1 Aug 20 10:20:07.905351 osdx dnsmasq[188482]: forwarded teldat.com to 10::2 Aug 20 10:20:07.905660 osdx dnsmasq[188482]: reply teldat.com is 172.24.0.11 Aug 20 10:20:07.917040 osdx OSDxCLI[2227]: 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.357 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.357/0.357/0.357/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
Aug 20 10:20:12.311805 osdx systemd-journald[1956]: Runtime Journal (/run/log/journal/5531ee11c77d43acb462311bc7f53dec) is 2.0M, max 15.3M, 13.3M free. Aug 20 10:20:12.313676 osdx systemd-journald[1956]: Received client request to rotate journal, rotating. Aug 20 10:20:12.313730 osdx systemd-journald[1956]: Vacuuming done, freed 0B of archived journals from /run/log/journal/5531ee11c77d43acb462311bc7f53dec. Aug 20 10:20:12.321418 osdx OSDxCLI[2227]: User 'admin' executed a new command: 'system journal clear'. Aug 20 10:20:12.537151 osdx OSDxCLI[2227]: User 'admin' executed a new command: 'system coredump delete all'. Aug 20 10:20:13.731213 osdx OSDxCLI[2227]: User 'admin' entered the configuration menu. Aug 20 10:20:13.827739 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Aug 20 10:20:13.929164 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Aug 20 10:20:14.000917 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'set service dns resolver local'. Aug 20 10:20:14.113661 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Aug 20 10:20:14.217406 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Aug 20 10:20:14.299686 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'show working'. Aug 20 10:20:14.394707 osdx ubnt-cfgd[188819]: inactive Aug 20 10:20:14.414933 osdx INFO[188827]: FRR daemons did not change Aug 20 10:20:14.441675 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Aug 20 10:20:14.589959 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Aug 20 10:20:14.599168 osdx dnsmasq[188970]: started, version 2.90 cachesize 150 Aug 20 10:20:14.599178 osdx dnsmasq[188970]: DNS service limited to local subnets Aug 20 10:20:14.599183 osdx dnsmasq[188970]: 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 Aug 20 10:20:14.599190 osdx dnsmasq[188970]: warning: ignoring resolv-file flag because no-resolv is set Aug 20 10:20:14.599206 osdx dnsmasq[188970]: using nameserver 10.0.0.10#53 Aug 20 10:20:14.599211 osdx dnsmasq[188970]: using nameserver 10.0.0.2#53 Aug 20 10:20:14.599246 osdx dnsmasq[188970]: read /etc/hosts - 1 names Aug 20 10:20:14.625537 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Aug 20 10:20:14.626436 osdx cfgd[1656]: [2227]Completed change to active configuration Aug 20 10:20:14.637303 osdx OSDxCLI[2227]: User 'admin' committed the configuration. Aug 20 10:20:14.653884 osdx OSDxCLI[2227]: User 'admin' left the configuration menu. Aug 20 10:20:14.819044 osdx OSDxCLI[2227]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Aug 20 10:20:14.917458 osdx dnsmasq[188970]: query[A] teldat.com from ::1 Aug 20 10:20:14.917526 osdx dnsmasq[188970]: forwarded teldat.com to 10.0.0.10 Aug 20 10:20:15.919134 osdx dnsmasq[188970]: query[A] teldat.com from ::1 Aug 20 10:20:16.920129 osdx dnsmasq[188970]: query[A] teldat.com from 127.0.0.1 Aug 20 10:20:16.920172 osdx dnsmasq[188970]: forwarded teldat.com to 10.0.0.2 Aug 20 10:20:16.920455 osdx dnsmasq[188970]: reply teldat.com is 172.24.0.11 Aug 20 10:20:16.932215 osdx OSDxCLI[2227]: 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=451 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 450.967/450.967/450.967/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
Aug 20 10:20:21.351657 osdx systemd-journald[1956]: Runtime Journal (/run/log/journal/5531ee11c77d43acb462311bc7f53dec) is 2.0M, max 15.3M, 13.3M free. Aug 20 10:20:21.353263 osdx systemd-journald[1956]: Received client request to rotate journal, rotating. Aug 20 10:20:21.353329 osdx systemd-journald[1956]: Vacuuming done, freed 0B of archived journals from /run/log/journal/5531ee11c77d43acb462311bc7f53dec. Aug 20 10:20:21.362661 osdx OSDxCLI[2227]: User 'admin' executed a new command: 'system journal clear'. Aug 20 10:20:21.588940 osdx OSDxCLI[2227]: User 'admin' executed a new command: 'system coredump delete all'. Aug 20 10:20:22.873526 osdx OSDxCLI[2227]: User 'admin' entered the configuration menu. Aug 20 10:20:23.036402 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Aug 20 10:20:23.101281 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Aug 20 10:20:23.209356 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'set service dns resolver local'. Aug 20 10:20:23.274236 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Aug 20 10:20:23.375347 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Aug 20 10:20:23.449059 osdx OSDxCLI[2227]: User 'admin' added a new cfg line: 'show working'. Aug 20 10:20:23.544091 osdx ubnt-cfgd[189304]: inactive Aug 20 10:20:23.566375 osdx INFO[189312]: FRR daemons did not change Aug 20 10:20:23.589271 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Aug 20 10:20:23.741578 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Aug 20 10:20:23.749789 osdx dnsmasq[189455]: started, version 2.90 cachesize 150 Aug 20 10:20:23.750003 osdx dnsmasq[189455]: DNS service limited to local subnets Aug 20 10:20:23.750048 osdx dnsmasq[189455]: 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 Aug 20 10:20:23.750088 osdx dnsmasq[189455]: warning: ignoring resolv-file flag because no-resolv is set Aug 20 10:20:23.750143 osdx dnsmasq[189455]: using nameserver 10::10#53 Aug 20 10:20:23.750193 osdx dnsmasq[189455]: using nameserver 10::2#53 Aug 20 10:20:23.750292 osdx dnsmasq[189455]: read /etc/hosts - 1 names Aug 20 10:20:23.775669 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Aug 20 10:20:23.776572 osdx cfgd[1656]: [2227]Completed change to active configuration Aug 20 10:20:23.787391 osdx OSDxCLI[2227]: User 'admin' committed the configuration. Aug 20 10:20:23.803754 osdx OSDxCLI[2227]: User 'admin' left the configuration menu. Aug 20 10:20:24.965216 osdx OSDxCLI[2227]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Aug 20 10:20:25.990983 osdx OSDxCLI[2227]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Aug 20 10:20:26.076444 osdx dnsmasq[189455]: query[A] teldat.com from ::1 Aug 20 10:20:26.076523 osdx dnsmasq[189455]: forwarded teldat.com to 10::10 Aug 20 10:20:27.077636 osdx dnsmasq[189455]: query[A] teldat.com from ::1 Aug 20 10:20:28.078636 osdx dnsmasq[189455]: query[A] teldat.com from 127.0.0.1 Aug 20 10:20:28.078683 osdx dnsmasq[189455]: forwarded teldat.com to 10::2 Aug 20 10:20:28.078937 osdx dnsmasq[189455]: reply teldat.com is 172.24.0.11 Aug 20 10:20:28.090666 osdx OSDxCLI[2227]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.