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.641 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.641/0.641/0.641/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
Mar 21 16:10:00.894724 osdx systemd-journald[1986]: Runtime Journal (/run/log/journal/5b174a9dbeeb42728284be3b4e954aec) is 2.1M, max 15.3M, 13.2M free. Mar 21 16:10:00.895598 osdx systemd-journald[1986]: Received client request to rotate journal, rotating. Mar 21 16:10:00.895664 osdx systemd-journald[1986]: Vacuuming done, freed 0B of archived journals from /run/log/journal/5b174a9dbeeb42728284be3b4e954aec. Mar 21 16:10:00.932151 osdx OSDxCLI[2248]: User 'admin' executed a new command: 'system journal clear'. Mar 21 16:10:02.431261 osdx osdx-coredump[10467]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Mar 21 16:10:02.473952 osdx OSDxCLI[2248]: User 'admin' executed a new command: 'system coredump delete all'. Mar 21 16:10:07.412693 osdx OSDxCLI[2248]: User 'admin' entered the configuration menu. Mar 21 16:10:07.621204 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Mar 21 16:10:07.824976 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Mar 21 16:10:07.955394 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'set service dns resolver local'. Mar 21 16:10:08.116770 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Mar 21 16:10:08.302485 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'show working'. Mar 21 16:10:08.428878 osdx ubnt-cfgd[10492]: inactive Mar 21 16:10:08.578717 osdx INFO[10504]: FRR daemons did not change Mar 21 16:10:08.867411 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Mar 21 16:10:08.886183 osdx dnsmasq[10644]: started, version 2.90 cachesize 150 Mar 21 16:10:08.886207 osdx dnsmasq[10644]: DNS service limited to local subnets Mar 21 16:10:08.886220 osdx dnsmasq[10644]: 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 Mar 21 16:10:08.886237 osdx dnsmasq[10644]: warning: ignoring resolv-file flag because no-resolv is set Mar 21 16:10:08.886273 osdx dnsmasq[10644]: using nameserver 10.0.0.2#53 Mar 21 16:10:08.886349 osdx dnsmasq[10644]: read /etc/hosts - 1 names Mar 21 16:10:08.941514 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Mar 21 16:10:08.943334 osdx cfgd[1672]: [2248]Completed change to active configuration Mar 21 16:10:08.959470 osdx OSDxCLI[2248]: User 'admin' committed the configuration. Mar 21 16:10:09.013471 osdx OSDxCLI[2248]: User 'admin' left the configuration menu. Mar 21 16:10:09.324429 osdx OSDxCLI[2248]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Mar 21 16:10:09.477144 osdx dnsmasq[10644]: query[A] teldat.com from ::1 Mar 21 16:10:09.477260 osdx dnsmasq[10644]: forwarded teldat.com to 10.0.0.2 Mar 21 16:10:09.477640 osdx dnsmasq[10644]: reply teldat.com is 172.24.0.11 Mar 21 16:10:09.490137 osdx OSDxCLI[2248]: 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
Mar 21 16:10:18.641667 osdx systemd-journald[1986]: Runtime Journal (/run/log/journal/5b174a9dbeeb42728284be3b4e954aec) is 2.5M, max 15.3M, 12.8M free. Mar 21 16:10:18.643776 osdx systemd-journald[1986]: Received client request to rotate journal, rotating. Mar 21 16:10:18.643853 osdx systemd-journald[1986]: Vacuuming done, freed 0B of archived journals from /run/log/journal/5b174a9dbeeb42728284be3b4e954aec. Mar 21 16:10:18.710691 osdx OSDxCLI[2248]: User 'admin' executed a new command: 'system journal clear'. Mar 21 16:10:19.754532 osdx osdx-coredump[10976]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Mar 21 16:10:19.801722 osdx OSDxCLI[2248]: User 'admin' executed a new command: 'system coredump delete all'. Mar 21 16:10:23.737171 osdx OSDxCLI[2248]: User 'admin' entered the configuration menu. Mar 21 16:10:23.950235 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Mar 21 16:10:24.093863 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Mar 21 16:10:24.203491 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'set service dns resolver local'. Mar 21 16:10:24.354681 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Mar 21 16:10:24.535572 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'show working'. Mar 21 16:10:24.659184 osdx ubnt-cfgd[11000]: inactive Mar 21 16:10:24.815744 osdx INFO[11012]: FRR daemons did not change Mar 21 16:10:24.924727 osdx zebra[1613]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 11 error 99 (Cannot assign requested address) Mar 21 16:10:25.157352 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Mar 21 16:10:25.170817 osdx dnsmasq[11155]: started, version 2.90 cachesize 150 Mar 21 16:10:25.170850 osdx dnsmasq[11155]: DNS service limited to local subnets Mar 21 16:10:25.170863 osdx dnsmasq[11155]: 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 Mar 21 16:10:25.170879 osdx dnsmasq[11155]: warning: ignoring resolv-file flag because no-resolv is set Mar 21 16:10:25.170913 osdx dnsmasq[11155]: using nameserver 10::2#53 Mar 21 16:10:25.171034 osdx dnsmasq[11155]: read /etc/hosts - 1 names Mar 21 16:10:25.238508 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Mar 21 16:10:25.240045 osdx cfgd[1672]: [2248]Completed change to active configuration Mar 21 16:10:25.261815 osdx OSDxCLI[2248]: User 'admin' committed the configuration. Mar 21 16:10:25.308535 osdx OSDxCLI[2248]: User 'admin' left the configuration menu. Mar 21 16:10:26.529373 osdx OSDxCLI[2248]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Mar 21 16:10:27.207544 osdx OSDxCLI[2248]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Mar 21 16:10:27.379735 osdx dnsmasq[11155]: query[A] teldat.com from ::1 Mar 21 16:10:27.379814 osdx dnsmasq[11155]: forwarded teldat.com to 10::2 Mar 21 16:10:27.380264 osdx dnsmasq[11155]: reply teldat.com is 172.24.0.11 Mar 21 16:10:27.394099 osdx OSDxCLI[2248]: 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=5.00 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 5.001/5.001/5.001/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
Mar 21 16:10:35.536041 osdx systemd-journald[1986]: Runtime Journal (/run/log/journal/5b174a9dbeeb42728284be3b4e954aec) is 2.0M, max 15.3M, 13.3M free. Mar 21 16:10:35.537585 osdx systemd-journald[1986]: Received client request to rotate journal, rotating. Mar 21 16:10:35.537670 osdx systemd-journald[1986]: Vacuuming done, freed 0B of archived journals from /run/log/journal/5b174a9dbeeb42728284be3b4e954aec. Mar 21 16:10:35.552642 osdx OSDxCLI[2248]: User 'admin' executed a new command: 'system journal clear'. Mar 21 16:10:36.268633 osdx osdx-coredump[11490]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Mar 21 16:10:36.323975 osdx OSDxCLI[2248]: User 'admin' executed a new command: 'system coredump delete all'. Mar 21 16:10:39.416301 osdx OSDxCLI[2248]: User 'admin' entered the configuration menu. Mar 21 16:10:39.555505 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Mar 21 16:10:39.691804 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Mar 21 16:10:39.838659 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'set service dns resolver local'. Mar 21 16:10:40.007925 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Mar 21 16:10:40.131784 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Mar 21 16:10:40.310909 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'show working'. Mar 21 16:10:40.407720 osdx ubnt-cfgd[11515]: inactive Mar 21 16:10:40.888368 osdx INFO[11527]: FRR daemons did not change Mar 21 16:10:41.226168 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Mar 21 16:10:41.247631 osdx dnsmasq[11670]: started, version 2.90 cachesize 150 Mar 21 16:10:41.247652 osdx dnsmasq[11670]: DNS service limited to local subnets Mar 21 16:10:41.247663 osdx dnsmasq[11670]: 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 Mar 21 16:10:41.247678 osdx dnsmasq[11670]: warning: ignoring resolv-file flag because no-resolv is set Mar 21 16:10:41.247716 osdx dnsmasq[11670]: using nameserver 10.0.0.10#53 Mar 21 16:10:41.247729 osdx dnsmasq[11670]: using nameserver 10.0.0.2#53 Mar 21 16:10:41.247810 osdx dnsmasq[11670]: read /etc/hosts - 1 names Mar 21 16:10:41.299727 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Mar 21 16:10:41.307462 osdx cfgd[1672]: [2248]Completed change to active configuration Mar 21 16:10:41.326422 osdx OSDxCLI[2248]: User 'admin' committed the configuration. Mar 21 16:10:41.374603 osdx OSDxCLI[2248]: User 'admin' left the configuration menu. Mar 21 16:10:41.635677 osdx OSDxCLI[2248]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Mar 21 16:10:41.825485 osdx dnsmasq[11670]: query[A] teldat.com from ::1 Mar 21 16:10:41.825870 osdx dnsmasq[11670]: forwarded teldat.com to 10.0.0.10 Mar 21 16:10:42.826052 osdx dnsmasq[11670]: query[A] teldat.com from ::1 Mar 21 16:10:43.827142 osdx dnsmasq[11670]: query[A] teldat.com from 127.0.0.1 Mar 21 16:10:43.827205 osdx dnsmasq[11670]: forwarded teldat.com to 10.0.0.2 Mar 21 16:10:43.827613 osdx dnsmasq[11670]: reply teldat.com is 172.24.0.11 Mar 21 16:10:43.840423 osdx OSDxCLI[2248]: 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=16.7 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 16.653/16.653/16.653/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
Mar 21 16:10:55.483217 osdx systemd-journald[1986]: Runtime Journal (/run/log/journal/5b174a9dbeeb42728284be3b4e954aec) is 2.0M, max 15.3M, 13.3M free. Mar 21 16:10:55.484042 osdx systemd-journald[1986]: Received client request to rotate journal, rotating. Mar 21 16:10:55.484114 osdx systemd-journald[1986]: Vacuuming done, freed 0B of archived journals from /run/log/journal/5b174a9dbeeb42728284be3b4e954aec. Mar 21 16:10:55.512432 osdx OSDxCLI[2248]: User 'admin' executed a new command: 'system journal clear'. Mar 21 16:10:56.297590 osdx osdx-coredump[12002]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Mar 21 16:10:56.320262 osdx OSDxCLI[2248]: User 'admin' executed a new command: 'system coredump delete all'. Mar 21 16:10:59.436930 osdx OSDxCLI[2248]: User 'admin' entered the configuration menu. Mar 21 16:10:59.613544 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Mar 21 16:10:59.774349 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Mar 21 16:10:59.986549 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'set service dns resolver local'. Mar 21 16:11:00.168385 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Mar 21 16:11:00.374931 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Mar 21 16:11:00.607864 osdx OSDxCLI[2248]: User 'admin' added a new cfg line: 'show working'. Mar 21 16:11:00.767968 osdx ubnt-cfgd[12027]: inactive Mar 21 16:11:01.090692 osdx INFO[12039]: FRR daemons did not change Mar 21 16:11:01.441340 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Mar 21 16:11:01.473612 osdx dnsmasq[12184]: started, version 2.90 cachesize 150 Mar 21 16:11:01.473638 osdx dnsmasq[12184]: DNS service limited to local subnets Mar 21 16:11:01.473651 osdx dnsmasq[12184]: 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 Mar 21 16:11:01.473699 osdx dnsmasq[12184]: warning: ignoring resolv-file flag because no-resolv is set Mar 21 16:11:01.473743 osdx dnsmasq[12184]: using nameserver 10::10#53 Mar 21 16:11:01.473758 osdx dnsmasq[12184]: using nameserver 10::2#53 Mar 21 16:11:01.473838 osdx dnsmasq[12184]: read /etc/hosts - 1 names Mar 21 16:11:01.578774 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Mar 21 16:11:01.595977 osdx cfgd[1672]: [2248]Completed change to active configuration Mar 21 16:11:01.665117 osdx OSDxCLI[2248]: User 'admin' committed the configuration. Mar 21 16:11:01.794602 osdx OSDxCLI[2248]: User 'admin' left the configuration menu. Mar 21 16:11:03.200540 osdx OSDxCLI[2248]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Mar 21 16:11:03.945398 osdx OSDxCLI[2248]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Mar 21 16:11:04.138094 osdx dnsmasq[12184]: query[A] teldat.com from ::1 Mar 21 16:11:04.138217 osdx dnsmasq[12184]: forwarded teldat.com to 10::10 Mar 21 16:11:05.138967 osdx dnsmasq[12184]: query[A] teldat.com from ::1 Mar 21 16:11:06.140101 osdx dnsmasq[12184]: query[A] teldat.com from 127.0.0.1 Mar 21 16:11:06.140177 osdx dnsmasq[12184]: forwarded teldat.com to 10::2 Mar 21 16:11:06.140691 osdx dnsmasq[12184]: reply teldat.com is 172.24.0.11 Mar 21 16:11:06.153417 osdx OSDxCLI[2248]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.