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 1
Show 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.345 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.345/0.345/0.345/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
May 19 14:40:13.326975 osdx systemd-journald[1859]: Runtime Journal (/run/log/journal/dd53a6d251524eaf96fe5f49da605cd5) is 2.0M, max 15.3M, 13.3M free.
May 19 14:40:13.327406 osdx systemd-journald[1859]: Received client request to rotate journal, rotating.
May 19 14:40:13.327437 osdx systemd-journald[1859]: Vacuuming done, freed 0B of archived journals from /run/log/journal/dd53a6d251524eaf96fe5f49da605cd5.
May 19 14:40:13.336046 osdx OSDxCLI[2756]: User 'admin' executed a new command: 'system journal clear'.
May 19 14:40:13.674958 osdx osdx-coredump[41176]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
May 19 14:40:13.682783 osdx OSDxCLI[2756]: User 'admin' executed a new command: 'system coredump delete all'.
May 19 14:40:15.322173 osdx OSDxCLI[2756]: User 'admin' entered the configuration menu.
May 19 14:40:15.446625 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
May 19 14:40:15.511157 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
May 19 14:40:15.610917 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'set service dns resolver local'.
May 19 14:40:15.724293 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
May 19 14:40:15.837318 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'show working'.
May 19 14:40:15.906651 osdx INFO[41198]: FRR daemons did not change
May 19 14:40:15.927382 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
May 19 14:40:16.123619 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
May 19 14:40:16.131062 osdx dnsmasq[41316]: started, version 2.90 cachesize 150
May 19 14:40:16.131246 osdx dnsmasq[41316]: DNS service limited to local subnets
May 19 14:40:16.131290 osdx dnsmasq[41316]: 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
May 19 14:40:16.131327 osdx dnsmasq[41316]: warning: ignoring resolv-file flag because no-resolv is set
May 19 14:40:16.131379 osdx dnsmasq[41316]: using nameserver 10.0.0.2#53
May 19 14:40:16.131446 osdx dnsmasq[41316]: read /etc/hosts - 1 names
May 19 14:40:16.157252 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
May 19 14:40:16.158002 osdx cfgd[1649]: [2756]Completed change to active configuration
May 19 14:40:16.183219 osdx OSDxCLI[2756]: User 'admin' committed the configuration.
May 19 14:40:16.207920 osdx OSDxCLI[2756]: User 'admin' left the configuration menu.
May 19 14:40:16.389634 osdx OSDxCLI[2756]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
May 19 14:40:16.471076 osdx dnsmasq[41316]: query[A] teldat.com from ::1
May 19 14:40:16.471136 osdx dnsmasq[41316]: forwarded teldat.com to 10.0.0.2
May 19 14:40:16.471451 osdx dnsmasq[41316]: reply teldat.com is 172.24.0.11
May 19 14:40:16.483324 osdx OSDxCLI[2756]: 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 1
Show output
PING 10::2(10::2) 56 data bytes
64 bytes from 10::2: icmp_seq=1 ttl=64 time=455 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 455.101/455.101/455.101/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
May 19 14:40:21.323846 osdx systemd-journald[1859]: Runtime Journal (/run/log/journal/dd53a6d251524eaf96fe5f49da605cd5) is 2.0M, max 15.3M, 13.3M free.
May 19 14:40:21.325241 osdx systemd-journald[1859]: Received client request to rotate journal, rotating.
May 19 14:40:21.325290 osdx systemd-journald[1859]: Vacuuming done, freed 0B of archived journals from /run/log/journal/dd53a6d251524eaf96fe5f49da605cd5.
May 19 14:40:21.334349 osdx OSDxCLI[2756]: User 'admin' executed a new command: 'system journal clear'.
May 19 14:40:21.712447 osdx osdx-coredump[41611]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
May 19 14:40:21.720983 osdx OSDxCLI[2756]: User 'admin' executed a new command: 'system coredump delete all'.
May 19 14:40:23.192098 osdx OSDxCLI[2756]: User 'admin' entered the configuration menu.
May 19 14:40:23.311123 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
May 19 14:40:23.377260 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
May 19 14:40:23.503117 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'set service dns resolver local'.
May 19 14:40:23.601941 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
May 19 14:40:23.684208 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'show working'.
May 19 14:40:23.794317 osdx INFO[41633]: FRR daemons did not change
May 19 14:40:23.817245 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
May 19 14:40:23.993507 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
May 19 14:40:24.002145 osdx dnsmasq[41754]: started, version 2.90 cachesize 150
May 19 14:40:24.002160 osdx dnsmasq[41754]: DNS service limited to local subnets
May 19 14:40:24.002168 osdx dnsmasq[41754]: 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
May 19 14:40:24.002177 osdx dnsmasq[41754]: warning: ignoring resolv-file flag because no-resolv is set
May 19 14:40:24.002195 osdx dnsmasq[41754]: using nameserver 10::2#53
May 19 14:40:24.002235 osdx dnsmasq[41754]: read /etc/hosts - 1 names
May 19 14:40:24.028005 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
May 19 14:40:24.028782 osdx cfgd[1649]: [2756]Completed change to active configuration
May 19 14:40:24.065735 osdx OSDxCLI[2756]: User 'admin' committed the configuration.
May 19 14:40:24.096386 osdx OSDxCLI[2756]: User 'admin' left the configuration menu.
May 19 14:40:25.233426 osdx OSDxCLI[2756]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
May 19 14:40:26.264215 osdx OSDxCLI[2756]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
May 19 14:40:26.352284 osdx dnsmasq[41754]: query[A] teldat.com from ::1
May 19 14:40:26.352342 osdx dnsmasq[41754]: forwarded teldat.com to 10::2
May 19 14:40:26.352609 osdx dnsmasq[41754]: reply teldat.com is 172.24.0.11
May 19 14:40:26.364247 osdx OSDxCLI[2756]: 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 1
Show 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.409 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.409/0.409/0.409/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
May 19 14:40:31.330152 osdx systemd-journald[1859]: Runtime Journal (/run/log/journal/dd53a6d251524eaf96fe5f49da605cd5) is 2.0M, max 15.3M, 13.3M free.
May 19 14:40:31.331466 osdx systemd-journald[1859]: Received client request to rotate journal, rotating.
May 19 14:40:31.331514 osdx systemd-journald[1859]: Vacuuming done, freed 0B of archived journals from /run/log/journal/dd53a6d251524eaf96fe5f49da605cd5.
May 19 14:40:31.343154 osdx OSDxCLI[2756]: User 'admin' executed a new command: 'system journal clear'.
May 19 14:40:31.663728 osdx osdx-coredump[42053]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
May 19 14:40:31.671469 osdx OSDxCLI[2756]: User 'admin' executed a new command: 'system coredump delete all'.
May 19 14:40:33.132189 osdx OSDxCLI[2756]: User 'admin' entered the configuration menu.
May 19 14:40:33.219293 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
May 19 14:40:33.304674 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
May 19 14:40:33.361864 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'set service dns resolver local'.
May 19 14:40:33.464661 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
May 19 14:40:33.605481 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
May 19 14:40:33.675071 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'show working'.
May 19 14:40:33.787095 osdx INFO[42076]: FRR daemons did not change
May 19 14:40:33.807480 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
May 19 14:40:33.975798 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
May 19 14:40:33.983951 osdx dnsmasq[42197]: started, version 2.90 cachesize 150
May 19 14:40:33.983961 osdx dnsmasq[42197]: DNS service limited to local subnets
May 19 14:40:33.983966 osdx dnsmasq[42197]: 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
May 19 14:40:33.983974 osdx dnsmasq[42197]: warning: ignoring resolv-file flag because no-resolv is set
May 19 14:40:33.983990 osdx dnsmasq[42197]: using nameserver 10.0.0.10#53
May 19 14:40:33.983994 osdx dnsmasq[42197]: using nameserver 10.0.0.2#53
May 19 14:40:33.984026 osdx dnsmasq[42197]: read /etc/hosts - 1 names
May 19 14:40:34.010928 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
May 19 14:40:34.011787 osdx cfgd[1649]: [2756]Completed change to active configuration
May 19 14:40:34.048780 osdx OSDxCLI[2756]: User 'admin' committed the configuration.
May 19 14:40:34.065831 osdx OSDxCLI[2756]: User 'admin' left the configuration menu.
May 19 14:40:34.219423 osdx OSDxCLI[2756]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
May 19 14:40:34.299191 osdx dnsmasq[42197]: query[A] teldat.com from ::1
May 19 14:40:34.299271 osdx dnsmasq[42197]: forwarded teldat.com to 10.0.0.10
May 19 14:40:35.299860 osdx dnsmasq[42197]: query[A] teldat.com from ::1
May 19 14:40:36.300920 osdx dnsmasq[42197]: query[A] teldat.com from 127.0.0.1
May 19 14:40:36.300974 osdx dnsmasq[42197]: forwarded teldat.com to 10.0.0.2
May 19 14:40:36.301385 osdx dnsmasq[42197]: reply teldat.com is 172.24.0.11
May 19 14:40:36.303611 osdx OSDxCLI[2756]: 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 1
Show output
PING 10::2(10::2) 56 data bytes
64 bytes from 10::2: icmp_seq=1 ttl=64 time=463 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 462.951/462.951/462.951/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
May 19 14:40:40.000191 osdx systemd-timedated[27609]: Changed local time to Mon 2025-05-19 14:40:40 UTC
May 19 14:40:40.001381 osdx systemd-journald[1859]: Time jumped backwards, rotating.
May 19 14:40:40.001417 osdx OSDxCLI[2756]: User 'admin' executed a new command: 'set date 2025-05-19 14:40:40'.
May 19 14:40:40.376602 osdx systemd-journald[1859]: Runtime Journal (/run/log/journal/dd53a6d251524eaf96fe5f49da605cd5) is 2.0M, max 15.3M, 13.3M free.
May 19 14:40:40.377384 osdx systemd-journald[1859]: Received client request to rotate journal, rotating.
May 19 14:40:40.377426 osdx systemd-journald[1859]: Vacuuming done, freed 0B of archived journals from /run/log/journal/dd53a6d251524eaf96fe5f49da605cd5.
May 19 14:40:40.386554 osdx OSDxCLI[2756]: User 'admin' executed a new command: 'system journal clear'.
May 19 14:40:40.737332 osdx osdx-coredump[42496]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
May 19 14:40:40.744961 osdx OSDxCLI[2756]: User 'admin' executed a new command: 'system coredump delete all'.
May 19 14:40:42.317664 osdx OSDxCLI[2756]: User 'admin' entered the configuration menu.
May 19 14:40:42.404578 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
May 19 14:40:42.513150 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
May 19 14:40:42.584665 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'set service dns resolver local'.
May 19 14:40:42.709358 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
May 19 14:40:42.821402 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
May 19 14:40:42.908590 osdx OSDxCLI[2756]: User 'admin' added a new cfg line: 'show working'.
May 19 14:40:42.983178 osdx INFO[42519]: FRR daemons did not change
May 19 14:40:43.005411 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
May 19 14:40:43.201656 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
May 19 14:40:43.209261 osdx dnsmasq[42640]: started, version 2.90 cachesize 150
May 19 14:40:43.209271 osdx dnsmasq[42640]: DNS service limited to local subnets
May 19 14:40:43.209276 osdx dnsmasq[42640]: 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
May 19 14:40:43.209283 osdx dnsmasq[42640]: warning: ignoring resolv-file flag because no-resolv is set
May 19 14:40:43.209300 osdx dnsmasq[42640]: using nameserver 10::10#53
May 19 14:40:43.209305 osdx dnsmasq[42640]: using nameserver 10::2#53
May 19 14:40:43.209338 osdx dnsmasq[42640]: read /etc/hosts - 1 names
May 19 14:40:43.237465 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
May 19 14:40:43.238502 osdx cfgd[1649]: [2756]Completed change to active configuration
May 19 14:40:43.269294 osdx OSDxCLI[2756]: User 'admin' committed the configuration.
May 19 14:40:43.289414 osdx OSDxCLI[2756]: User 'admin' left the configuration menu.
May 19 14:40:44.434261 osdx OSDxCLI[2756]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
May 19 14:40:45.480126 osdx OSDxCLI[2756]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
May 19 14:40:45.555154 osdx dnsmasq[42640]: query[A] teldat.com from ::1
May 19 14:40:45.555233 osdx dnsmasq[42640]: forwarded teldat.com to 10::10
May 19 14:40:46.555816 osdx dnsmasq[42640]: query[A] teldat.com from ::1
May 19 14:40:47.556796 osdx dnsmasq[42640]: query[A] teldat.com from 127.0.0.1
May 19 14:40:47.556851 osdx dnsmasq[42640]: forwarded teldat.com to 10::2
May 19 14:40:47.557244 osdx dnsmasq[42640]: reply teldat.com is 172.24.0.11
May 19 14:40:47.569121 osdx OSDxCLI[2756]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.