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=3.85 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 3.848/3.848/3.848/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
Jul 28 08:59:15.453071 osdx systemd-journald[1773]: Runtime Journal (/run/log/journal/a46937b51a3a4c469575696f63c9d620) is 2.1M, max 15.3M, 13.1M free. Jul 28 08:59:15.454934 osdx systemd-journald[1773]: Received client request to rotate journal, rotating. Jul 28 08:59:15.454996 osdx systemd-journald[1773]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a46937b51a3a4c469575696f63c9d620. Jul 28 08:59:15.472839 osdx OSDxCLI[196423]: User 'admin' executed a new command: 'system journal clear'. Jul 28 08:59:15.910793 osdx OSDxCLI[196423]: User 'admin' executed a new command: 'system coredump delete all'. Jul 28 08:59:18.272329 osdx OSDxCLI[196423]: User 'admin' entered the configuration menu. Jul 28 08:59:18.431254 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Jul 28 08:59:18.536956 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jul 28 08:59:18.669843 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jul 28 08:59:18.782744 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Jul 28 08:59:18.961686 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'show working'. Jul 28 08:59:19.078897 osdx ubnt-cfgd[253074]: inactive Jul 28 08:59:19.119602 osdx INFO[253082]: FRR daemons did not change Jul 28 08:59:19.166210 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jul 28 08:59:19.544700 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jul 28 08:59:19.566594 osdx dnsmasq[253225]: started, version 2.90 cachesize 150 Jul 28 08:59:19.566949 osdx dnsmasq[253225]: DNS service limited to local subnets Jul 28 08:59:19.567020 osdx dnsmasq[253225]: 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 Jul 28 08:59:19.567093 osdx dnsmasq[253225]: warning: ignoring resolv-file flag because no-resolv is set Jul 28 08:59:19.567179 osdx dnsmasq[253225]: using nameserver 10.0.0.2#53 Jul 28 08:59:19.567308 osdx dnsmasq[253225]: read /etc/hosts - 1 names Jul 28 08:59:19.668656 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jul 28 08:59:19.671961 osdx cfgd[1473]: [196423]Completed change to active configuration Jul 28 08:59:19.700872 osdx OSDxCLI[196423]: User 'admin' committed the configuration. Jul 28 08:59:19.768378 osdx OSDxCLI[196423]: User 'admin' left the configuration menu. Jul 28 08:59:20.161448 osdx OSDxCLI[196423]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Jul 28 08:59:20.412830 osdx dnsmasq[253225]: query[A] teldat.com from ::1 Jul 28 08:59:20.412915 osdx dnsmasq[253225]: forwarded teldat.com to 10.0.0.2 Jul 28 08:59:20.414483 osdx dnsmasq[253225]: reply teldat.com is 172.24.0.11 Jul 28 08:59:20.435324 osdx OSDxCLI[196423]: 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=2.41 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 2.406/2.406/2.406/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
Jul 28 08:59:29.532810 osdx systemd-journald[1773]: Runtime Journal (/run/log/journal/a46937b51a3a4c469575696f63c9d620) is 2.0M, max 15.3M, 13.2M free. Jul 28 08:59:29.534216 osdx systemd-journald[1773]: Received client request to rotate journal, rotating. Jul 28 08:59:29.534325 osdx systemd-journald[1773]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a46937b51a3a4c469575696f63c9d620. Jul 28 08:59:29.551429 osdx OSDxCLI[196423]: User 'admin' executed a new command: 'system journal clear'. Jul 28 08:59:30.135115 osdx OSDxCLI[196423]: User 'admin' executed a new command: 'system coredump delete all'. Jul 28 08:59:32.457567 osdx OSDxCLI[196423]: User 'admin' entered the configuration menu. Jul 28 08:59:32.658910 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Jul 28 08:59:32.773357 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jul 28 08:59:32.907134 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jul 28 08:59:33.035399 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Jul 28 08:59:33.259537 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'show working'. Jul 28 08:59:33.429625 osdx ubnt-cfgd[253558]: inactive Jul 28 08:59:33.546945 osdx INFO[253566]: FRR daemons did not change Jul 28 08:59:33.578227 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jul 28 08:59:33.649900 osdx zebra[1414]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 11 error 99 (Cannot assign requested address) Jul 28 08:59:33.877914 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jul 28 08:59:33.894344 osdx dnsmasq[253709]: started, version 2.90 cachesize 150 Jul 28 08:59:33.894793 osdx dnsmasq[253709]: DNS service limited to local subnets Jul 28 08:59:33.894865 osdx dnsmasq[253709]: 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 Jul 28 08:59:33.894919 osdx dnsmasq[253709]: warning: ignoring resolv-file flag because no-resolv is set Jul 28 08:59:33.894999 osdx dnsmasq[253709]: using nameserver 10::2#53 Jul 28 08:59:33.895108 osdx dnsmasq[253709]: read /etc/hosts - 1 names Jul 28 08:59:33.958109 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jul 28 08:59:33.960848 osdx cfgd[1473]: [196423]Completed change to active configuration Jul 28 08:59:33.982093 osdx OSDxCLI[196423]: User 'admin' committed the configuration. Jul 28 08:59:34.045844 osdx OSDxCLI[196423]: User 'admin' left the configuration menu. Jul 28 08:59:35.288103 osdx OSDxCLI[196423]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jul 28 08:59:35.934742 osdx OSDxCLI[196423]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jul 28 08:59:36.083919 osdx dnsmasq[253709]: query[A] teldat.com from ::1 Jul 28 08:59:36.084006 osdx dnsmasq[253709]: forwarded teldat.com to 10::2 Jul 28 08:59:36.084479 osdx dnsmasq[253709]: reply teldat.com is 172.24.0.11 Jul 28 08:59:36.096880 osdx OSDxCLI[196423]: 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=4.98 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 4.977/4.977/4.977/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
Jul 28 08:59:44.561556 osdx systemd-journald[1773]: Runtime Journal (/run/log/journal/a46937b51a3a4c469575696f63c9d620) is 2.0M, max 15.3M, 13.3M free. Jul 28 08:59:44.565133 osdx systemd-journald[1773]: Received client request to rotate journal, rotating. Jul 28 08:59:44.565224 osdx systemd-journald[1773]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a46937b51a3a4c469575696f63c9d620. Jul 28 08:59:44.582081 osdx OSDxCLI[196423]: User 'admin' executed a new command: 'system journal clear'. Jul 28 08:59:45.076028 osdx OSDxCLI[196423]: User 'admin' executed a new command: 'system coredump delete all'. Jul 28 08:59:47.612051 osdx OSDxCLI[196423]: User 'admin' entered the configuration menu. Jul 28 08:59:47.811736 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Jul 28 08:59:47.930012 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jul 28 08:59:48.099795 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jul 28 08:59:48.290478 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Jul 28 08:59:48.423725 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Jul 28 08:59:48.574706 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'show working'. Jul 28 08:59:48.708899 osdx ubnt-cfgd[254046]: inactive Jul 28 08:59:48.812567 osdx INFO[254054]: FRR daemons did not change Jul 28 08:59:48.849137 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jul 28 08:59:49.125971 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jul 28 08:59:49.139885 osdx dnsmasq[254197]: started, version 2.90 cachesize 150 Jul 28 08:59:49.139901 osdx dnsmasq[254197]: DNS service limited to local subnets Jul 28 08:59:49.139909 osdx dnsmasq[254197]: 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 Jul 28 08:59:49.139920 osdx dnsmasq[254197]: warning: ignoring resolv-file flag because no-resolv is set Jul 28 08:59:49.139944 osdx dnsmasq[254197]: using nameserver 10.0.0.10#53 Jul 28 08:59:49.139952 osdx dnsmasq[254197]: using nameserver 10.0.0.2#53 Jul 28 08:59:49.140015 osdx dnsmasq[254197]: read /etc/hosts - 1 names Jul 28 08:59:49.193503 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jul 28 08:59:49.196322 osdx cfgd[1473]: [196423]Completed change to active configuration Jul 28 08:59:49.216433 osdx OSDxCLI[196423]: User 'admin' committed the configuration. Jul 28 08:59:49.258056 osdx OSDxCLI[196423]: User 'admin' left the configuration menu. Jul 28 08:59:49.566231 osdx OSDxCLI[196423]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Jul 28 08:59:49.750796 osdx dnsmasq[254197]: query[A] teldat.com from ::1 Jul 28 08:59:49.750933 osdx dnsmasq[254197]: forwarded teldat.com to 10.0.0.10 Jul 28 08:59:50.752582 osdx dnsmasq[254197]: query[A] teldat.com from ::1 Jul 28 08:59:51.752328 osdx dnsmasq[254197]: query[A] teldat.com from 127.0.0.1 Jul 28 08:59:51.752382 osdx dnsmasq[254197]: forwarded teldat.com to 10.0.0.2 Jul 28 08:59:51.752924 osdx dnsmasq[254197]: reply teldat.com is 172.24.0.11 Jul 28 08:59:51.765989 osdx OSDxCLI[196423]: 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=17.3 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 17.299/17.299/17.299/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
Jul 28 09:00:01.603905 osdx systemd-journald[1773]: Runtime Journal (/run/log/journal/a46937b51a3a4c469575696f63c9d620) is 2.0M, max 15.3M, 13.3M free. Jul 28 09:00:01.611804 osdx systemd-journald[1773]: Received client request to rotate journal, rotating. Jul 28 09:00:01.611929 osdx systemd-journald[1773]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a46937b51a3a4c469575696f63c9d620. Jul 28 09:00:01.633215 osdx OSDxCLI[196423]: User 'admin' executed a new command: 'system journal clear'. Jul 28 09:00:02.237487 osdx OSDxCLI[196423]: User 'admin' executed a new command: 'system coredump delete all'. Jul 28 09:00:04.888690 osdx OSDxCLI[196423]: User 'admin' entered the configuration menu. Jul 28 09:00:05.066530 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Jul 28 09:00:05.188785 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jul 28 09:00:05.314990 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jul 28 09:00:05.424282 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Jul 28 09:00:05.560955 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Jul 28 09:00:05.723312 osdx OSDxCLI[196423]: User 'admin' added a new cfg line: 'show working'. Jul 28 09:00:05.872590 osdx ubnt-cfgd[254536]: inactive Jul 28 09:00:05.919608 osdx INFO[254544]: FRR daemons did not change Jul 28 09:00:05.954366 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jul 28 09:00:06.226872 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jul 28 09:00:06.240432 osdx dnsmasq[254687]: started, version 2.90 cachesize 150 Jul 28 09:00:06.240456 osdx dnsmasq[254687]: DNS service limited to local subnets Jul 28 09:00:06.240468 osdx dnsmasq[254687]: 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 Jul 28 09:00:06.240483 osdx dnsmasq[254687]: warning: ignoring resolv-file flag because no-resolv is set Jul 28 09:00:06.240516 osdx dnsmasq[254687]: using nameserver 10::10#53 Jul 28 09:00:06.240527 osdx dnsmasq[254687]: using nameserver 10::2#53 Jul 28 09:00:06.240591 osdx dnsmasq[254687]: read /etc/hosts - 1 names Jul 28 09:00:06.291472 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jul 28 09:00:06.293640 osdx cfgd[1473]: [196423]Completed change to active configuration Jul 28 09:00:06.314721 osdx OSDxCLI[196423]: User 'admin' committed the configuration. Jul 28 09:00:06.392141 osdx OSDxCLI[196423]: User 'admin' left the configuration menu. Jul 28 09:00:07.632250 osdx OSDxCLI[196423]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jul 28 09:00:08.306173 osdx OSDxCLI[196423]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jul 28 09:00:08.462713 osdx dnsmasq[254687]: query[A] teldat.com from ::1 Jul 28 09:00:08.462826 osdx dnsmasq[254687]: forwarded teldat.com to 10::10 Jul 28 09:00:09.463966 osdx dnsmasq[254687]: query[A] teldat.com from ::1 Jul 28 09:00:10.464950 osdx dnsmasq[254687]: query[A] teldat.com from 127.0.0.1 Jul 28 09:00:10.465014 osdx dnsmasq[254687]: forwarded teldat.com to 10::2 Jul 28 09:00:10.465565 osdx dnsmasq[254687]: reply teldat.com is 172.24.0.11 Jul 28 09:00:10.479244 osdx OSDxCLI[196423]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.