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 1Show 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.648 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.648/0.648/0.648/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 19 19:13:50.503593 osdx systemd-journald[1656]: Runtime Journal (/run/log/journal/9e929e613f1a4f1290b0c92170d5d508) is 2.0M, max 15.3M, 13.3M free. Feb 19 19:13:50.504276 osdx systemd-journald[1656]: Received client request to rotate journal, rotating. Feb 19 19:13:50.504327 osdx systemd-journald[1656]: Vacuuming done, freed 0B of archived journals from /run/log/journal/9e929e613f1a4f1290b0c92170d5d508. Feb 19 19:13:50.526604 osdx OSDxCLI[2457]: User 'admin' executed a new command: 'system journal clear'. Feb 19 19:13:51.363859 osdx osdx-coredump[76454]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Feb 19 19:13:51.383128 osdx OSDxCLI[2457]: User 'admin' executed a new command: 'system coredump delete all'. Feb 19 19:13:54.613848 osdx OSDxCLI[2457]: User 'admin' entered the configuration menu. Feb 19 19:13:54.823199 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Feb 19 19:13:55.022410 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Feb 19 19:13:55.193856 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'set service dns resolver local'. Feb 19 19:13:55.325062 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Feb 19 19:13:55.521088 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'show working'. Feb 19 19:13:55.700544 osdx INFO[76482]: FRR daemons did not change Feb 19 19:13:55.757018 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Feb 19 19:13:56.237116 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Feb 19 19:13:56.380907 osdx dnsmasq[76608]: started, version 2.89 cachesize 150 Feb 19 19:13:56.381520 osdx dnsmasq[76608]: DNS service limited to local subnets Feb 19 19:13:56.381669 osdx dnsmasq[76608]: 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 19 19:13:56.381809 osdx dnsmasq[76608]: warning: ignoring resolv-file flag because no-resolv is set Feb 19 19:13:56.381931 osdx dnsmasq[76608]: using nameserver 10.0.0.2#53 Feb 19 19:13:56.382235 osdx dnsmasq[76608]: read /etc/hosts - 1 names Feb 19 19:13:56.490923 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Feb 19 19:13:56.491609 osdx systemd[1]: Reached target nss-lookup.target - Host and Network Name Lookups. Feb 19 19:13:56.494165 osdx cfgd[1455]: [2457]Completed change to active configuration Feb 19 19:13:56.571729 osdx OSDxCLI[2457]: User 'admin' committed the configuration. Feb 19 19:13:56.615317 osdx OSDxCLI[2457]: User 'admin' left the configuration menu. Feb 19 19:13:56.828837 osdx OSDxCLI[2457]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Feb 19 19:13:57.190524 osdx dnsmasq[76608]: query[A] teldat.com from ::1 Feb 19 19:13:57.190640 osdx dnsmasq[76608]: forwarded teldat.com to 10.0.0.2 Feb 19 19:13:57.191136 osdx dnsmasq[76608]: reply teldat.com is 172.24.0.11 Feb 19 19:13:57.239729 osdx OSDxCLI[2457]: 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 1Show output
PING 10::2(10::2) 56 data bytes 64 bytes from 10::2: icmp_seq=1 ttl=64 time=0.478 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.478/0.478/0.478/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 19 19:14:06.518069 osdx systemd-journald[1656]: Runtime Journal (/run/log/journal/9e929e613f1a4f1290b0c92170d5d508) is 2.2M, max 15.3M, 13.0M free. Feb 19 19:14:06.519239 osdx systemd-journald[1656]: Received client request to rotate journal, rotating. Feb 19 19:14:06.519321 osdx systemd-journald[1656]: Vacuuming done, freed 0B of archived journals from /run/log/journal/9e929e613f1a4f1290b0c92170d5d508. Feb 19 19:14:06.558152 osdx OSDxCLI[2457]: User 'admin' executed a new command: 'system journal clear'. Feb 19 19:14:07.363838 osdx osdx-coredump[76920]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Feb 19 19:14:07.381234 osdx OSDxCLI[2457]: User 'admin' executed a new command: 'system coredump delete all'. Feb 19 19:14:10.658947 osdx OSDxCLI[2457]: User 'admin' entered the configuration menu. Feb 19 19:14:10.939870 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Feb 19 19:14:11.082522 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Feb 19 19:14:11.200419 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'set service dns resolver local'. Feb 19 19:14:11.378666 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Feb 19 19:14:11.636314 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'show working'. Feb 19 19:14:11.802573 osdx INFO[76946]: FRR daemons did not change Feb 19 19:14:11.847253 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Feb 19 19:14:12.307977 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Feb 19 19:14:12.379842 osdx dnsmasq[77075]: started, version 2.89 cachesize 150 Feb 19 19:14:12.379866 osdx dnsmasq[77075]: DNS service limited to local subnets Feb 19 19:14:12.379877 osdx dnsmasq[77075]: 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 19 19:14:12.379926 osdx dnsmasq[77075]: warning: ignoring resolv-file flag because no-resolv is set Feb 19 19:14:12.379974 osdx dnsmasq[77075]: using nameserver 10::2#53 Feb 19 19:14:12.380045 osdx dnsmasq[77075]: read /etc/hosts - 1 names Feb 19 19:14:12.470932 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Feb 19 19:14:12.474045 osdx cfgd[1455]: [2457]Completed change to active configuration Feb 19 19:14:12.533766 osdx OSDxCLI[2457]: User 'admin' committed the configuration. Feb 19 19:14:12.594293 osdx OSDxCLI[2457]: User 'admin' left the configuration menu. Feb 19 19:14:13.879697 osdx OSDxCLI[2457]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Feb 19 19:14:14.568639 osdx OSDxCLI[2457]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Feb 19 19:14:14.745825 osdx dnsmasq[77075]: query[A] teldat.com from ::1 Feb 19 19:14:14.745924 osdx dnsmasq[77075]: forwarded teldat.com to 10::2 Feb 19 19:14:14.746711 osdx dnsmasq[77075]: reply teldat.com is 172.24.0.11 Feb 19 19:14:14.762652 osdx OSDxCLI[2457]: 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 1Show 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.14 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 1.143/1.143/1.143/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 19 19:14:23.491866 osdx systemd-journald[1656]: Runtime Journal (/run/log/journal/9e929e613f1a4f1290b0c92170d5d508) is 2.0M, max 15.3M, 13.3M free. Feb 19 19:14:23.492813 osdx systemd-journald[1656]: Received client request to rotate journal, rotating. Feb 19 19:14:23.492882 osdx systemd-journald[1656]: Vacuuming done, freed 0B of archived journals from /run/log/journal/9e929e613f1a4f1290b0c92170d5d508. Feb 19 19:14:23.514232 osdx OSDxCLI[2457]: User 'admin' executed a new command: 'system journal clear'. Feb 19 19:14:24.219592 osdx osdx-coredump[77386]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Feb 19 19:14:24.235374 osdx OSDxCLI[2457]: User 'admin' executed a new command: 'system coredump delete all'. Feb 19 19:14:27.306907 osdx OSDxCLI[2457]: User 'admin' entered the configuration menu. Feb 19 19:14:27.551597 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Feb 19 19:14:27.681035 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Feb 19 19:14:27.794742 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'set service dns resolver local'. Feb 19 19:14:27.934353 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Feb 19 19:14:28.086159 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Feb 19 19:14:28.276874 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'show working'. Feb 19 19:14:28.493701 osdx INFO[77413]: FRR daemons did not change Feb 19 19:14:28.545206 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Feb 19 19:14:28.909455 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Feb 19 19:14:29.014327 osdx dnsmasq[77542]: started, version 2.89 cachesize 150 Feb 19 19:14:29.014356 osdx dnsmasq[77542]: DNS service limited to local subnets Feb 19 19:14:29.014372 osdx dnsmasq[77542]: 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 19 19:14:29.014385 osdx dnsmasq[77542]: warning: ignoring resolv-file flag because no-resolv is set Feb 19 19:14:29.014427 osdx dnsmasq[77542]: using nameserver 10.0.0.10#53 Feb 19 19:14:29.014435 osdx dnsmasq[77542]: using nameserver 10.0.0.2#53 Feb 19 19:14:29.014519 osdx dnsmasq[77542]: read /etc/hosts - 1 names Feb 19 19:14:29.179868 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Feb 19 19:14:29.182546 osdx cfgd[1455]: [2457]Completed change to active configuration Feb 19 19:14:29.231165 osdx OSDxCLI[2457]: User 'admin' committed the configuration. Feb 19 19:14:29.318095 osdx OSDxCLI[2457]: User 'admin' left the configuration menu. Feb 19 19:14:29.651716 osdx OSDxCLI[2457]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Feb 19 19:14:29.919740 osdx dnsmasq[77542]: query[A] teldat.com from ::1 Feb 19 19:14:29.919897 osdx dnsmasq[77542]: forwarded teldat.com to 10.0.0.10 Feb 19 19:14:30.919856 osdx dnsmasq[77542]: query[A] teldat.com from ::1 Feb 19 19:14:31.935255 osdx dnsmasq[77542]: query[A] teldat.com from 127.0.0.1 Feb 19 19:14:31.935462 osdx dnsmasq[77542]: forwarded teldat.com to 10.0.0.2 Feb 19 19:14:31.935759 osdx dnsmasq[77542]: reply teldat.com is 172.24.0.11 Feb 19 19:14:31.952269 osdx OSDxCLI[2457]: 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 1Show output
PING 10::2(10::2) 56 data bytes 64 bytes from 10::2: icmp_seq=1 ttl=64 time=8.41 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 8.412/8.412/8.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 19 19:14:42.561486 osdx systemd-journald[1656]: Runtime Journal (/run/log/journal/9e929e613f1a4f1290b0c92170d5d508) is 2.0M, max 15.3M, 13.3M free. Feb 19 19:14:42.564616 osdx systemd-journald[1656]: Received client request to rotate journal, rotating. Feb 19 19:14:42.564797 osdx systemd-journald[1656]: Vacuuming done, freed 0B of archived journals from /run/log/journal/9e929e613f1a4f1290b0c92170d5d508. Feb 19 19:14:42.585623 osdx OSDxCLI[2457]: User 'admin' executed a new command: 'system journal clear'. Feb 19 19:14:43.387648 osdx osdx-coredump[77851]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Feb 19 19:14:43.404949 osdx OSDxCLI[2457]: User 'admin' executed a new command: 'system coredump delete all'. Feb 19 19:14:47.155351 osdx OSDxCLI[2457]: User 'admin' entered the configuration menu. Feb 19 19:14:47.331490 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Feb 19 19:14:47.529033 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Feb 19 19:14:47.705635 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'set service dns resolver local'. Feb 19 19:14:47.859504 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Feb 19 19:14:48.076266 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Feb 19 19:14:48.347121 osdx OSDxCLI[2457]: User 'admin' added a new cfg line: 'show working'. Feb 19 19:14:48.546651 osdx INFO[77878]: FRR daemons did not change Feb 19 19:14:48.604644 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Feb 19 19:14:49.017637 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Feb 19 19:14:49.068616 osdx dnsmasq[78007]: started, version 2.89 cachesize 150 Feb 19 19:14:49.068632 osdx dnsmasq[78007]: DNS service limited to local subnets Feb 19 19:14:49.068643 osdx dnsmasq[78007]: 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 19 19:14:49.068658 osdx dnsmasq[78007]: warning: ignoring resolv-file flag because no-resolv is set Feb 19 19:14:49.068688 osdx dnsmasq[78007]: using nameserver 10::10#53 Feb 19 19:14:49.068699 osdx dnsmasq[78007]: using nameserver 10::2#53 Feb 19 19:14:49.068760 osdx dnsmasq[78007]: read /etc/hosts - 1 names Feb 19 19:14:49.216582 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Feb 19 19:14:49.220259 osdx cfgd[1455]: [2457]Completed change to active configuration Feb 19 19:14:49.294802 osdx OSDxCLI[2457]: User 'admin' committed the configuration. Feb 19 19:14:49.342918 osdx OSDxCLI[2457]: User 'admin' left the configuration menu. Feb 19 19:14:50.647102 osdx OSDxCLI[2457]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Feb 19 19:14:51.322751 osdx OSDxCLI[2457]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Feb 19 19:14:51.479528 osdx dnsmasq[78007]: query[A] teldat.com from ::1 Feb 19 19:14:51.479616 osdx dnsmasq[78007]: forwarded teldat.com to 10::10 Feb 19 19:14:52.474526 osdx dnsmasq[78007]: query[A] teldat.com from ::1 Feb 19 19:14:53.475535 osdx dnsmasq[78007]: query[A] teldat.com from 127.0.0.1 Feb 19 19:14:53.475769 osdx dnsmasq[78007]: forwarded teldat.com to 10::2 Feb 19 19:14:53.476907 osdx dnsmasq[78007]: reply teldat.com is 172.24.0.11 Feb 19 19:14:53.491788 osdx OSDxCLI[2457]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.