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

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.378/0.378/0.378/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
Jun 20 15:51:14.000193 osdx systemd-timedated[556934]: Changed local time to Fri 2025-06-20 15:51:14 UTC
Jun 20 15:51:14.002159 osdx systemd-journald[210303]: Time jumped backwards, rotating.
Jun 20 15:51:14.002353 osdx OSDxCLI[389379]: User 'admin' executed a new command: 'set date 2025-06-20 15:51:14'.
Jun 20 15:51:14.306591 osdx sudo[568748]: pam_limits(sudo:session): invalid line '@200:215        hard        maxlogins        ' - skipped
Jun 20 15:51:14.309765 osdx systemd-journald[210303]: Runtime Journal (/run/log/journal/a9538f26f6924eb58d28105803b55de8) is 2.1M, max 15.3M, 13.2M free.
Jun 20 15:51:14.310167 osdx systemd-journald[210303]: Received client request to rotate journal, rotating.
Jun 20 15:51:14.310197 osdx systemd-journald[210303]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a9538f26f6924eb58d28105803b55de8.
Jun 20 15:51:14.313692 osdx sudo[568747]: pam_limits(sudo:session): invalid line '@200:215        hard        maxlogins        ' - skipped
Jun 20 15:51:14.320207 osdx OSDxCLI[389379]: User 'admin' executed a new command: 'system journal clear'.
Jun 20 15:51:14.531358 osdx OSDxCLI[389379]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 20 15:51:15.810606 osdx OSDxCLI[389379]: User 'admin' entered the configuration menu.
Jun 20 15:51:15.891314 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Jun 20 15:51:15.984529 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 20 15:51:16.040954 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 20 15:51:16.142228 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
Jun 20 15:51:16.255133 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'show working'.
Jun 20 15:51:16.317679 osdx ubnt-cfgd[568774]: inactive
Jun 20 15:51:16.341990 osdx INFO[568782]: FRR daemons did not change
Jun 20 15:51:16.361906 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 20 15:51:16.514196 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 20 15:51:16.523085 osdx dnsmasq[568925]: started, version 2.90 cachesize 150
Jun 20 15:51:16.523098 osdx dnsmasq[568925]: DNS service limited to local subnets
Jun 20 15:51:16.523105 osdx dnsmasq[568925]: 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
Jun 20 15:51:16.523114 osdx dnsmasq[568925]: warning: ignoring resolv-file flag because no-resolv is set
Jun 20 15:51:16.523133 osdx dnsmasq[568925]: using nameserver 10.0.0.2#53
Jun 20 15:51:16.523175 osdx dnsmasq[568925]: read /etc/hosts - 1 names
Jun 20 15:51:16.552539 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 20 15:51:16.553358 osdx cfgd[1460]: [389379]Completed change to active configuration
Jun 20 15:51:16.565206 osdx OSDxCLI[389379]: User 'admin' committed the configuration.
Jun 20 15:51:16.584176 osdx OSDxCLI[389379]: User 'admin' left the configuration menu.
Jun 20 15:51:16.723640 osdx OSDxCLI[389379]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Jun 20 15:51:16.797130 osdx dnsmasq[568925]: query[A] teldat.com from ::1
Jun 20 15:51:16.797194 osdx dnsmasq[568925]: forwarded teldat.com to 10.0.0.2
Jun 20 15:51:16.797508 osdx dnsmasq[568925]: reply teldat.com is 172.24.0.11
Jun 20 15:51:16.809195 osdx OSDxCLI[389379]: 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=429 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 429.364/429.364/429.364/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
Jun 20 15:51:22.299499 osdx systemd-journald[210303]: Runtime Journal (/run/log/journal/a9538f26f6924eb58d28105803b55de8) is 2.6M, max 15.3M, 12.7M free.
Jun 20 15:51:22.301452 osdx systemd-journald[210303]: Received client request to rotate journal, rotating.
Jun 20 15:51:22.301508 osdx systemd-journald[210303]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a9538f26f6924eb58d28105803b55de8.
Jun 20 15:51:22.303655 osdx sudo[569233]: pam_limits(sudo:session): invalid line '@200:215        hard        maxlogins        ' - skipped
Jun 20 15:51:22.310255 osdx OSDxCLI[389379]: User 'admin' executed a new command: 'system journal clear'.
Jun 20 15:51:22.547453 osdx OSDxCLI[389379]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 20 15:51:23.931853 osdx OSDxCLI[389379]: User 'admin' entered the configuration menu.
Jun 20 15:51:24.021558 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Jun 20 15:51:24.110963 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 20 15:51:24.206119 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 20 15:51:24.287197 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
Jun 20 15:51:24.405621 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'show working'.
Jun 20 15:51:24.491481 osdx ubnt-cfgd[569260]: inactive
Jun 20 15:51:24.518194 osdx INFO[569268]: FRR daemons did not change
Jun 20 15:51:24.541476 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 20 15:51:24.705775 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 20 15:51:24.714826 osdx dnsmasq[569411]: started, version 2.90 cachesize 150
Jun 20 15:51:24.714836 osdx dnsmasq[569411]: DNS service limited to local subnets
Jun 20 15:51:24.714841 osdx dnsmasq[569411]: 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
Jun 20 15:51:24.714855 osdx dnsmasq[569411]: warning: ignoring resolv-file flag because no-resolv is set
Jun 20 15:51:24.714871 osdx dnsmasq[569411]: using nameserver 10::2#53
Jun 20 15:51:24.714906 osdx dnsmasq[569411]: read /etc/hosts - 1 names
Jun 20 15:51:24.744457 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 20 15:51:24.745273 osdx cfgd[1460]: [389379]Completed change to active configuration
Jun 20 15:51:24.756789 osdx OSDxCLI[389379]: User 'admin' committed the configuration.
Jun 20 15:51:24.774969 osdx OSDxCLI[389379]: User 'admin' left the configuration menu.
Jun 20 15:51:25.942276 osdx OSDxCLI[389379]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 20 15:51:26.987252 osdx OSDxCLI[389379]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 20 15:51:27.076568 osdx dnsmasq[569411]: query[A] teldat.com from ::1
Jun 20 15:51:27.076640 osdx dnsmasq[569411]: forwarded teldat.com to 10::2
Jun 20 15:51:27.076964 osdx dnsmasq[569411]: reply teldat.com is 172.24.0.11
Jun 20 15:51:27.078530 osdx OSDxCLI[389379]: 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.285 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.285/0.285/0.285/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
Jun 20 15:51:32.000212 osdx systemd-timedated[556934]: Changed local time to Fri 2025-06-20 15:51:32 UTC
Jun 20 15:51:32.001398 osdx systemd-journald[210303]: Time jumped backwards, rotating.
Jun 20 15:51:32.001486 osdx OSDxCLI[389379]: User 'admin' executed a new command: 'set date 2025-06-20 15:51:32'.
Jun 20 15:51:32.353511 osdx sudo[569724]: pam_limits(sudo:session): invalid line '@200:215        hard        maxlogins        ' - skipped
Jun 20 15:51:32.357306 osdx systemd-journald[210303]: Runtime Journal (/run/log/journal/a9538f26f6924eb58d28105803b55de8) is 2.0M, max 15.3M, 13.3M free.
Jun 20 15:51:32.357899 osdx systemd-journald[210303]: Received client request to rotate journal, rotating.
Jun 20 15:51:32.357942 osdx systemd-journald[210303]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a9538f26f6924eb58d28105803b55de8.
Jun 20 15:51:32.364214 osdx sudo[569723]: pam_limits(sudo:session): invalid line '@200:215        hard        maxlogins        ' - skipped
Jun 20 15:51:32.371857 osdx OSDxCLI[389379]: User 'admin' executed a new command: 'system journal clear'.
Jun 20 15:51:32.673442 osdx OSDxCLI[389379]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 20 15:51:34.508653 osdx OSDxCLI[389379]: User 'admin' entered the configuration menu.
Jun 20 15:51:34.640976 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Jun 20 15:51:34.695202 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 20 15:51:34.806054 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 20 15:51:34.901149 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
Jun 20 15:51:34.958434 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
Jun 20 15:51:35.080490 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'show working'.
Jun 20 15:51:35.147092 osdx ubnt-cfgd[569751]: inactive
Jun 20 15:51:35.168417 osdx INFO[569759]: FRR daemons did not change
Jun 20 15:51:35.189356 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 20 15:51:35.325598 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 20 15:51:35.333606 osdx dnsmasq[569902]: started, version 2.90 cachesize 150
Jun 20 15:51:35.333618 osdx dnsmasq[569902]: DNS service limited to local subnets
Jun 20 15:51:35.333625 osdx dnsmasq[569902]: 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
Jun 20 15:51:35.333634 osdx dnsmasq[569902]: warning: ignoring resolv-file flag because no-resolv is set
Jun 20 15:51:35.333654 osdx dnsmasq[569902]: using nameserver 10.0.0.10#53
Jun 20 15:51:35.333661 osdx dnsmasq[569902]: using nameserver 10.0.0.2#53
Jun 20 15:51:35.333707 osdx dnsmasq[569902]: read /etc/hosts - 1 names
Jun 20 15:51:35.360145 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 20 15:51:35.361172 osdx cfgd[1460]: [389379]Completed change to active configuration
Jun 20 15:51:35.372315 osdx OSDxCLI[389379]: User 'admin' committed the configuration.
Jun 20 15:51:35.399586 osdx OSDxCLI[389379]: User 'admin' left the configuration menu.
Jun 20 15:51:35.535124 osdx OSDxCLI[389379]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Jun 20 15:51:35.620468 osdx dnsmasq[569902]: query[A] teldat.com from ::1
Jun 20 15:51:35.620560 osdx dnsmasq[569902]: forwarded teldat.com to 10.0.0.10
Jun 20 15:51:36.621779 osdx dnsmasq[569902]: query[A] teldat.com from ::1
Jun 20 15:51:37.622810 osdx dnsmasq[569902]: query[A] teldat.com from 127.0.0.1
Jun 20 15:51:37.622862 osdx dnsmasq[569902]: forwarded teldat.com to 10.0.0.2
Jun 20 15:51:37.623223 osdx dnsmasq[569902]: reply teldat.com is 172.24.0.11
Jun 20 15:51:37.625281 osdx OSDxCLI[389379]: 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=439 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 439.107/439.107/439.107/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
Jun 20 15:51:43.351294 osdx systemd-journald[210303]: Runtime Journal (/run/log/journal/a9538f26f6924eb58d28105803b55de8) is 2.1M, max 15.3M, 13.2M free.
Jun 20 15:51:43.355150 osdx systemd-journald[210303]: Received client request to rotate journal, rotating.
Jun 20 15:51:43.355210 osdx systemd-journald[210303]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a9538f26f6924eb58d28105803b55de8.
Jun 20 15:51:43.356792 osdx sudo[570211]: pam_limits(sudo:session): invalid line '@200:215        hard        maxlogins        ' - skipped
Jun 20 15:51:43.365640 osdx OSDxCLI[389379]: User 'admin' executed a new command: 'system journal clear'.
Jun 20 15:51:43.621945 osdx OSDxCLI[389379]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 20 15:51:45.015432 osdx OSDxCLI[389379]: User 'admin' entered the configuration menu.
Jun 20 15:51:45.106480 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Jun 20 15:51:45.222331 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 20 15:51:45.286297 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 20 15:51:45.392563 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
Jun 20 15:51:45.501204 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
Jun 20 15:51:45.569212 osdx OSDxCLI[389379]: User 'admin' added a new cfg line: 'show working'.
Jun 20 15:51:45.666850 osdx ubnt-cfgd[570239]: inactive
Jun 20 15:51:45.689828 osdx INFO[570247]: FRR daemons did not change
Jun 20 15:51:45.711160 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 20 15:51:45.863419 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 20 15:51:45.870989 osdx dnsmasq[570390]: started, version 2.90 cachesize 150
Jun 20 15:51:45.871233 osdx dnsmasq[570390]: DNS service limited to local subnets
Jun 20 15:51:45.871286 osdx dnsmasq[570390]: 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
Jun 20 15:51:45.871331 osdx dnsmasq[570390]: warning: ignoring resolv-file flag because no-resolv is set
Jun 20 15:51:45.871383 osdx dnsmasq[570390]: using nameserver 10::10#53
Jun 20 15:51:45.871424 osdx dnsmasq[570390]: using nameserver 10::2#53
Jun 20 15:51:45.871501 osdx dnsmasq[570390]: read /etc/hosts - 1 names
Jun 20 15:51:45.897146 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 20 15:51:45.898183 osdx cfgd[1460]: [389379]Completed change to active configuration
Jun 20 15:51:45.909312 osdx OSDxCLI[389379]: User 'admin' committed the configuration.
Jun 20 15:51:45.927326 osdx OSDxCLI[389379]: User 'admin' left the configuration menu.
Jun 20 15:51:47.076752 osdx OSDxCLI[389379]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 20 15:51:48.120989 osdx OSDxCLI[389379]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 20 15:51:48.216064 osdx dnsmasq[570390]: query[A] teldat.com from ::1
Jun 20 15:51:48.216123 osdx dnsmasq[570390]: forwarded teldat.com to 10::10
Jun 20 15:51:49.216551 osdx dnsmasq[570390]: query[A] teldat.com from ::1
Jun 20 15:51:50.217576 osdx dnsmasq[570390]: query[A] teldat.com from 127.0.0.1
Jun 20 15:51:50.217625 osdx dnsmasq[570390]: forwarded teldat.com to 10::2
Jun 20 15:51:50.217921 osdx dnsmasq[570390]: reply teldat.com is 172.24.0.11
Jun 20 15:51:50.219408 osdx OSDxCLI[389379]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.