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.315 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.315/0.315/0.315/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
Mar 10 12:58:48.297272 osdx systemd-journald[51744]: Runtime Journal (/run/log/journal/3fdd2a0ddf0a4f0d80cd50f7e198c3e6) is 2.0M, max 15.3M, 13.2M free. Mar 10 12:58:48.300157 osdx systemd-journald[51744]: Received client request to rotate journal, rotating. Mar 10 12:58:48.300207 osdx systemd-journald[51744]: Vacuuming done, freed 0B of archived journals from /run/log/journal/3fdd2a0ddf0a4f0d80cd50f7e198c3e6. Mar 10 12:58:48.306539 osdx OSDxCLI[132790]: User 'admin' executed a new command: 'system journal clear'. Mar 10 12:58:48.629887 osdx osdx-coredump[344572]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Mar 10 12:58:48.637215 osdx OSDxCLI[132790]: User 'admin' executed a new command: 'system coredump delete all'. Mar 10 12:58:50.143959 osdx OSDxCLI[132790]: User 'admin' entered the configuration menu. Mar 10 12:58:50.266051 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Mar 10 12:58:50.321222 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Mar 10 12:58:50.407288 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'set service dns resolver local'. Mar 10 12:58:50.464226 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Mar 10 12:58:50.600973 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'show working'. Mar 10 12:58:50.688242 osdx INFO[344598]: FRR daemons did not change Mar 10 12:58:50.712174 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Mar 10 12:58:50.888489 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Mar 10 12:58:50.915336 osdx dnsmasq[344727]: started, version 2.89 cachesize 150 Mar 10 12:58:50.915347 osdx dnsmasq[344727]: DNS service limited to local subnets Mar 10 12:58:50.915352 osdx dnsmasq[344727]: 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 Mar 10 12:58:50.915359 osdx dnsmasq[344727]: warning: ignoring resolv-file flag because no-resolv is set Mar 10 12:58:50.915376 osdx dnsmasq[344727]: using nameserver 10.0.0.2#53 Mar 10 12:58:50.915417 osdx dnsmasq[344727]: read /etc/hosts - 1 names Mar 10 12:58:50.952546 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Mar 10 12:58:50.954019 osdx cfgd[1455]: [132790]Completed change to active configuration Mar 10 12:58:50.994903 osdx OSDxCLI[132790]: User 'admin' committed the configuration. Mar 10 12:58:51.013342 osdx OSDxCLI[132790]: User 'admin' left the configuration menu. Mar 10 12:58:51.157856 osdx OSDxCLI[132790]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Mar 10 12:58:51.241633 osdx dnsmasq[344727]: query[A] teldat.com from ::1 Mar 10 12:58:51.241716 osdx dnsmasq[344727]: forwarded teldat.com to 10.0.0.2 Mar 10 12:58:51.242016 osdx dnsmasq[344727]: reply teldat.com is 172.24.0.11 Mar 10 12:58:51.253696 osdx OSDxCLI[132790]: 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=471 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 471.491/471.491/471.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
teldat.com has address 172.24.0.11
Step 5: Run command system journal show | cat
at DUT0
and expect this output:
Show output
Mar 10 12:58:55.291405 osdx systemd-journald[51744]: Runtime Journal (/run/log/journal/3fdd2a0ddf0a4f0d80cd50f7e198c3e6) is 2.0M, max 15.3M, 13.2M free. Mar 10 12:58:55.291993 osdx systemd-journald[51744]: Received client request to rotate journal, rotating. Mar 10 12:58:55.292030 osdx systemd-journald[51744]: Vacuuming done, freed 0B of archived journals from /run/log/journal/3fdd2a0ddf0a4f0d80cd50f7e198c3e6. Mar 10 12:58:55.302723 osdx OSDxCLI[132790]: User 'admin' executed a new command: 'system journal clear'. Mar 10 12:58:55.631948 osdx osdx-coredump[345035]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Mar 10 12:58:55.639848 osdx OSDxCLI[132790]: User 'admin' executed a new command: 'system coredump delete all'. Mar 10 12:58:57.095913 osdx OSDxCLI[132790]: User 'admin' entered the configuration menu. Mar 10 12:58:57.169958 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Mar 10 12:58:57.259722 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Mar 10 12:58:57.315478 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'set service dns resolver local'. Mar 10 12:58:57.413936 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Mar 10 12:58:57.483491 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'show working'. Mar 10 12:58:57.581372 osdx INFO[345061]: FRR daemons did not change Mar 10 12:58:57.604000 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Mar 10 12:58:57.748242 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Mar 10 12:58:57.779540 osdx dnsmasq[345190]: started, version 2.89 cachesize 150 Mar 10 12:58:57.779552 osdx dnsmasq[345190]: DNS service limited to local subnets Mar 10 12:58:57.779557 osdx dnsmasq[345190]: 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 Mar 10 12:58:57.779563 osdx dnsmasq[345190]: warning: ignoring resolv-file flag because no-resolv is set Mar 10 12:58:57.779578 osdx dnsmasq[345190]: using nameserver 10::2#53 Mar 10 12:58:57.779612 osdx dnsmasq[345190]: read /etc/hosts - 1 names Mar 10 12:58:57.816781 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Mar 10 12:58:57.820431 osdx cfgd[1455]: [132790]Completed change to active configuration Mar 10 12:58:57.856661 osdx OSDxCLI[132790]: User 'admin' committed the configuration. Mar 10 12:58:57.872694 osdx OSDxCLI[132790]: User 'admin' left the configuration menu. Mar 10 12:58:59.057886 osdx OSDxCLI[132790]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Mar 10 12:59:00.105370 osdx OSDxCLI[132790]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Mar 10 12:59:00.195942 osdx dnsmasq[345190]: query[A] teldat.com from ::1 Mar 10 12:59:00.196008 osdx dnsmasq[345190]: forwarded teldat.com to 10::2 Mar 10 12:59:00.196264 osdx dnsmasq[345190]: reply teldat.com is 172.24.0.11 Mar 10 12:59:00.207890 osdx OSDxCLI[132790]: 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.345 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.345/0.345/0.345/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
Mar 10 12:59:05.301772 osdx systemd-journald[51744]: Runtime Journal (/run/log/journal/3fdd2a0ddf0a4f0d80cd50f7e198c3e6) is 2.0M, max 15.3M, 13.3M free. Mar 10 12:59:05.302232 osdx systemd-journald[51744]: Received client request to rotate journal, rotating. Mar 10 12:59:05.302262 osdx systemd-journald[51744]: Vacuuming done, freed 0B of archived journals from /run/log/journal/3fdd2a0ddf0a4f0d80cd50f7e198c3e6. Mar 10 12:59:05.311305 osdx OSDxCLI[132790]: User 'admin' executed a new command: 'system journal clear'. Mar 10 12:59:05.643656 osdx osdx-coredump[345504]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Mar 10 12:59:05.651503 osdx OSDxCLI[132790]: User 'admin' executed a new command: 'system coredump delete all'. Mar 10 12:59:07.201559 osdx OSDxCLI[132790]: User 'admin' entered the configuration menu. Mar 10 12:59:07.332329 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Mar 10 12:59:07.421862 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Mar 10 12:59:07.492876 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'set service dns resolver local'. Mar 10 12:59:07.610170 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Mar 10 12:59:07.764926 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Mar 10 12:59:07.845863 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'show working'. Mar 10 12:59:07.942376 osdx INFO[345531]: FRR daemons did not change Mar 10 12:59:07.966216 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Mar 10 12:59:08.138515 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Mar 10 12:59:08.164157 osdx dnsmasq[345660]: started, version 2.89 cachesize 150 Mar 10 12:59:08.164169 osdx dnsmasq[345660]: DNS service limited to local subnets Mar 10 12:59:08.164174 osdx dnsmasq[345660]: 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 Mar 10 12:59:08.164181 osdx dnsmasq[345660]: warning: ignoring resolv-file flag because no-resolv is set Mar 10 12:59:08.164197 osdx dnsmasq[345660]: using nameserver 10.0.0.10#53 Mar 10 12:59:08.164202 osdx dnsmasq[345660]: using nameserver 10.0.0.2#53 Mar 10 12:59:08.164235 osdx dnsmasq[345660]: read /etc/hosts - 1 names Mar 10 12:59:08.199719 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Mar 10 12:59:08.200507 osdx cfgd[1455]: [132790]Completed change to active configuration Mar 10 12:59:08.236074 osdx OSDxCLI[132790]: User 'admin' committed the configuration. Mar 10 12:59:08.252388 osdx OSDxCLI[132790]: User 'admin' left the configuration menu. Mar 10 12:59:08.410897 osdx OSDxCLI[132790]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Mar 10 12:59:08.494123 osdx dnsmasq[345660]: query[A] teldat.com from ::1 Mar 10 12:59:08.494219 osdx dnsmasq[345660]: forwarded teldat.com to 10.0.0.10 Mar 10 12:59:09.495597 osdx dnsmasq[345660]: query[A] teldat.com from ::1 Mar 10 12:59:10.496629 osdx dnsmasq[345660]: query[A] teldat.com from 127.0.0.1 Mar 10 12:59:10.496674 osdx dnsmasq[345660]: forwarded teldat.com to 10.0.0.2 Mar 10 12:59:10.496989 osdx dnsmasq[345660]: reply teldat.com is 172.24.0.11 Mar 10 12:59:10.508716 osdx OSDxCLI[132790]: 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.289 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.289/0.289/0.289/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
Mar 10 12:59:14.000174 osdx systemd-timedated[333414]: Changed local time to Mon 2025-03-10 12:59:14 UTC Mar 10 12:59:14.001133 osdx systemd-journald[51744]: Time jumped backwards, rotating. Mar 10 12:59:14.001346 osdx OSDxCLI[132790]: User 'admin' executed a new command: 'set date 2025-03-10 12:59:14'. Mar 10 12:59:14.303838 osdx systemd-journald[51744]: Runtime Journal (/run/log/journal/3fdd2a0ddf0a4f0d80cd50f7e198c3e6) is 2.0M, max 15.3M, 13.3M free. Mar 10 12:59:14.305133 osdx systemd-journald[51744]: Received client request to rotate journal, rotating. Mar 10 12:59:14.305176 osdx systemd-journald[51744]: Vacuuming done, freed 0B of archived journals from /run/log/journal/3fdd2a0ddf0a4f0d80cd50f7e198c3e6. Mar 10 12:59:14.314445 osdx OSDxCLI[132790]: User 'admin' executed a new command: 'system journal clear'. Mar 10 12:59:14.633001 osdx osdx-coredump[345969]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Mar 10 12:59:14.641775 osdx OSDxCLI[132790]: User 'admin' executed a new command: 'system coredump delete all'. Mar 10 12:59:16.182685 osdx OSDxCLI[132790]: User 'admin' entered the configuration menu. Mar 10 12:59:16.273042 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Mar 10 12:59:16.355725 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Mar 10 12:59:16.413003 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'set service dns resolver local'. Mar 10 12:59:16.523333 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Mar 10 12:59:16.620103 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Mar 10 12:59:16.688654 osdx OSDxCLI[132790]: User 'admin' added a new cfg line: 'show working'. Mar 10 12:59:16.791018 osdx INFO[345996]: FRR daemons did not change Mar 10 12:59:16.809133 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Mar 10 12:59:16.985461 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Mar 10 12:59:17.017433 osdx dnsmasq[346125]: started, version 2.89 cachesize 150 Mar 10 12:59:17.017621 osdx dnsmasq[346125]: DNS service limited to local subnets Mar 10 12:59:17.017654 osdx dnsmasq[346125]: 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 Mar 10 12:59:17.017683 osdx dnsmasq[346125]: warning: ignoring resolv-file flag because no-resolv is set Mar 10 12:59:17.017737 osdx dnsmasq[346125]: using nameserver 10::10#53 Mar 10 12:59:17.017768 osdx dnsmasq[346125]: using nameserver 10::2#53 Mar 10 12:59:17.017821 osdx dnsmasq[346125]: read /etc/hosts - 1 names Mar 10 12:59:17.061536 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Mar 10 12:59:17.062435 osdx cfgd[1455]: [132790]Completed change to active configuration Mar 10 12:59:17.088283 osdx OSDxCLI[132790]: User 'admin' committed the configuration. Mar 10 12:59:17.104467 osdx OSDxCLI[132790]: User 'admin' left the configuration menu. Mar 10 12:59:18.251252 osdx OSDxCLI[132790]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Mar 10 12:59:18.834284 osdx OSDxCLI[132790]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Mar 10 12:59:18.904472 osdx dnsmasq[346125]: query[A] teldat.com from ::1 Mar 10 12:59:18.904544 osdx dnsmasq[346125]: forwarded teldat.com to 10::10 Mar 10 12:59:19.906386 osdx dnsmasq[346125]: query[A] teldat.com from ::1 Mar 10 12:59:20.907328 osdx dnsmasq[346125]: query[A] teldat.com from 127.0.0.1 Mar 10 12:59:20.907373 osdx dnsmasq[346125]: forwarded teldat.com to 10::2 Mar 10 12:59:20.907613 osdx dnsmasq[346125]: reply teldat.com is 172.24.0.11 Mar 10 12:59:20.919129 osdx OSDxCLI[132790]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.