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.683 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.683/0.683/0.683/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 30 12:12:23.280135 osdx systemd-journald[60253]: Runtime Journal (/run/log/journal/22c37bf8be29452e87aca50c6265032f) is 2.0M, max 15.3M, 13.2M free. Jul 30 12:12:23.282646 osdx systemd-journald[60253]: Received client request to rotate journal, rotating. Jul 30 12:12:23.282702 osdx systemd-journald[60253]: Vacuuming done, freed 0B of archived journals from /run/log/journal/22c37bf8be29452e87aca50c6265032f. Jul 30 12:12:23.290597 osdx OSDxCLI[210769]: User 'admin' executed a new command: 'system journal clear'. Jul 30 12:12:23.573436 osdx osdx-coredump[244078]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Jul 30 12:12:23.580172 osdx OSDxCLI[210769]: User 'admin' executed a new command: 'system coredump delete all'. Jul 30 12:12:24.757628 osdx OSDxCLI[210769]: User 'admin' entered the configuration menu. Jul 30 12:12:24.862655 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Jul 30 12:12:24.911305 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jul 30 12:12:25.005413 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jul 30 12:12:25.052594 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Jul 30 12:12:25.163343 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'show working'. Jul 30 12:12:25.242643 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jul 30 12:12:25.419035 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jul 30 12:12:25.509718 osdx dnsmasq[244221]: started, version 2.89 cachesize 150 Jul 30 12:12:25.509729 osdx dnsmasq[244221]: DNS service limited to local subnets Jul 30 12:12:25.509734 osdx dnsmasq[244221]: 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 30 12:12:25.509741 osdx dnsmasq[244221]: warning: ignoring resolv-file flag because no-resolv is set Jul 30 12:12:25.509756 osdx dnsmasq[244221]: using nameserver 10.0.0.2#53 Jul 30 12:12:25.509789 osdx dnsmasq[244221]: read /etc/hosts - 1 names Jul 30 12:12:25.546982 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jul 30 12:12:25.547826 osdx cfgd[1242]: [210769]Completed change to active configuration Jul 30 12:12:25.548071 osdx systemd[1]: Reached target nss-lookup.target - Host and Network Name Lookups. Jul 30 12:12:25.549746 osdx OSDxCLI[210769]: User 'admin' committed the configuration. Jul 30 12:12:25.565260 osdx OSDxCLI[210769]: User 'admin' left the configuration menu. Jul 30 12:12:25.701948 osdx OSDxCLI[210769]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Jul 30 12:12:26.058821 osdx dnsmasq[244221]: query[A] teldat.com from ::1 Jul 30 12:12:26.058879 osdx dnsmasq[244221]: forwarded teldat.com to 10.0.0.2 Jul 30 12:12:26.059527 osdx dnsmasq[244221]: reply teldat.com is 172.24.0.11 Jul 30 12:12:26.094471 osdx OSDxCLI[210769]: 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=458 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 458.251/458.251/458.251/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 30 12:12:30.281550 osdx systemd-journald[60253]: Runtime Journal (/run/log/journal/22c37bf8be29452e87aca50c6265032f) is 2.0M, max 15.3M, 13.3M free. Jul 30 12:12:30.284091 osdx systemd-journald[60253]: Received client request to rotate journal, rotating. Jul 30 12:12:30.284156 osdx systemd-journald[60253]: Vacuuming done, freed 0B of archived journals from /run/log/journal/22c37bf8be29452e87aca50c6265032f. Jul 30 12:12:30.291277 osdx OSDxCLI[210769]: User 'admin' executed a new command: 'system journal clear'. Jul 30 12:12:30.598178 osdx osdx-coredump[244515]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Jul 30 12:12:30.605489 osdx OSDxCLI[210769]: User 'admin' executed a new command: 'system coredump delete all'. Jul 30 12:12:31.875797 osdx OSDxCLI[210769]: User 'admin' entered the configuration menu. Jul 30 12:12:31.953377 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Jul 30 12:12:32.032183 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jul 30 12:12:32.092282 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jul 30 12:12:32.196308 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Jul 30 12:12:32.304275 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'show working'. Jul 30 12:12:32.392087 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jul 30 12:12:32.516440 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jul 30 12:12:32.540717 osdx dnsmasq[244658]: started, version 2.89 cachesize 150 Jul 30 12:12:32.540731 osdx dnsmasq[244658]: DNS service limited to local subnets Jul 30 12:12:32.540737 osdx dnsmasq[244658]: 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 30 12:12:32.540745 osdx dnsmasq[244658]: warning: ignoring resolv-file flag because no-resolv is set Jul 30 12:12:32.540761 osdx dnsmasq[244658]: using nameserver 10::2#53 Jul 30 12:12:32.540797 osdx dnsmasq[244658]: read /etc/hosts - 1 names Jul 30 12:12:32.575812 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jul 30 12:12:32.576662 osdx cfgd[1242]: [210769]Completed change to active configuration Jul 30 12:12:32.578412 osdx OSDxCLI[210769]: User 'admin' committed the configuration. Jul 30 12:12:32.596476 osdx OSDxCLI[210769]: User 'admin' left the configuration menu. Jul 30 12:12:33.745531 osdx OSDxCLI[210769]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jul 30 12:12:34.781621 osdx OSDxCLI[210769]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jul 30 12:12:34.861142 osdx dnsmasq[244658]: query[A] teldat.com from ::1 Jul 30 12:12:34.861191 osdx dnsmasq[244658]: forwarded teldat.com to 10::2 Jul 30 12:12:34.861694 osdx dnsmasq[244658]: reply teldat.com is 172.24.0.11 Jul 30 12:12:34.873610 osdx OSDxCLI[210769]: 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.491 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.491/0.491/0.491/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 30 12:12:38.276678 osdx systemd-journald[60253]: Runtime Journal (/run/log/journal/22c37bf8be29452e87aca50c6265032f) is 2.0M, max 15.3M, 13.3M free. Jul 30 12:12:38.278726 osdx systemd-journald[60253]: Received client request to rotate journal, rotating. Jul 30 12:12:38.278784 osdx systemd-journald[60253]: Vacuuming done, freed 0B of archived journals from /run/log/journal/22c37bf8be29452e87aca50c6265032f. Jul 30 12:12:38.286145 osdx OSDxCLI[210769]: User 'admin' executed a new command: 'system journal clear'. Jul 30 12:12:38.570296 osdx osdx-coredump[244956]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Jul 30 12:12:38.577772 osdx OSDxCLI[210769]: User 'admin' executed a new command: 'system coredump delete all'. Jul 30 12:12:39.820323 osdx OSDxCLI[210769]: User 'admin' entered the configuration menu. Jul 30 12:12:39.928650 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Jul 30 12:12:39.975173 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jul 30 12:12:40.070342 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jul 30 12:12:40.119909 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Jul 30 12:12:40.217742 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Jul 30 12:12:40.284063 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'show working'. Jul 30 12:12:40.390654 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jul 30 12:12:40.515121 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jul 30 12:12:40.546970 osdx dnsmasq[245100]: started, version 2.89 cachesize 150 Jul 30 12:12:40.546978 osdx dnsmasq[245100]: DNS service limited to local subnets Jul 30 12:12:40.546983 osdx dnsmasq[245100]: 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 30 12:12:40.546990 osdx dnsmasq[245100]: warning: ignoring resolv-file flag because no-resolv is set Jul 30 12:12:40.547025 osdx dnsmasq[245100]: using nameserver 10.0.0.10#53 Jul 30 12:12:40.547030 osdx dnsmasq[245100]: using nameserver 10.0.0.2#53 Jul 30 12:12:40.547064 osdx dnsmasq[245100]: read /etc/hosts - 1 names Jul 30 12:12:40.582276 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jul 30 12:12:40.583355 osdx cfgd[1242]: [210769]Completed change to active configuration Jul 30 12:12:40.585400 osdx OSDxCLI[210769]: User 'admin' committed the configuration. Jul 30 12:12:40.600108 osdx OSDxCLI[210769]: User 'admin' left the configuration menu. Jul 30 12:12:40.743534 osdx OSDxCLI[210769]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Jul 30 12:12:40.810936 osdx dnsmasq[245100]: query[A] teldat.com from ::1 Jul 30 12:12:40.810997 osdx dnsmasq[245100]: forwarded teldat.com to 10.0.0.10 Jul 30 12:12:41.812561 osdx dnsmasq[245100]: query[A] teldat.com from ::1 Jul 30 12:12:42.814301 osdx dnsmasq[245100]: query[A] teldat.com from 127.0.0.1 Jul 30 12:12:42.814341 osdx dnsmasq[245100]: forwarded teldat.com to 10.0.0.2 Jul 30 12:12:42.814899 osdx dnsmasq[245100]: reply teldat.com is 172.24.0.11 Jul 30 12:12:42.828247 osdx OSDxCLI[210769]: 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=456 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 456.172/456.172/456.172/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 30 12:12:47.277248 osdx systemd-journald[60253]: Runtime Journal (/run/log/journal/22c37bf8be29452e87aca50c6265032f) is 2.0M, max 15.3M, 13.3M free. Jul 30 12:12:47.279331 osdx systemd-journald[60253]: Received client request to rotate journal, rotating. Jul 30 12:12:47.279394 osdx systemd-journald[60253]: Vacuuming done, freed 0B of archived journals from /run/log/journal/22c37bf8be29452e87aca50c6265032f. Jul 30 12:12:47.288294 osdx OSDxCLI[210769]: User 'admin' executed a new command: 'system journal clear'. Jul 30 12:12:47.586459 osdx osdx-coredump[245393]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Jul 30 12:12:47.594185 osdx OSDxCLI[210769]: User 'admin' executed a new command: 'system coredump delete all'. Jul 30 12:12:48.843074 osdx OSDxCLI[210769]: User 'admin' entered the configuration menu. Jul 30 12:12:48.904716 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Jul 30 12:12:48.999966 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jul 30 12:12:49.049184 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jul 30 12:12:49.146286 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Jul 30 12:12:49.198339 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Jul 30 12:12:49.305929 osdx OSDxCLI[210769]: User 'admin' added a new cfg line: 'show working'. Jul 30 12:12:49.383337 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jul 30 12:12:49.507607 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jul 30 12:12:49.533901 osdx dnsmasq[245537]: started, version 2.89 cachesize 150 Jul 30 12:12:49.533912 osdx dnsmasq[245537]: DNS service limited to local subnets Jul 30 12:12:49.533918 osdx dnsmasq[245537]: 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 30 12:12:49.533925 osdx dnsmasq[245537]: warning: ignoring resolv-file flag because no-resolv is set Jul 30 12:12:49.533944 osdx dnsmasq[245537]: using nameserver 10::10#53 Jul 30 12:12:49.533951 osdx dnsmasq[245537]: using nameserver 10::2#53 Jul 30 12:12:49.533986 osdx dnsmasq[245537]: read /etc/hosts - 1 names Jul 30 12:12:49.568315 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jul 30 12:12:49.569491 osdx cfgd[1242]: [210769]Completed change to active configuration Jul 30 12:12:49.571739 osdx OSDxCLI[210769]: User 'admin' committed the configuration. Jul 30 12:12:49.586661 osdx OSDxCLI[210769]: User 'admin' left the configuration menu. Jul 30 12:12:50.719468 osdx OSDxCLI[210769]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jul 30 12:12:51.745971 osdx OSDxCLI[210769]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jul 30 12:12:51.818748 osdx dnsmasq[245537]: query[A] teldat.com from ::1 Jul 30 12:12:51.818813 osdx dnsmasq[245537]: forwarded teldat.com to 10::10 Jul 30 12:12:52.820210 osdx dnsmasq[245537]: query[A] teldat.com from ::1 Jul 30 12:12:53.822383 osdx dnsmasq[245537]: query[A] teldat.com from 127.0.0.1 Jul 30 12:12:53.822459 osdx dnsmasq[245537]: forwarded teldat.com to 10::2 Jul 30 12:12:53.823312 osdx dnsmasq[245537]: reply teldat.com is 172.24.0.11 Jul 30 12:12:53.835560 osdx OSDxCLI[210769]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.