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.542 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.542/0.542/0.542/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
Oct 09 09:44:48.408630 osdx systemd-journald[1768]: Runtime Journal (/run/log/journal/da0729972954483f829d339572dde7c1) is 2.0M, max 15.3M, 13.3M free. Oct 09 09:44:48.409481 osdx systemd-journald[1768]: Received client request to rotate journal, rotating. Oct 09 09:44:48.409542 osdx systemd-journald[1768]: Vacuuming done, freed 0B of archived journals from /run/log/journal/da0729972954483f829d339572dde7c1. Oct 09 09:44:48.426123 osdx OSDxCLI[101017]: User 'admin' executed a new command: 'system journal clear'. Oct 09 09:44:48.939028 osdx osdx-coredump[303031]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Oct 09 09:44:48.949556 osdx OSDxCLI[101017]: User 'admin' executed a new command: 'system coredump delete all'. Oct 09 09:44:51.402277 osdx OSDxCLI[101017]: User 'admin' entered the configuration menu. Oct 09 09:44:51.521938 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Oct 09 09:44:51.629759 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Oct 09 09:44:51.759163 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'set service dns resolver local'. Oct 09 09:44:51.939878 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Oct 09 09:44:52.080754 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'show working'. Oct 09 09:44:52.265041 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Oct 09 09:44:52.525590 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Oct 09 09:44:52.572797 osdx dnsmasq[303178]: started, version 2.89 cachesize 150 Oct 09 09:44:52.573172 osdx dnsmasq[303178]: DNS service limited to local subnets Oct 09 09:44:52.573243 osdx dnsmasq[303178]: 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 Oct 09 09:44:52.573306 osdx dnsmasq[303178]: warning: ignoring resolv-file flag because no-resolv is set Oct 09 09:44:52.573384 osdx dnsmasq[303178]: using nameserver 10.0.0.2#53 Oct 09 09:44:52.573491 osdx dnsmasq[303178]: read /etc/hosts - 1 names Oct 09 09:44:52.633262 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Oct 09 09:44:52.635451 osdx cfgd[1434]: [101017]Completed change to active configuration Oct 09 09:44:52.684425 osdx OSDxCLI[101017]: User 'admin' committed the configuration. Oct 09 09:44:52.737997 osdx OSDxCLI[101017]: User 'admin' left the configuration menu. Oct 09 09:44:52.923925 osdx OSDxCLI[101017]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Oct 09 09:44:53.065643 osdx dnsmasq[303178]: query[A] teldat.com from ::1 Oct 09 09:44:53.065749 osdx dnsmasq[303178]: forwarded teldat.com to 10.0.0.2 Oct 09 09:44:53.066180 osdx dnsmasq[303178]: reply teldat.com is 172.24.0.11 Oct 09 09:44:53.079346 osdx OSDxCLI[101017]: 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=1.18 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 1.183/1.183/1.183/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
Oct 09 09:44:59.439072 osdx systemd-journald[1768]: Runtime Journal (/run/log/journal/da0729972954483f829d339572dde7c1) is 2.3M, max 15.3M, 12.9M free. Oct 09 09:44:59.440511 osdx systemd-journald[1768]: Received client request to rotate journal, rotating. Oct 09 09:44:59.440587 osdx systemd-journald[1768]: Vacuuming done, freed 0B of archived journals from /run/log/journal/da0729972954483f829d339572dde7c1. Oct 09 09:44:59.456401 osdx OSDxCLI[101017]: User 'admin' executed a new command: 'system journal clear'. Oct 09 09:44:59.953314 osdx osdx-coredump[303479]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Oct 09 09:44:59.968257 osdx OSDxCLI[101017]: User 'admin' executed a new command: 'system coredump delete all'. Oct 09 09:45:00.409502 osdx zebra[1399]: [RZ3YY-GPH41][EC 100663310] snmp[warning]: Warning: Failed to connect to the agentx master agent ([NIL]): Oct 09 09:45:02.381987 osdx OSDxCLI[101017]: User 'admin' entered the configuration menu. Oct 09 09:45:02.531828 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Oct 09 09:45:02.631947 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Oct 09 09:45:02.774608 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'set service dns resolver local'. Oct 09 09:45:02.954465 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Oct 09 09:45:03.133611 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'show working'. Oct 09 09:45:03.280557 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Oct 09 09:45:03.545454 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Oct 09 09:45:03.588458 osdx dnsmasq[303631]: started, version 2.89 cachesize 150 Oct 09 09:45:03.588501 osdx dnsmasq[303631]: DNS service limited to local subnets Oct 09 09:45:03.588512 osdx dnsmasq[303631]: 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 Oct 09 09:45:03.588527 osdx dnsmasq[303631]: warning: ignoring resolv-file flag because no-resolv is set Oct 09 09:45:03.588560 osdx dnsmasq[303631]: using nameserver 10::2#53 Oct 09 09:45:03.588621 osdx dnsmasq[303631]: read /etc/hosts - 1 names Oct 09 09:45:03.642799 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Oct 09 09:45:03.644010 osdx cfgd[1434]: [101017]Completed change to active configuration Oct 09 09:45:03.682107 osdx OSDxCLI[101017]: User 'admin' committed the configuration. Oct 09 09:45:03.724383 osdx OSDxCLI[101017]: User 'admin' left the configuration menu. Oct 09 09:45:04.968757 osdx OSDxCLI[101017]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Oct 09 09:45:05.643701 osdx OSDxCLI[101017]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Oct 09 09:45:05.854572 osdx dnsmasq[303631]: query[A] teldat.com from ::1 Oct 09 09:45:05.854662 osdx dnsmasq[303631]: forwarded teldat.com to 10::2 Oct 09 09:45:05.855411 osdx dnsmasq[303631]: reply teldat.com is 172.24.0.11 Oct 09 09:45:05.868312 osdx OSDxCLI[101017]: 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.500 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.500/0.500/0.500/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
Oct 09 09:45:12.416133 osdx systemd-journald[1768]: Runtime Journal (/run/log/journal/da0729972954483f829d339572dde7c1) is 2.0M, max 15.3M, 13.3M free. Oct 09 09:45:12.420105 osdx systemd-journald[1768]: Received client request to rotate journal, rotating. Oct 09 09:45:12.420205 osdx systemd-journald[1768]: Vacuuming done, freed 0B of archived journals from /run/log/journal/da0729972954483f829d339572dde7c1. Oct 09 09:45:12.438401 osdx OSDxCLI[101017]: User 'admin' executed a new command: 'system journal clear'. Oct 09 09:45:12.929058 osdx osdx-coredump[303935]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Oct 09 09:45:12.942935 osdx OSDxCLI[101017]: User 'admin' executed a new command: 'system coredump delete all'. Oct 09 09:45:15.085135 osdx zebra[1399]: [RZ3YY-GPH41][EC 100663310] snmp[warning]: Warning: Failed to connect to the agentx master agent ([NIL]): Oct 09 09:45:15.160847 osdx OSDxCLI[101017]: User 'admin' entered the configuration menu. Oct 09 09:45:15.304424 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Oct 09 09:45:15.490920 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Oct 09 09:45:15.618613 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'set service dns resolver local'. Oct 09 09:45:15.743869 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Oct 09 09:45:15.873164 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Oct 09 09:45:15.991805 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'show working'. Oct 09 09:45:16.116130 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Oct 09 09:45:16.360802 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Oct 09 09:45:16.395107 osdx dnsmasq[304085]: started, version 2.89 cachesize 150 Oct 09 09:45:16.395131 osdx dnsmasq[304085]: DNS service limited to local subnets Oct 09 09:45:16.395142 osdx dnsmasq[304085]: 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 Oct 09 09:45:16.395156 osdx dnsmasq[304085]: warning: ignoring resolv-file flag because no-resolv is set Oct 09 09:45:16.395192 osdx dnsmasq[304085]: using nameserver 10.0.0.10#53 Oct 09 09:45:16.395204 osdx dnsmasq[304085]: using nameserver 10.0.0.2#53 Oct 09 09:45:16.395270 osdx dnsmasq[304085]: read /etc/hosts - 1 names Oct 09 09:45:16.453453 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Oct 09 09:45:16.454751 osdx cfgd[1434]: [101017]Completed change to active configuration Oct 09 09:45:16.504304 osdx OSDxCLI[101017]: User 'admin' committed the configuration. Oct 09 09:45:16.547851 osdx OSDxCLI[101017]: User 'admin' left the configuration menu. Oct 09 09:45:16.737008 osdx OSDxCLI[101017]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Oct 09 09:45:16.873745 osdx dnsmasq[304085]: query[A] teldat.com from ::1 Oct 09 09:45:16.873856 osdx dnsmasq[304085]: forwarded teldat.com to 10.0.0.10 Oct 09 09:45:17.875791 osdx dnsmasq[304085]: query[A] teldat.com from ::1 Oct 09 09:45:18.877459 osdx dnsmasq[304085]: query[A] teldat.com from 127.0.0.1 Oct 09 09:45:18.877526 osdx dnsmasq[304085]: forwarded teldat.com to 10.0.0.2 Oct 09 09:45:18.877939 osdx dnsmasq[304085]: reply teldat.com is 172.24.0.11 Oct 09 09:45:18.890625 osdx OSDxCLI[101017]: 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.544 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.544/0.544/0.544/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
Oct 09 09:45:25.393554 osdx systemd-journald[1768]: Runtime Journal (/run/log/journal/da0729972954483f829d339572dde7c1) is 2.0M, max 15.3M, 13.3M free. Oct 09 09:45:25.396532 osdx systemd-journald[1768]: Received client request to rotate journal, rotating. Oct 09 09:45:25.396626 osdx systemd-journald[1768]: Vacuuming done, freed 0B of archived journals from /run/log/journal/da0729972954483f829d339572dde7c1. Oct 09 09:45:25.409833 osdx OSDxCLI[101017]: User 'admin' executed a new command: 'system journal clear'. Oct 09 09:45:26.001865 osdx osdx-coredump[304386]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Oct 09 09:45:26.018177 osdx OSDxCLI[101017]: User 'admin' executed a new command: 'system coredump delete all'. Oct 09 09:45:28.102183 osdx OSDxCLI[101017]: User 'admin' entered the configuration menu. Oct 09 09:45:28.291321 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Oct 09 09:45:28.413261 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Oct 09 09:45:28.537198 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'set service dns resolver local'. Oct 09 09:45:28.658667 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Oct 09 09:45:28.831828 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Oct 09 09:45:29.021684 osdx OSDxCLI[101017]: User 'admin' added a new cfg line: 'show working'. Oct 09 09:45:29.176506 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Oct 09 09:45:29.436993 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Oct 09 09:45:29.474511 osdx dnsmasq[304534]: started, version 2.89 cachesize 150 Oct 09 09:45:29.474529 osdx dnsmasq[304534]: DNS service limited to local subnets Oct 09 09:45:29.474537 osdx dnsmasq[304534]: 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 Oct 09 09:45:29.474547 osdx dnsmasq[304534]: warning: ignoring resolv-file flag because no-resolv is set Oct 09 09:45:29.474570 osdx dnsmasq[304534]: using nameserver 10::10#53 Oct 09 09:45:29.474578 osdx dnsmasq[304534]: using nameserver 10::2#53 Oct 09 09:45:29.474627 osdx dnsmasq[304534]: read /etc/hosts - 1 names Oct 09 09:45:29.533251 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Oct 09 09:45:29.534534 osdx cfgd[1434]: [101017]Completed change to active configuration Oct 09 09:45:29.584027 osdx OSDxCLI[101017]: User 'admin' committed the configuration. Oct 09 09:45:29.618897 osdx OSDxCLI[101017]: User 'admin' left the configuration menu. Oct 09 09:45:30.089629 osdx dnsmasq[304534]: query[A] localhost.domain from ::1 Oct 09 09:45:30.089698 osdx dnsmasq[304534]: forwarded localhost.domain to 10::10 Oct 09 09:45:30.824316 osdx OSDxCLI[101017]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Oct 09 09:45:31.441223 osdx OSDxCLI[101017]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Oct 09 09:45:31.563346 osdx dnsmasq[304534]: query[A] teldat.com from ::1 Oct 09 09:45:31.563405 osdx dnsmasq[304534]: forwarded teldat.com to 10::10 Oct 09 09:45:32.565088 osdx dnsmasq[304534]: query[A] teldat.com from ::1 Oct 09 09:45:33.566872 osdx dnsmasq[304534]: query[A] teldat.com from 127.0.0.1 Oct 09 09:45:33.566945 osdx dnsmasq[304534]: forwarded teldat.com to 10::2 Oct 09 09:45:33.567334 osdx dnsmasq[304534]: reply teldat.com is 172.24.0.11 Oct 09 09:45:33.580190 osdx OSDxCLI[101017]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.