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

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.351/0.351/0.351/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 02 09:47:44.000157 osdx systemd-timedated[260105]: Changed local time to Tue 2026-06-02 09:47:44 UTC
Jun 02 09:47:44.001131 osdx systemd-journald[148515]: Time jumped backwards, rotating.
Jun 02 09:47:44.001400 osdx OSDxCLI[171599]: User 'admin' executed a new command: 'set date 2026-06-02 09:47:44'.
Jun 02 09:47:44.395437 osdx sudo[266332]: pam_limits(sudo:session): invalid line '@200:215        hard        maxlogins        ' - skipped
Jun 02 09:47:44.398684 osdx systemd-journald[148515]: Runtime Journal (/run/log/journal/a0363f0a73514b24b35c4ba7ae73dc6e) is 1.8M, max 13.8M, 11.9M free.
Jun 02 09:47:44.401140 osdx systemd-journald[148515]: Received client request to rotate journal, rotating.
Jun 02 09:47:44.401217 osdx systemd-journald[148515]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a0363f0a73514b24b35c4ba7ae73dc6e.
Jun 02 09:47:44.402767 osdx sudo[266331]: pam_limits(sudo:session): invalid line '@200:215        hard        maxlogins        ' - skipped
Jun 02 09:47:44.411184 osdx OSDxCLI[171599]: User 'admin' executed a new command: 'system journal clear'.
Jun 02 09:47:44.656386 osdx OSDxCLI[171599]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 02 09:47:46.012302 osdx OSDxCLI[171599]: User 'admin' entered the configuration menu.
Jun 02 09:47:46.132527 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Jun 02 09:47:46.184416 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 02 09:47:46.292072 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 02 09:47:46.392673 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
Jun 02 09:47:46.493135 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'show working'.
Jun 02 09:47:46.554185 osdx ubnt-cfgd[266360]: inactive
Jun 02 09:47:46.576738 osdx INFO[266368]: FRR daemons did not change
Jun 02 09:47:46.605143 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 02 09:47:46.765490 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 02 09:47:46.773420 osdx dnsmasq[266510]: started, version 2.90 cachesize 150
Jun 02 09:47:46.773596 osdx dnsmasq[266510]: DNS service limited to local subnets
Jun 02 09:47:46.773628 osdx dnsmasq[266510]: 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 02 09:47:46.773658 osdx dnsmasq[266510]: warning: ignoring resolv-file flag because no-resolv is set
Jun 02 09:47:46.773693 osdx dnsmasq[266510]: using nameserver 10.0.0.2#53
Jun 02 09:47:46.773750 osdx dnsmasq[266510]: read /etc/hosts - 1 names
Jun 02 09:47:46.804459 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 02 09:47:46.805334 osdx cfgd[1665]: [171599]Completed change to active configuration
Jun 02 09:47:46.819448 osdx OSDxCLI[171599]: User 'admin' committed the configuration.
Jun 02 09:47:46.835321 osdx OSDxCLI[171599]: User 'admin' left the configuration menu.
Jun 02 09:47:47.020356 osdx OSDxCLI[171599]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Jun 02 09:47:47.234229 osdx dnsmasq[266510]: query[A] teldat.com from ::1
Jun 02 09:47:47.234318 osdx dnsmasq[266510]: forwarded teldat.com to 10.0.0.2
Jun 02 09:47:47.234630 osdx dnsmasq[266510]: reply teldat.com is 172.24.0.11
Jun 02 09:47:47.270565 osdx OSDxCLI[171599]: 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.321 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.321/0.321/0.321/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 02 09:47:52.325439 osdx systemd-journald[148515]: Runtime Journal (/run/log/journal/a0363f0a73514b24b35c4ba7ae73dc6e) is 1.9M, max 13.8M, 11.8M free.
Jun 02 09:47:52.327678 osdx systemd-journald[148515]: Received client request to rotate journal, rotating.
Jun 02 09:47:52.327722 osdx systemd-journald[148515]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a0363f0a73514b24b35c4ba7ae73dc6e.
Jun 02 09:47:52.329525 osdx sudo[266816]: pam_limits(sudo:session): invalid line '@200:215        hard        maxlogins        ' - skipped
Jun 02 09:47:52.336900 osdx OSDxCLI[171599]: User 'admin' executed a new command: 'system journal clear'.
Jun 02 09:47:52.550233 osdx OSDxCLI[171599]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 02 09:47:53.865018 osdx OSDxCLI[171599]: User 'admin' entered the configuration menu.
Jun 02 09:47:53.959534 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Jun 02 09:47:54.055364 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 02 09:47:54.112375 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 02 09:47:54.213473 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
Jun 02 09:47:54.279828 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'show working'.
Jun 02 09:47:54.397938 osdx ubnt-cfgd[266845]: inactive
Jun 02 09:47:54.418752 osdx INFO[266853]: FRR daemons did not change
Jun 02 09:47:54.443682 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 02 09:47:54.584063 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 02 09:47:54.592168 osdx dnsmasq[266998]: started, version 2.90 cachesize 150
Jun 02 09:47:54.592178 osdx dnsmasq[266998]: DNS service limited to local subnets
Jun 02 09:47:54.592184 osdx dnsmasq[266998]: 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 02 09:47:54.592191 osdx dnsmasq[266998]: warning: ignoring resolv-file flag because no-resolv is set
Jun 02 09:47:54.592206 osdx dnsmasq[266998]: using nameserver 10::2#53
Jun 02 09:47:54.592240 osdx dnsmasq[266998]: read /etc/hosts - 1 names
Jun 02 09:47:54.618296 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 02 09:47:54.619466 osdx cfgd[1665]: [171599]Completed change to active configuration
Jun 02 09:47:54.630952 osdx OSDxCLI[171599]: User 'admin' committed the configuration.
Jun 02 09:47:54.646410 osdx OSDxCLI[171599]: User 'admin' left the configuration menu.
Jun 02 09:47:55.815140 osdx OSDxCLI[171599]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 02 09:47:56.391227 osdx OSDxCLI[171599]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 02 09:47:56.465611 osdx dnsmasq[266998]: query[A] teldat.com from ::1
Jun 02 09:47:56.465668 osdx dnsmasq[266998]: forwarded teldat.com to 10::2
Jun 02 09:47:56.465984 osdx dnsmasq[266998]: reply teldat.com is 172.24.0.11
Jun 02 09:47:56.467704 osdx OSDxCLI[171599]: 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.322 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.322/0.322/0.322/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 02 09:48:00.000191 osdx systemd-timedated[260105]: Changed local time to Tue 2026-06-02 09:48:00 UTC
Jun 02 09:48:00.001398 osdx OSDxCLI[171599]: User 'admin' executed a new command: 'set date 2026-06-02 09:48:00'.
Jun 02 09:48:00.002448 osdx systemd-journald[148515]: Time jumped backwards, rotating.
Jun 02 09:48:00.287161 osdx sudo[267311]: pam_limits(sudo:session): invalid line '@200:215        hard        maxlogins        ' - skipped
Jun 02 09:48:00.290592 osdx systemd-journald[148515]: Runtime Journal (/run/log/journal/a0363f0a73514b24b35c4ba7ae73dc6e) is 1.8M, max 13.8M, 11.9M free.
Jun 02 09:48:00.294459 osdx systemd-journald[148515]: Received client request to rotate journal, rotating.
Jun 02 09:48:00.294528 osdx systemd-journald[148515]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a0363f0a73514b24b35c4ba7ae73dc6e.
Jun 02 09:48:00.294832 osdx sudo[267310]: pam_limits(sudo:session): invalid line '@200:215        hard        maxlogins        ' - skipped
Jun 02 09:48:00.301012 osdx OSDxCLI[171599]: User 'admin' executed a new command: 'system journal clear'.
Jun 02 09:48:00.529528 osdx OSDxCLI[171599]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 02 09:48:01.732644 osdx OSDxCLI[171599]: User 'admin' entered the configuration menu.
Jun 02 09:48:01.815558 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Jun 02 09:48:01.890039 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 02 09:48:01.945498 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 02 09:48:02.045524 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
Jun 02 09:48:02.104313 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
Jun 02 09:48:02.214399 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'show working'.
Jun 02 09:48:02.276600 osdx ubnt-cfgd[267340]: inactive
Jun 02 09:48:02.298277 osdx INFO[267348]: FRR daemons did not change
Jun 02 09:48:02.326472 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 02 09:48:02.470763 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 02 09:48:02.479208 osdx dnsmasq[267493]: started, version 2.90 cachesize 150
Jun 02 09:48:02.479373 osdx dnsmasq[267493]: DNS service limited to local subnets
Jun 02 09:48:02.479404 osdx dnsmasq[267493]: 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 02 09:48:02.479432 osdx dnsmasq[267493]: warning: ignoring resolv-file flag because no-resolv is set
Jun 02 09:48:02.479472 osdx dnsmasq[267493]: using nameserver 10.0.0.10#53
Jun 02 09:48:02.479497 osdx dnsmasq[267493]: using nameserver 10.0.0.2#53
Jun 02 09:48:02.479549 osdx dnsmasq[267493]: read /etc/hosts - 1 names
Jun 02 09:48:02.507506 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 02 09:48:02.508706 osdx cfgd[1665]: [171599]Completed change to active configuration
Jun 02 09:48:02.519613 osdx OSDxCLI[171599]: User 'admin' committed the configuration.
Jun 02 09:48:02.547600 osdx OSDxCLI[171599]: User 'admin' left the configuration menu.
Jun 02 09:48:02.706177 osdx OSDxCLI[171599]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Jun 02 09:48:02.776535 osdx dnsmasq[267493]: query[A] teldat.com from ::1
Jun 02 09:48:02.776604 osdx dnsmasq[267493]: forwarded teldat.com to 10.0.0.10
Jun 02 09:48:03.776957 osdx dnsmasq[267493]: query[A] teldat.com from ::1
Jun 02 09:48:04.777806 osdx dnsmasq[267493]: query[A] teldat.com from 127.0.0.1
Jun 02 09:48:04.777853 osdx dnsmasq[267493]: forwarded teldat.com to 10.0.0.2
Jun 02 09:48:04.778144 osdx dnsmasq[267493]: reply teldat.com is 172.24.0.11
Jun 02 09:48:04.779727 osdx OSDxCLI[171599]: 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=436 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 436.022/436.022/436.022/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 02 09:48:10.317778 osdx systemd-journald[148515]: Runtime Journal (/run/log/journal/a0363f0a73514b24b35c4ba7ae73dc6e) is 1.9M, max 13.8M, 11.9M free.
Jun 02 09:48:10.321316 osdx systemd-journald[148515]: Received client request to rotate journal, rotating.
Jun 02 09:48:10.321376 osdx systemd-journald[148515]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a0363f0a73514b24b35c4ba7ae73dc6e.
Jun 02 09:48:10.322344 osdx sudo[267799]: pam_limits(sudo:session): invalid line '@200:215        hard        maxlogins        ' - skipped
Jun 02 09:48:10.330175 osdx OSDxCLI[171599]: User 'admin' executed a new command: 'system journal clear'.
Jun 02 09:48:10.560121 osdx OSDxCLI[171599]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 02 09:48:12.036004 osdx OSDxCLI[171599]: User 'admin' entered the configuration menu.
Jun 02 09:48:12.131088 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Jun 02 09:48:12.234547 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 02 09:48:12.294603 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 02 09:48:12.460628 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
Jun 02 09:48:12.555821 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
Jun 02 09:48:12.680628 osdx OSDxCLI[171599]: User 'admin' added a new cfg line: 'show working'.
Jun 02 09:48:12.756605 osdx ubnt-cfgd[267829]: inactive
Jun 02 09:48:12.782924 osdx INFO[267837]: FRR daemons did not change
Jun 02 09:48:12.821319 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 02 09:48:12.981725 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 02 09:48:12.992993 osdx dnsmasq[267982]: started, version 2.90 cachesize 150
Jun 02 09:48:12.993006 osdx dnsmasq[267982]: DNS service limited to local subnets
Jun 02 09:48:12.993014 osdx dnsmasq[267982]: 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 02 09:48:12.993024 osdx dnsmasq[267982]: warning: ignoring resolv-file flag because no-resolv is set
Jun 02 09:48:12.993046 osdx dnsmasq[267982]: using nameserver 10::10#53
Jun 02 09:48:12.993053 osdx dnsmasq[267982]: using nameserver 10::2#53
Jun 02 09:48:12.993097 osdx dnsmasq[267982]: read /etc/hosts - 1 names
Jun 02 09:48:13.027505 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 02 09:48:13.028760 osdx cfgd[1665]: [171599]Completed change to active configuration
Jun 02 09:48:13.044331 osdx OSDxCLI[171599]: User 'admin' committed the configuration.
Jun 02 09:48:13.064122 osdx OSDxCLI[171599]: User 'admin' left the configuration menu.
Jun 02 09:48:14.229383 osdx OSDxCLI[171599]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 02 09:48:15.255343 osdx OSDxCLI[171599]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 02 09:48:15.339516 osdx dnsmasq[267982]: query[A] teldat.com from ::1
Jun 02 09:48:15.339583 osdx dnsmasq[267982]: forwarded teldat.com to 10::10
Jun 02 09:48:16.340684 osdx dnsmasq[267982]: query[A] teldat.com from ::1
Jun 02 09:48:17.341697 osdx dnsmasq[267982]: query[A] teldat.com from 127.0.0.1
Jun 02 09:48:17.341749 osdx dnsmasq[267982]: forwarded teldat.com to 10::2
Jun 02 09:48:17.342092 osdx dnsmasq[267982]: reply teldat.com is 172.24.0.11
Jun 02 09:48:17.353918 osdx OSDxCLI[171599]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.