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 1
Show 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.320 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.320/0.320/0.320/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 03 16:16:58.286632 osdx systemd-journald[19587]: Runtime Journal (/run/log/journal/aa1bd7befff24a8b91d1e90ef92c032b) is 2.0M, max 15.3M, 13.2M free.
Jul 03 16:16:58.290453 osdx systemd-journald[19587]: Received client request to rotate journal, rotating.
Jul 03 16:16:58.290520 osdx systemd-journald[19587]: Vacuuming done, freed 0B of archived journals from /run/log/journal/aa1bd7befff24a8b91d1e90ef92c032b.
Jul 03 16:16:58.296966 osdx OSDxCLI[150173]: User 'admin' executed a new command: 'system journal clear'.
Jul 03 16:16:58.628788 osdx osdx-coredump[182053]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
Jul 03 16:16:58.636551 osdx OSDxCLI[150173]: User 'admin' executed a new command: 'system coredump delete all'.
Jul 03 16:17:00.049308 osdx OSDxCLI[150173]: User 'admin' entered the configuration menu.
Jul 03 16:17:00.122147 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Jul 03 16:17:00.207953 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jul 03 16:17:00.260455 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jul 03 16:17:00.362460 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
Jul 03 16:17:00.478930 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'show working'.
Jul 03 16:17:00.570419 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jul 03 16:17:00.702831 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jul 03 16:17:00.728130 osdx dnsmasq[182173]: started, version 2.89 cachesize 150
Jul 03 16:17:00.728142 osdx dnsmasq[182173]: DNS service limited to local subnets
Jul 03 16:17:00.728150 osdx dnsmasq[182173]: 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 03 16:17:00.728161 osdx dnsmasq[182173]: warning: ignoring resolv-file flag because no-resolv is set
Jul 03 16:17:00.728186 osdx dnsmasq[182173]: using nameserver 10.0.0.2#53
Jul 03 16:17:00.728233 osdx dnsmasq[182173]: read /etc/hosts - 1 names
Jul 03 16:17:00.769369 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jul 03 16:17:00.770675 osdx cfgd[1440]: [150173]Completed change to active configuration
Jul 03 16:17:00.772796 osdx OSDxCLI[150173]: User 'admin' committed the configuration.
Jul 03 16:17:00.788493 osdx OSDxCLI[150173]: User 'admin' left the configuration menu.
Jul 03 16:17:00.953694 osdx OSDxCLI[150173]: User 'admin' executed a new command: 'ping 10.0.0.2      count 1 size 56 timeout 1'.
Jul 03 16:17:01.035743 osdx dnsmasq[182173]: query[A] teldat.com from ::1
Jul 03 16:17:01.035807 osdx dnsmasq[182173]: forwarded teldat.com to 10.0.0.2
Jul 03 16:17:01.036225 osdx dnsmasq[182173]: reply teldat.com is 172.24.0.11
Jul 03 16:17:01.048109 osdx OSDxCLI[150173]: 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 1
Show output
PING 10::2(10::2) 56 data bytes
64 bytes from 10::2: icmp_seq=1 ttl=64 time=451 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 451.418/451.418/451.418/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 03 16:17:05.286698 osdx systemd-journald[19587]: Runtime Journal (/run/log/journal/aa1bd7befff24a8b91d1e90ef92c032b) is 2.0M, max 15.3M, 13.3M free.
Jul 03 16:17:05.289855 osdx systemd-journald[19587]: Received client request to rotate journal, rotating.
Jul 03 16:17:05.289901 osdx systemd-journald[19587]: Vacuuming done, freed 0B of archived journals from /run/log/journal/aa1bd7befff24a8b91d1e90ef92c032b.
Jul 03 16:17:05.297969 osdx OSDxCLI[150173]: User 'admin' executed a new command: 'system journal clear'.
Jul 03 16:17:05.640264 osdx osdx-coredump[182473]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
Jul 03 16:17:05.648370 osdx OSDxCLI[150173]: User 'admin' executed a new command: 'system coredump delete all'.
Jul 03 16:17:06.970108 osdx OSDxCLI[150173]: User 'admin' entered the configuration menu.
Jul 03 16:17:07.043166 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Jul 03 16:17:07.126131 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jul 03 16:17:07.180545 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jul 03 16:17:07.312469 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
Jul 03 16:17:07.387285 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'show working'.
Jul 03 16:17:07.493861 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jul 03 16:17:07.606133 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jul 03 16:17:07.633388 osdx dnsmasq[182593]: started, version 2.89 cachesize 150
Jul 03 16:17:07.633402 osdx dnsmasq[182593]: DNS service limited to local subnets
Jul 03 16:17:07.633410 osdx dnsmasq[182593]: 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 03 16:17:07.633421 osdx dnsmasq[182593]: warning: ignoring resolv-file flag because no-resolv is set
Jul 03 16:17:07.633443 osdx dnsmasq[182593]: using nameserver 10::2#53
Jul 03 16:17:07.633491 osdx dnsmasq[182593]: read /etc/hosts - 1 names
Jul 03 16:17:07.669282 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jul 03 16:17:07.670529 osdx cfgd[1440]: [150173]Completed change to active configuration
Jul 03 16:17:07.672666 osdx OSDxCLI[150173]: User 'admin' committed the configuration.
Jul 03 16:17:07.687633 osdx OSDxCLI[150173]: User 'admin' left the configuration menu.
Jul 03 16:17:08.841578 osdx OSDxCLI[150173]: User 'admin' executed a new command: 'ping 10::2      count 1 size 56 timeout 1'.
Jul 03 16:17:09.876429 osdx OSDxCLI[150173]: User 'admin' executed a new command: 'ping 10::2      count 1 size 56 timeout 1'.
Jul 03 16:17:09.946243 osdx dnsmasq[182593]: query[A] teldat.com from ::1
Jul 03 16:17:09.946301 osdx dnsmasq[182593]: forwarded teldat.com to 10::2
Jul 03 16:17:09.946646 osdx dnsmasq[182593]: reply teldat.com is 172.24.0.11
Jul 03 16:17:09.958562 osdx OSDxCLI[150173]: 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 1
Show 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.694 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.694/0.694/0.694/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 03 16:17:14.281510 osdx systemd-journald[19587]: Runtime Journal (/run/log/journal/aa1bd7befff24a8b91d1e90ef92c032b) is 2.0M, max 15.3M, 13.3M free.
Jul 03 16:17:14.283043 osdx systemd-journald[19587]: Received client request to rotate journal, rotating.
Jul 03 16:17:14.283090 osdx systemd-journald[19587]: Vacuuming done, freed 0B of archived journals from /run/log/journal/aa1bd7befff24a8b91d1e90ef92c032b.
Jul 03 16:17:14.291406 osdx OSDxCLI[150173]: User 'admin' executed a new command: 'system journal clear'.
Jul 03 16:17:14.609431 osdx osdx-coredump[182889]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
Jul 03 16:17:14.616943 osdx OSDxCLI[150173]: User 'admin' executed a new command: 'system coredump delete all'.
Jul 03 16:17:15.875204 osdx OSDxCLI[150173]: User 'admin' entered the configuration menu.
Jul 03 16:17:15.938389 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Jul 03 16:17:16.025726 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jul 03 16:17:16.075375 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jul 03 16:17:16.169617 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
Jul 03 16:17:16.219107 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
Jul 03 16:17:16.331265 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'show working'.
Jul 03 16:17:16.419037 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jul 03 16:17:16.527389 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jul 03 16:17:16.550650 osdx dnsmasq[183010]: started, version 2.89 cachesize 150
Jul 03 16:17:16.550661 osdx dnsmasq[183010]: DNS service limited to local subnets
Jul 03 16:17:16.550666 osdx dnsmasq[183010]: 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 03 16:17:16.550674 osdx dnsmasq[183010]: warning: ignoring resolv-file flag because no-resolv is set
Jul 03 16:17:16.550697 osdx dnsmasq[183010]: using nameserver 10.0.0.10#53
Jul 03 16:17:16.550704 osdx dnsmasq[183010]: using nameserver 10.0.0.2#53
Jul 03 16:17:16.550744 osdx dnsmasq[183010]: read /etc/hosts - 1 names
Jul 03 16:17:16.583307 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jul 03 16:17:16.584374 osdx cfgd[1440]: [150173]Completed change to active configuration
Jul 03 16:17:16.587059 osdx OSDxCLI[150173]: User 'admin' committed the configuration.
Jul 03 16:17:16.607386 osdx OSDxCLI[150173]: User 'admin' left the configuration menu.
Jul 03 16:17:16.741080 osdx OSDxCLI[150173]: User 'admin' executed a new command: 'ping 10.0.0.2      count 1 size 56 timeout 1'.
Jul 03 16:17:16.809634 osdx dnsmasq[183010]: query[A] teldat.com from ::1
Jul 03 16:17:16.809696 osdx dnsmasq[183010]: forwarded teldat.com to 10.0.0.10
Jul 03 16:17:17.811003 osdx dnsmasq[183010]: query[A] teldat.com from ::1
Jul 03 16:17:18.812310 osdx dnsmasq[183010]: query[A] teldat.com from 127.0.0.1
Jul 03 16:17:18.812349 osdx dnsmasq[183010]: forwarded teldat.com to 10.0.0.2
Jul 03 16:17:18.812925 osdx dnsmasq[183010]: reply teldat.com is 172.24.0.11
Jul 03 16:17:18.825245 osdx OSDxCLI[150173]: 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 1
Show output
PING 10::2(10::2) 56 data bytes
64 bytes from 10::2: icmp_seq=1 ttl=64 time=473 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 473.180/473.180/473.180/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 03 16:17:22.288428 osdx systemd-journald[19587]: Runtime Journal (/run/log/journal/aa1bd7befff24a8b91d1e90ef92c032b) is 2.0M, max 15.3M, 13.3M free.
Jul 03 16:17:22.288923 osdx systemd-journald[19587]: Received client request to rotate journal, rotating.
Jul 03 16:17:22.288955 osdx systemd-journald[19587]: Vacuuming done, freed 0B of archived journals from /run/log/journal/aa1bd7befff24a8b91d1e90ef92c032b.
Jul 03 16:17:22.297810 osdx OSDxCLI[150173]: User 'admin' executed a new command: 'system journal clear'.
Jul 03 16:17:22.596785 osdx osdx-coredump[183305]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
Jul 03 16:17:22.604204 osdx OSDxCLI[150173]: User 'admin' executed a new command: 'system coredump delete all'.
Jul 03 16:17:23.943321 osdx OSDxCLI[150173]: User 'admin' entered the configuration menu.
Jul 03 16:17:24.032559 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Jul 03 16:17:24.115445 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jul 03 16:17:24.175165 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jul 03 16:17:24.263917 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
Jul 03 16:17:24.322987 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
Jul 03 16:17:24.432253 osdx OSDxCLI[150173]: User 'admin' added a new cfg line: 'show working'.
Jul 03 16:17:24.520571 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jul 03 16:17:24.644917 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jul 03 16:17:24.668564 osdx dnsmasq[183426]: started, version 2.89 cachesize 150
Jul 03 16:17:24.668577 osdx dnsmasq[183426]: DNS service limited to local subnets
Jul 03 16:17:24.668585 osdx dnsmasq[183426]: 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 03 16:17:24.668595 osdx dnsmasq[183426]: warning: ignoring resolv-file flag because no-resolv is set
Jul 03 16:17:24.668621 osdx dnsmasq[183426]: using nameserver 10::10#53
Jul 03 16:17:24.668629 osdx dnsmasq[183426]: using nameserver 10::2#53
Jul 03 16:17:24.668674 osdx dnsmasq[183426]: read /etc/hosts - 1 names
Jul 03 16:17:24.707228 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jul 03 16:17:24.708260 osdx cfgd[1440]: [150173]Completed change to active configuration
Jul 03 16:17:24.710825 osdx OSDxCLI[150173]: User 'admin' committed the configuration.
Jul 03 16:17:24.725952 osdx OSDxCLI[150173]: User 'admin' left the configuration menu.
Jul 03 16:17:25.862562 osdx OSDxCLI[150173]: User 'admin' executed a new command: 'ping 10::2      count 1 size 56 timeout 1'.
Jul 03 16:17:26.917540 osdx OSDxCLI[150173]: User 'admin' executed a new command: 'ping 10::2      count 1 size 56 timeout 1'.
Jul 03 16:17:27.002642 osdx dnsmasq[183426]: query[A] teldat.com from ::1
Jul 03 16:17:27.002707 osdx dnsmasq[183426]: forwarded teldat.com to 10::10
Jul 03 16:17:28.003902 osdx dnsmasq[183426]: query[A] teldat.com from ::1
Jul 03 16:17:29.005073 osdx dnsmasq[183426]: query[A] teldat.com from 127.0.0.1
Jul 03 16:17:29.005120 osdx dnsmasq[183426]: forwarded teldat.com to 10::2
Jul 03 16:17:29.005443 osdx dnsmasq[183426]: reply teldat.com is 172.24.0.11
Jul 03 16:17:29.017397 osdx OSDxCLI[150173]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.