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

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.303/0.303/0.303/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 24 15:06:03.356262 osdx systemd-journald[165652]: Runtime Journal (/run/log/journal/a9c8f5b24ca148a6b10e0198640df300) is 2.1M, max 15.3M, 13.2M free.
Jun 24 15:06:03.360283 osdx systemd-journald[165652]: Received client request to rotate journal, rotating.
Jun 24 15:06:03.360354 osdx systemd-journald[165652]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a9c8f5b24ca148a6b10e0198640df300.
Jun 24 15:06:03.360604 osdx sudo[356890]: pam_limits(sudo:session): invalid line '@200:215        hard        maxlogins        ' - skipped
Jun 24 15:06:03.368168 osdx OSDxCLI[304734]: User 'admin' executed a new command: 'system journal clear'.
Jun 24 15:06:03.584858 osdx OSDxCLI[304734]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 24 15:06:04.881118 osdx OSDxCLI[304734]: User 'admin' entered the configuration menu.
Jun 24 15:06:04.988939 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Jun 24 15:06:05.081763 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 24 15:06:05.187493 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 24 15:06:05.271171 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
Jun 24 15:06:05.354731 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'show working'.
Jun 24 15:06:05.447569 osdx ubnt-cfgd[356917]: inactive
Jun 24 15:06:05.935851 osdx INFO[356925]: FRR daemons did not change
Jun 24 15:06:05.960271 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 24 15:06:06.124560 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 24 15:06:06.151449 osdx dnsmasq[357065]: started, version 2.90 cachesize 150
Jun 24 15:06:06.151668 osdx dnsmasq[357065]: DNS service limited to local subnets
Jun 24 15:06:06.151713 osdx dnsmasq[357065]: 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 24 15:06:06.151746 osdx dnsmasq[357065]: warning: ignoring resolv-file flag because no-resolv is set
Jun 24 15:06:06.151787 osdx dnsmasq[357065]: using nameserver 10.0.0.2#53
Jun 24 15:06:06.151858 osdx dnsmasq[357065]: read /etc/hosts - 1 names
Jun 24 15:06:06.178977 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 24 15:06:06.180807 osdx cfgd[1460]: [304734]Completed change to active configuration
Jun 24 15:06:06.191698 osdx OSDxCLI[304734]: User 'admin' committed the configuration.
Jun 24 15:06:06.225377 osdx OSDxCLI[304734]: User 'admin' left the configuration menu.
Jun 24 15:06:06.398080 osdx OSDxCLI[304734]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Jun 24 15:06:06.610485 osdx dnsmasq[357065]: query[A] teldat.com from ::1
Jun 24 15:06:06.610554 osdx dnsmasq[357065]: forwarded teldat.com to 10.0.0.2
Jun 24 15:06:06.610865 osdx dnsmasq[357065]: reply teldat.com is 172.24.0.11
Jun 24 15:06:06.660224 osdx OSDxCLI[304734]: 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=456 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 455.542/455.542/455.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
Jun 24 15:06:10.000200 osdx systemd-timedated[350570]: Changed local time to Tue 2025-06-24 15:06:10 UTC
Jun 24 15:06:10.002082 osdx OSDxCLI[304734]: User 'admin' executed a new command: 'set date 2025-06-24 15:06:10'.
Jun 24 15:06:10.003282 osdx systemd-journald[165652]: Time jumped backwards, rotating.
Jun 24 15:06:10.293298 osdx sudo[357377]: pam_limits(sudo:session): invalid line '@200:215        hard        maxlogins        ' - skipped
Jun 24 15:06:10.297771 osdx systemd-journald[165652]: Runtime Journal (/run/log/journal/a9c8f5b24ca148a6b10e0198640df300) is 2.0M, max 15.3M, 13.3M free.
Jun 24 15:06:10.299278 osdx systemd-journald[165652]: Received client request to rotate journal, rotating.
Jun 24 15:06:10.299334 osdx systemd-journald[165652]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a9c8f5b24ca148a6b10e0198640df300.
Jun 24 15:06:10.302282 osdx sudo[357376]: pam_limits(sudo:session): invalid line '@200:215        hard        maxlogins        ' - skipped
Jun 24 15:06:10.308566 osdx OSDxCLI[304734]: User 'admin' executed a new command: 'system journal clear'.
Jun 24 15:06:10.526285 osdx OSDxCLI[304734]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 24 15:06:11.818511 osdx OSDxCLI[304734]: User 'admin' entered the configuration menu.
Jun 24 15:06:11.908004 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Jun 24 15:06:12.003078 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 24 15:06:12.080551 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 24 15:06:12.213518 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
Jun 24 15:06:12.288950 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'show working'.
Jun 24 15:06:12.390865 osdx ubnt-cfgd[357403]: inactive
Jun 24 15:06:12.415661 osdx INFO[357411]: FRR daemons did not change
Jun 24 15:06:12.435285 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 24 15:06:12.603630 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 24 15:06:12.612226 osdx dnsmasq[357554]: started, version 2.90 cachesize 150
Jun 24 15:06:12.612432 osdx dnsmasq[357554]: DNS service limited to local subnets
Jun 24 15:06:12.612481 osdx dnsmasq[357554]: 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 24 15:06:12.612526 osdx dnsmasq[357554]: warning: ignoring resolv-file flag because no-resolv is set
Jun 24 15:06:12.612575 osdx dnsmasq[357554]: using nameserver 10::2#53
Jun 24 15:06:12.613388 osdx dnsmasq[357554]: read /etc/hosts - 1 names
Jun 24 15:06:12.642940 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 24 15:06:12.643790 osdx cfgd[1460]: [304734]Completed change to active configuration
Jun 24 15:06:12.654454 osdx OSDxCLI[304734]: User 'admin' committed the configuration.
Jun 24 15:06:12.671674 osdx OSDxCLI[304734]: User 'admin' left the configuration menu.
Jun 24 15:06:13.818358 osdx OSDxCLI[304734]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 24 15:06:14.853383 osdx OSDxCLI[304734]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 24 15:06:14.958506 osdx dnsmasq[357554]: query[A] teldat.com from ::1
Jun 24 15:06:14.958560 osdx dnsmasq[357554]: forwarded teldat.com to 10::2
Jun 24 15:06:14.958893 osdx dnsmasq[357554]: reply teldat.com is 172.24.0.11
Jun 24 15:06:14.960681 osdx OSDxCLI[304734]: 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.301 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.301/0.301/0.301/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 24 15:06:19.000178 osdx systemd-timedated[350570]: Changed local time to Tue 2025-06-24 15:06:19 UTC
Jun 24 15:06:19.001067 osdx systemd-journald[165652]: Time jumped backwards, rotating.
Jun 24 15:06:19.001223 osdx OSDxCLI[304734]: User 'admin' executed a new command: 'set date 2025-06-24 15:06:19'.
Jun 24 15:06:19.293427 osdx sudo[357867]: pam_limits(sudo:session): invalid line '@200:215        hard        maxlogins        ' - skipped
Jun 24 15:06:19.297474 osdx systemd-journald[165652]: Runtime Journal (/run/log/journal/a9c8f5b24ca148a6b10e0198640df300) is 2.1M, max 15.3M, 13.2M free.
Jun 24 15:06:19.301015 osdx systemd-journald[165652]: Received client request to rotate journal, rotating.
Jun 24 15:06:19.301079 osdx systemd-journald[165652]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a9c8f5b24ca148a6b10e0198640df300.
Jun 24 15:06:19.301944 osdx sudo[357866]: pam_limits(sudo:session): invalid line '@200:215        hard        maxlogins        ' - skipped
Jun 24 15:06:19.309682 osdx OSDxCLI[304734]: User 'admin' executed a new command: 'system journal clear'.
Jun 24 15:06:19.531757 osdx OSDxCLI[304734]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 24 15:06:20.848934 osdx OSDxCLI[304734]: User 'admin' entered the configuration menu.
Jun 24 15:06:20.963609 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Jun 24 15:06:21.019538 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 24 15:06:21.122558 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 24 15:06:21.223477 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
Jun 24 15:06:21.285682 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
Jun 24 15:06:21.398793 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'show working'.
Jun 24 15:06:21.473407 osdx ubnt-cfgd[357894]: inactive
Jun 24 15:06:21.497691 osdx INFO[357902]: FRR daemons did not change
Jun 24 15:06:21.517019 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 24 15:06:21.681381 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 24 15:06:21.690140 osdx dnsmasq[358045]: started, version 2.90 cachesize 150
Jun 24 15:06:21.690151 osdx dnsmasq[358045]: DNS service limited to local subnets
Jun 24 15:06:21.690158 osdx dnsmasq[358045]: 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 24 15:06:21.690166 osdx dnsmasq[358045]: warning: ignoring resolv-file flag because no-resolv is set
Jun 24 15:06:21.690185 osdx dnsmasq[358045]: using nameserver 10.0.0.10#53
Jun 24 15:06:21.690191 osdx dnsmasq[358045]: using nameserver 10.0.0.2#53
Jun 24 15:06:21.690232 osdx dnsmasq[358045]: read /etc/hosts - 1 names
Jun 24 15:06:21.719863 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 24 15:06:21.720971 osdx cfgd[1460]: [304734]Completed change to active configuration
Jun 24 15:06:21.732366 osdx OSDxCLI[304734]: User 'admin' committed the configuration.
Jun 24 15:06:21.750201 osdx OSDxCLI[304734]: User 'admin' left the configuration menu.
Jun 24 15:06:21.902009 osdx OSDxCLI[304734]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Jun 24 15:06:21.977808 osdx dnsmasq[358045]: query[A] teldat.com from ::1
Jun 24 15:06:21.977884 osdx dnsmasq[358045]: forwarded teldat.com to 10.0.0.10
Jun 24 15:06:22.979363 osdx dnsmasq[358045]: query[A] teldat.com from ::1
Jun 24 15:06:23.980295 osdx dnsmasq[358045]: query[A] teldat.com from 127.0.0.1
Jun 24 15:06:23.980337 osdx dnsmasq[358045]: forwarded teldat.com to 10.0.0.2
Jun 24 15:06:23.980701 osdx dnsmasq[358045]: reply teldat.com is 172.24.0.11
Jun 24 15:06:23.992522 osdx OSDxCLI[304734]: 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=0.258 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.258/0.258/0.258/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 24 15:06:29.320160 osdx systemd-journald[165652]: Runtime Journal (/run/log/journal/a9c8f5b24ca148a6b10e0198640df300) is 2.1M, max 15.3M, 13.1M free.
Jun 24 15:06:29.321643 osdx systemd-journald[165652]: Received client request to rotate journal, rotating.
Jun 24 15:06:29.321701 osdx systemd-journald[165652]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a9c8f5b24ca148a6b10e0198640df300.
Jun 24 15:06:29.326254 osdx sudo[358356]: pam_limits(sudo:session): invalid line '@200:215        hard        maxlogins        ' - skipped
Jun 24 15:06:29.334929 osdx OSDxCLI[304734]: User 'admin' executed a new command: 'system journal clear'.
Jun 24 15:06:29.556449 osdx OSDxCLI[304734]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 24 15:06:30.782202 osdx OSDxCLI[304734]: User 'admin' entered the configuration menu.
Jun 24 15:06:30.874127 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Jun 24 15:06:30.951649 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 24 15:06:31.050532 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 24 15:06:31.177243 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
Jun 24 15:06:31.279875 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
Jun 24 15:06:31.350601 osdx OSDxCLI[304734]: User 'admin' added a new cfg line: 'show working'.
Jun 24 15:06:31.449188 osdx ubnt-cfgd[358384]: inactive
Jun 24 15:06:31.471371 osdx INFO[358392]: FRR daemons did not change
Jun 24 15:06:31.489667 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 24 15:06:31.661956 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 24 15:06:31.669969 osdx dnsmasq[358535]: started, version 2.90 cachesize 150
Jun 24 15:06:31.670147 osdx dnsmasq[358535]: DNS service limited to local subnets
Jun 24 15:06:31.670185 osdx dnsmasq[358535]: 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 24 15:06:31.670215 osdx dnsmasq[358535]: warning: ignoring resolv-file flag because no-resolv is set
Jun 24 15:06:31.670250 osdx dnsmasq[358535]: using nameserver 10::10#53
Jun 24 15:06:31.670278 osdx dnsmasq[358535]: using nameserver 10::2#53
Jun 24 15:06:31.670333 osdx dnsmasq[358535]: read /etc/hosts - 1 names
Jun 24 15:06:31.699733 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 24 15:06:31.700664 osdx cfgd[1460]: [304734]Completed change to active configuration
Jun 24 15:06:31.712842 osdx OSDxCLI[304734]: User 'admin' committed the configuration.
Jun 24 15:06:31.753494 osdx OSDxCLI[304734]: User 'admin' left the configuration menu.
Jun 24 15:06:32.891675 osdx OSDxCLI[304734]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 24 15:06:33.480174 osdx OSDxCLI[304734]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 24 15:06:33.575741 osdx dnsmasq[358535]: query[A] teldat.com from ::1
Jun 24 15:06:33.575799 osdx dnsmasq[358535]: forwarded teldat.com to 10::10
Jun 24 15:06:34.576986 osdx dnsmasq[358535]: query[A] teldat.com from ::1
Jun 24 15:06:35.577951 osdx dnsmasq[358535]: query[A] teldat.com from 127.0.0.1
Jun 24 15:06:35.578006 osdx dnsmasq[358535]: forwarded teldat.com to 10::2
Jun 24 15:06:35.578298 osdx dnsmasq[358535]: reply teldat.com is 172.24.0.11
Jun 24 15:06:35.590259 osdx OSDxCLI[304734]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.