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.361 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.361/0.361/0.361/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
Dec 03 13:25:39.328402 osdx systemd-journald[1835]: Runtime Journal (/run/log/journal/d3b584433ca54f4e84c38003c593de3f) is 2.0M, max 15.3M, 13.3M free. Dec 03 13:25:39.328917 osdx systemd-journald[1835]: Received client request to rotate journal, rotating. Dec 03 13:25:39.328952 osdx systemd-journald[1835]: Vacuuming done, freed 0B of archived journals from /run/log/journal/d3b584433ca54f4e84c38003c593de3f. Dec 03 13:25:39.339550 osdx OSDxCLI[9822]: User 'admin' executed a new command: 'system journal clear'. Dec 03 13:25:39.773915 osdx osdx-coredump[188170]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Dec 03 13:25:39.784135 osdx OSDxCLI[9822]: User 'admin' executed a new command: 'system coredump delete all'. Dec 03 13:25:41.520549 osdx OSDxCLI[9822]: User 'admin' entered the configuration menu. Dec 03 13:25:41.628833 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Dec 03 13:25:41.708673 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Dec 03 13:25:41.803418 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'set service dns resolver local'. Dec 03 13:25:41.911887 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Dec 03 13:25:42.019416 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'show working'. Dec 03 13:25:42.116957 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Dec 03 13:25:42.301361 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Dec 03 13:25:42.329361 osdx dnsmasq[188317]: started, version 2.89 cachesize 150 Dec 03 13:25:42.329372 osdx dnsmasq[188317]: DNS service limited to local subnets Dec 03 13:25:42.329378 osdx dnsmasq[188317]: 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 Dec 03 13:25:42.329385 osdx dnsmasq[188317]: warning: ignoring resolv-file flag because no-resolv is set Dec 03 13:25:42.329401 osdx dnsmasq[188317]: using nameserver 10.0.0.2#53 Dec 03 13:25:42.329437 osdx dnsmasq[188317]: read /etc/hosts - 1 names Dec 03 13:25:42.366841 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Dec 03 13:25:42.367739 osdx cfgd[1634]: [9822]Completed change to active configuration Dec 03 13:25:42.406951 osdx OSDxCLI[9822]: User 'admin' committed the configuration. Dec 03 13:25:42.425181 osdx OSDxCLI[9822]: User 'admin' left the configuration menu. Dec 03 13:25:42.574522 osdx OSDxCLI[9822]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Dec 03 13:25:42.651668 osdx dnsmasq[188317]: query[A] teldat.com from ::1 Dec 03 13:25:42.651739 osdx dnsmasq[188317]: forwarded teldat.com to 10.0.0.2 Dec 03 13:25:42.652099 osdx dnsmasq[188317]: reply teldat.com is 172.24.0.11 Dec 03 13:25:42.664161 osdx OSDxCLI[9822]: 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=450 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 449.940/449.940/449.940/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
Dec 03 13:25:47.328948 osdx systemd-journald[1835]: Runtime Journal (/run/log/journal/d3b584433ca54f4e84c38003c593de3f) is 2.0M, max 15.3M, 13.2M free. Dec 03 13:25:47.332345 osdx systemd-journald[1835]: Received client request to rotate journal, rotating. Dec 03 13:25:47.332427 osdx systemd-journald[1835]: Vacuuming done, freed 0B of archived journals from /run/log/journal/d3b584433ca54f4e84c38003c593de3f. Dec 03 13:25:47.340010 osdx OSDxCLI[9822]: User 'admin' executed a new command: 'system journal clear'. Dec 03 13:25:47.671910 osdx osdx-coredump[188624]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Dec 03 13:25:47.680273 osdx OSDxCLI[9822]: User 'admin' executed a new command: 'system coredump delete all'. Dec 03 13:25:49.299860 osdx OSDxCLI[9822]: User 'admin' entered the configuration menu. Dec 03 13:25:49.416181 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Dec 03 13:25:49.513401 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Dec 03 13:25:49.678682 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'set service dns resolver local'. Dec 03 13:25:49.800735 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Dec 03 13:25:49.934475 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'show working'. Dec 03 13:25:50.048358 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Dec 03 13:25:50.240706 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Dec 03 13:25:50.276520 osdx dnsmasq[188771]: started, version 2.89 cachesize 150 Dec 03 13:25:50.276532 osdx dnsmasq[188771]: DNS service limited to local subnets Dec 03 13:25:50.276538 osdx dnsmasq[188771]: 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 Dec 03 13:25:50.276546 osdx dnsmasq[188771]: warning: ignoring resolv-file flag because no-resolv is set Dec 03 13:25:50.276570 osdx dnsmasq[188771]: using nameserver 10::2#53 Dec 03 13:25:50.276618 osdx dnsmasq[188771]: read /etc/hosts - 1 names Dec 03 13:25:50.319889 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Dec 03 13:25:50.320775 osdx cfgd[1634]: [9822]Completed change to active configuration Dec 03 13:25:50.351991 osdx OSDxCLI[9822]: User 'admin' committed the configuration. Dec 03 13:25:50.400771 osdx OSDxCLI[9822]: User 'admin' left the configuration menu. Dec 03 13:25:51.595599 osdx OSDxCLI[9822]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Dec 03 13:25:52.630875 osdx OSDxCLI[9822]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Dec 03 13:25:52.735366 osdx dnsmasq[188771]: query[A] teldat.com from ::1 Dec 03 13:25:52.735431 osdx dnsmasq[188771]: forwarded teldat.com to 10::2 Dec 03 13:25:52.735780 osdx dnsmasq[188771]: reply teldat.com is 172.24.0.11 Dec 03 13:25:52.747691 osdx OSDxCLI[9822]: 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.362 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.362/0.362/0.362/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
Dec 03 13:25:57.294580 osdx systemd-journald[1835]: Runtime Journal (/run/log/journal/d3b584433ca54f4e84c38003c593de3f) is 2.0M, max 15.3M, 13.3M free. Dec 03 13:25:57.297517 osdx systemd-journald[1835]: Received client request to rotate journal, rotating. Dec 03 13:25:57.297571 osdx systemd-journald[1835]: Vacuuming done, freed 0B of archived journals from /run/log/journal/d3b584433ca54f4e84c38003c593de3f. Dec 03 13:25:57.305264 osdx OSDxCLI[9822]: User 'admin' executed a new command: 'system journal clear'. Dec 03 13:25:57.650472 osdx osdx-coredump[189079]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Dec 03 13:25:57.660164 osdx OSDxCLI[9822]: User 'admin' executed a new command: 'system coredump delete all'. Dec 03 13:25:59.248447 osdx OSDxCLI[9822]: User 'admin' entered the configuration menu. Dec 03 13:25:59.331271 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Dec 03 13:25:59.417281 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Dec 03 13:25:59.528848 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'set service dns resolver local'. Dec 03 13:25:59.653902 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Dec 03 13:25:59.754129 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Dec 03 13:25:59.838164 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'show working'. Dec 03 13:25:59.961533 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Dec 03 13:26:00.145904 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Dec 03 13:26:00.175144 osdx dnsmasq[189227]: started, version 2.89 cachesize 150 Dec 03 13:26:00.175154 osdx dnsmasq[189227]: DNS service limited to local subnets Dec 03 13:26:00.175159 osdx dnsmasq[189227]: 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 Dec 03 13:26:00.175167 osdx dnsmasq[189227]: warning: ignoring resolv-file flag because no-resolv is set Dec 03 13:26:00.175184 osdx dnsmasq[189227]: using nameserver 10.0.0.10#53 Dec 03 13:26:00.175189 osdx dnsmasq[189227]: using nameserver 10.0.0.2#53 Dec 03 13:26:00.175227 osdx dnsmasq[189227]: read /etc/hosts - 1 names Dec 03 13:26:00.214700 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Dec 03 13:26:00.215532 osdx cfgd[1634]: [9822]Completed change to active configuration Dec 03 13:26:00.243212 osdx OSDxCLI[9822]: User 'admin' committed the configuration. Dec 03 13:26:00.266250 osdx OSDxCLI[9822]: User 'admin' left the configuration menu. Dec 03 13:26:00.421164 osdx OSDxCLI[9822]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Dec 03 13:26:00.494659 osdx dnsmasq[189227]: query[A] teldat.com from ::1 Dec 03 13:26:00.494728 osdx dnsmasq[189227]: forwarded teldat.com to 10.0.0.10 Dec 03 13:26:01.496173 osdx dnsmasq[189227]: query[A] teldat.com from ::1 Dec 03 13:26:02.497319 osdx dnsmasq[189227]: query[A] teldat.com from 127.0.0.1 Dec 03 13:26:02.497379 osdx dnsmasq[189227]: forwarded teldat.com to 10.0.0.2 Dec 03 13:26:02.497816 osdx dnsmasq[189227]: reply teldat.com is 172.24.0.11 Dec 03 13:26:02.509859 osdx OSDxCLI[9822]: 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.419 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.419/0.419/0.419/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
Dec 03 13:26:08.354572 osdx systemd-journald[1835]: Runtime Journal (/run/log/journal/d3b584433ca54f4e84c38003c593de3f) is 2.0M, max 15.3M, 13.3M free. Dec 03 13:26:08.355619 osdx systemd-journald[1835]: Received client request to rotate journal, rotating. Dec 03 13:26:08.355672 osdx systemd-journald[1835]: Vacuuming done, freed 0B of archived journals from /run/log/journal/d3b584433ca54f4e84c38003c593de3f. Dec 03 13:26:08.368393 osdx OSDxCLI[9822]: User 'admin' executed a new command: 'system journal clear'. Dec 03 13:26:08.752683 osdx osdx-coredump[189536]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Dec 03 13:26:08.765714 osdx OSDxCLI[9822]: User 'admin' executed a new command: 'system coredump delete all'. Dec 03 13:26:10.526259 osdx OSDxCLI[9822]: User 'admin' entered the configuration menu. Dec 03 13:26:10.655545 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Dec 03 13:26:10.713715 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Dec 03 13:26:10.804841 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'set service dns resolver local'. Dec 03 13:26:10.866997 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Dec 03 13:26:10.988473 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Dec 03 13:26:11.076307 osdx OSDxCLI[9822]: User 'admin' added a new cfg line: 'show working'. Dec 03 13:26:11.211629 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Dec 03 13:26:11.404082 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Dec 03 13:26:11.433515 osdx dnsmasq[189684]: started, version 2.89 cachesize 150 Dec 03 13:26:11.433527 osdx dnsmasq[189684]: DNS service limited to local subnets Dec 03 13:26:11.433533 osdx dnsmasq[189684]: 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 Dec 03 13:26:11.433544 osdx dnsmasq[189684]: warning: ignoring resolv-file flag because no-resolv is set Dec 03 13:26:11.433565 osdx dnsmasq[189684]: using nameserver 10::10#53 Dec 03 13:26:11.433570 osdx dnsmasq[189684]: using nameserver 10::2#53 Dec 03 13:26:11.433611 osdx dnsmasq[189684]: read /etc/hosts - 1 names Dec 03 13:26:11.471733 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Dec 03 13:26:11.472816 osdx cfgd[1634]: [9822]Completed change to active configuration Dec 03 13:26:11.500566 osdx OSDxCLI[9822]: User 'admin' committed the configuration. Dec 03 13:26:11.519663 osdx OSDxCLI[9822]: User 'admin' left the configuration menu. Dec 03 13:26:12.672761 osdx OSDxCLI[9822]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Dec 03 13:26:13.251674 osdx OSDxCLI[9822]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Dec 03 13:26:13.334482 osdx dnsmasq[189684]: query[A] teldat.com from ::1 Dec 03 13:26:13.334543 osdx dnsmasq[189684]: forwarded teldat.com to 10::10 Dec 03 13:26:14.335128 osdx dnsmasq[189684]: query[A] teldat.com from ::1 Dec 03 13:26:15.336280 osdx dnsmasq[189684]: query[A] teldat.com from 127.0.0.1 Dec 03 13:26:15.336334 osdx dnsmasq[189684]: forwarded teldat.com to 10::2 Dec 03 13:26:15.336612 osdx dnsmasq[189684]: reply teldat.com is 172.24.0.11 Dec 03 13:26:15.348769 osdx OSDxCLI[9822]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.