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.306 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.306/0.306/0.306/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
Jan 10 12:48:57.333611 osdx systemd-journald[1741]: Runtime Journal (/run/log/journal/fda2548b09bd4d8ba0d8cad09b8eab71) is 2.0M, max 15.3M, 13.3M free. Jan 10 12:48:57.335331 osdx systemd-journald[1741]: Received client request to rotate journal, rotating. Jan 10 12:48:57.335392 osdx systemd-journald[1741]: Vacuuming done, freed 0B of archived journals from /run/log/journal/fda2548b09bd4d8ba0d8cad09b8eab71. Jan 10 12:48:57.343796 osdx OSDxCLI[66002]: User 'admin' executed a new command: 'system journal clear'. Jan 10 12:48:57.683810 osdx osdx-coredump[70462]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Jan 10 12:48:57.691247 osdx OSDxCLI[66002]: User 'admin' executed a new command: 'system coredump delete all'. Jan 10 12:48:59.160295 osdx OSDxCLI[66002]: User 'admin' entered the configuration menu. Jan 10 12:48:59.235915 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Jan 10 12:48:59.318247 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jan 10 12:48:59.371097 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jan 10 12:48:59.466753 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Jan 10 12:48:59.540484 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'show working'. Jan 10 12:48:59.630282 osdx INFO[70491]: FRR daemons did not change Jan 10 12:48:59.647346 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jan 10 12:48:59.819631 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jan 10 12:48:59.884793 osdx dnsmasq[70620]: started, version 2.89 cachesize 150 Jan 10 12:48:59.884802 osdx dnsmasq[70620]: DNS service limited to local subnets Jan 10 12:48:59.884807 osdx dnsmasq[70620]: 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 Jan 10 12:48:59.884813 osdx dnsmasq[70620]: warning: ignoring resolv-file flag because no-resolv is set Jan 10 12:48:59.884828 osdx dnsmasq[70620]: using nameserver 10.0.0.2#53 Jan 10 12:48:59.884862 osdx dnsmasq[70620]: read /etc/hosts - 1 names Jan 10 12:48:59.924291 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jan 10 12:48:59.925101 osdx cfgd[1445]: [66002]Completed change to active configuration Jan 10 12:48:59.925285 osdx systemd[1]: Reached target nss-lookup.target - Host and Network Name Lookups. Jan 10 12:48:59.950278 osdx OSDxCLI[66002]: User 'admin' committed the configuration. Jan 10 12:48:59.974985 osdx OSDxCLI[66002]: User 'admin' left the configuration menu. Jan 10 12:49:00.118765 osdx OSDxCLI[66002]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Jan 10 12:49:00.330606 osdx dnsmasq[70620]: query[A] teldat.com from ::1 Jan 10 12:49:00.330690 osdx dnsmasq[70620]: forwarded teldat.com to 10.0.0.2 Jan 10 12:49:00.331054 osdx dnsmasq[70620]: reply teldat.com is 172.24.0.11 Jan 10 12:49:00.360897 osdx OSDxCLI[66002]: 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.255 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.255/0.255/0.255/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
Jan 10 12:49:05.291187 osdx systemd-journald[1741]: Runtime Journal (/run/log/journal/fda2548b09bd4d8ba0d8cad09b8eab71) is 2.0M, max 15.3M, 13.3M free. Jan 10 12:49:05.292219 osdx systemd-journald[1741]: Received client request to rotate journal, rotating. Jan 10 12:49:05.292275 osdx systemd-journald[1741]: Vacuuming done, freed 0B of archived journals from /run/log/journal/fda2548b09bd4d8ba0d8cad09b8eab71. Jan 10 12:49:05.300079 osdx OSDxCLI[66002]: User 'admin' executed a new command: 'system journal clear'. Jan 10 12:49:05.625183 osdx osdx-coredump[70932]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Jan 10 12:49:05.632332 osdx OSDxCLI[66002]: User 'admin' executed a new command: 'system coredump delete all'. Jan 10 12:49:07.122332 osdx OSDxCLI[66002]: User 'admin' entered the configuration menu. Jan 10 12:49:07.193994 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Jan 10 12:49:07.274591 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jan 10 12:49:07.326752 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jan 10 12:49:07.422467 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Jan 10 12:49:07.489967 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'show working'. Jan 10 12:49:07.590480 osdx INFO[70958]: FRR daemons did not change Jan 10 12:49:07.612218 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jan 10 12:49:07.776507 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jan 10 12:49:07.800546 osdx dnsmasq[71087]: started, version 2.89 cachesize 150 Jan 10 12:49:07.800555 osdx dnsmasq[71087]: DNS service limited to local subnets Jan 10 12:49:07.800560 osdx dnsmasq[71087]: 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 Jan 10 12:49:07.800568 osdx dnsmasq[71087]: warning: ignoring resolv-file flag because no-resolv is set Jan 10 12:49:07.800585 osdx dnsmasq[71087]: using nameserver 10::2#53 Jan 10 12:49:07.800616 osdx dnsmasq[71087]: read /etc/hosts - 1 names Jan 10 12:49:07.832029 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jan 10 12:49:07.833072 osdx cfgd[1445]: [66002]Completed change to active configuration Jan 10 12:49:07.858097 osdx OSDxCLI[66002]: User 'admin' committed the configuration. Jan 10 12:49:07.873524 osdx OSDxCLI[66002]: User 'admin' left the configuration menu. Jan 10 12:49:09.016358 osdx OSDxCLI[66002]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jan 10 12:49:09.597125 osdx OSDxCLI[66002]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jan 10 12:49:09.667320 osdx dnsmasq[71087]: query[A] teldat.com from ::1 Jan 10 12:49:09.667362 osdx dnsmasq[71087]: forwarded teldat.com to 10::2 Jan 10 12:49:09.667580 osdx dnsmasq[71087]: reply teldat.com is 172.24.0.11 Jan 10 12:49:09.679166 osdx OSDxCLI[66002]: 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.307 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.307/0.307/0.307/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
Jan 10 12:49:13.286909 osdx systemd-journald[1741]: Runtime Journal (/run/log/journal/fda2548b09bd4d8ba0d8cad09b8eab71) is 2.0M, max 15.3M, 13.3M free. Jan 10 12:49:13.288286 osdx systemd-journald[1741]: Received client request to rotate journal, rotating. Jan 10 12:49:13.288327 osdx systemd-journald[1741]: Vacuuming done, freed 0B of archived journals from /run/log/journal/fda2548b09bd4d8ba0d8cad09b8eab71. Jan 10 12:49:13.295860 osdx OSDxCLI[66002]: User 'admin' executed a new command: 'system journal clear'. Jan 10 12:49:13.611615 osdx osdx-coredump[71399]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Jan 10 12:49:13.620695 osdx OSDxCLI[66002]: User 'admin' executed a new command: 'system coredump delete all'. Jan 10 12:49:15.032261 osdx OSDxCLI[66002]: User 'admin' entered the configuration menu. Jan 10 12:49:15.104440 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Jan 10 12:49:15.187797 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jan 10 12:49:15.241495 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jan 10 12:49:15.340804 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Jan 10 12:49:15.395873 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Jan 10 12:49:15.506199 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'show working'. Jan 10 12:49:15.578376 osdx INFO[71426]: FRR daemons did not change Jan 10 12:49:15.596299 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jan 10 12:49:15.748521 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jan 10 12:49:15.774027 osdx dnsmasq[71555]: started, version 2.89 cachesize 150 Jan 10 12:49:15.774215 osdx dnsmasq[71555]: DNS service limited to local subnets Jan 10 12:49:15.774247 osdx dnsmasq[71555]: 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 Jan 10 12:49:15.774275 osdx dnsmasq[71555]: warning: ignoring resolv-file flag because no-resolv is set Jan 10 12:49:15.774318 osdx dnsmasq[71555]: using nameserver 10.0.0.10#53 Jan 10 12:49:15.774361 osdx dnsmasq[71555]: using nameserver 10.0.0.2#53 Jan 10 12:49:15.774417 osdx dnsmasq[71555]: read /etc/hosts - 1 names Jan 10 12:49:15.810053 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jan 10 12:49:15.810914 osdx cfgd[1445]: [66002]Completed change to active configuration Jan 10 12:49:15.837027 osdx OSDxCLI[66002]: User 'admin' committed the configuration. Jan 10 12:49:15.853207 osdx OSDxCLI[66002]: User 'admin' left the configuration menu. Jan 10 12:49:16.002419 osdx OSDxCLI[66002]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Jan 10 12:49:16.073461 osdx dnsmasq[71555]: query[A] teldat.com from ::1 Jan 10 12:49:16.073530 osdx dnsmasq[71555]: forwarded teldat.com to 10.0.0.10 Jan 10 12:49:17.074148 osdx dnsmasq[71555]: query[A] teldat.com from ::1 Jan 10 12:49:18.075848 osdx dnsmasq[71555]: query[A] teldat.com from 127.0.0.1 Jan 10 12:49:18.075972 osdx dnsmasq[71555]: forwarded teldat.com to 10.0.0.2 Jan 10 12:49:18.076665 osdx dnsmasq[71555]: reply teldat.com is 172.24.0.11 Jan 10 12:49:18.080535 osdx OSDxCLI[66002]: 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=0.263 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.263/0.263/0.263/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
Jan 10 12:49:22.297755 osdx systemd-journald[1741]: Runtime Journal (/run/log/journal/fda2548b09bd4d8ba0d8cad09b8eab71) is 2.0M, max 15.3M, 13.3M free. Jan 10 12:49:22.298540 osdx systemd-journald[1741]: Received client request to rotate journal, rotating. Jan 10 12:49:22.298574 osdx systemd-journald[1741]: Vacuuming done, freed 0B of archived journals from /run/log/journal/fda2548b09bd4d8ba0d8cad09b8eab71. Jan 10 12:49:22.306715 osdx OSDxCLI[66002]: User 'admin' executed a new command: 'system journal clear'. Jan 10 12:49:22.611491 osdx osdx-coredump[71865]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Jan 10 12:49:22.619077 osdx OSDxCLI[66002]: User 'admin' executed a new command: 'system coredump delete all'. Jan 10 12:49:23.995966 osdx OSDxCLI[66002]: User 'admin' entered the configuration menu. Jan 10 12:49:24.076770 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Jan 10 12:49:24.162547 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jan 10 12:49:24.225480 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jan 10 12:49:24.327091 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Jan 10 12:49:24.381997 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Jan 10 12:49:24.503022 osdx OSDxCLI[66002]: User 'admin' added a new cfg line: 'show working'. Jan 10 12:49:24.570722 osdx INFO[71892]: FRR daemons did not change Jan 10 12:49:24.590542 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jan 10 12:49:24.755208 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jan 10 12:49:24.800162 osdx dnsmasq[72021]: started, version 2.89 cachesize 150 Jan 10 12:49:24.800171 osdx dnsmasq[72021]: DNS service limited to local subnets Jan 10 12:49:24.800176 osdx dnsmasq[72021]: 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 Jan 10 12:49:24.800183 osdx dnsmasq[72021]: warning: ignoring resolv-file flag because no-resolv is set Jan 10 12:49:24.800200 osdx dnsmasq[72021]: using nameserver 10::10#53 Jan 10 12:49:24.800205 osdx dnsmasq[72021]: using nameserver 10::2#53 Jan 10 12:49:24.800236 osdx dnsmasq[72021]: read /etc/hosts - 1 names Jan 10 12:49:24.847745 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jan 10 12:49:24.848555 osdx cfgd[1445]: [66002]Completed change to active configuration Jan 10 12:49:24.873554 osdx OSDxCLI[66002]: User 'admin' committed the configuration. Jan 10 12:49:24.895824 osdx OSDxCLI[66002]: User 'admin' left the configuration menu. Jan 10 12:49:26.037281 osdx OSDxCLI[66002]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jan 10 12:49:26.657023 osdx OSDxCLI[66002]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jan 10 12:49:26.725864 osdx dnsmasq[72021]: query[A] teldat.com from ::1 Jan 10 12:49:26.725936 osdx dnsmasq[72021]: forwarded teldat.com to 10::10 Jan 10 12:49:27.727508 osdx dnsmasq[72021]: query[A] teldat.com from ::1 Jan 10 12:49:28.729098 osdx dnsmasq[72021]: query[A] teldat.com from 127.0.0.1 Jan 10 12:49:28.729186 osdx dnsmasq[72021]: forwarded teldat.com to 10::2 Jan 10 12:49:28.729848 osdx dnsmasq[72021]: reply teldat.com is 172.24.0.11 Jan 10 12:49:28.744044 osdx OSDxCLI[66002]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.