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.332 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.332/0.332/0.332/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 30 12:12:02.301176 osdx systemd-journald[1923]: Runtime Journal (/run/log/journal/877522c656344df9b9ad28416f5f036f) is 2.0M, max 15.3M, 13.2M free. Oct 30 12:12:02.301866 osdx systemd-journald[1923]: Received client request to rotate journal, rotating. Oct 30 12:12:02.301910 osdx systemd-journald[1923]: Vacuuming done, freed 0B of archived journals from /run/log/journal/877522c656344df9b9ad28416f5f036f. Oct 30 12:12:02.313097 osdx OSDxCLI[101074]: User 'admin' executed a new command: 'system journal clear'. Oct 30 12:12:02.638861 osdx osdx-coredump[117594]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Oct 30 12:12:02.646562 osdx OSDxCLI[101074]: User 'admin' executed a new command: 'system coredump delete all'. Oct 30 12:12:04.137057 osdx OSDxCLI[101074]: User 'admin' entered the configuration menu. Oct 30 12:12:04.259296 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Oct 30 12:12:04.325198 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Oct 30 12:12:04.429654 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'set service dns resolver local'. Oct 30 12:12:04.559858 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Oct 30 12:12:04.673689 osdx ERROR[117604]: unexpected Traceback (most recent call last): File "osdx/bin/op/fan_control.py", line 23, in _send_fan_control_cmd FileNotFoundError: [Errno 2] No such file or directory Oct 30 12:12:04.677104 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'show working'. Oct 30 12:12:04.769874 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Oct 30 12:12:04.966122 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Oct 30 12:12:04.989057 osdx dnsmasq[117738]: started, version 2.89 cachesize 150 Oct 30 12:12:04.989240 osdx dnsmasq[117738]: DNS service limited to local subnets Oct 30 12:12:04.989272 osdx dnsmasq[117738]: 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 30 12:12:04.989301 osdx dnsmasq[117738]: warning: ignoring resolv-file flag because no-resolv is set Oct 30 12:12:04.989336 osdx dnsmasq[117738]: using nameserver 10.0.0.2#53 Oct 30 12:12:04.989410 osdx dnsmasq[117738]: read /etc/hosts - 1 names Oct 30 12:12:05.022164 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Oct 30 12:12:05.023211 osdx cfgd[1636]: [101074]Completed change to active configuration Oct 30 12:12:05.049880 osdx OSDxCLI[101074]: User 'admin' committed the configuration. Oct 30 12:12:05.065424 osdx OSDxCLI[101074]: User 'admin' left the configuration menu. Oct 30 12:12:05.197519 osdx OSDxCLI[101074]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Oct 30 12:12:05.273115 osdx dnsmasq[117738]: query[A] teldat.com from ::1 Oct 30 12:12:05.273197 osdx dnsmasq[117738]: forwarded teldat.com to 10.0.0.2 Oct 30 12:12:05.273536 osdx dnsmasq[117738]: reply teldat.com is 172.24.0.11 Oct 30 12:12:05.284998 osdx OSDxCLI[101074]: 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=468 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 467.898/467.898/467.898/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 30 12:12:09.306729 osdx systemd-journald[1923]: Runtime Journal (/run/log/journal/877522c656344df9b9ad28416f5f036f) is 2.0M, max 15.3M, 13.3M free. Oct 30 12:12:09.309411 osdx systemd-journald[1923]: Received client request to rotate journal, rotating. Oct 30 12:12:09.309464 osdx systemd-journald[1923]: Vacuuming done, freed 0B of archived journals from /run/log/journal/877522c656344df9b9ad28416f5f036f. Oct 30 12:12:09.316985 osdx OSDxCLI[101074]: User 'admin' executed a new command: 'system journal clear'. Oct 30 12:12:09.641098 osdx osdx-coredump[118043]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Oct 30 12:12:09.648833 osdx OSDxCLI[101074]: User 'admin' executed a new command: 'system coredump delete all'. Oct 30 12:12:11.076173 osdx OSDxCLI[101074]: User 'admin' entered the configuration menu. Oct 30 12:12:11.145450 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Oct 30 12:12:11.232381 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Oct 30 12:12:11.288069 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'set service dns resolver local'. Oct 30 12:12:11.386792 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Oct 30 12:12:11.520483 osdx ERROR[118053]: unexpected Traceback (most recent call last): File "osdx/bin/op/fan_control.py", line 23, in _send_fan_control_cmd FileNotFoundError: [Errno 2] No such file or directory Oct 30 12:12:11.521285 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'show working'. Oct 30 12:12:11.613410 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Oct 30 12:12:11.793827 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Oct 30 12:12:11.821755 osdx dnsmasq[118190]: started, version 2.89 cachesize 150 Oct 30 12:12:11.821934 osdx dnsmasq[118190]: DNS service limited to local subnets Oct 30 12:12:11.821965 osdx dnsmasq[118190]: 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 30 12:12:11.821994 osdx dnsmasq[118190]: warning: ignoring resolv-file flag because no-resolv is set Oct 30 12:12:11.822028 osdx dnsmasq[118190]: using nameserver 10::2#53 Oct 30 12:12:11.822099 osdx dnsmasq[118190]: read /etc/hosts - 1 names Oct 30 12:12:11.859813 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Oct 30 12:12:11.860825 osdx cfgd[1636]: [101074]Completed change to active configuration Oct 30 12:12:11.887586 osdx OSDxCLI[101074]: User 'admin' committed the configuration. Oct 30 12:12:11.904588 osdx OSDxCLI[101074]: User 'admin' left the configuration menu. Oct 30 12:12:13.043879 osdx OSDxCLI[101074]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Oct 30 12:12:14.091596 osdx OSDxCLI[101074]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Oct 30 12:12:14.165762 osdx dnsmasq[118190]: query[A] teldat.com from ::1 Oct 30 12:12:14.165813 osdx dnsmasq[118190]: forwarded teldat.com to 10::2 Oct 30 12:12:14.166195 osdx dnsmasq[118190]: reply teldat.com is 172.24.0.11 Oct 30 12:12:14.177995 osdx OSDxCLI[101074]: 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.324 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.324/0.324/0.324/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 30 12:12:18.353713 osdx systemd-journald[1923]: Runtime Journal (/run/log/journal/877522c656344df9b9ad28416f5f036f) is 2.0M, max 15.3M, 13.3M free. Oct 30 12:12:18.357272 osdx systemd-journald[1923]: Received client request to rotate journal, rotating. Oct 30 12:12:18.357339 osdx systemd-journald[1923]: Vacuuming done, freed 0B of archived journals from /run/log/journal/877522c656344df9b9ad28416f5f036f. Oct 30 12:12:18.363949 osdx OSDxCLI[101074]: User 'admin' executed a new command: 'system journal clear'. Oct 30 12:12:18.697999 osdx osdx-coredump[118498]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Oct 30 12:12:18.706060 osdx OSDxCLI[101074]: User 'admin' executed a new command: 'system coredump delete all'. Oct 30 12:12:20.236995 osdx OSDxCLI[101074]: User 'admin' entered the configuration menu. Oct 30 12:12:20.321105 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Oct 30 12:12:20.411399 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Oct 30 12:12:20.491360 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'set service dns resolver local'. Oct 30 12:12:20.582564 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Oct 30 12:12:20.645927 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Oct 30 12:12:20.749277 osdx ERROR[118509]: unexpected Traceback (most recent call last): File "osdx/bin/op/fan_control.py", line 23, in _send_fan_control_cmd FileNotFoundError: [Errno 2] No such file or directory Oct 30 12:12:20.750252 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'show working'. Oct 30 12:12:20.833273 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Oct 30 12:12:21.025685 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Oct 30 12:12:21.057437 osdx dnsmasq[118646]: started, version 2.89 cachesize 150 Oct 30 12:12:21.057450 osdx dnsmasq[118646]: DNS service limited to local subnets Oct 30 12:12:21.057457 osdx dnsmasq[118646]: 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 30 12:12:21.057466 osdx dnsmasq[118646]: warning: ignoring resolv-file flag because no-resolv is set Oct 30 12:12:21.057484 osdx dnsmasq[118646]: using nameserver 10.0.0.10#53 Oct 30 12:12:21.057490 osdx dnsmasq[118646]: using nameserver 10.0.0.2#53 Oct 30 12:12:21.057534 osdx dnsmasq[118646]: read /etc/hosts - 1 names Oct 30 12:12:21.100109 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Oct 30 12:12:21.101182 osdx cfgd[1636]: [101074]Completed change to active configuration Oct 30 12:12:21.133456 osdx OSDxCLI[101074]: User 'admin' committed the configuration. Oct 30 12:12:21.154387 osdx OSDxCLI[101074]: User 'admin' left the configuration menu. Oct 30 12:12:21.330733 osdx OSDxCLI[101074]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Oct 30 12:12:21.416654 osdx dnsmasq[118646]: query[A] teldat.com from ::1 Oct 30 12:12:21.416730 osdx dnsmasq[118646]: forwarded teldat.com to 10.0.0.10 Oct 30 12:12:22.417942 osdx dnsmasq[118646]: query[A] teldat.com from ::1 Oct 30 12:12:23.418831 osdx dnsmasq[118646]: query[A] teldat.com from 127.0.0.1 Oct 30 12:12:23.418875 osdx dnsmasq[118646]: forwarded teldat.com to 10.0.0.2 Oct 30 12:12:23.419189 osdx dnsmasq[118646]: reply teldat.com is 172.24.0.11 Oct 30 12:12:23.430930 osdx OSDxCLI[101074]: 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=453 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 453.131/453.131/453.131/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 30 12:12:28.393375 osdx systemd-journald[1923]: Runtime Journal (/run/log/journal/877522c656344df9b9ad28416f5f036f) is 2.0M, max 15.3M, 13.3M free. Oct 30 12:12:28.393835 osdx systemd-journald[1923]: Received client request to rotate journal, rotating. Oct 30 12:12:28.393865 osdx systemd-journald[1923]: Vacuuming done, freed 0B of archived journals from /run/log/journal/877522c656344df9b9ad28416f5f036f. Oct 30 12:12:28.403983 osdx OSDxCLI[101074]: User 'admin' executed a new command: 'system journal clear'. Oct 30 12:12:28.764244 osdx osdx-coredump[118951]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Oct 30 12:12:28.772975 osdx OSDxCLI[101074]: User 'admin' executed a new command: 'system coredump delete all'. Oct 30 12:12:30.384046 osdx OSDxCLI[101074]: User 'admin' entered the configuration menu. Oct 30 12:12:30.459488 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Oct 30 12:12:30.544501 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Oct 30 12:12:30.641148 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'set service dns resolver local'. Oct 30 12:12:30.715377 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Oct 30 12:12:30.819924 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Oct 30 12:12:30.903943 osdx ERROR[118962]: unexpected Traceback (most recent call last): File "osdx/bin/op/fan_control.py", line 23, in _send_fan_control_cmd FileNotFoundError: [Errno 2] No such file or directory Oct 30 12:12:30.905702 osdx OSDxCLI[101074]: User 'admin' added a new cfg line: 'show working'. Oct 30 12:12:31.053481 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Oct 30 12:12:31.245834 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Oct 30 12:12:31.270124 osdx dnsmasq[119099]: started, version 2.89 cachesize 150 Oct 30 12:12:31.270136 osdx dnsmasq[119099]: DNS service limited to local subnets Oct 30 12:12:31.270142 osdx dnsmasq[119099]: 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 30 12:12:31.270152 osdx dnsmasq[119099]: warning: ignoring resolv-file flag because no-resolv is set Oct 30 12:12:31.270171 osdx dnsmasq[119099]: using nameserver 10::10#53 Oct 30 12:12:31.270176 osdx dnsmasq[119099]: using nameserver 10::2#53 Oct 30 12:12:31.270211 osdx dnsmasq[119099]: read /etc/hosts - 1 names Oct 30 12:12:31.305961 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Oct 30 12:12:31.306655 osdx cfgd[1636]: [101074]Completed change to active configuration Oct 30 12:12:31.336117 osdx OSDxCLI[101074]: User 'admin' committed the configuration. Oct 30 12:12:31.377906 osdx OSDxCLI[101074]: User 'admin' left the configuration menu. Oct 30 12:12:32.525194 osdx OSDxCLI[101074]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Oct 30 12:12:33.574192 osdx OSDxCLI[101074]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Oct 30 12:12:33.664965 osdx dnsmasq[119099]: query[A] teldat.com from ::1 Oct 30 12:12:33.665020 osdx dnsmasq[119099]: forwarded teldat.com to 10::10 Oct 30 12:12:34.666079 osdx dnsmasq[119099]: query[A] teldat.com from ::1 Oct 30 12:12:35.666923 osdx dnsmasq[119099]: query[A] teldat.com from 127.0.0.1 Oct 30 12:12:35.666967 osdx dnsmasq[119099]: forwarded teldat.com to 10::2 Oct 30 12:12:35.667479 osdx dnsmasq[119099]: reply teldat.com is 172.24.0.11 Oct 30 12:12:35.679161 osdx OSDxCLI[101074]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.