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.316 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.316/0.316/0.316/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 17 16:48:06.281142 osdx systemd-journald[93647]: Runtime Journal (/run/log/journal/7135572a45764d02b8df631348eed5fb) is 2.1M, max 15.3M, 13.1M free.
Jul 17 16:48:06.283766 osdx systemd-journald[93647]: Received client request to rotate journal, rotating.
Jul 17 16:48:06.283807 osdx systemd-journald[93647]: Vacuuming done, freed 0B of archived journals from /run/log/journal/7135572a45764d02b8df631348eed5fb.
Jul 17 16:48:06.290587 osdx OSDxCLI[170971]: User 'admin' executed a new command: 'system journal clear'.
Jul 17 16:48:06.577592 osdx osdx-coredump[322960]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
Jul 17 16:48:06.585108 osdx OSDxCLI[170971]: User 'admin' executed a new command: 'system coredump delete all'.
Jul 17 16:48:07.837653 osdx OSDxCLI[170971]: User 'admin' entered the configuration menu.
Jul 17 16:48:07.901342 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Jul 17 16:48:07.981931 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jul 17 16:48:08.035009 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jul 17 16:48:08.129358 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
Jul 17 16:48:08.193462 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'show working'.
Jul 17 16:48:08.307733 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jul 17 16:48:08.440033 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jul 17 16:48:08.467898 osdx dnsmasq[323103]: started, version 2.89 cachesize 150
Jul 17 16:48:08.467912 osdx dnsmasq[323103]: DNS service limited to local subnets
Jul 17 16:48:08.467917 osdx dnsmasq[323103]: 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 17 16:48:08.467924 osdx dnsmasq[323103]: warning: ignoring resolv-file flag because no-resolv is set
Jul 17 16:48:08.467942 osdx dnsmasq[323103]: using nameserver 10.0.0.2#53
Jul 17 16:48:08.467977 osdx dnsmasq[323103]: read /etc/hosts - 1 names
Jul 17 16:48:08.502959 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jul 17 16:48:08.503964 osdx cfgd[1240]: [170971]Completed change to active configuration
Jul 17 16:48:08.506750 osdx OSDxCLI[170971]: User 'admin' committed the configuration.
Jul 17 16:48:08.526849 osdx OSDxCLI[170971]: User 'admin' left the configuration menu.
Jul 17 16:48:08.667171 osdx OSDxCLI[170971]: User 'admin' executed a new command: 'ping 10.0.0.2      count 1 size 56 timeout 1'.
Jul 17 16:48:08.741369 osdx dnsmasq[323103]: query[A] teldat.com from ::1
Jul 17 16:48:08.741431 osdx dnsmasq[323103]: forwarded teldat.com to 10.0.0.2
Jul 17 16:48:08.741793 osdx dnsmasq[323103]: reply teldat.com is 172.24.0.11
Jul 17 16:48:08.753497 osdx OSDxCLI[170971]: 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=482 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 481.929/481.929/481.929/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 17 16:48:13.275760 osdx systemd-journald[93647]: Runtime Journal (/run/log/journal/7135572a45764d02b8df631348eed5fb) is 2.0M, max 15.3M, 13.2M free.
Jul 17 16:48:13.276803 osdx systemd-journald[93647]: Received client request to rotate journal, rotating.
Jul 17 16:48:13.276843 osdx systemd-journald[93647]: Vacuuming done, freed 0B of archived journals from /run/log/journal/7135572a45764d02b8df631348eed5fb.
Jul 17 16:48:13.286625 osdx OSDxCLI[170971]: User 'admin' executed a new command: 'system journal clear'.
Jul 17 16:48:13.613821 osdx osdx-coredump[323396]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
Jul 17 16:48:13.621324 osdx OSDxCLI[170971]: User 'admin' executed a new command: 'system coredump delete all'.
Jul 17 16:48:14.872148 osdx OSDxCLI[170971]: User 'admin' entered the configuration menu.
Jul 17 16:48:14.942574 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Jul 17 16:48:15.025432 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jul 17 16:48:15.077228 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jul 17 16:48:15.174626 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
Jul 17 16:48:15.241313 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'show working'.
Jul 17 16:48:15.356826 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jul 17 16:48:15.489166 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jul 17 16:48:15.513176 osdx dnsmasq[323539]: started, version 2.89 cachesize 150
Jul 17 16:48:15.513186 osdx dnsmasq[323539]: DNS service limited to local subnets
Jul 17 16:48:15.513192 osdx dnsmasq[323539]: 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 17 16:48:15.513199 osdx dnsmasq[323539]: warning: ignoring resolv-file flag because no-resolv is set
Jul 17 16:48:15.513216 osdx dnsmasq[323539]: using nameserver 10::2#53
Jul 17 16:48:15.513253 osdx dnsmasq[323539]: read /etc/hosts - 1 names
Jul 17 16:48:15.548115 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jul 17 16:48:15.548899 osdx cfgd[1240]: [170971]Completed change to active configuration
Jul 17 16:48:15.550959 osdx OSDxCLI[170971]: User 'admin' committed the configuration.
Jul 17 16:48:15.568173 osdx OSDxCLI[170971]: User 'admin' left the configuration menu.
Jul 17 16:48:16.719222 osdx OSDxCLI[170971]: User 'admin' executed a new command: 'ping 10::2      count 1 size 56 timeout 1'.
Jul 17 16:48:17.779131 osdx OSDxCLI[170971]: User 'admin' executed a new command: 'ping 10::2      count 1 size 56 timeout 1'.
Jul 17 16:48:17.872289 osdx dnsmasq[323539]: query[A] teldat.com from ::1
Jul 17 16:48:17.872337 osdx dnsmasq[323539]: forwarded teldat.com to 10::2
Jul 17 16:48:17.872664 osdx dnsmasq[323539]: reply teldat.com is 172.24.0.11
Jul 17 16:48:17.884612 osdx OSDxCLI[170971]: 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.416 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.416/0.416/0.416/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 17 16:48:22.289556 osdx systemd-journald[93647]: Runtime Journal (/run/log/journal/7135572a45764d02b8df631348eed5fb) is 2.0M, max 15.3M, 13.3M free.
Jul 17 16:48:22.292270 osdx systemd-journald[93647]: Received client request to rotate journal, rotating.
Jul 17 16:48:22.292329 osdx systemd-journald[93647]: Vacuuming done, freed 0B of archived journals from /run/log/journal/7135572a45764d02b8df631348eed5fb.
Jul 17 16:48:22.301439 osdx OSDxCLI[170971]: User 'admin' executed a new command: 'system journal clear'.
Jul 17 16:48:22.615222 osdx osdx-coredump[323835]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
Jul 17 16:48:22.621984 osdx OSDxCLI[170971]: User 'admin' executed a new command: 'system coredump delete all'.
Jul 17 16:48:24.088201 osdx OSDxCLI[170971]: User 'admin' entered the configuration menu.
Jul 17 16:48:24.153029 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Jul 17 16:48:24.271652 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jul 17 16:48:24.330691 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jul 17 16:48:24.434389 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
Jul 17 16:48:24.530406 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
Jul 17 16:48:24.622121 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'show working'.
Jul 17 16:48:24.748181 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jul 17 16:48:24.888559 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jul 17 16:48:24.916749 osdx dnsmasq[323979]: started, version 2.89 cachesize 150
Jul 17 16:48:24.916765 osdx dnsmasq[323979]: DNS service limited to local subnets
Jul 17 16:48:24.916772 osdx dnsmasq[323979]: 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 17 16:48:24.916783 osdx dnsmasq[323979]: warning: ignoring resolv-file flag because no-resolv is set
Jul 17 16:48:24.916811 osdx dnsmasq[323979]: using nameserver 10.0.0.10#53
Jul 17 16:48:24.916819 osdx dnsmasq[323979]: using nameserver 10.0.0.2#53
Jul 17 16:48:24.916867 osdx dnsmasq[323979]: read /etc/hosts - 1 names
Jul 17 16:48:24.954661 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jul 17 16:48:24.955464 osdx cfgd[1240]: [170971]Completed change to active configuration
Jul 17 16:48:24.957678 osdx OSDxCLI[170971]: User 'admin' committed the configuration.
Jul 17 16:48:24.974436 osdx OSDxCLI[170971]: User 'admin' left the configuration menu.
Jul 17 16:48:25.113664 osdx OSDxCLI[170971]: User 'admin' executed a new command: 'ping 10.0.0.2      count 1 size 56 timeout 1'.
Jul 17 16:48:25.180784 osdx dnsmasq[323979]: query[A] teldat.com from ::1
Jul 17 16:48:25.180865 osdx dnsmasq[323979]: forwarded teldat.com to 10.0.0.10
Jul 17 16:48:26.182138 osdx dnsmasq[323979]: query[A] teldat.com from ::1
Jul 17 16:48:27.183532 osdx dnsmasq[323979]: query[A] teldat.com from 127.0.0.1
Jul 17 16:48:27.183589 osdx dnsmasq[323979]: forwarded teldat.com to 10.0.0.2
Jul 17 16:48:27.184319 osdx dnsmasq[323979]: reply teldat.com is 172.24.0.11
Jul 17 16:48:27.196436 osdx OSDxCLI[170971]: 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=466 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 465.820/465.820/465.820/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 17 16:48:30.279736 osdx systemd-journald[93647]: Runtime Journal (/run/log/journal/7135572a45764d02b8df631348eed5fb) is 2.0M, max 15.3M, 13.3M free.
Jul 17 16:48:30.280686 osdx systemd-journald[93647]: Received client request to rotate journal, rotating.
Jul 17 16:48:30.280724 osdx systemd-journald[93647]: Vacuuming done, freed 0B of archived journals from /run/log/journal/7135572a45764d02b8df631348eed5fb.
Jul 17 16:48:30.290203 osdx OSDxCLI[170971]: User 'admin' executed a new command: 'system journal clear'.
Jul 17 16:48:30.588471 osdx osdx-coredump[324272]: Deleting all coredumps in /opt/vyatta/etc/config/coredump...
Jul 17 16:48:30.595786 osdx OSDxCLI[170971]: User 'admin' executed a new command: 'system coredump delete all'.
Jul 17 16:48:31.991343 osdx OSDxCLI[170971]: User 'admin' entered the configuration menu.
Jul 17 16:48:32.054026 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Jul 17 16:48:32.138308 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jul 17 16:48:32.189758 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jul 17 16:48:32.363218 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
Jul 17 16:48:32.430185 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
Jul 17 16:48:32.642236 osdx OSDxCLI[170971]: User 'admin' added a new cfg line: 'show working'.
Jul 17 16:48:32.740778 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jul 17 16:48:32.889047 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jul 17 16:48:32.916980 osdx dnsmasq[324416]: started, version 2.89 cachesize 150
Jul 17 16:48:32.916992 osdx dnsmasq[324416]: DNS service limited to local subnets
Jul 17 16:48:32.916997 osdx dnsmasq[324416]: 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 17 16:48:32.917005 osdx dnsmasq[324416]: warning: ignoring resolv-file flag because no-resolv is set
Jul 17 16:48:32.917023 osdx dnsmasq[324416]: using nameserver 10::10#53
Jul 17 16:48:32.917028 osdx dnsmasq[324416]: using nameserver 10::2#53
Jul 17 16:48:32.917065 osdx dnsmasq[324416]: read /etc/hosts - 1 names
Jul 17 16:48:32.952054 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jul 17 16:48:32.952999 osdx cfgd[1240]: [170971]Completed change to active configuration
Jul 17 16:48:32.955251 osdx OSDxCLI[170971]: User 'admin' committed the configuration.
Jul 17 16:48:32.973867 osdx OSDxCLI[170971]: User 'admin' left the configuration menu.
Jul 17 16:48:34.113538 osdx OSDxCLI[170971]: User 'admin' executed a new command: 'ping 10::2      count 1 size 56 timeout 1'.
Jul 17 16:48:35.147394 osdx OSDxCLI[170971]: User 'admin' executed a new command: 'ping 10::2      count 1 size 56 timeout 1'.
Jul 17 16:48:35.223318 osdx dnsmasq[324416]: query[A] teldat.com from ::1
Jul 17 16:48:35.223386 osdx dnsmasq[324416]: forwarded teldat.com to 10::10
Jul 17 16:48:36.224991 osdx dnsmasq[324416]: query[A] teldat.com from ::1
Jul 17 16:48:37.226172 osdx dnsmasq[324416]: query[A] teldat.com from 127.0.0.1
Jul 17 16:48:37.226213 osdx dnsmasq[324416]: forwarded teldat.com to 10::2
Jul 17 16:48:37.226714 osdx dnsmasq[324416]: reply teldat.com is 172.24.0.11
Jul 17 16:48:37.238716 osdx OSDxCLI[170971]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.