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.335 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.335/0.335/0.335/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.11Show 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
Oct 20 17:46:11.000267 osdx systemd-timedated[599670]: Changed local time to Mon 2025-10-20 17:46:11 UTC Oct 20 17:46:11.002619 osdx OSDxCLI[399276]: User 'admin' executed a new command: 'set date 2025-10-20 17:46:11'. Oct 20 17:46:11.002983 osdx systemd-journald[222010]: Time jumped backwards, rotating. Oct 20 17:46:11.312488 osdx systemd-journald[222010]: Runtime Journal (/run/log/journal/82a9756ca47e4d589aa55e1b1a6b94de) is 1.8M, max 13.8M, 11.9M free. Oct 20 17:46:11.314949 osdx systemd-journald[222010]: Received client request to rotate journal, rotating. Oct 20 17:46:11.314991 osdx systemd-journald[222010]: Vacuuming done, freed 0B of archived journals from /run/log/journal/82a9756ca47e4d589aa55e1b1a6b94de. Oct 20 17:46:11.321902 osdx OSDxCLI[399276]: User 'admin' executed a new command: 'system journal clear'. Oct 20 17:46:11.591094 osdx OSDxCLI[399276]: User 'admin' executed a new command: 'system coredump delete all'. Oct 20 17:46:12.857589 osdx OSDxCLI[399276]: User 'admin' entered the configuration menu. Oct 20 17:46:12.939414 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Oct 20 17:46:13.023682 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Oct 20 17:46:13.084872 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'set service dns resolver local'. Oct 20 17:46:13.207304 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Oct 20 17:46:13.282379 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'show working'. Oct 20 17:46:13.397436 osdx ubnt-cfgd[611983]: inactive Oct 20 17:46:13.419106 osdx INFO[611991]: FRR daemons did not change Oct 20 17:46:13.442984 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Oct 20 17:46:13.599347 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Oct 20 17:46:13.608183 osdx dnsmasq[612134]: started, version 2.90 cachesize 150 Oct 20 17:46:13.608441 osdx dnsmasq[612134]: DNS service limited to local subnets Oct 20 17:46:13.608489 osdx dnsmasq[612134]: 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 Oct 20 17:46:13.608538 osdx dnsmasq[612134]: warning: ignoring resolv-file flag because no-resolv is set Oct 20 17:46:13.608592 osdx dnsmasq[612134]: using nameserver 10.0.0.2#53 Oct 20 17:46:13.609470 osdx dnsmasq[612134]: read /etc/hosts - 1 names Oct 20 17:46:13.637470 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Oct 20 17:46:13.639013 osdx cfgd[1655]: [399276]Completed change to active configuration Oct 20 17:46:13.653596 osdx OSDxCLI[399276]: User 'admin' committed the configuration. Oct 20 17:46:13.672318 osdx OSDxCLI[399276]: User 'admin' left the configuration menu. Oct 20 17:46:13.832346 osdx OSDxCLI[399276]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Oct 20 17:46:13.932760 osdx dnsmasq[612134]: query[A] teldat.com from ::1 Oct 20 17:46:13.932824 osdx dnsmasq[612134]: forwarded teldat.com to 10.0.0.2 Oct 20 17:46:13.933135 osdx dnsmasq[612134]: reply teldat.com is 172.24.0.11 Oct 20 17:46:13.944684 osdx OSDxCLI[399276]: 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=469 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 469.279/469.279/469.279/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.11Show 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
Oct 20 17:46:18.314008 osdx systemd-journald[222010]: Runtime Journal (/run/log/journal/82a9756ca47e4d589aa55e1b1a6b94de) is 1.9M, max 13.8M, 11.8M free. Oct 20 17:46:18.315156 osdx systemd-journald[222010]: Received client request to rotate journal, rotating. Oct 20 17:46:18.315203 osdx systemd-journald[222010]: Vacuuming done, freed 0B of archived journals from /run/log/journal/82a9756ca47e4d589aa55e1b1a6b94de. Oct 20 17:46:18.325569 osdx OSDxCLI[399276]: User 'admin' executed a new command: 'system journal clear'. Oct 20 17:46:18.539187 osdx OSDxCLI[399276]: User 'admin' executed a new command: 'system coredump delete all'. Oct 20 17:46:19.727647 osdx OSDxCLI[399276]: User 'admin' entered the configuration menu. Oct 20 17:46:19.807098 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Oct 20 17:46:19.904860 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Oct 20 17:46:19.977679 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'set service dns resolver local'. Oct 20 17:46:20.079153 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Oct 20 17:46:20.187615 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'show working'. Oct 20 17:46:20.248699 osdx ubnt-cfgd[612472]: inactive Oct 20 17:46:20.272554 osdx INFO[612480]: FRR daemons did not change Oct 20 17:46:20.295167 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Oct 20 17:46:20.443522 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Oct 20 17:46:20.453551 osdx dnsmasq[612623]: started, version 2.90 cachesize 150 Oct 20 17:46:20.453561 osdx dnsmasq[612623]: DNS service limited to local subnets Oct 20 17:46:20.453566 osdx dnsmasq[612623]: 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 Oct 20 17:46:20.453577 osdx dnsmasq[612623]: warning: ignoring resolv-file flag because no-resolv is set Oct 20 17:46:20.453592 osdx dnsmasq[612623]: using nameserver 10::2#53 Oct 20 17:46:20.453626 osdx dnsmasq[612623]: read /etc/hosts - 1 names Oct 20 17:46:20.487073 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Oct 20 17:46:20.488910 osdx cfgd[1655]: [399276]Completed change to active configuration Oct 20 17:46:20.504068 osdx OSDxCLI[399276]: User 'admin' committed the configuration. Oct 20 17:46:20.523887 osdx OSDxCLI[399276]: User 'admin' left the configuration menu. Oct 20 17:46:21.676253 osdx OSDxCLI[399276]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Oct 20 17:46:22.724971 osdx OSDxCLI[399276]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Oct 20 17:46:22.850711 osdx dnsmasq[612623]: query[A] teldat.com from ::1 Oct 20 17:46:22.850776 osdx dnsmasq[612623]: forwarded teldat.com to 10::2 Oct 20 17:46:22.851116 osdx dnsmasq[612623]: reply teldat.com is 172.24.0.11 Oct 20 17:46:22.863063 osdx OSDxCLI[399276]: 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=0.296 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.296/0.296/0.296/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.11Show 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
Oct 20 17:46:28.299537 osdx systemd-journald[222010]: Runtime Journal (/run/log/journal/82a9756ca47e4d589aa55e1b1a6b94de) is 1.8M, max 13.8M, 11.9M free. Oct 20 17:46:28.301408 osdx systemd-journald[222010]: Received client request to rotate journal, rotating. Oct 20 17:46:28.301469 osdx systemd-journald[222010]: Vacuuming done, freed 0B of archived journals from /run/log/journal/82a9756ca47e4d589aa55e1b1a6b94de. Oct 20 17:46:28.310555 osdx OSDxCLI[399276]: User 'admin' executed a new command: 'system journal clear'. Oct 20 17:46:28.561702 osdx OSDxCLI[399276]: User 'admin' executed a new command: 'system coredump delete all'. Oct 20 17:46:29.820289 osdx OSDxCLI[399276]: User 'admin' entered the configuration menu. Oct 20 17:46:29.946225 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Oct 20 17:46:30.003078 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Oct 20 17:46:30.098300 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'set service dns resolver local'. Oct 20 17:46:30.198418 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Oct 20 17:46:30.255386 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Oct 20 17:46:30.364621 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'show working'. Oct 20 17:46:30.426534 osdx ubnt-cfgd[612962]: inactive Oct 20 17:46:30.449241 osdx INFO[612970]: FRR daemons did not change Oct 20 17:46:30.469434 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Oct 20 17:46:30.617687 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Oct 20 17:46:30.626395 osdx dnsmasq[613113]: started, version 2.90 cachesize 150 Oct 20 17:46:30.626610 osdx dnsmasq[613113]: DNS service limited to local subnets Oct 20 17:46:30.626657 osdx dnsmasq[613113]: 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 Oct 20 17:46:30.626694 osdx dnsmasq[613113]: warning: ignoring resolv-file flag because no-resolv is set Oct 20 17:46:30.626744 osdx dnsmasq[613113]: using nameserver 10.0.0.10#53 Oct 20 17:46:30.626799 osdx dnsmasq[613113]: using nameserver 10.0.0.2#53 Oct 20 17:46:30.626898 osdx dnsmasq[613113]: read /etc/hosts - 1 names Oct 20 17:46:30.657756 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Oct 20 17:46:30.659136 osdx cfgd[1655]: [399276]Completed change to active configuration Oct 20 17:46:30.669934 osdx OSDxCLI[399276]: User 'admin' committed the configuration. Oct 20 17:46:30.695161 osdx OSDxCLI[399276]: User 'admin' left the configuration menu. Oct 20 17:46:30.858830 osdx OSDxCLI[399276]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Oct 20 17:46:30.940284 osdx dnsmasq[613113]: query[A] teldat.com from ::1 Oct 20 17:46:30.940376 osdx dnsmasq[613113]: forwarded teldat.com to 10.0.0.10 Oct 20 17:46:31.941485 osdx dnsmasq[613113]: query[A] teldat.com from ::1 Oct 20 17:46:32.941520 osdx dnsmasq[613113]: query[A] teldat.com from 127.0.0.1 Oct 20 17:46:32.941573 osdx dnsmasq[613113]: forwarded teldat.com to 10.0.0.2 Oct 20 17:46:32.941949 osdx dnsmasq[613113]: reply teldat.com is 172.24.0.11 Oct 20 17:46:32.953902 osdx OSDxCLI[399276]: 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=462 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 461.789/461.789/461.789/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.11Show 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
Oct 20 17:46:37.422990 osdx systemd-journald[222010]: Runtime Journal (/run/log/journal/82a9756ca47e4d589aa55e1b1a6b94de) is 1.8M, max 13.8M, 11.9M free. Oct 20 17:46:37.425686 osdx systemd-journald[222010]: Received client request to rotate journal, rotating. Oct 20 17:46:37.425756 osdx systemd-journald[222010]: Vacuuming done, freed 0B of archived journals from /run/log/journal/82a9756ca47e4d589aa55e1b1a6b94de. Oct 20 17:46:37.434436 osdx OSDxCLI[399276]: User 'admin' executed a new command: 'system journal clear'. Oct 20 17:46:37.658719 osdx OSDxCLI[399276]: User 'admin' executed a new command: 'system coredump delete all'. Oct 20 17:46:38.853040 osdx OSDxCLI[399276]: User 'admin' entered the configuration menu. Oct 20 17:46:38.938058 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Oct 20 17:46:39.030438 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Oct 20 17:46:39.130970 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'set service dns resolver local'. Oct 20 17:46:39.242162 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Oct 20 17:46:39.342094 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Oct 20 17:46:39.408362 osdx OSDxCLI[399276]: User 'admin' added a new cfg line: 'show working'. Oct 20 17:46:39.507005 osdx ubnt-cfgd[613449]: inactive Oct 20 17:46:39.530721 osdx INFO[613457]: FRR daemons did not change Oct 20 17:46:39.553689 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Oct 20 17:46:39.710018 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Oct 20 17:46:39.718026 osdx dnsmasq[613600]: started, version 2.90 cachesize 150 Oct 20 17:46:39.718038 osdx dnsmasq[613600]: DNS service limited to local subnets Oct 20 17:46:39.718044 osdx dnsmasq[613600]: 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 Oct 20 17:46:39.718051 osdx dnsmasq[613600]: warning: ignoring resolv-file flag because no-resolv is set Oct 20 17:46:39.718065 osdx dnsmasq[613600]: using nameserver 10::10#53 Oct 20 17:46:39.718071 osdx dnsmasq[613600]: using nameserver 10::2#53 Oct 20 17:46:39.718107 osdx dnsmasq[613600]: read /etc/hosts - 1 names Oct 20 17:46:39.744263 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Oct 20 17:46:39.745170 osdx cfgd[1655]: [399276]Completed change to active configuration Oct 20 17:46:39.756101 osdx OSDxCLI[399276]: User 'admin' committed the configuration. Oct 20 17:46:39.793042 osdx OSDxCLI[399276]: User 'admin' left the configuration menu. Oct 20 17:46:40.942281 osdx OSDxCLI[399276]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Oct 20 17:46:41.980148 osdx OSDxCLI[399276]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Oct 20 17:46:42.053223 osdx dnsmasq[613600]: query[A] teldat.com from ::1 Oct 20 17:46:42.053292 osdx dnsmasq[613600]: forwarded teldat.com to 10::10 Oct 20 17:46:43.053727 osdx dnsmasq[613600]: query[A] teldat.com from ::1 Oct 20 17:46:44.053877 osdx dnsmasq[613600]: query[A] teldat.com from 127.0.0.1 Oct 20 17:46:44.053937 osdx dnsmasq[613600]: forwarded teldat.com to 10::2 Oct 20 17:46:44.054306 osdx dnsmasq[613600]: reply teldat.com is 172.24.0.11 Oct 20 17:46:44.066136 osdx OSDxCLI[399276]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.