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

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.365/0.365/0.365/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
Jun 25 09:47:23.292253 osdx systemd-journald[1763]: Runtime Journal (/run/log/journal/68a40460747548beabf18e9bf53e3a28) is 2.0M, max 15.3M, 13.3M free.
Jun 25 09:47:23.295034 osdx systemd-journald[1763]: Received client request to rotate journal, rotating.
Jun 25 09:47:23.295089 osdx systemd-journald[1763]: Vacuuming done, freed 0B of archived journals from /run/log/journal/68a40460747548beabf18e9bf53e3a28.
Jun 25 09:47:23.304349 osdx OSDxCLI[146429]: User 'admin' executed a new command: 'system journal clear'.
Jun 25 09:47:23.541944 osdx OSDxCLI[146429]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 25 09:47:24.888097 osdx OSDxCLI[146429]: User 'admin' entered the configuration menu.
Jun 25 09:47:24.983413 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Jun 25 09:47:25.062498 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 25 09:47:25.119020 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 25 09:47:25.207668 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
Jun 25 09:47:25.279712 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'show working'.
Jun 25 09:47:25.367989 osdx ubnt-cfgd[188072]: inactive
Jun 25 09:47:25.388265 osdx INFO[188080]: FRR daemons did not change
Jun 25 09:47:25.407002 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 25 09:47:25.547340 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 25 09:47:25.555352 osdx dnsmasq[188220]: started, version 2.90 cachesize 150
Jun 25 09:47:25.555365 osdx dnsmasq[188220]: DNS service limited to local subnets
Jun 25 09:47:25.555373 osdx dnsmasq[188220]: 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
Jun 25 09:47:25.555383 osdx dnsmasq[188220]: warning: ignoring resolv-file flag because no-resolv is set
Jun 25 09:47:25.555409 osdx dnsmasq[188220]: using nameserver 10.0.0.2#53
Jun 25 09:47:25.555456 osdx dnsmasq[188220]: read /etc/hosts - 1 names
Jun 25 09:47:25.586921 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 25 09:47:25.587954 osdx cfgd[1463]: [146429]Completed change to active configuration
Jun 25 09:47:25.599322 osdx OSDxCLI[146429]: User 'admin' committed the configuration.
Jun 25 09:47:25.623762 osdx OSDxCLI[146429]: User 'admin' left the configuration menu.
Jun 25 09:47:25.793313 osdx OSDxCLI[146429]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Jun 25 09:47:25.872327 osdx dnsmasq[188220]: query[A] teldat.com from ::1
Jun 25 09:47:25.872410 osdx dnsmasq[188220]: forwarded teldat.com to 10.0.0.2
Jun 25 09:47:25.872706 osdx dnsmasq[188220]: reply teldat.com is 172.24.0.11
Jun 25 09:47:25.884089 osdx OSDxCLI[146429]: 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=0.375 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.375/0.375/0.375/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
Jun 25 09:47:30.330789 osdx systemd-journald[1763]: Runtime Journal (/run/log/journal/68a40460747548beabf18e9bf53e3a28) is 2.0M, max 15.3M, 13.3M free.
Jun 25 09:47:30.331404 osdx systemd-journald[1763]: Received client request to rotate journal, rotating.
Jun 25 09:47:30.331448 osdx systemd-journald[1763]: Vacuuming done, freed 0B of archived journals from /run/log/journal/68a40460747548beabf18e9bf53e3a28.
Jun 25 09:47:30.342593 osdx OSDxCLI[146429]: User 'admin' executed a new command: 'system journal clear'.
Jun 25 09:47:30.612021 osdx OSDxCLI[146429]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 25 09:47:31.828030 osdx OSDxCLI[146429]: User 'admin' entered the configuration menu.
Jun 25 09:47:31.930682 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Jun 25 09:47:32.032375 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 25 09:47:32.129901 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 25 09:47:32.235242 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
Jun 25 09:47:32.349689 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'show working'.
Jun 25 09:47:32.412975 osdx ubnt-cfgd[188548]: inactive
Jun 25 09:47:32.437267 osdx INFO[188556]: FRR daemons did not change
Jun 25 09:47:32.459410 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 25 09:47:32.623756 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 25 09:47:32.631434 osdx dnsmasq[188699]: started, version 2.90 cachesize 150
Jun 25 09:47:32.631622 osdx dnsmasq[188699]: DNS service limited to local subnets
Jun 25 09:47:32.631657 osdx dnsmasq[188699]: 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
Jun 25 09:47:32.631688 osdx dnsmasq[188699]: warning: ignoring resolv-file flag because no-resolv is set
Jun 25 09:47:32.631726 osdx dnsmasq[188699]: using nameserver 10::2#53
Jun 25 09:47:32.631790 osdx dnsmasq[188699]: read /etc/hosts - 1 names
Jun 25 09:47:32.665640 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 25 09:47:32.666660 osdx cfgd[1463]: [146429]Completed change to active configuration
Jun 25 09:47:32.677683 osdx OSDxCLI[146429]: User 'admin' committed the configuration.
Jun 25 09:47:32.693901 osdx OSDxCLI[146429]: User 'admin' left the configuration menu.
Jun 25 09:47:33.851226 osdx OSDxCLI[146429]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 25 09:47:34.444253 osdx OSDxCLI[146429]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 25 09:47:34.537175 osdx dnsmasq[188699]: query[A] teldat.com from ::1
Jun 25 09:47:34.537224 osdx dnsmasq[188699]: forwarded teldat.com to 10::2
Jun 25 09:47:34.537586 osdx dnsmasq[188699]: reply teldat.com is 172.24.0.11
Jun 25 09:47:34.539212 osdx OSDxCLI[146429]: 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.323 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.323/0.323/0.323/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
Jun 25 09:47:39.346337 osdx systemd-journald[1763]: Runtime Journal (/run/log/journal/68a40460747548beabf18e9bf53e3a28) is 2.0M, max 15.3M, 13.3M free.
Jun 25 09:47:39.346994 osdx systemd-journald[1763]: Received client request to rotate journal, rotating.
Jun 25 09:47:39.347034 osdx systemd-journald[1763]: Vacuuming done, freed 0B of archived journals from /run/log/journal/68a40460747548beabf18e9bf53e3a28.
Jun 25 09:47:39.356115 osdx OSDxCLI[146429]: User 'admin' executed a new command: 'system journal clear'.
Jun 25 09:47:39.593425 osdx OSDxCLI[146429]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 25 09:47:40.793881 osdx OSDxCLI[146429]: User 'admin' entered the configuration menu.
Jun 25 09:47:40.871862 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Jun 25 09:47:40.957605 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 25 09:47:41.013387 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 25 09:47:41.114256 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
Jun 25 09:47:41.174558 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
Jun 25 09:47:41.291179 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'show working'.
Jun 25 09:47:41.361033 osdx ubnt-cfgd[189038]: inactive
Jun 25 09:47:41.382733 osdx INFO[189046]: FRR daemons did not change
Jun 25 09:47:41.403005 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 25 09:47:41.559271 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 25 09:47:41.566935 osdx dnsmasq[189189]: started, version 2.90 cachesize 150
Jun 25 09:47:41.567165 osdx dnsmasq[189189]: DNS service limited to local subnets
Jun 25 09:47:41.567210 osdx dnsmasq[189189]: 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
Jun 25 09:47:41.567259 osdx dnsmasq[189189]: warning: ignoring resolv-file flag because no-resolv is set
Jun 25 09:47:41.567310 osdx dnsmasq[189189]: using nameserver 10.0.0.10#53
Jun 25 09:47:41.567347 osdx dnsmasq[189189]: using nameserver 10.0.0.2#53
Jun 25 09:47:41.567420 osdx dnsmasq[189189]: read /etc/hosts - 1 names
Jun 25 09:47:41.601106 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 25 09:47:41.602166 osdx cfgd[1463]: [146429]Completed change to active configuration
Jun 25 09:47:41.613623 osdx OSDxCLI[146429]: User 'admin' committed the configuration.
Jun 25 09:47:41.660626 osdx OSDxCLI[146429]: User 'admin' left the configuration menu.
Jun 25 09:47:41.776716 osdx OSDxCLI[146429]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Jun 25 09:47:41.846176 osdx dnsmasq[189189]: query[A] teldat.com from ::1
Jun 25 09:47:41.846247 osdx dnsmasq[189189]: forwarded teldat.com to 10.0.0.10
Jun 25 09:47:42.846649 osdx dnsmasq[189189]: query[A] teldat.com from ::1
Jun 25 09:47:43.847638 osdx dnsmasq[189189]: query[A] teldat.com from 127.0.0.1
Jun 25 09:47:43.847679 osdx dnsmasq[189189]: forwarded teldat.com to 10.0.0.2
Jun 25 09:47:43.848035 osdx dnsmasq[189189]: reply teldat.com is 172.24.0.11
Jun 25 09:47:43.859780 osdx OSDxCLI[146429]: 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=435 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 434.716/434.716/434.716/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
Jun 25 09:47:48.328212 osdx systemd-journald[1763]: Runtime Journal (/run/log/journal/68a40460747548beabf18e9bf53e3a28) is 2.0M, max 15.3M, 13.3M free.
Jun 25 09:47:48.330870 osdx systemd-journald[1763]: Received client request to rotate journal, rotating.
Jun 25 09:47:48.330943 osdx systemd-journald[1763]: Vacuuming done, freed 0B of archived journals from /run/log/journal/68a40460747548beabf18e9bf53e3a28.
Jun 25 09:47:48.338118 osdx OSDxCLI[146429]: User 'admin' executed a new command: 'system journal clear'.
Jun 25 09:47:48.601865 osdx OSDxCLI[146429]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 25 09:47:49.891998 osdx OSDxCLI[146429]: User 'admin' entered the configuration menu.
Jun 25 09:47:50.053942 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Jun 25 09:47:50.132538 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 25 09:47:50.237366 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 25 09:47:50.339462 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
Jun 25 09:47:50.409136 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
Jun 25 09:47:50.554164 osdx OSDxCLI[146429]: User 'admin' added a new cfg line: 'show working'.
Jun 25 09:47:50.629709 osdx ubnt-cfgd[189523]: inactive
Jun 25 09:47:50.649642 osdx INFO[189531]: FRR daemons did not change
Jun 25 09:47:50.670862 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 25 09:47:50.823220 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 25 09:47:50.831785 osdx dnsmasq[189674]: started, version 2.90 cachesize 150
Jun 25 09:47:50.831945 osdx dnsmasq[189674]: DNS service limited to local subnets
Jun 25 09:47:50.831975 osdx dnsmasq[189674]: 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
Jun 25 09:47:50.832005 osdx dnsmasq[189674]: warning: ignoring resolv-file flag because no-resolv is set
Jun 25 09:47:50.832040 osdx dnsmasq[189674]: using nameserver 10::10#53
Jun 25 09:47:50.832066 osdx dnsmasq[189674]: using nameserver 10::2#53
Jun 25 09:47:50.832120 osdx dnsmasq[189674]: read /etc/hosts - 1 names
Jun 25 09:47:50.859481 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 25 09:47:50.860812 osdx cfgd[1463]: [146429]Completed change to active configuration
Jun 25 09:47:50.875132 osdx OSDxCLI[146429]: User 'admin' committed the configuration.
Jun 25 09:47:50.894259 osdx OSDxCLI[146429]: User 'admin' left the configuration menu.
Jun 25 09:47:52.072613 osdx OSDxCLI[146429]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 25 09:47:53.120681 osdx OSDxCLI[146429]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 25 09:47:53.197910 osdx dnsmasq[189674]: query[A] teldat.com from ::1
Jun 25 09:47:53.197969 osdx dnsmasq[189674]: forwarded teldat.com to 10::10
Jun 25 09:47:54.198471 osdx dnsmasq[189674]: query[A] teldat.com from ::1
Jun 25 09:47:55.198666 osdx dnsmasq[189674]: query[A] teldat.com from 127.0.0.1
Jun 25 09:47:55.198706 osdx dnsmasq[189674]: forwarded teldat.com to 10::2
Jun 25 09:47:55.199018 osdx dnsmasq[189674]: reply teldat.com is 172.24.0.11
Jun 25 09:47:55.210612 osdx OSDxCLI[146429]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.