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.299 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.299/0.299/0.299/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
Apr 10 20:03:34.301447 osdx systemd-journald[55338]: Runtime Journal (/run/log/journal/5c505a9749274d37b6c4605b7d8c5dbf) is 2.1M, max 15.3M, 13.2M free. Apr 10 20:03:34.302714 osdx systemd-journald[55338]: Received client request to rotate journal, rotating. Apr 10 20:03:34.302762 osdx systemd-journald[55338]: Vacuuming done, freed 0B of archived journals from /run/log/journal/5c505a9749274d37b6c4605b7d8c5dbf. Apr 10 20:03:34.311190 osdx OSDxCLI[284355]: User 'admin' executed a new command: 'system journal clear'. Apr 10 20:03:34.648735 osdx osdx-coredump[291893]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Apr 10 20:03:34.658038 osdx OSDxCLI[284355]: User 'admin' executed a new command: 'system coredump delete all'. Apr 10 20:03:36.226996 osdx OSDxCLI[284355]: User 'admin' entered the configuration menu. Apr 10 20:03:36.318907 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Apr 10 20:03:36.405714 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Apr 10 20:03:36.466741 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'set service dns resolver local'. Apr 10 20:03:36.566839 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Apr 10 20:03:36.642209 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'show working'. Apr 10 20:03:36.723957 osdx ubnt-cfgd[291913]: inactive Apr 10 20:03:36.771582 osdx INFO[291921]: FRR daemons did not change Apr 10 20:03:36.794726 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Apr 10 20:03:36.955104 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Apr 10 20:03:36.964143 osdx dnsmasq[292062]: started, version 2.90 cachesize 150 Apr 10 20:03:36.964157 osdx dnsmasq[292062]: DNS service limited to local subnets Apr 10 20:03:36.964162 osdx dnsmasq[292062]: 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 Apr 10 20:03:36.964169 osdx dnsmasq[292062]: warning: ignoring resolv-file flag because no-resolv is set Apr 10 20:03:36.964187 osdx dnsmasq[292062]: using nameserver 10.0.0.2#53 Apr 10 20:03:36.964222 osdx dnsmasq[292062]: read /etc/hosts - 1 names Apr 10 20:03:36.993620 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Apr 10 20:03:36.994691 osdx cfgd[1682]: [284355]Completed change to active configuration Apr 10 20:03:37.008905 osdx OSDxCLI[284355]: User 'admin' committed the configuration. Apr 10 20:03:37.036700 osdx OSDxCLI[284355]: User 'admin' left the configuration menu. Apr 10 20:03:37.193554 osdx OSDxCLI[284355]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Apr 10 20:03:37.415959 osdx dnsmasq[292062]: query[A] teldat.com from ::1 Apr 10 20:03:37.416039 osdx dnsmasq[292062]: forwarded teldat.com to 10.0.0.2 Apr 10 20:03:37.416298 osdx dnsmasq[292062]: reply teldat.com is 172.24.0.11 Apr 10 20:03:37.456308 osdx OSDxCLI[284355]: 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=455 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 454.502/454.502/454.502/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
Apr 10 20:03:42.317166 osdx systemd-journald[55338]: Runtime Journal (/run/log/journal/5c505a9749274d37b6c4605b7d8c5dbf) is 2.0M, max 15.3M, 13.3M free. Apr 10 20:03:42.321142 osdx systemd-journald[55338]: Received client request to rotate journal, rotating. Apr 10 20:03:42.321201 osdx systemd-journald[55338]: Vacuuming done, freed 0B of archived journals from /run/log/journal/5c505a9749274d37b6c4605b7d8c5dbf. Apr 10 20:03:42.326821 osdx OSDxCLI[284355]: User 'admin' executed a new command: 'system journal clear'. Apr 10 20:03:42.747583 osdx osdx-coredump[292385]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Apr 10 20:03:42.758065 osdx OSDxCLI[284355]: User 'admin' executed a new command: 'system coredump delete all'. Apr 10 20:03:44.408727 osdx OSDxCLI[284355]: User 'admin' entered the configuration menu. Apr 10 20:03:44.484866 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Apr 10 20:03:44.574580 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Apr 10 20:03:44.633911 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'set service dns resolver local'. Apr 10 20:03:44.733267 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Apr 10 20:03:44.804211 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'show working'. Apr 10 20:03:44.894796 osdx ubnt-cfgd[292405]: inactive Apr 10 20:03:44.959197 osdx INFO[292413]: FRR daemons did not change Apr 10 20:03:44.981136 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Apr 10 20:03:45.141396 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Apr 10 20:03:45.148876 osdx dnsmasq[292556]: started, version 2.90 cachesize 150 Apr 10 20:03:45.149039 osdx dnsmasq[292556]: DNS service limited to local subnets Apr 10 20:03:45.149070 osdx dnsmasq[292556]: 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 Apr 10 20:03:45.149106 osdx dnsmasq[292556]: warning: ignoring resolv-file flag because no-resolv is set Apr 10 20:03:45.149151 osdx dnsmasq[292556]: using nameserver 10::2#53 Apr 10 20:03:45.149208 osdx dnsmasq[292556]: read /etc/hosts - 1 names Apr 10 20:03:45.179534 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Apr 10 20:03:45.180574 osdx cfgd[1682]: [284355]Completed change to active configuration Apr 10 20:03:45.192801 osdx OSDxCLI[284355]: User 'admin' committed the configuration. Apr 10 20:03:45.210519 osdx OSDxCLI[284355]: User 'admin' left the configuration menu. Apr 10 20:03:46.365963 osdx OSDxCLI[284355]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Apr 10 20:03:47.402857 osdx OSDxCLI[284355]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Apr 10 20:03:47.479903 osdx dnsmasq[292556]: query[A] teldat.com from ::1 Apr 10 20:03:47.479958 osdx dnsmasq[292556]: forwarded teldat.com to 10::2 Apr 10 20:03:47.480322 osdx dnsmasq[292556]: reply teldat.com is 172.24.0.11 Apr 10 20:03:47.492279 osdx OSDxCLI[284355]: 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.286 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.286/0.286/0.286/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
Apr 10 20:03:51.000207 osdx systemd-timedated[288451]: Changed local time to Thu 2025-04-10 20:03:51 UTC Apr 10 20:03:51.001248 osdx systemd-journald[55338]: Time jumped backwards, rotating. Apr 10 20:03:51.001557 osdx OSDxCLI[284355]: User 'admin' executed a new command: 'set date 2025-04-10 20:03:51'. Apr 10 20:03:51.341067 osdx systemd-journald[55338]: Runtime Journal (/run/log/journal/5c505a9749274d37b6c4605b7d8c5dbf) is 2.0M, max 15.3M, 13.3M free. Apr 10 20:03:51.341712 osdx systemd-journald[55338]: Received client request to rotate journal, rotating. Apr 10 20:03:51.341756 osdx systemd-journald[55338]: Vacuuming done, freed 0B of archived journals from /run/log/journal/5c505a9749274d37b6c4605b7d8c5dbf. Apr 10 20:03:51.352648 osdx OSDxCLI[284355]: User 'admin' executed a new command: 'system journal clear'. Apr 10 20:03:51.688867 osdx osdx-coredump[292885]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Apr 10 20:03:51.696980 osdx OSDxCLI[284355]: User 'admin' executed a new command: 'system coredump delete all'. Apr 10 20:03:53.390609 osdx OSDxCLI[284355]: User 'admin' entered the configuration menu. Apr 10 20:03:53.486140 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Apr 10 20:03:53.541572 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Apr 10 20:03:53.693528 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'set service dns resolver local'. Apr 10 20:03:53.767513 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Apr 10 20:03:53.884743 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Apr 10 20:03:53.981169 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'show working'. Apr 10 20:03:54.045785 osdx ubnt-cfgd[292906]: inactive Apr 10 20:03:54.104025 osdx INFO[292914]: FRR daemons did not change Apr 10 20:03:54.125165 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Apr 10 20:03:54.289438 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Apr 10 20:03:54.298494 osdx dnsmasq[293057]: started, version 2.90 cachesize 150 Apr 10 20:03:54.298504 osdx dnsmasq[293057]: DNS service limited to local subnets Apr 10 20:03:54.298509 osdx dnsmasq[293057]: 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 Apr 10 20:03:54.298515 osdx dnsmasq[293057]: warning: ignoring resolv-file flag because no-resolv is set Apr 10 20:03:54.298533 osdx dnsmasq[293057]: using nameserver 10.0.0.10#53 Apr 10 20:03:54.298539 osdx dnsmasq[293057]: using nameserver 10.0.0.2#53 Apr 10 20:03:54.298568 osdx dnsmasq[293057]: read /etc/hosts - 1 names Apr 10 20:03:54.325066 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Apr 10 20:03:54.326009 osdx cfgd[1682]: [284355]Completed change to active configuration Apr 10 20:03:54.338791 osdx OSDxCLI[284355]: User 'admin' committed the configuration. Apr 10 20:03:54.356143 osdx OSDxCLI[284355]: User 'admin' left the configuration menu. Apr 10 20:03:54.510856 osdx OSDxCLI[284355]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Apr 10 20:03:54.600477 osdx dnsmasq[293057]: query[A] teldat.com from ::1 Apr 10 20:03:54.600549 osdx dnsmasq[293057]: forwarded teldat.com to 10.0.0.10 Apr 10 20:03:55.601965 osdx dnsmasq[293057]: query[A] teldat.com from ::1 Apr 10 20:03:56.603006 osdx dnsmasq[293057]: query[A] teldat.com from 127.0.0.1 Apr 10 20:03:56.603049 osdx dnsmasq[293057]: forwarded teldat.com to 10.0.0.2 Apr 10 20:03:56.603355 osdx dnsmasq[293057]: reply teldat.com is 172.24.0.11 Apr 10 20:03:56.615011 osdx OSDxCLI[284355]: 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.298 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.298/0.298/0.298/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
Apr 10 20:04:02.381638 osdx systemd-journald[55338]: Runtime Journal (/run/log/journal/5c505a9749274d37b6c4605b7d8c5dbf) is 3.9M, max 15.3M, 11.3M free. Apr 10 20:04:02.385100 osdx systemd-journald[55338]: Received client request to rotate journal, rotating. Apr 10 20:04:02.385183 osdx systemd-journald[55338]: Vacuuming done, freed 0B of archived journals from /run/log/journal/5c505a9749274d37b6c4605b7d8c5dbf. Apr 10 20:04:02.395083 osdx OSDxCLI[284355]: User 'admin' executed a new command: 'system journal clear'. Apr 10 20:04:02.769151 osdx osdx-coredump[293383]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Apr 10 20:04:02.780879 osdx OSDxCLI[284355]: User 'admin' executed a new command: 'system coredump delete all'. Apr 10 20:04:04.460666 osdx OSDxCLI[284355]: User 'admin' entered the configuration menu. Apr 10 20:04:04.582490 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Apr 10 20:04:04.662440 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Apr 10 20:04:04.757121 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'set service dns resolver local'. Apr 10 20:04:04.880909 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Apr 10 20:04:04.983096 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Apr 10 20:04:05.057588 osdx OSDxCLI[284355]: User 'admin' added a new cfg line: 'show working'. Apr 10 20:04:05.191301 osdx ubnt-cfgd[293404]: inactive Apr 10 20:04:05.250634 osdx INFO[293412]: FRR daemons did not change Apr 10 20:04:05.273104 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Apr 10 20:04:05.437420 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Apr 10 20:04:05.445360 osdx dnsmasq[293555]: started, version 2.90 cachesize 150 Apr 10 20:04:05.445372 osdx dnsmasq[293555]: DNS service limited to local subnets Apr 10 20:04:05.445380 osdx dnsmasq[293555]: 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 Apr 10 20:04:05.445389 osdx dnsmasq[293555]: warning: ignoring resolv-file flag because no-resolv is set Apr 10 20:04:05.445416 osdx dnsmasq[293555]: using nameserver 10::10#53 Apr 10 20:04:05.445423 osdx dnsmasq[293555]: using nameserver 10::2#53 Apr 10 20:04:05.445469 osdx dnsmasq[293555]: read /etc/hosts - 1 names Apr 10 20:04:05.472650 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Apr 10 20:04:05.473810 osdx cfgd[1682]: [284355]Completed change to active configuration Apr 10 20:04:05.485090 osdx OSDxCLI[284355]: User 'admin' committed the configuration. Apr 10 20:04:05.511477 osdx OSDxCLI[284355]: User 'admin' left the configuration menu. Apr 10 20:04:06.663459 osdx OSDxCLI[284355]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Apr 10 20:04:07.254353 osdx OSDxCLI[284355]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Apr 10 20:04:07.380498 osdx dnsmasq[293555]: query[A] teldat.com from ::1 Apr 10 20:04:07.380577 osdx dnsmasq[293555]: forwarded teldat.com to 10::10 Apr 10 20:04:08.381091 osdx dnsmasq[293555]: query[A] teldat.com from ::1 Apr 10 20:04:09.382053 osdx dnsmasq[293555]: query[A] teldat.com from 127.0.0.1 Apr 10 20:04:09.382102 osdx dnsmasq[293555]: forwarded teldat.com to 10::2 Apr 10 20:04:09.382445 osdx dnsmasq[293555]: reply teldat.com is 172.24.0.11 Apr 10 20:04:09.394443 osdx OSDxCLI[284355]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.