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

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.391/0.391/0.391/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
Nov 25 10:43:12.300311 osdx systemd-journald[1857]: Runtime Journal (/run/log/journal/3dabd6c33b8e497d9fdbc41689ab0c32) is 1.8M, max 13.8M, 11.9M free.
Nov 25 10:43:12.303893 osdx systemd-journald[1857]: Received client request to rotate journal, rotating.
Nov 25 10:43:12.303960 osdx systemd-journald[1857]: Vacuuming done, freed 0B of archived journals from /run/log/journal/3dabd6c33b8e497d9fdbc41689ab0c32.
Nov 25 10:43:12.310830 osdx OSDxCLI[17193]: User 'admin' executed a new command: 'system journal clear'.
Nov 25 10:43:12.582758 osdx OSDxCLI[17193]: User 'admin' executed a new command: 'system coredump delete all'.
Nov 25 10:43:13.763795 osdx OSDxCLI[17193]: User 'admin' entered the configuration menu.
Nov 25 10:43:13.847471 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Nov 25 10:43:13.924223 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Nov 25 10:43:13.978580 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Nov 25 10:43:14.080848 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
Nov 25 10:43:14.192559 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'show working'.
Nov 25 10:43:14.259497 osdx ubnt-cfgd[87121]: inactive
Nov 25 10:43:14.279630 osdx INFO[87129]: FRR daemons did not change
Nov 25 10:43:14.303901 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Nov 25 10:43:14.456132 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Nov 25 10:43:14.463267 osdx dnsmasq[87270]: started, version 2.90 cachesize 150
Nov 25 10:43:14.463277 osdx dnsmasq[87270]: DNS service limited to local subnets
Nov 25 10:43:14.463282 osdx dnsmasq[87270]: 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
Nov 25 10:43:14.463289 osdx dnsmasq[87270]: warning: ignoring resolv-file flag because no-resolv is set
Nov 25 10:43:14.463306 osdx dnsmasq[87270]: using nameserver 10.0.0.2#53
Nov 25 10:43:14.463338 osdx dnsmasq[87270]: read /etc/hosts - 1 names
Nov 25 10:43:14.494608 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Nov 25 10:43:14.495728 osdx cfgd[1655]: [17193]Completed change to active configuration
Nov 25 10:43:14.510327 osdx OSDxCLI[17193]: User 'admin' committed the configuration.
Nov 25 10:43:14.538945 osdx OSDxCLI[17193]: User 'admin' left the configuration menu.
Nov 25 10:43:14.704747 osdx OSDxCLI[17193]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Nov 25 10:43:14.798252 osdx dnsmasq[87270]: query[A] teldat.com from ::1
Nov 25 10:43:14.798331 osdx dnsmasq[87270]: forwarded teldat.com to 10.0.0.2
Nov 25 10:43:14.798648 osdx dnsmasq[87270]: reply teldat.com is 172.24.0.11
Nov 25 10:43:14.810303 osdx OSDxCLI[17193]: 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=478 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 478.222/478.222/478.222/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
Nov 25 10:43:19.319984 osdx systemd-journald[1857]: Runtime Journal (/run/log/journal/3dabd6c33b8e497d9fdbc41689ab0c32) is 1.8M, max 13.8M, 11.9M free.
Nov 25 10:43:19.320385 osdx systemd-journald[1857]: Received client request to rotate journal, rotating.
Nov 25 10:43:19.320418 osdx systemd-journald[1857]: Vacuuming done, freed 0B of archived journals from /run/log/journal/3dabd6c33b8e497d9fdbc41689ab0c32.
Nov 25 10:43:19.329703 osdx OSDxCLI[17193]: User 'admin' executed a new command: 'system journal clear'.
Nov 25 10:43:19.539750 osdx OSDxCLI[17193]: User 'admin' executed a new command: 'system coredump delete all'.
Nov 25 10:43:20.658082 osdx OSDxCLI[17193]: User 'admin' entered the configuration menu.
Nov 25 10:43:20.802232 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Nov 25 10:43:20.878512 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Nov 25 10:43:20.933496 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Nov 25 10:43:21.078881 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
Nov 25 10:43:21.154735 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'show working'.
Nov 25 10:43:21.248054 osdx ubnt-cfgd[87603]: inactive
Nov 25 10:43:21.267008 osdx INFO[87611]: FRR daemons did not change
Nov 25 10:43:21.284337 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Nov 25 10:43:21.432653 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Nov 25 10:43:21.441658 osdx dnsmasq[87754]: started, version 2.90 cachesize 150
Nov 25 10:43:21.441671 osdx dnsmasq[87754]: DNS service limited to local subnets
Nov 25 10:43:21.441678 osdx dnsmasq[87754]: 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
Nov 25 10:43:21.441688 osdx dnsmasq[87754]: warning: ignoring resolv-file flag because no-resolv is set
Nov 25 10:43:21.441710 osdx dnsmasq[87754]: using nameserver 10::2#53
Nov 25 10:43:21.441751 osdx dnsmasq[87754]: read /etc/hosts - 1 names
Nov 25 10:43:21.467651 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Nov 25 10:43:21.468693 osdx cfgd[1655]: [17193]Completed change to active configuration
Nov 25 10:43:21.479589 osdx OSDxCLI[17193]: User 'admin' committed the configuration.
Nov 25 10:43:21.516219 osdx OSDxCLI[17193]: User 'admin' left the configuration menu.
Nov 25 10:43:22.631015 osdx OSDxCLI[17193]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Nov 25 10:43:23.686049 osdx OSDxCLI[17193]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Nov 25 10:43:23.757575 osdx dnsmasq[87754]: query[A] teldat.com from ::1
Nov 25 10:43:23.757627 osdx dnsmasq[87754]: forwarded teldat.com to 10::2
Nov 25 10:43:23.757938 osdx dnsmasq[87754]: reply teldat.com is 172.24.0.11
Nov 25 10:43:23.769562 osdx OSDxCLI[17193]: 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.337 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.337/0.337/0.337/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
Nov 25 10:43:28.299411 osdx systemd-journald[1857]: Runtime Journal (/run/log/journal/3dabd6c33b8e497d9fdbc41689ab0c32) is 1.8M, max 13.8M, 11.9M free.
Nov 25 10:43:28.303009 osdx systemd-journald[1857]: Received client request to rotate journal, rotating.
Nov 25 10:43:28.303069 osdx systemd-journald[1857]: Vacuuming done, freed 0B of archived journals from /run/log/journal/3dabd6c33b8e497d9fdbc41689ab0c32.
Nov 25 10:43:28.310313 osdx OSDxCLI[17193]: User 'admin' executed a new command: 'system journal clear'.
Nov 25 10:43:28.532111 osdx OSDxCLI[17193]: User 'admin' executed a new command: 'system coredump delete all'.
Nov 25 10:43:29.763752 osdx OSDxCLI[17193]: User 'admin' entered the configuration menu.
Nov 25 10:43:29.847195 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Nov 25 10:43:29.925970 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Nov 25 10:43:30.006056 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Nov 25 10:43:30.160201 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
Nov 25 10:43:30.217417 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
Nov 25 10:43:30.324505 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'show working'.
Nov 25 10:43:30.400822 osdx ubnt-cfgd[88091]: inactive
Nov 25 10:43:30.419969 osdx INFO[88099]: FRR daemons did not change
Nov 25 10:43:30.439008 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Nov 25 10:43:30.591279 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Nov 25 10:43:30.598896 osdx dnsmasq[88242]: started, version 2.90 cachesize 150
Nov 25 10:43:30.599109 osdx dnsmasq[88242]: DNS service limited to local subnets
Nov 25 10:43:30.599153 osdx dnsmasq[88242]: 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
Nov 25 10:43:30.599194 osdx dnsmasq[88242]: warning: ignoring resolv-file flag because no-resolv is set
Nov 25 10:43:30.599244 osdx dnsmasq[88242]: using nameserver 10.0.0.10#53
Nov 25 10:43:30.599288 osdx dnsmasq[88242]: using nameserver 10.0.0.2#53
Nov 25 10:43:30.599365 osdx dnsmasq[88242]: read /etc/hosts - 1 names
Nov 25 10:43:30.628882 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Nov 25 10:43:30.630015 osdx cfgd[1655]: [17193]Completed change to active configuration
Nov 25 10:43:30.641587 osdx OSDxCLI[17193]: User 'admin' committed the configuration.
Nov 25 10:43:30.672684 osdx OSDxCLI[17193]: User 'admin' left the configuration menu.
Nov 25 10:43:30.869008 osdx OSDxCLI[17193]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Nov 25 10:43:30.951939 osdx dnsmasq[88242]: query[A] teldat.com from ::1
Nov 25 10:43:30.952011 osdx dnsmasq[88242]: forwarded teldat.com to 10.0.0.10
Nov 25 10:43:31.952445 osdx dnsmasq[88242]: query[A] teldat.com from ::1
Nov 25 10:43:32.953561 osdx dnsmasq[88242]: query[A] teldat.com from 127.0.0.1
Nov 25 10:43:32.953600 osdx dnsmasq[88242]: forwarded teldat.com to 10.0.0.2
Nov 25 10:43:32.953887 osdx dnsmasq[88242]: reply teldat.com is 172.24.0.11
Nov 25 10:43:32.955583 osdx OSDxCLI[17193]: 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=455 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 455.023/455.023/455.023/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
Nov 25 10:43:37.294904 osdx systemd-journald[1857]: Runtime Journal (/run/log/journal/3dabd6c33b8e497d9fdbc41689ab0c32) is 1.8M, max 13.8M, 11.9M free.
Nov 25 10:43:37.298370 osdx systemd-journald[1857]: Received client request to rotate journal, rotating.
Nov 25 10:43:37.298412 osdx systemd-journald[1857]: Vacuuming done, freed 0B of archived journals from /run/log/journal/3dabd6c33b8e497d9fdbc41689ab0c32.
Nov 25 10:43:37.304346 osdx OSDxCLI[17193]: User 'admin' executed a new command: 'system journal clear'.
Nov 25 10:43:37.511277 osdx OSDxCLI[17193]: User 'admin' executed a new command: 'system coredump delete all'.
Nov 25 10:43:38.622269 osdx OSDxCLI[17193]: User 'admin' entered the configuration menu.
Nov 25 10:43:38.697049 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Nov 25 10:43:38.789167 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Nov 25 10:43:38.844623 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Nov 25 10:43:38.945474 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
Nov 25 10:43:39.012155 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
Nov 25 10:43:39.120665 osdx OSDxCLI[17193]: User 'admin' added a new cfg line: 'show working'.
Nov 25 10:43:39.185103 osdx ubnt-cfgd[88576]: inactive
Nov 25 10:43:39.207531 osdx INFO[88584]: FRR daemons did not change
Nov 25 10:43:39.226343 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Nov 25 10:43:39.383121 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Nov 25 10:43:39.394943 osdx dnsmasq[88727]: started, version 2.90 cachesize 150
Nov 25 10:43:39.394962 osdx dnsmasq[88727]: DNS service limited to local subnets
Nov 25 10:43:39.394974 osdx dnsmasq[88727]: 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
Nov 25 10:43:39.394987 osdx dnsmasq[88727]: warning: ignoring resolv-file flag because no-resolv is set
Nov 25 10:43:39.395016 osdx dnsmasq[88727]: using nameserver 10::10#53
Nov 25 10:43:39.395026 osdx dnsmasq[88727]: using nameserver 10::2#53
Nov 25 10:43:39.395089 osdx dnsmasq[88727]: read /etc/hosts - 1 names
Nov 25 10:43:39.425457 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Nov 25 10:43:39.426499 osdx cfgd[1655]: [17193]Completed change to active configuration
Nov 25 10:43:39.437581 osdx OSDxCLI[17193]: User 'admin' committed the configuration.
Nov 25 10:43:39.469368 osdx OSDxCLI[17193]: User 'admin' left the configuration menu.
Nov 25 10:43:40.606578 osdx OSDxCLI[17193]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Nov 25 10:43:41.639991 osdx OSDxCLI[17193]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Nov 25 10:43:41.721907 osdx dnsmasq[88727]: query[A] teldat.com from ::1
Nov 25 10:43:41.721969 osdx dnsmasq[88727]: forwarded teldat.com to 10::10
Nov 25 10:43:42.722813 osdx dnsmasq[88727]: query[A] teldat.com from ::1
Nov 25 10:43:43.723783 osdx dnsmasq[88727]: query[A] teldat.com from 127.0.0.1
Nov 25 10:43:43.723823 osdx dnsmasq[88727]: forwarded teldat.com to 10::2
Nov 25 10:43:43.724191 osdx dnsmasq[88727]: reply teldat.com is 172.24.0.11
Nov 25 10:43:43.725812 osdx OSDxCLI[17193]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.