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

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.352/0.352/0.352/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 24 12:17:42.000170 osdx systemd-timedated[205569]: Changed local time to Tue 2026-03-24 12:17:42 UTC
Mar 24 12:17:42.001854 osdx OSDxCLI[2595]: User 'admin' executed a new command: 'set date 2026-03-24 12:17:42'.
Mar 24 12:17:42.003342 osdx systemd-journald[1674]: Time jumped backwards, rotating.
Mar 24 12:17:42.326256 osdx systemd-journald[1674]: Runtime Journal (/run/log/journal/aec016c8ce304ac68362b205c4156884) is 1.8M, max 13.8M, 11.9M free.
Mar 24 12:17:42.327344 osdx systemd-journald[1674]: Received client request to rotate journal, rotating.
Mar 24 12:17:42.327398 osdx systemd-journald[1674]: Vacuuming done, freed 0B of archived journals from /run/log/journal/aec016c8ce304ac68362b205c4156884.
Mar 24 12:17:42.338968 osdx OSDxCLI[2595]: User 'admin' executed a new command: 'system journal clear'.
Mar 24 12:17:42.556984 osdx OSDxCLI[2595]: User 'admin' executed a new command: 'system coredump delete all'.
Mar 24 12:17:43.744146 osdx OSDxCLI[2595]: User 'admin' entered the configuration menu.
Mar 24 12:17:43.843261 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Mar 24 12:17:43.903630 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Mar 24 12:17:44.007301 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Mar 24 12:17:44.106592 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
Mar 24 12:17:44.222920 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'show working'.
Mar 24 12:17:44.301641 osdx ubnt-cfgd[216544]: inactive
Mar 24 12:17:44.321094 osdx INFO[216552]: FRR daemons did not change
Mar 24 12:17:44.339357 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Mar 24 12:17:44.487724 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Mar 24 12:17:44.498794 osdx dnsmasq[216695]: started, version 2.90 cachesize 150
Mar 24 12:17:44.498806 osdx dnsmasq[216695]: DNS service limited to local subnets
Mar 24 12:17:44.498811 osdx dnsmasq[216695]: 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 24 12:17:44.498818 osdx dnsmasq[216695]: warning: ignoring resolv-file flag because no-resolv is set
Mar 24 12:17:44.498833 osdx dnsmasq[216695]: using nameserver 10.0.0.2#53
Mar 24 12:17:44.498870 osdx dnsmasq[216695]: read /etc/hosts - 1 names
Mar 24 12:17:44.529649 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Mar 24 12:17:44.530443 osdx cfgd[1472]: [2595]Completed change to active configuration
Mar 24 12:17:44.543625 osdx OSDxCLI[2595]: User 'admin' committed the configuration.
Mar 24 12:17:44.560802 osdx OSDxCLI[2595]: User 'admin' left the configuration menu.
Mar 24 12:17:44.708595 osdx OSDxCLI[2595]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Mar 24 12:17:44.780843 osdx dnsmasq[216695]: query[A] teldat.com from ::1
Mar 24 12:17:44.780905 osdx dnsmasq[216695]: forwarded teldat.com to 10.0.0.2
Mar 24 12:17:44.781228 osdx dnsmasq[216695]: reply teldat.com is 172.24.0.11
Mar 24 12:17:44.782449 osdx OSDxCLI[2595]: 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=0.324 ms

--- 10::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
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 24 12:17:49.326956 osdx systemd-journald[1674]: Runtime Journal (/run/log/journal/aec016c8ce304ac68362b205c4156884) is 1.9M, max 13.8M, 11.8M free.
Mar 24 12:17:49.330018 osdx systemd-journald[1674]: Received client request to rotate journal, rotating.
Mar 24 12:17:49.330083 osdx systemd-journald[1674]: Vacuuming done, freed 0B of archived journals from /run/log/journal/aec016c8ce304ac68362b205c4156884.
Mar 24 12:17:49.338645 osdx OSDxCLI[2595]: User 'admin' executed a new command: 'system journal clear'.
Mar 24 12:17:49.552516 osdx OSDxCLI[2595]: User 'admin' executed a new command: 'system coredump delete all'.
Mar 24 12:17:50.779452 osdx OSDxCLI[2595]: User 'admin' entered the configuration menu.
Mar 24 12:17:50.857455 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Mar 24 12:17:50.982474 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Mar 24 12:17:51.046508 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Mar 24 12:17:51.147115 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
Mar 24 12:17:51.257795 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'show working'.
Mar 24 12:17:51.318520 osdx ubnt-cfgd[217023]: inactive
Mar 24 12:17:51.339327 osdx INFO[217031]: FRR daemons did not change
Mar 24 12:17:51.358043 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Mar 24 12:17:51.518297 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Mar 24 12:17:51.527298 osdx dnsmasq[217174]: started, version 2.90 cachesize 150
Mar 24 12:17:51.527308 osdx dnsmasq[217174]: DNS service limited to local subnets
Mar 24 12:17:51.527314 osdx dnsmasq[217174]: 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 24 12:17:51.527321 osdx dnsmasq[217174]: warning: ignoring resolv-file flag because no-resolv is set
Mar 24 12:17:51.527343 osdx dnsmasq[217174]: using nameserver 10::2#53
Mar 24 12:17:51.527375 osdx dnsmasq[217174]: read /etc/hosts - 1 names
Mar 24 12:17:51.555643 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Mar 24 12:17:51.556386 osdx cfgd[1472]: [2595]Completed change to active configuration
Mar 24 12:17:51.570775 osdx OSDxCLI[2595]: User 'admin' committed the configuration.
Mar 24 12:17:51.587810 osdx OSDxCLI[2595]: User 'admin' left the configuration menu.
Mar 24 12:17:52.758625 osdx OSDxCLI[2595]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Mar 24 12:17:53.383847 osdx OSDxCLI[2595]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Mar 24 12:17:53.515040 osdx dnsmasq[217174]: query[A] teldat.com from ::1
Mar 24 12:17:53.515107 osdx dnsmasq[217174]: forwarded teldat.com to 10::2
Mar 24 12:17:53.515408 osdx dnsmasq[217174]: reply teldat.com is 172.24.0.11
Mar 24 12:17:53.527095 osdx OSDxCLI[2595]: 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.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
;; 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 24 12:17:58.313455 osdx systemd-journald[1674]: Runtime Journal (/run/log/journal/aec016c8ce304ac68362b205c4156884) is 1.8M, max 13.8M, 11.9M free.
Mar 24 12:17:58.314978 osdx systemd-journald[1674]: Received client request to rotate journal, rotating.
Mar 24 12:17:58.315051 osdx systemd-journald[1674]: Vacuuming done, freed 0B of archived journals from /run/log/journal/aec016c8ce304ac68362b205c4156884.
Mar 24 12:17:58.325940 osdx OSDxCLI[2595]: User 'admin' executed a new command: 'system journal clear'.
Mar 24 12:17:58.551785 osdx OSDxCLI[2595]: User 'admin' executed a new command: 'system coredump delete all'.
Mar 24 12:17:59.817823 osdx OSDxCLI[2595]: User 'admin' entered the configuration menu.
Mar 24 12:17:59.895366 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Mar 24 12:17:59.976798 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Mar 24 12:18:00.034787 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Mar 24 12:18:00.135857 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
Mar 24 12:18:00.192788 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
Mar 24 12:18:00.305144 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'show working'.
Mar 24 12:18:00.371374 osdx ubnt-cfgd[217511]: inactive
Mar 24 12:18:00.394262 osdx INFO[217519]: FRR daemons did not change
Mar 24 12:18:00.414961 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Mar 24 12:18:00.583182 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Mar 24 12:18:00.592570 osdx dnsmasq[217662]: started, version 2.90 cachesize 150
Mar 24 12:18:00.592581 osdx dnsmasq[217662]: DNS service limited to local subnets
Mar 24 12:18:00.592586 osdx dnsmasq[217662]: 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 24 12:18:00.592593 osdx dnsmasq[217662]: warning: ignoring resolv-file flag because no-resolv is set
Mar 24 12:18:00.592609 osdx dnsmasq[217662]: using nameserver 10.0.0.10#53
Mar 24 12:18:00.592614 osdx dnsmasq[217662]: using nameserver 10.0.0.2#53
Mar 24 12:18:00.592648 osdx dnsmasq[217662]: read /etc/hosts - 1 names
Mar 24 12:18:00.620422 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Mar 24 12:18:00.621282 osdx cfgd[1472]: [2595]Completed change to active configuration
Mar 24 12:18:00.632643 osdx OSDxCLI[2595]: User 'admin' committed the configuration.
Mar 24 12:18:00.658847 osdx OSDxCLI[2595]: User 'admin' left the configuration menu.
Mar 24 12:18:00.797222 osdx OSDxCLI[2595]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Mar 24 12:18:00.867799 osdx dnsmasq[217662]: query[A] teldat.com from ::1
Mar 24 12:18:00.867861 osdx dnsmasq[217662]: forwarded teldat.com to 10.0.0.10
Mar 24 12:18:01.868886 osdx dnsmasq[217662]: query[A] teldat.com from ::1
Mar 24 12:18:02.869909 osdx dnsmasq[217662]: query[A] teldat.com from 127.0.0.1
Mar 24 12:18:02.869952 osdx dnsmasq[217662]: forwarded teldat.com to 10.0.0.2
Mar 24 12:18:02.870297 osdx dnsmasq[217662]: reply teldat.com is 172.24.0.11
Mar 24 12:18:02.872173 osdx OSDxCLI[2595]: 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=445 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 444.737/444.737/444.737/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 24 12:18:07.300543 osdx systemd-journald[1674]: Runtime Journal (/run/log/journal/aec016c8ce304ac68362b205c4156884) is 1.8M, max 13.8M, 11.9M free.
Mar 24 12:18:07.303068 osdx systemd-journald[1674]: Received client request to rotate journal, rotating.
Mar 24 12:18:07.303128 osdx systemd-journald[1674]: Vacuuming done, freed 0B of archived journals from /run/log/journal/aec016c8ce304ac68362b205c4156884.
Mar 24 12:18:07.312075 osdx OSDxCLI[2595]: User 'admin' executed a new command: 'system journal clear'.
Mar 24 12:18:07.538680 osdx OSDxCLI[2595]: User 'admin' executed a new command: 'system coredump delete all'.
Mar 24 12:18:08.996393 osdx OSDxCLI[2595]: User 'admin' entered the configuration menu.
Mar 24 12:18:09.083107 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Mar 24 12:18:09.169482 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Mar 24 12:18:09.226780 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Mar 24 12:18:09.328779 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
Mar 24 12:18:09.385833 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
Mar 24 12:18:09.494519 osdx OSDxCLI[2595]: User 'admin' added a new cfg line: 'show working'.
Mar 24 12:18:09.555655 osdx ubnt-cfgd[217999]: inactive
Mar 24 12:18:09.577979 osdx INFO[218007]: FRR daemons did not change
Mar 24 12:18:09.595056 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Mar 24 12:18:09.755401 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Mar 24 12:18:09.765197 osdx dnsmasq[218150]: started, version 2.90 cachesize 150
Mar 24 12:18:09.765397 osdx dnsmasq[218150]: DNS service limited to local subnets
Mar 24 12:18:09.765431 osdx dnsmasq[218150]: 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 24 12:18:09.765462 osdx dnsmasq[218150]: warning: ignoring resolv-file flag because no-resolv is set
Mar 24 12:18:09.765501 osdx dnsmasq[218150]: using nameserver 10::10#53
Mar 24 12:18:09.765536 osdx dnsmasq[218150]: using nameserver 10::2#53
Mar 24 12:18:09.765594 osdx dnsmasq[218150]: read /etc/hosts - 1 names
Mar 24 12:18:09.798193 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Mar 24 12:18:09.799551 osdx cfgd[1472]: [2595]Completed change to active configuration
Mar 24 12:18:09.817635 osdx OSDxCLI[2595]: User 'admin' committed the configuration.
Mar 24 12:18:09.836267 osdx OSDxCLI[2595]: User 'admin' left the configuration menu.
Mar 24 12:18:11.002402 osdx OSDxCLI[2595]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Mar 24 12:18:12.033620 osdx OSDxCLI[2595]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Mar 24 12:18:12.115294 osdx dnsmasq[218150]: query[A] teldat.com from ::1
Mar 24 12:18:12.115355 osdx dnsmasq[218150]: forwarded teldat.com to 10::10
Mar 24 12:18:13.116004 osdx dnsmasq[218150]: query[A] teldat.com from ::1
Mar 24 12:18:14.116998 osdx dnsmasq[218150]: query[A] teldat.com from 127.0.0.1
Mar 24 12:18:14.117039 osdx dnsmasq[218150]: forwarded teldat.com to 10::2
Mar 24 12:18:14.117408 osdx dnsmasq[218150]: reply teldat.com is 172.24.0.11
Mar 24 12:18:14.129433 osdx OSDxCLI[2595]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.