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.350 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.350/0.350/0.350/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 14 09:53:56.308878 osdx systemd-journald[1884]: Runtime Journal (/run/log/journal/0288f6065d6743618e90e784ba8b9df5) is 2.1M, max 15.3M, 13.1M free.
May 14 09:53:56.311410 osdx systemd-journald[1884]: Received client request to rotate journal, rotating.
May 14 09:53:56.311464 osdx systemd-journald[1884]: Vacuuming done, freed 0B of archived journals from /run/log/journal/0288f6065d6743618e90e784ba8b9df5.
May 14 09:53:56.318191 osdx OSDxCLI[2678]: User 'admin' executed a new command: 'system journal clear'.
May 14 09:53:56.643706 osdx osdx-coredump[159841]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
May 14 09:53:56.651565 osdx OSDxCLI[2678]: User 'admin' executed a new command: 'system coredump delete all'.
May 14 09:53:58.062995 osdx OSDxCLI[2678]: User 'admin' entered the configuration menu.
May 14 09:53:58.155102 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
May 14 09:53:58.266225 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
May 14 09:53:58.409519 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'set service dns resolver local'.
May 14 09:53:58.469694 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
May 14 09:53:58.578772 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'show working'.
May 14 09:53:58.640929 osdx ubnt-cfgd[159861]: inactive
May 14 09:53:58.660503 osdx INFO[159869]: FRR daemons did not change
May 14 09:53:58.847654 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
May 14 09:53:58.857832 osdx dnsmasq[160012]: started, version 2.90 cachesize 150
May 14 09:53:58.857853 osdx dnsmasq[160012]: DNS service limited to local subnets
May 14 09:53:58.857865 osdx dnsmasq[160012]: 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 14 09:53:58.857879 osdx dnsmasq[160012]: warning: ignoring resolv-file flag because no-resolv is set
May 14 09:53:58.857908 osdx dnsmasq[160012]: using nameserver 10.0.0.2#53
May 14 09:53:58.857979 osdx dnsmasq[160012]: read /etc/hosts - 1 names
May 14 09:53:58.898781 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
May 14 09:53:58.900051 osdx cfgd[1681]: [2678]Completed change to active configuration
May 14 09:53:58.912141 osdx OSDxCLI[2678]: User 'admin' committed the configuration.
May 14 09:53:58.934065 osdx OSDxCLI[2678]: User 'admin' left the configuration menu.
May 14 09:53:59.091632 osdx OSDxCLI[2678]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
May 14 09:53:59.161736 osdx dnsmasq[160012]: query[A] teldat.com from ::1
May 14 09:53:59.161810 osdx dnsmasq[160012]: forwarded teldat.com to 10.0.0.2
May 14 09:53:59.162153 osdx dnsmasq[160012]: reply teldat.com is 172.24.0.11
May 14 09:53:59.173621 osdx OSDxCLI[2678]: 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=452 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 451.733/451.733/451.733/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 14 09:54:03.298895 osdx systemd-journald[1884]: Runtime Journal (/run/log/journal/0288f6065d6743618e90e784ba8b9df5) is 2.1M, max 15.3M, 13.1M free.
May 14 09:54:03.300889 osdx systemd-journald[1884]: Received client request to rotate journal, rotating.
May 14 09:54:03.300929 osdx systemd-journald[1884]: Vacuuming done, freed 0B of archived journals from /run/log/journal/0288f6065d6743618e90e784ba8b9df5.
May 14 09:54:03.308298 osdx OSDxCLI[2678]: User 'admin' executed a new command: 'system journal clear'.
May 14 09:54:03.628260 osdx osdx-coredump[160338]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
May 14 09:54:03.636123 osdx OSDxCLI[2678]: User 'admin' executed a new command: 'system coredump delete all'.
May 14 09:54:05.181843 osdx OSDxCLI[2678]: User 'admin' entered the configuration menu.
May 14 09:54:05.259671 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
May 14 09:54:05.362263 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
May 14 09:54:05.480944 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'set service dns resolver local'.
May 14 09:54:05.581640 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
May 14 09:54:05.673225 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'show working'.
May 14 09:54:05.794339 osdx ubnt-cfgd[160358]: inactive
May 14 09:54:05.814678 osdx INFO[160366]: FRR daemons did not change
May 14 09:54:05.989103 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
May 14 09:54:05.999438 osdx dnsmasq[160509]: started, version 2.90 cachesize 150
May 14 09:54:05.999651 osdx dnsmasq[160509]: DNS service limited to local subnets
May 14 09:54:05.999695 osdx dnsmasq[160509]: 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 14 09:54:05.999734 osdx dnsmasq[160509]: warning: ignoring resolv-file flag because no-resolv is set
May 14 09:54:05.999786 osdx dnsmasq[160509]: using nameserver 10::2#53
May 14 09:54:05.999857 osdx dnsmasq[160509]: read /etc/hosts - 1 names
May 14 09:54:06.025772 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
May 14 09:54:06.026759 osdx cfgd[1681]: [2678]Completed change to active configuration
May 14 09:54:06.037675 osdx OSDxCLI[2678]: User 'admin' committed the configuration.
May 14 09:54:06.057438 osdx OSDxCLI[2678]: User 'admin' left the configuration menu.
May 14 09:54:07.193264 osdx OSDxCLI[2678]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
May 14 09:54:08.222950 osdx OSDxCLI[2678]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
May 14 09:54:08.296046 osdx dnsmasq[160509]: query[A] teldat.com from ::1
May 14 09:54:08.296100 osdx dnsmasq[160509]: forwarded teldat.com to 10::2
May 14 09:54:08.296504 osdx dnsmasq[160509]: reply teldat.com is 172.24.0.11
May 14 09:54:08.307902 osdx OSDxCLI[2678]: 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.339 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.339/0.339/0.339/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 14 09:54:13.321171 osdx systemd-journald[1884]: Runtime Journal (/run/log/journal/0288f6065d6743618e90e784ba8b9df5) is 2.0M, max 15.3M, 13.3M free.
May 14 09:54:13.323098 osdx systemd-journald[1884]: Received client request to rotate journal, rotating.
May 14 09:54:13.323151 osdx systemd-journald[1884]: Vacuuming done, freed 0B of archived journals from /run/log/journal/0288f6065d6743618e90e784ba8b9df5.
May 14 09:54:13.330668 osdx OSDxCLI[2678]: User 'admin' executed a new command: 'system journal clear'.
May 14 09:54:13.669697 osdx osdx-coredump[160835]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
May 14 09:54:13.677818 osdx OSDxCLI[2678]: User 'admin' executed a new command: 'system coredump delete all'.
May 14 09:54:15.252851 osdx OSDxCLI[2678]: User 'admin' entered the configuration menu.
May 14 09:54:15.371701 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
May 14 09:54:15.430119 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
May 14 09:54:15.526232 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'set service dns resolver local'.
May 14 09:54:15.589149 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
May 14 09:54:15.716366 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
May 14 09:54:15.784422 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'show working'.
May 14 09:54:15.877772 osdx ubnt-cfgd[160856]: inactive
May 14 09:54:15.896992 osdx INFO[160864]: FRR daemons did not change
May 14 09:54:16.063403 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
May 14 09:54:16.073854 osdx dnsmasq[161007]: started, version 2.90 cachesize 150
May 14 09:54:16.073865 osdx dnsmasq[161007]: DNS service limited to local subnets
May 14 09:54:16.073871 osdx dnsmasq[161007]: 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 14 09:54:16.073877 osdx dnsmasq[161007]: warning: ignoring resolv-file flag because no-resolv is set
May 14 09:54:16.073893 osdx dnsmasq[161007]: using nameserver 10.0.0.10#53
May 14 09:54:16.073899 osdx dnsmasq[161007]: using nameserver 10.0.0.2#53
May 14 09:54:16.073932 osdx dnsmasq[161007]: read /etc/hosts - 1 names
May 14 09:54:16.106743 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
May 14 09:54:16.107665 osdx cfgd[1681]: [2678]Completed change to active configuration
May 14 09:54:16.118387 osdx OSDxCLI[2678]: User 'admin' committed the configuration.
May 14 09:54:16.135943 osdx OSDxCLI[2678]: User 'admin' left the configuration menu.
May 14 09:54:16.280461 osdx OSDxCLI[2678]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
May 14 09:54:16.350670 osdx dnsmasq[161007]: query[A] teldat.com from ::1
May 14 09:54:16.350742 osdx dnsmasq[161007]: forwarded teldat.com to 10.0.0.10
May 14 09:54:17.351943 osdx dnsmasq[161007]: query[A] teldat.com from ::1
May 14 09:54:18.352948 osdx dnsmasq[161007]: query[A] teldat.com from 127.0.0.1
May 14 09:54:18.353003 osdx dnsmasq[161007]: forwarded teldat.com to 10.0.0.2
May 14 09:54:18.353375 osdx dnsmasq[161007]: reply teldat.com is 172.24.0.11
May 14 09:54:18.365027 osdx OSDxCLI[2678]: 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 = 463.018/463.018/463.018/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 14 09:54:22.355479 osdx systemd-journald[1884]: Runtime Journal (/run/log/journal/0288f6065d6743618e90e784ba8b9df5) is 2.0M, max 15.3M, 13.3M free.
May 14 09:54:22.359271 osdx systemd-journald[1884]: Received client request to rotate journal, rotating.
May 14 09:54:22.359330 osdx systemd-journald[1884]: Vacuuming done, freed 0B of archived journals from /run/log/journal/0288f6065d6743618e90e784ba8b9df5.
May 14 09:54:22.365434 osdx OSDxCLI[2678]: User 'admin' executed a new command: 'system journal clear'.
May 14 09:54:22.706618 osdx osdx-coredump[161330]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
May 14 09:54:22.714851 osdx OSDxCLI[2678]: User 'admin' executed a new command: 'system coredump delete all'.
May 14 09:54:24.135771 osdx OSDxCLI[2678]: User 'admin' entered the configuration menu.
May 14 09:54:24.216102 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
May 14 09:54:24.301268 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
May 14 09:54:24.360152 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'set service dns resolver local'.
May 14 09:54:24.495330 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
May 14 09:54:24.551781 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
May 14 09:54:24.665239 osdx OSDxCLI[2678]: User 'admin' added a new cfg line: 'show working'.
May 14 09:54:24.732484 osdx ubnt-cfgd[161351]: inactive
May 14 09:54:24.758964 osdx INFO[161359]: FRR daemons did not change
May 14 09:54:24.931563 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
May 14 09:54:24.942002 osdx dnsmasq[161502]: started, version 2.90 cachesize 150
May 14 09:54:24.942012 osdx dnsmasq[161502]: DNS service limited to local subnets
May 14 09:54:24.942018 osdx dnsmasq[161502]: 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 14 09:54:24.942025 osdx dnsmasq[161502]: warning: ignoring resolv-file flag because no-resolv is set
May 14 09:54:24.942042 osdx dnsmasq[161502]: using nameserver 10::10#53
May 14 09:54:24.942049 osdx dnsmasq[161502]: using nameserver 10::2#53
May 14 09:54:24.942085 osdx dnsmasq[161502]: read /etc/hosts - 1 names
May 14 09:54:24.968230 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
May 14 09:54:24.969358 osdx cfgd[1681]: [2678]Completed change to active configuration
May 14 09:54:24.982280 osdx OSDxCLI[2678]: User 'admin' committed the configuration.
May 14 09:54:25.003820 osdx OSDxCLI[2678]: User 'admin' left the configuration menu.
May 14 09:54:26.143244 osdx OSDxCLI[2678]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
May 14 09:54:27.193728 osdx OSDxCLI[2678]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
May 14 09:54:27.278112 osdx dnsmasq[161502]: query[A] teldat.com from ::1
May 14 09:54:27.278182 osdx dnsmasq[161502]: forwarded teldat.com to 10::10
May 14 09:54:28.279291 osdx dnsmasq[161502]: query[A] teldat.com from ::1
May 14 09:54:29.279234 osdx dnsmasq[161502]: query[A] teldat.com from 127.0.0.1
May 14 09:54:29.279305 osdx dnsmasq[161502]: forwarded teldat.com to 10::2
May 14 09:54:29.279613 osdx dnsmasq[161502]: reply teldat.com is 172.24.0.11
May 14 09:54:29.291507 osdx OSDxCLI[2678]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.