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.556 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.556/0.556/0.556/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 17:11:34.552994 osdx systemd-journald[1749]: Runtime Journal (/run/log/journal/88d6d46990514354af95198d86011406) is 1.9M, max 15.3M, 13.4M free. Feb 19 17:11:34.553704 osdx systemd-journald[1749]: Received client request to rotate journal, rotating. Feb 19 17:11:34.553754 osdx systemd-journald[1749]: Vacuuming done, freed 0B of archived journals from /run/log/journal/88d6d46990514354af95198d86011406. Feb 19 17:11:34.568890 osdx OSDxCLI[95458]: User 'admin' executed a new command: 'system journal clear'. Feb 19 17:11:35.238990 osdx osdx-coredump[138328]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Feb 19 17:11:35.253612 osdx OSDxCLI[95458]: User 'admin' executed a new command: 'system coredump delete all'. Feb 19 17:11:38.717603 osdx OSDxCLI[95458]: User 'admin' entered the configuration menu. Feb 19 17:11:38.936626 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Feb 19 17:11:39.040037 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Feb 19 17:11:39.161418 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'set service dns resolver local'. Feb 19 17:11:39.300572 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Feb 19 17:11:39.445571 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'show working'. Feb 19 17:11:39.605559 osdx INFO[138354]: FRR daemons did not change Feb 19 17:11:39.641793 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Feb 19 17:11:39.930207 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Feb 19 17:11:39.983783 osdx dnsmasq[138480]: started, version 2.89 cachesize 150 Feb 19 17:11:39.983894 osdx dnsmasq[138480]: DNS service limited to local subnets Feb 19 17:11:39.983913 osdx dnsmasq[138480]: 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 17:11:39.983930 osdx dnsmasq[138480]: warning: ignoring resolv-file flag because no-resolv is set Feb 19 17:11:39.983967 osdx dnsmasq[138480]: using nameserver 10.0.0.2#53 Feb 19 17:11:39.984059 osdx dnsmasq[138480]: read /etc/hosts - 1 names Feb 19 17:11:40.049218 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Feb 19 17:11:40.051310 osdx cfgd[1448]: [95458]Completed change to active configuration Feb 19 17:11:40.108405 osdx OSDxCLI[95458]: User 'admin' committed the configuration. Feb 19 17:11:40.142844 osdx OSDxCLI[95458]: User 'admin' left the configuration menu. Feb 19 17:11:40.355841 osdx OSDxCLI[95458]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Feb 19 17:11:40.532930 osdx dnsmasq[138480]: query[A] teldat.com from ::1 Feb 19 17:11:40.533020 osdx dnsmasq[138480]: forwarded teldat.com to 10.0.0.2 Feb 19 17:11:40.533451 osdx dnsmasq[138480]: reply teldat.com is 172.24.0.11 Feb 19 17:11:40.535772 osdx OSDxCLI[95458]: 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=16.3 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 16.288/16.288/16.288/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 17:11:49.518839 osdx systemd-journald[1749]: Runtime Journal (/run/log/journal/88d6d46990514354af95198d86011406) is 2.0M, max 15.3M, 13.3M free. Feb 19 17:11:49.521847 osdx systemd-journald[1749]: Received client request to rotate journal, rotating. Feb 19 17:11:49.521926 osdx systemd-journald[1749]: Vacuuming done, freed 0B of archived journals from /run/log/journal/88d6d46990514354af95198d86011406. Feb 19 17:11:49.536330 osdx OSDxCLI[95458]: User 'admin' executed a new command: 'system journal clear'. Feb 19 17:11:50.342631 osdx osdx-coredump[138789]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Feb 19 17:11:50.365770 osdx OSDxCLI[95458]: User 'admin' executed a new command: 'system coredump delete all'. Feb 19 17:11:53.080292 osdx OSDxCLI[95458]: User 'admin' entered the configuration menu. Feb 19 17:11:53.245278 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Feb 19 17:11:53.366143 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Feb 19 17:11:53.500139 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'set service dns resolver local'. Feb 19 17:11:53.624267 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Feb 19 17:11:53.847493 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'show working'. Feb 19 17:11:54.011555 osdx INFO[138815]: FRR daemons did not change Feb 19 17:11:54.062531 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Feb 19 17:11:54.422517 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Feb 19 17:11:54.478420 osdx dnsmasq[138944]: started, version 2.89 cachesize 150 Feb 19 17:11:54.478817 osdx dnsmasq[138944]: DNS service limited to local subnets Feb 19 17:11:54.478896 osdx dnsmasq[138944]: 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 17:11:54.478983 osdx dnsmasq[138944]: warning: ignoring resolv-file flag because no-resolv is set Feb 19 17:11:54.479092 osdx dnsmasq[138944]: using nameserver 10::2#53 Feb 19 17:11:54.479215 osdx dnsmasq[138944]: read /etc/hosts - 1 names Feb 19 17:11:54.601129 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Feb 19 17:11:54.603860 osdx cfgd[1448]: [95458]Completed change to active configuration Feb 19 17:11:54.662428 osdx OSDxCLI[95458]: User 'admin' committed the configuration. Feb 19 17:11:54.705901 osdx OSDxCLI[95458]: User 'admin' left the configuration menu. Feb 19 17:11:55.946303 osdx OSDxCLI[95458]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Feb 19 17:11:56.631042 osdx OSDxCLI[95458]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Feb 19 17:11:56.832021 osdx dnsmasq[138944]: query[A] teldat.com from ::1 Feb 19 17:11:56.832101 osdx dnsmasq[138944]: forwarded teldat.com to 10::2 Feb 19 17:11:56.832724 osdx dnsmasq[138944]: reply teldat.com is 172.24.0.11 Feb 19 17:11:56.845674 osdx OSDxCLI[95458]: 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.56 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 4.555/4.555/4.555/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 17:12:05.584953 osdx systemd-journald[1749]: Runtime Journal (/run/log/journal/88d6d46990514354af95198d86011406) is 2.0M, max 15.3M, 13.3M free. Feb 19 17:12:05.587589 osdx systemd-journald[1749]: Received client request to rotate journal, rotating. Feb 19 17:12:05.587687 osdx systemd-journald[1749]: Vacuuming done, freed 0B of archived journals from /run/log/journal/88d6d46990514354af95198d86011406. Feb 19 17:12:05.604763 osdx OSDxCLI[95458]: User 'admin' executed a new command: 'system journal clear'. Feb 19 17:12:06.339853 osdx osdx-coredump[139258]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Feb 19 17:12:06.358060 osdx OSDxCLI[95458]: User 'admin' executed a new command: 'system coredump delete all'. Feb 19 17:12:08.924461 osdx OSDxCLI[95458]: User 'admin' entered the configuration menu. Feb 19 17:12:09.065734 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Feb 19 17:12:09.164147 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Feb 19 17:12:09.288569 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'set service dns resolver local'. Feb 19 17:12:09.449850 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Feb 19 17:12:09.622594 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Feb 19 17:12:09.863620 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'show working'. Feb 19 17:12:10.036026 osdx INFO[139285]: FRR daemons did not change Feb 19 17:12:10.083542 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Feb 19 17:12:10.456433 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Feb 19 17:12:10.499240 osdx dnsmasq[139414]: started, version 2.89 cachesize 150 Feb 19 17:12:10.499259 osdx dnsmasq[139414]: DNS service limited to local subnets Feb 19 17:12:10.499270 osdx dnsmasq[139414]: 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 17:12:10.499284 osdx dnsmasq[139414]: warning: ignoring resolv-file flag because no-resolv is set Feb 19 17:12:10.499317 osdx dnsmasq[139414]: using nameserver 10.0.0.10#53 Feb 19 17:12:10.499335 osdx dnsmasq[139414]: using nameserver 10.0.0.2#53 Feb 19 17:12:10.499404 osdx dnsmasq[139414]: read /etc/hosts - 1 names Feb 19 17:12:10.560792 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Feb 19 17:12:10.562960 osdx cfgd[1448]: [95458]Completed change to active configuration Feb 19 17:12:10.625674 osdx OSDxCLI[95458]: User 'admin' committed the configuration. Feb 19 17:12:10.694627 osdx OSDxCLI[95458]: User 'admin' left the configuration menu. Feb 19 17:12:10.999475 osdx OSDxCLI[95458]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Feb 19 17:12:11.193094 osdx dnsmasq[139414]: query[A] teldat.com from ::1 Feb 19 17:12:11.193188 osdx dnsmasq[139414]: forwarded teldat.com to 10.0.0.10 Feb 19 17:12:12.193546 osdx dnsmasq[139414]: query[A] teldat.com from ::1 Feb 19 17:12:13.193574 osdx dnsmasq[139414]: query[A] teldat.com from 127.0.0.1 Feb 19 17:12:13.193631 osdx dnsmasq[139414]: forwarded teldat.com to 10.0.0.2 Feb 19 17:12:13.194082 osdx dnsmasq[139414]: reply teldat.com is 172.24.0.11 Feb 19 17:12:13.205995 osdx OSDxCLI[95458]: 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=397 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 396.798/396.798/396.798/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 17:12:21.453476 osdx systemd-journald[1749]: Runtime Journal (/run/log/journal/88d6d46990514354af95198d86011406) is 2.0M, max 15.3M, 13.3M free. Feb 19 17:12:21.454222 osdx systemd-journald[1749]: Received client request to rotate journal, rotating. Feb 19 17:12:21.455151 osdx systemd-journald[1749]: Vacuuming done, freed 0B of archived journals from /run/log/journal/88d6d46990514354af95198d86011406. Feb 19 17:12:21.487142 osdx OSDxCLI[95458]: User 'admin' executed a new command: 'system journal clear'. Feb 19 17:12:22.082297 osdx osdx-coredump[139724]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Feb 19 17:12:22.097484 osdx OSDxCLI[95458]: User 'admin' executed a new command: 'system coredump delete all'. Feb 19 17:12:25.290162 osdx OSDxCLI[95458]: User 'admin' entered the configuration menu. Feb 19 17:12:25.473291 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Feb 19 17:12:25.582366 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Feb 19 17:12:25.772892 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'set service dns resolver local'. Feb 19 17:12:25.925035 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Feb 19 17:12:26.097528 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Feb 19 17:12:26.259531 osdx OSDxCLI[95458]: User 'admin' added a new cfg line: 'show working'. Feb 19 17:12:26.424859 osdx INFO[139751]: FRR daemons did not change Feb 19 17:12:26.485585 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Feb 19 17:12:26.814092 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Feb 19 17:12:26.864279 osdx dnsmasq[139880]: started, version 2.89 cachesize 150 Feb 19 17:12:26.864307 osdx dnsmasq[139880]: DNS service limited to local subnets Feb 19 17:12:26.864320 osdx dnsmasq[139880]: 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 17:12:26.864336 osdx dnsmasq[139880]: warning: ignoring resolv-file flag because no-resolv is set Feb 19 17:12:26.864384 osdx dnsmasq[139880]: using nameserver 10::10#53 Feb 19 17:12:26.864401 osdx dnsmasq[139880]: using nameserver 10::2#53 Feb 19 17:12:26.864512 osdx dnsmasq[139880]: read /etc/hosts - 1 names Feb 19 17:12:26.967217 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Feb 19 17:12:26.969332 osdx cfgd[1448]: [95458]Completed change to active configuration Feb 19 17:12:27.020438 osdx OSDxCLI[95458]: User 'admin' committed the configuration. Feb 19 17:12:27.067867 osdx OSDxCLI[95458]: User 'admin' left the configuration menu. Feb 19 17:12:28.382197 osdx OSDxCLI[95458]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Feb 19 17:12:29.424759 osdx OSDxCLI[95458]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Feb 19 17:12:29.567873 osdx dnsmasq[139880]: query[A] teldat.com from ::1 Feb 19 17:12:29.567964 osdx dnsmasq[139880]: forwarded teldat.com to 10::10 Feb 19 17:12:30.569021 osdx dnsmasq[139880]: query[A] teldat.com from ::1 Feb 19 17:12:31.568510 osdx dnsmasq[139880]: query[A] teldat.com from 127.0.0.1 Feb 19 17:12:31.568568 osdx dnsmasq[139880]: forwarded teldat.com to 10::2 Feb 19 17:12:31.568994 osdx dnsmasq[139880]: reply teldat.com is 172.24.0.11 Feb 19 17:12:31.581096 osdx OSDxCLI[95458]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.