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

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.422/0.422/0.422/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 26 11:53:04.323258 osdx systemd-journald[1847]: Runtime Journal (/run/log/journal/f6c1fe6bbcb147bb817825fa9dee7ff8) is 2.0M, max 15.3M, 13.2M free.
May 26 11:53:04.324845 osdx systemd-journald[1847]: Received client request to rotate journal, rotating.
May 26 11:53:04.324904 osdx systemd-journald[1847]: Vacuuming done, freed 0B of archived journals from /run/log/journal/f6c1fe6bbcb147bb817825fa9dee7ff8.
May 26 11:53:04.334102 osdx OSDxCLI[29144]: User 'admin' executed a new command: 'system journal clear'.
May 26 11:53:04.747532 osdx osdx-coredump[41055]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
May 26 11:53:04.757808 osdx OSDxCLI[29144]: User 'admin' executed a new command: 'system coredump delete all'.
May 26 11:53:06.313779 osdx OSDxCLI[29144]: User 'admin' entered the configuration menu.
May 26 11:53:06.399839 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
May 26 11:53:06.494515 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
May 26 11:53:06.556263 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'set service dns resolver local'.
May 26 11:53:06.651936 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
May 26 11:53:06.733786 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'show working'.
May 26 11:53:06.856066 osdx INFO[41077]: FRR daemons did not change
May 26 11:53:06.880849 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
May 26 11:53:07.069159 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
May 26 11:53:07.080103 osdx dnsmasq[41196]: started, version 2.90 cachesize 150
May 26 11:53:07.080364 osdx dnsmasq[41196]: DNS service limited to local subnets
May 26 11:53:07.080419 osdx dnsmasq[41196]: 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 26 11:53:07.080461 osdx dnsmasq[41196]: warning: ignoring resolv-file flag because no-resolv is set
May 26 11:53:07.080513 osdx dnsmasq[41196]: using nameserver 10.0.0.2#53
May 26 11:53:07.080611 osdx dnsmasq[41196]: read /etc/hosts - 1 names
May 26 11:53:07.114248 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
May 26 11:53:07.115643 osdx cfgd[1653]: [29144]Completed change to active configuration
May 26 11:53:07.155641 osdx OSDxCLI[29144]: User 'admin' committed the configuration.
May 26 11:53:07.197185 osdx OSDxCLI[29144]: User 'admin' left the configuration menu.
May 26 11:53:07.376042 osdx OSDxCLI[29144]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
May 26 11:53:07.488904 osdx dnsmasq[41196]: query[A] teldat.com from ::1
May 26 11:53:07.488989 osdx dnsmasq[41196]: forwarded teldat.com to 10.0.0.2
May 26 11:53:07.489368 osdx dnsmasq[41196]: reply teldat.com is 172.24.0.11
May 26 11:53:07.501298 osdx OSDxCLI[29144]: 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.292 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.292/0.292/0.292/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 26 11:53:11.000149 osdx systemd-timedated[39191]: Changed local time to Mon 2025-05-26 11:53:11 UTC
May 26 11:53:11.001617 osdx OSDxCLI[29144]: User 'admin' executed a new command: 'set date 2025-05-26 11:53:11'.
May 26 11:53:11.001933 osdx systemd-journald[1847]: Time jumped backwards, rotating.
May 26 11:53:11.372650 osdx systemd-journald[1847]: Runtime Journal (/run/log/journal/f6c1fe6bbcb147bb817825fa9dee7ff8) is 2.0M, max 15.3M, 13.3M free.
May 26 11:53:11.373929 osdx systemd-journald[1847]: Received client request to rotate journal, rotating.
May 26 11:53:11.373987 osdx systemd-journald[1847]: Vacuuming done, freed 0B of archived journals from /run/log/journal/f6c1fe6bbcb147bb817825fa9dee7ff8.
May 26 11:53:11.384180 osdx OSDxCLI[29144]: User 'admin' executed a new command: 'system journal clear'.
May 26 11:53:11.734253 osdx osdx-coredump[41492]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
May 26 11:53:11.742178 osdx OSDxCLI[29144]: User 'admin' executed a new command: 'system coredump delete all'.
May 26 11:53:13.257560 osdx OSDxCLI[29144]: User 'admin' entered the configuration menu.
May 26 11:53:13.335196 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
May 26 11:53:13.413129 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
May 26 11:53:13.466798 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'set service dns resolver local'.
May 26 11:53:13.572056 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
May 26 11:53:13.708252 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'show working'.
May 26 11:53:13.806501 osdx INFO[41514]: FRR daemons did not change
May 26 11:53:13.825923 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
May 26 11:53:13.990142 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
May 26 11:53:13.998883 osdx dnsmasq[41635]: started, version 2.90 cachesize 150
May 26 11:53:13.998893 osdx dnsmasq[41635]: DNS service limited to local subnets
May 26 11:53:13.998899 osdx dnsmasq[41635]: 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 26 11:53:13.998905 osdx dnsmasq[41635]: warning: ignoring resolv-file flag because no-resolv is set
May 26 11:53:13.998920 osdx dnsmasq[41635]: using nameserver 10::2#53
May 26 11:53:13.998952 osdx dnsmasq[41635]: read /etc/hosts - 1 names
May 26 11:53:14.035086 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
May 26 11:53:14.036644 osdx cfgd[1653]: [29144]Completed change to active configuration
May 26 11:53:14.070321 osdx OSDxCLI[29144]: User 'admin' committed the configuration.
May 26 11:53:14.086056 osdx OSDxCLI[29144]: User 'admin' left the configuration menu.
May 26 11:53:15.238286 osdx OSDxCLI[29144]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
May 26 11:53:15.816036 osdx OSDxCLI[29144]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
May 26 11:53:15.894825 osdx dnsmasq[41635]: query[A] teldat.com from ::1
May 26 11:53:15.894876 osdx dnsmasq[41635]: forwarded teldat.com to 10::2
May 26 11:53:15.895172 osdx dnsmasq[41635]: reply teldat.com is 172.24.0.11
May 26 11:53:15.906835 osdx OSDxCLI[29144]: 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.308 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.308/0.308/0.308/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 26 11:53:21.323922 osdx systemd-journald[1847]: Runtime Journal (/run/log/journal/f6c1fe6bbcb147bb817825fa9dee7ff8) is 2.0M, max 15.3M, 13.2M free.
May 26 11:53:21.324337 osdx systemd-journald[1847]: Received client request to rotate journal, rotating.
May 26 11:53:21.324368 osdx systemd-journald[1847]: Vacuuming done, freed 0B of archived journals from /run/log/journal/f6c1fe6bbcb147bb817825fa9dee7ff8.
May 26 11:53:21.335316 osdx OSDxCLI[29144]: User 'admin' executed a new command: 'system journal clear'.
May 26 11:53:21.697530 osdx osdx-coredump[41933]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
May 26 11:53:21.707905 osdx OSDxCLI[29144]: User 'admin' executed a new command: 'system coredump delete all'.
May 26 11:53:23.246939 osdx OSDxCLI[29144]: User 'admin' entered the configuration menu.
May 26 11:53:23.361244 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
May 26 11:53:23.416130 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
May 26 11:53:23.513840 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'set service dns resolver local'.
May 26 11:53:23.614570 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
May 26 11:53:23.674157 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
May 26 11:53:23.788894 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'show working'.
May 26 11:53:23.864583 osdx INFO[41956]: FRR daemons did not change
May 26 11:53:23.888006 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
May 26 11:53:24.060362 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
May 26 11:53:24.069615 osdx dnsmasq[42077]: started, version 2.90 cachesize 150
May 26 11:53:24.069625 osdx dnsmasq[42077]: DNS service limited to local subnets
May 26 11:53:24.069631 osdx dnsmasq[42077]: 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 26 11:53:24.069639 osdx dnsmasq[42077]: warning: ignoring resolv-file flag because no-resolv is set
May 26 11:53:24.069657 osdx dnsmasq[42077]: using nameserver 10.0.0.10#53
May 26 11:53:24.069662 osdx dnsmasq[42077]: using nameserver 10.0.0.2#53
May 26 11:53:24.069704 osdx dnsmasq[42077]: read /etc/hosts - 1 names
May 26 11:53:24.099487 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
May 26 11:53:24.100910 osdx cfgd[1653]: [29144]Completed change to active configuration
May 26 11:53:24.130365 osdx OSDxCLI[29144]: User 'admin' committed the configuration.
May 26 11:53:24.148166 osdx OSDxCLI[29144]: User 'admin' left the configuration menu.
May 26 11:53:24.289242 osdx OSDxCLI[29144]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
May 26 11:53:24.359750 osdx dnsmasq[42077]: query[A] teldat.com from ::1
May 26 11:53:24.359833 osdx dnsmasq[42077]: forwarded teldat.com to 10.0.0.10
May 26 11:53:25.361041 osdx dnsmasq[42077]: query[A] teldat.com from ::1
May 26 11:53:26.361156 osdx dnsmasq[42077]: query[A] teldat.com from 127.0.0.1
May 26 11:53:26.361207 osdx dnsmasq[42077]: forwarded teldat.com to 10.0.0.2
May 26 11:53:26.361502 osdx dnsmasq[42077]: reply teldat.com is 172.24.0.11
May 26 11:53:26.363024 osdx OSDxCLI[29144]: 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=475 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 475.428/475.428/475.428/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 26 11:53:31.368969 osdx systemd-journald[1847]: Runtime Journal (/run/log/journal/f6c1fe6bbcb147bb817825fa9dee7ff8) is 2.1M, max 15.3M, 13.2M free.
May 26 11:53:31.370436 osdx systemd-journald[1847]: Received client request to rotate journal, rotating.
May 26 11:53:31.370501 osdx systemd-journald[1847]: Vacuuming done, freed 0B of archived journals from /run/log/journal/f6c1fe6bbcb147bb817825fa9dee7ff8.
May 26 11:53:31.380633 osdx OSDxCLI[29144]: User 'admin' executed a new command: 'system journal clear'.
May 26 11:53:31.722024 osdx osdx-coredump[42372]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
May 26 11:53:31.731902 osdx OSDxCLI[29144]: User 'admin' executed a new command: 'system coredump delete all'.
May 26 11:53:33.169709 osdx OSDxCLI[29144]: User 'admin' entered the configuration menu.
May 26 11:53:33.245909 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
May 26 11:53:33.356244 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
May 26 11:53:33.453378 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'set service dns resolver local'.
May 26 11:53:33.515539 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
May 26 11:53:33.619227 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
May 26 11:53:33.693082 osdx OSDxCLI[29144]: User 'admin' added a new cfg line: 'show working'.
May 26 11:53:33.803239 osdx INFO[42395]: FRR daemons did not change
May 26 11:53:33.826437 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
May 26 11:53:34.018720 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
May 26 11:53:34.028160 osdx dnsmasq[42516]: started, version 2.90 cachesize 150
May 26 11:53:34.028173 osdx dnsmasq[42516]: DNS service limited to local subnets
May 26 11:53:34.028179 osdx dnsmasq[42516]: 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 26 11:53:34.028188 osdx dnsmasq[42516]: warning: ignoring resolv-file flag because no-resolv is set
May 26 11:53:34.028207 osdx dnsmasq[42516]: using nameserver 10::10#53
May 26 11:53:34.028214 osdx dnsmasq[42516]: using nameserver 10::2#53
May 26 11:53:34.028244 osdx dnsmasq[42516]: read /etc/hosts - 1 names
May 26 11:53:34.059336 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
May 26 11:53:34.060697 osdx cfgd[1653]: [29144]Completed change to active configuration
May 26 11:53:34.095518 osdx OSDxCLI[29144]: User 'admin' committed the configuration.
May 26 11:53:34.157021 osdx OSDxCLI[29144]: User 'admin' left the configuration menu.
May 26 11:53:35.316554 osdx OSDxCLI[29144]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
May 26 11:53:36.368159 osdx OSDxCLI[29144]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
May 26 11:53:36.452512 osdx dnsmasq[42516]: query[A] teldat.com from ::1
May 26 11:53:36.452572 osdx dnsmasq[42516]: forwarded teldat.com to 10::10
May 26 11:53:37.453549 osdx dnsmasq[42516]: query[A] teldat.com from ::1
May 26 11:53:38.454505 osdx dnsmasq[42516]: query[A] teldat.com from 127.0.0.1
May 26 11:53:38.454558 osdx dnsmasq[42516]: forwarded teldat.com to 10::2
May 26 11:53:38.454796 osdx dnsmasq[42516]: reply teldat.com is 172.24.0.11
May 26 11:53:38.456256 osdx OSDxCLI[29144]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.