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.476 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.476/0.476/0.476/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
Mar 18 12:35:50.361315 osdx systemd-journald[1668]: Runtime Journal (/run/log/journal/72104842365c481ca7f4174cfa44e1fe) is 2.0M, max 15.3M, 13.2M free. Mar 18 12:35:50.364407 osdx systemd-journald[1668]: Received client request to rotate journal, rotating. Mar 18 12:35:50.364478 osdx systemd-journald[1668]: Vacuuming done, freed 0B of archived journals from /run/log/journal/72104842365c481ca7f4174cfa44e1fe. Mar 18 12:35:50.374953 osdx OSDxCLI[56339]: User 'admin' executed a new command: 'system journal clear'. Mar 18 12:35:50.796811 osdx osdx-coredump[68930]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Mar 18 12:35:50.807037 osdx OSDxCLI[56339]: User 'admin' executed a new command: 'system coredump delete all'. Mar 18 12:35:52.720391 osdx OSDxCLI[56339]: User 'admin' entered the configuration menu. Mar 18 12:35:52.857298 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Mar 18 12:35:52.932617 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Mar 18 12:35:53.014156 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'set service dns resolver local'. Mar 18 12:35:53.104047 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Mar 18 12:35:53.215393 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'show working'. Mar 18 12:35:53.310606 osdx INFO[68958]: FRR daemons did not change Mar 18 12:35:53.336401 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Mar 18 12:35:53.560796 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Mar 18 12:35:53.592779 osdx dnsmasq[69079]: started, version 2.90 cachesize 150 Mar 18 12:35:53.592794 osdx dnsmasq[69079]: DNS service limited to local subnets Mar 18 12:35:53.592802 osdx dnsmasq[69079]: 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 Mar 18 12:35:53.592811 osdx dnsmasq[69079]: warning: ignoring resolv-file flag because no-resolv is set Mar 18 12:35:53.592832 osdx dnsmasq[69079]: using nameserver 10.0.0.2#53 Mar 18 12:35:53.592891 osdx dnsmasq[69079]: read /etc/hosts - 1 names Mar 18 12:35:53.632936 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Mar 18 12:35:53.634027 osdx cfgd[1456]: [56339]Completed change to active configuration Mar 18 12:35:53.634632 osdx systemd[1]: Reached target nss-lookup.target - Host and Network Name Lookups. Mar 18 12:35:53.671174 osdx OSDxCLI[56339]: User 'admin' committed the configuration. Mar 18 12:35:53.698631 osdx OSDxCLI[56339]: User 'admin' left the configuration menu. Mar 18 12:35:53.880082 osdx OSDxCLI[56339]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Mar 18 12:35:54.146175 osdx dnsmasq[69079]: query[A] teldat.com from ::1 Mar 18 12:35:54.146245 osdx dnsmasq[69079]: forwarded teldat.com to 10.0.0.2 Mar 18 12:35:54.146555 osdx dnsmasq[69079]: reply teldat.com is 172.24.0.11 Mar 18 12:35:54.179374 osdx OSDxCLI[56339]: 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.627 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.627/0.627/0.627/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
Mar 18 12:36:00.374815 osdx systemd-journald[1668]: Runtime Journal (/run/log/journal/72104842365c481ca7f4174cfa44e1fe) is 2.0M, max 15.3M, 13.3M free. Mar 18 12:36:00.377504 osdx systemd-journald[1668]: Received client request to rotate journal, rotating. Mar 18 12:36:00.377567 osdx systemd-journald[1668]: Vacuuming done, freed 0B of archived journals from /run/log/journal/72104842365c481ca7f4174cfa44e1fe. Mar 18 12:36:00.388267 osdx OSDxCLI[56339]: User 'admin' executed a new command: 'system journal clear'. Mar 18 12:36:00.815206 osdx osdx-coredump[69382]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Mar 18 12:36:00.826346 osdx OSDxCLI[56339]: User 'admin' executed a new command: 'system coredump delete all'. Mar 18 12:36:02.683425 osdx OSDxCLI[56339]: User 'admin' entered the configuration menu. Mar 18 12:36:02.821781 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Mar 18 12:36:02.894347 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Mar 18 12:36:03.005983 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'set service dns resolver local'. Mar 18 12:36:03.125714 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Mar 18 12:36:03.258753 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'show working'. Mar 18 12:36:03.353849 osdx INFO[69411]: FRR daemons did not change Mar 18 12:36:03.381490 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Mar 18 12:36:03.601929 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Mar 18 12:36:03.611952 osdx dnsmasq[69532]: started, version 2.90 cachesize 150 Mar 18 12:36:03.612211 osdx dnsmasq[69532]: DNS service limited to local subnets Mar 18 12:36:03.612273 osdx dnsmasq[69532]: 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 Mar 18 12:36:03.612332 osdx dnsmasq[69532]: warning: ignoring resolv-file flag because no-resolv is set Mar 18 12:36:03.612404 osdx dnsmasq[69532]: using nameserver 10::2#53 Mar 18 12:36:03.612499 osdx dnsmasq[69532]: read /etc/hosts - 1 names Mar 18 12:36:03.649205 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Mar 18 12:36:03.650202 osdx cfgd[1456]: [56339]Completed change to active configuration Mar 18 12:36:03.684881 osdx OSDxCLI[56339]: User 'admin' committed the configuration. Mar 18 12:36:03.712208 osdx OSDxCLI[56339]: User 'admin' left the configuration menu. Mar 18 12:36:04.887928 osdx OSDxCLI[56339]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Mar 18 12:36:05.517292 osdx OSDxCLI[56339]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Mar 18 12:36:05.616936 osdx dnsmasq[69532]: query[A] teldat.com from ::1 Mar 18 12:36:05.617005 osdx dnsmasq[69532]: forwarded teldat.com to 10::2 Mar 18 12:36:05.617427 osdx dnsmasq[69532]: reply teldat.com is 172.24.0.11 Mar 18 12:36:05.629577 osdx OSDxCLI[56339]: 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.507 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.507/0.507/0.507/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
Mar 18 12:36:11.374439 osdx systemd-journald[1668]: Runtime Journal (/run/log/journal/72104842365c481ca7f4174cfa44e1fe) is 2.0M, max 15.3M, 13.3M free. Mar 18 12:36:11.375304 osdx systemd-journald[1668]: Received client request to rotate journal, rotating. Mar 18 12:36:11.375358 osdx systemd-journald[1668]: Vacuuming done, freed 0B of archived journals from /run/log/journal/72104842365c481ca7f4174cfa44e1fe. Mar 18 12:36:11.389464 osdx OSDxCLI[56339]: User 'admin' executed a new command: 'system journal clear'. Mar 18 12:36:11.833359 osdx osdx-coredump[69835]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Mar 18 12:36:11.843692 osdx OSDxCLI[56339]: User 'admin' executed a new command: 'system coredump delete all'. Mar 18 12:36:13.662452 osdx OSDxCLI[56339]: User 'admin' entered the configuration menu. Mar 18 12:36:13.800733 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Mar 18 12:36:13.875065 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Mar 18 12:36:13.964187 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'set service dns resolver local'. Mar 18 12:36:14.058279 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Mar 18 12:36:14.150299 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Mar 18 12:36:14.263052 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'show working'. Mar 18 12:36:14.357021 osdx INFO[69862]: FRR daemons did not change Mar 18 12:36:14.383301 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Mar 18 12:36:14.603617 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Mar 18 12:36:14.614234 osdx dnsmasq[69983]: started, version 2.90 cachesize 150 Mar 18 12:36:14.614485 osdx dnsmasq[69983]: DNS service limited to local subnets Mar 18 12:36:14.614551 osdx dnsmasq[69983]: 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 Mar 18 12:36:14.614613 osdx dnsmasq[69983]: warning: ignoring resolv-file flag because no-resolv is set Mar 18 12:36:14.614706 osdx dnsmasq[69983]: using nameserver 10.0.0.10#53 Mar 18 12:36:14.614786 osdx dnsmasq[69983]: using nameserver 10.0.0.2#53 Mar 18 12:36:14.614933 osdx dnsmasq[69983]: read /etc/hosts - 1 names Mar 18 12:36:14.652351 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Mar 18 12:36:14.653398 osdx cfgd[1456]: [56339]Completed change to active configuration Mar 18 12:36:14.690000 osdx OSDxCLI[56339]: User 'admin' committed the configuration. Mar 18 12:36:14.715471 osdx OSDxCLI[56339]: User 'admin' left the configuration menu. Mar 18 12:36:14.893486 osdx OSDxCLI[56339]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Mar 18 12:36:15.001331 osdx dnsmasq[69983]: query[A] teldat.com from ::1 Mar 18 12:36:15.001408 osdx dnsmasq[69983]: forwarded teldat.com to 10.0.0.10 Mar 18 12:36:16.001740 osdx dnsmasq[69983]: query[A] teldat.com from ::1 Mar 18 12:36:17.002810 osdx dnsmasq[69983]: query[A] teldat.com from 127.0.0.1 Mar 18 12:36:17.002874 osdx dnsmasq[69983]: forwarded teldat.com to 10.0.0.2 Mar 18 12:36:17.003401 osdx dnsmasq[69983]: reply teldat.com is 172.24.0.11 Mar 18 12:36:17.016269 osdx OSDxCLI[56339]: 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.557 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.557/0.557/0.557/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
Mar 18 12:36:22.359740 osdx systemd-journald[1668]: Runtime Journal (/run/log/journal/72104842365c481ca7f4174cfa44e1fe) is 2.0M, max 15.3M, 13.3M free. Mar 18 12:36:22.360516 osdx systemd-journald[1668]: Received client request to rotate journal, rotating. Mar 18 12:36:22.360576 osdx systemd-journald[1668]: Vacuuming done, freed 0B of archived journals from /run/log/journal/72104842365c481ca7f4174cfa44e1fe. Mar 18 12:36:22.373403 osdx OSDxCLI[56339]: User 'admin' executed a new command: 'system journal clear'. Mar 18 12:36:22.793749 osdx osdx-coredump[70283]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Mar 18 12:36:22.804050 osdx OSDxCLI[56339]: User 'admin' executed a new command: 'system coredump delete all'. Mar 18 12:36:24.657693 osdx OSDxCLI[56339]: User 'admin' entered the configuration menu. Mar 18 12:36:24.796790 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Mar 18 12:36:24.867468 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Mar 18 12:36:24.954422 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'set service dns resolver local'. Mar 18 12:36:25.046174 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Mar 18 12:36:25.137030 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Mar 18 12:36:25.247404 osdx OSDxCLI[56339]: User 'admin' added a new cfg line: 'show working'. Mar 18 12:36:25.343926 osdx INFO[70310]: FRR daemons did not change Mar 18 12:36:25.368505 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Mar 18 12:36:25.580940 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Mar 18 12:36:25.591217 osdx dnsmasq[70431]: started, version 2.90 cachesize 150 Mar 18 12:36:25.591232 osdx dnsmasq[70431]: DNS service limited to local subnets Mar 18 12:36:25.591240 osdx dnsmasq[70431]: 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 Mar 18 12:36:25.591249 osdx dnsmasq[70431]: warning: ignoring resolv-file flag because no-resolv is set Mar 18 12:36:25.591268 osdx dnsmasq[70431]: using nameserver 10::10#53 Mar 18 12:36:25.591276 osdx dnsmasq[70431]: using nameserver 10::2#53 Mar 18 12:36:25.591321 osdx dnsmasq[70431]: read /etc/hosts - 1 names Mar 18 12:36:25.630589 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Mar 18 12:36:25.631581 osdx cfgd[1456]: [56339]Completed change to active configuration Mar 18 12:36:25.666166 osdx OSDxCLI[56339]: User 'admin' committed the configuration. Mar 18 12:36:25.705800 osdx OSDxCLI[56339]: User 'admin' left the configuration menu. Mar 18 12:36:26.884686 osdx OSDxCLI[56339]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Mar 18 12:36:27.516241 osdx OSDxCLI[56339]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Mar 18 12:36:27.617619 osdx dnsmasq[70431]: query[A] teldat.com from ::1 Mar 18 12:36:27.617684 osdx dnsmasq[70431]: forwarded teldat.com to 10::10 Mar 18 12:36:28.618644 osdx dnsmasq[70431]: query[A] teldat.com from ::1 Mar 18 12:36:29.619729 osdx dnsmasq[70431]: query[A] teldat.com from 127.0.0.1 Mar 18 12:36:29.619778 osdx dnsmasq[70431]: forwarded teldat.com to 10::2 Mar 18 12:36:29.620237 osdx dnsmasq[70431]: reply teldat.com is 172.24.0.11 Mar 18 12:36:29.632728 osdx OSDxCLI[56339]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.