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=1.30 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 1.304/1.304/1.304/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
Feb 03 11:48:09.456552 osdx systemd-journald[1936]: Runtime Journal (/run/log/journal/0b455e05fd8849079cae205af04c9e16) is 2.0M, max 15.3M, 13.2M free.
Feb 03 11:48:09.459980 osdx systemd-journald[1936]: Received client request to rotate journal, rotating.
Feb 03 11:48:09.460102 osdx systemd-journald[1936]: Vacuuming done, freed 0B of archived journals from /run/log/journal/0b455e05fd8849079cae205af04c9e16.
Feb 03 11:48:09.473540 osdx OSDxCLI[64814]: User 'admin' executed a new command: 'system journal clear'.
Feb 03 11:48:10.094678 osdx osdx-coredump[83596]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
Feb 03 11:48:10.121232 osdx OSDxCLI[64814]: User 'admin' executed a new command: 'system coredump delete all'.
Feb 03 11:48:12.921973 osdx OSDxCLI[64814]: User 'admin' entered the configuration menu.
Feb 03 11:48:13.064474 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Feb 03 11:48:13.246031 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Feb 03 11:48:13.418331 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Feb 03 11:48:13.526745 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
Feb 03 11:48:13.687528 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'show working'.
Feb 03 11:48:13.835318 osdx INFO[83619]: FRR daemons did not change
Feb 03 11:48:13.872000 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Feb 03 11:48:14.144479 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Feb 03 11:48:14.187326 osdx dnsmasq[83743]: started, version 2.89 cachesize 150
Feb 03 11:48:14.187343 osdx dnsmasq[83743]: DNS service limited to local subnets
Feb 03 11:48:14.187351 osdx dnsmasq[83743]: 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
Feb 03 11:48:14.187364 osdx dnsmasq[83743]: warning: ignoring resolv-file flag because no-resolv is set
Feb 03 11:48:14.187386 osdx dnsmasq[83743]: using nameserver 10.0.0.2#53
Feb 03 11:48:14.187448 osdx dnsmasq[83743]: read /etc/hosts - 1 names
Feb 03 11:48:14.247797 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Feb 03 11:48:14.251358 osdx cfgd[1636]: [64814]Completed change to active configuration
Feb 03 11:48:14.319096 osdx OSDxCLI[64814]: User 'admin' committed the configuration.
Feb 03 11:48:14.354135 osdx OSDxCLI[64814]: User 'admin' left the configuration menu.
Feb 03 11:48:14.624641 osdx OSDxCLI[64814]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Feb 03 11:48:14.941401 osdx dnsmasq[83743]: query[A] teldat.com from ::1
Feb 03 11:48:14.941475 osdx dnsmasq[83743]: forwarded teldat.com to 10.0.0.2
Feb 03 11:48:14.941789 osdx dnsmasq[83743]: reply teldat.com is 172.24.0.11
Feb 03 11:48:14.981664 osdx OSDxCLI[64814]: 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=405 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 404.839/404.839/404.839/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
Feb 03 11:48:22.459978 osdx systemd-journald[1936]: Runtime Journal (/run/log/journal/0b455e05fd8849079cae205af04c9e16) is 2.0M, max 15.3M, 13.3M free.
Feb 03 11:48:22.463945 osdx systemd-journald[1936]: Received client request to rotate journal, rotating.
Feb 03 11:48:22.464052 osdx systemd-journald[1936]: Vacuuming done, freed 0B of archived journals from /run/log/journal/0b455e05fd8849079cae205af04c9e16.
Feb 03 11:48:22.479298 osdx OSDxCLI[64814]: User 'admin' executed a new command: 'system journal clear'.
Feb 03 11:48:23.133439 osdx osdx-coredump[84051]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
Feb 03 11:48:23.146874 osdx OSDxCLI[64814]: User 'admin' executed a new command: 'system coredump delete all'.
Feb 03 11:48:25.473515 osdx OSDxCLI[64814]: User 'admin' entered the configuration menu.
Feb 03 11:48:25.644671 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Feb 03 11:48:25.742199 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Feb 03 11:48:25.857898 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Feb 03 11:48:25.965143 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
Feb 03 11:48:26.123135 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'show working'.
Feb 03 11:48:26.235352 osdx INFO[84074]: FRR daemons did not change
Feb 03 11:48:26.255852 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Feb 03 11:48:26.548492 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Feb 03 11:48:26.599569 osdx dnsmasq[84200]: started, version 2.89 cachesize 150
Feb 03 11:48:26.599596 osdx dnsmasq[84200]: DNS service limited to local subnets
Feb 03 11:48:26.599605 osdx dnsmasq[84200]: 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
Feb 03 11:48:26.599627 osdx dnsmasq[84200]: warning: ignoring resolv-file flag because no-resolv is set
Feb 03 11:48:26.599687 osdx dnsmasq[84200]: using nameserver 10::2#53
Feb 03 11:48:26.599740 osdx dnsmasq[84200]: read /etc/hosts - 1 names
Feb 03 11:48:26.687897 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Feb 03 11:48:26.690502 osdx cfgd[1636]: [64814]Completed change to active configuration
Feb 03 11:48:26.746006 osdx OSDxCLI[64814]: User 'admin' committed the configuration.
Feb 03 11:48:26.810353 osdx OSDxCLI[64814]: User 'admin' left the configuration menu.
Feb 03 11:48:28.049590 osdx OSDxCLI[64814]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Feb 03 11:48:29.090576 osdx OSDxCLI[64814]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Feb 03 11:48:29.210652 osdx dnsmasq[84200]: query[A] teldat.com from ::1
Feb 03 11:48:29.210729 osdx dnsmasq[84200]: forwarded teldat.com to 10::2
Feb 03 11:48:29.211167 osdx dnsmasq[84200]: reply teldat.com is 172.24.0.11
Feb 03 11:48:29.223417 osdx OSDxCLI[64814]: 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.437 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.437/0.437/0.437/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
Feb 03 11:48:36.442389 osdx systemd-journald[1936]: Runtime Journal (/run/log/journal/0b455e05fd8849079cae205af04c9e16) is 2.0M, max 15.3M, 13.3M free.
Feb 03 11:48:36.443193 osdx systemd-journald[1936]: Received client request to rotate journal, rotating.
Feb 03 11:48:36.443291 osdx systemd-journald[1936]: Vacuuming done, freed 0B of archived journals from /run/log/journal/0b455e05fd8849079cae205af04c9e16.
Feb 03 11:48:36.460010 osdx OSDxCLI[64814]: User 'admin' executed a new command: 'system journal clear'.
Feb 03 11:48:36.995201 osdx osdx-coredump[84511]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
Feb 03 11:48:37.007498 osdx OSDxCLI[64814]: User 'admin' executed a new command: 'system coredump delete all'.
Feb 03 11:48:39.386590 osdx OSDxCLI[64814]: User 'admin' entered the configuration menu.
Feb 03 11:48:39.537507 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Feb 03 11:48:39.644123 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Feb 03 11:48:39.764966 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Feb 03 11:48:39.888373 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
Feb 03 11:48:40.018390 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
Feb 03 11:48:40.146996 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'show working'.
Feb 03 11:48:40.251935 osdx INFO[84535]: FRR daemons did not change
Feb 03 11:48:40.275074 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Feb 03 11:48:40.515616 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Feb 03 11:48:40.555935 osdx dnsmasq[84661]: started, version 2.89 cachesize 150
Feb 03 11:48:40.556313 osdx dnsmasq[84661]: DNS service limited to local subnets
Feb 03 11:48:40.556431 osdx dnsmasq[84661]: 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
Feb 03 11:48:40.556523 osdx dnsmasq[84661]: warning: ignoring resolv-file flag because no-resolv is set
Feb 03 11:48:40.556637 osdx dnsmasq[84661]: using nameserver 10.0.0.10#53
Feb 03 11:48:40.556718 osdx dnsmasq[84661]: using nameserver 10.0.0.2#53
Feb 03 11:48:40.556876 osdx dnsmasq[84661]: read /etc/hosts - 1 names
Feb 03 11:48:40.618427 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Feb 03 11:48:40.620002 osdx cfgd[1636]: [64814]Completed change to active configuration
Feb 03 11:48:40.665850 osdx OSDxCLI[64814]: User 'admin' committed the configuration.
Feb 03 11:48:40.734571 osdx OSDxCLI[64814]: User 'admin' left the configuration menu.
Feb 03 11:48:40.951168 osdx OSDxCLI[64814]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Feb 03 11:48:41.084397 osdx dnsmasq[84661]: query[A] teldat.com from ::1
Feb 03 11:48:41.084514 osdx dnsmasq[84661]: forwarded teldat.com to 10.0.0.10
Feb 03 11:48:42.085879 osdx dnsmasq[84661]: query[A] teldat.com from ::1
Feb 03 11:48:43.086729 osdx dnsmasq[84661]: query[A] teldat.com from 127.0.0.1
Feb 03 11:48:43.086774 osdx dnsmasq[84661]: forwarded teldat.com to 10.0.0.2
Feb 03 11:48:43.087245 osdx dnsmasq[84661]: reply teldat.com is 172.24.0.11
Feb 03 11:48:43.099316 osdx OSDxCLI[64814]: 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=0.412 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.412/0.412/0.412/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
Feb 03 11:48:50.605925 osdx systemd-journald[1936]: Runtime Journal (/run/log/journal/0b455e05fd8849079cae205af04c9e16) is 2.0M, max 15.3M, 13.3M free.
Feb 03 11:48:50.607064 osdx systemd-journald[1936]: Received client request to rotate journal, rotating.
Feb 03 11:48:50.607151 osdx systemd-journald[1936]: Vacuuming done, freed 0B of archived journals from /run/log/journal/0b455e05fd8849079cae205af04c9e16.
Feb 03 11:48:50.625661 osdx OSDxCLI[64814]: User 'admin' executed a new command: 'system journal clear'.
Feb 03 11:48:51.299844 osdx osdx-coredump[84969]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
Feb 03 11:48:51.317320 osdx OSDxCLI[64814]: User 'admin' executed a new command: 'system coredump delete all'.
Feb 03 11:48:53.748084 osdx OSDxCLI[64814]: User 'admin' entered the configuration menu.
Feb 03 11:48:53.902794 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Feb 03 11:48:54.000167 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Feb 03 11:48:54.131141 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Feb 03 11:48:54.274137 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
Feb 03 11:48:54.472812 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
Feb 03 11:48:54.611594 osdx OSDxCLI[64814]: User 'admin' added a new cfg line: 'show working'.
Feb 03 11:48:54.792762 osdx INFO[84995]: FRR daemons did not change
Feb 03 11:48:54.823100 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Feb 03 11:48:55.115564 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Feb 03 11:48:55.158692 osdx dnsmasq[85121]: started, version 2.89 cachesize 150
Feb 03 11:48:55.158725 osdx dnsmasq[85121]: DNS service limited to local subnets
Feb 03 11:48:55.158740 osdx dnsmasq[85121]: 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
Feb 03 11:48:55.158752 osdx dnsmasq[85121]: warning: ignoring resolv-file flag because no-resolv is set
Feb 03 11:48:55.158780 osdx dnsmasq[85121]: using nameserver 10::10#53
Feb 03 11:48:55.158788 osdx dnsmasq[85121]: using nameserver 10::2#53
Feb 03 11:48:55.158856 osdx dnsmasq[85121]: read /etc/hosts - 1 names
Feb 03 11:48:55.216658 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Feb 03 11:48:55.217922 osdx cfgd[1636]: [64814]Completed change to active configuration
Feb 03 11:48:55.256238 osdx OSDxCLI[64814]: User 'admin' committed the configuration.
Feb 03 11:48:55.289432 osdx OSDxCLI[64814]: User 'admin' left the configuration menu.
Feb 03 11:48:56.483882 osdx OSDxCLI[64814]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Feb 03 11:48:57.103407 osdx OSDxCLI[64814]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Feb 03 11:48:57.229511 osdx dnsmasq[85121]: query[A] teldat.com from ::1
Feb 03 11:48:57.229603 osdx dnsmasq[85121]: forwarded teldat.com to 10::10
Feb 03 11:48:58.230552 osdx dnsmasq[85121]: query[A] teldat.com from ::1
Feb 03 11:48:59.231452 osdx dnsmasq[85121]: query[A] teldat.com from 127.0.0.1
Feb 03 11:48:59.231498 osdx dnsmasq[85121]: forwarded teldat.com to 10::2
Feb 03 11:48:59.231952 osdx dnsmasq[85121]: reply teldat.com is 172.24.0.11
Feb 03 11:48:59.234332 osdx OSDxCLI[64814]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.