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.370 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.370/0.370/0.370/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
Oct 07 12:50:39.304230 osdx systemd-journald[115269]: Runtime Journal (/run/log/journal/ea320b11e8924984abe0660bdd8d3fcc) is 2.1M, max 15.3M, 13.1M free. Oct 07 12:50:39.304697 osdx systemd-journald[115269]: Received client request to rotate journal, rotating. Oct 07 12:50:39.304728 osdx systemd-journald[115269]: Vacuuming done, freed 0B of archived journals from /run/log/journal/ea320b11e8924984abe0660bdd8d3fcc. Oct 07 12:50:39.316977 osdx OSDxCLI[267623]: User 'admin' executed a new command: 'system journal clear'. Oct 07 12:50:39.717631 osdx osdx-coredump[449350]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Oct 07 12:50:39.725106 osdx OSDxCLI[267623]: User 'admin' executed a new command: 'system coredump delete all'. Oct 07 12:50:41.086136 osdx OSDxCLI[267623]: User 'admin' entered the configuration menu. Oct 07 12:50:41.157109 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Oct 07 12:50:41.244573 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Oct 07 12:50:41.299473 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'set service dns resolver local'. Oct 07 12:50:41.401417 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Oct 07 12:50:41.473029 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'show working'. Oct 07 12:50:41.616565 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Oct 07 12:50:41.756801 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Oct 07 12:50:41.782934 osdx dnsmasq[449493]: started, version 2.89 cachesize 150 Oct 07 12:50:41.782944 osdx dnsmasq[449493]: DNS service limited to local subnets Oct 07 12:50:41.782950 osdx dnsmasq[449493]: 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 Oct 07 12:50:41.782956 osdx dnsmasq[449493]: warning: ignoring resolv-file flag because no-resolv is set Oct 07 12:50:41.782972 osdx dnsmasq[449493]: using nameserver 10.0.0.2#53 Oct 07 12:50:41.783008 osdx dnsmasq[449493]: read /etc/hosts - 1 names Oct 07 12:50:41.817526 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Oct 07 12:50:41.818385 osdx cfgd[1439]: [267623]Completed change to active configuration Oct 07 12:50:41.820415 osdx OSDxCLI[267623]: User 'admin' committed the configuration. Oct 07 12:50:41.836538 osdx OSDxCLI[267623]: User 'admin' left the configuration menu. Oct 07 12:50:41.980809 osdx OSDxCLI[267623]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Oct 07 12:50:42.064822 osdx dnsmasq[449493]: query[A] teldat.com from ::1 Oct 07 12:50:42.064876 osdx dnsmasq[449493]: forwarded teldat.com to 10.0.0.2 Oct 07 12:50:42.065150 osdx dnsmasq[449493]: reply teldat.com is 172.24.0.11 Oct 07 12:50:42.076933 osdx OSDxCLI[267623]: 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=450 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 449.974/449.974/449.974/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
Oct 07 12:50:49.323731 osdx systemd-journald[115269]: Runtime Journal (/run/log/journal/ea320b11e8924984abe0660bdd8d3fcc) is 2.4M, max 15.3M, 12.8M free. Oct 07 12:50:49.327256 osdx systemd-journald[115269]: Received client request to rotate journal, rotating. Oct 07 12:50:49.327320 osdx systemd-journald[115269]: Vacuuming done, freed 0B of archived journals from /run/log/journal/ea320b11e8924984abe0660bdd8d3fcc. Oct 07 12:50:49.335383 osdx OSDxCLI[267623]: User 'admin' executed a new command: 'system journal clear'. Oct 07 12:50:49.665375 osdx osdx-coredump[449790]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Oct 07 12:50:49.673227 osdx OSDxCLI[267623]: User 'admin' executed a new command: 'system coredump delete all'. Oct 07 12:50:51.138441 osdx OSDxCLI[267623]: User 'admin' entered the configuration menu. Oct 07 12:50:51.216485 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Oct 07 12:50:51.296862 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Oct 07 12:50:51.360505 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'set service dns resolver local'. Oct 07 12:50:51.457568 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Oct 07 12:50:51.526257 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'show working'. Oct 07 12:50:51.585496 osdx zebra[1404]: [RZ3YY-GPH41][EC 100663310] snmp[warning]: Warning: Failed to connect to the agentx master agent ([NIL]): Oct 07 12:50:51.643247 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Oct 07 12:50:51.791646 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Oct 07 12:50:51.820502 osdx dnsmasq[449933]: started, version 2.89 cachesize 150 Oct 07 12:50:51.820515 osdx dnsmasq[449933]: DNS service limited to local subnets Oct 07 12:50:51.820521 osdx dnsmasq[449933]: 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 Oct 07 12:50:51.820531 osdx dnsmasq[449933]: warning: ignoring resolv-file flag because no-resolv is set Oct 07 12:50:51.820552 osdx dnsmasq[449933]: using nameserver 10::2#53 Oct 07 12:50:51.820594 osdx dnsmasq[449933]: read /etc/hosts - 1 names Oct 07 12:50:51.856663 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Oct 07 12:50:51.858011 osdx cfgd[1439]: [267623]Completed change to active configuration Oct 07 12:50:51.860531 osdx OSDxCLI[267623]: User 'admin' committed the configuration. Oct 07 12:50:51.877077 osdx OSDxCLI[267623]: User 'admin' left the configuration menu. Oct 07 12:50:52.651062 osdx dnsmasq[449933]: query[A] localhost.domain from ::1 Oct 07 12:50:52.651117 osdx dnsmasq[449933]: forwarded localhost.domain to 10::2 Oct 07 12:50:53.032178 osdx OSDxCLI[267623]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Oct 07 12:50:54.076877 osdx OSDxCLI[267623]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Oct 07 12:50:54.162325 osdx dnsmasq[449933]: query[A] teldat.com from ::1 Oct 07 12:50:54.162379 osdx dnsmasq[449933]: forwarded teldat.com to 10::2 Oct 07 12:50:54.162697 osdx dnsmasq[449933]: reply teldat.com is 172.24.0.11 Oct 07 12:50:54.164106 osdx OSDxCLI[267623]: 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.342 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.342/0.342/0.342/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
Oct 07 12:50:59.327226 osdx systemd-journald[115269]: Runtime Journal (/run/log/journal/ea320b11e8924984abe0660bdd8d3fcc) is 2.0M, max 15.3M, 13.2M free. Oct 07 12:50:59.328324 osdx systemd-journald[115269]: Received client request to rotate journal, rotating. Oct 07 12:50:59.328479 osdx systemd-journald[115269]: Vacuuming done, freed 0B of archived journals from /run/log/journal/ea320b11e8924984abe0660bdd8d3fcc. Oct 07 12:50:59.340971 osdx OSDxCLI[267623]: User 'admin' executed a new command: 'system journal clear'. Oct 07 12:50:59.761577 osdx osdx-coredump[450234]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Oct 07 12:50:59.769615 osdx OSDxCLI[267623]: User 'admin' executed a new command: 'system coredump delete all'. Oct 07 12:51:01.231234 osdx OSDxCLI[267623]: User 'admin' entered the configuration menu. Oct 07 12:51:01.318923 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Oct 07 12:51:01.421836 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Oct 07 12:51:01.491674 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'set service dns resolver local'. Oct 07 12:51:01.550573 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Oct 07 12:51:01.638654 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Oct 07 12:51:01.730819 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'show working'. Oct 07 12:51:01.908315 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Oct 07 12:51:02.028795 osdx zebra[1404]: [RZ3YY-GPH41][EC 100663310] snmp[warning]: Warning: Failed to connect to the agentx master agent ([NIL]): Oct 07 12:51:02.052605 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Oct 07 12:51:02.078875 osdx dnsmasq[450378]: started, version 2.89 cachesize 150 Oct 07 12:51:02.078886 osdx dnsmasq[450378]: DNS service limited to local subnets Oct 07 12:51:02.078891 osdx dnsmasq[450378]: 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 Oct 07 12:51:02.078899 osdx dnsmasq[450378]: warning: ignoring resolv-file flag because no-resolv is set Oct 07 12:51:02.078915 osdx dnsmasq[450378]: using nameserver 10.0.0.10#53 Oct 07 12:51:02.078920 osdx dnsmasq[450378]: using nameserver 10.0.0.2#53 Oct 07 12:51:02.078954 osdx dnsmasq[450378]: read /etc/hosts - 1 names Oct 07 12:51:02.117969 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Oct 07 12:51:02.119523 osdx cfgd[1439]: [267623]Completed change to active configuration Oct 07 12:51:02.121704 osdx OSDxCLI[267623]: User 'admin' committed the configuration. Oct 07 12:51:02.148236 osdx OSDxCLI[267623]: User 'admin' left the configuration menu. Oct 07 12:51:02.340386 osdx OSDxCLI[267623]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Oct 07 12:51:02.413745 osdx dnsmasq[450378]: query[A] teldat.com from ::1 Oct 07 12:51:02.413807 osdx dnsmasq[450378]: forwarded teldat.com to 10.0.0.10 Oct 07 12:51:03.414883 osdx dnsmasq[450378]: query[A] teldat.com from ::1 Oct 07 12:51:04.415862 osdx dnsmasq[450378]: query[A] teldat.com from 127.0.0.1 Oct 07 12:51:04.415911 osdx dnsmasq[450378]: forwarded teldat.com to 10.0.0.2 Oct 07 12:51:04.416201 osdx dnsmasq[450378]: reply teldat.com is 172.24.0.11 Oct 07 12:51:04.427850 osdx OSDxCLI[267623]: 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=458 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 458.375/458.375/458.375/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
Oct 07 12:51:08.000158 osdx systemd-timedated[439050]: Changed local time to Mon 2024-10-07 12:51:08 UTC Oct 07 12:51:08.001021 osdx systemd-journald[115269]: Time jumped backwards, rotating. Oct 07 12:51:08.001698 osdx OSDxCLI[267623]: User 'admin' executed a new command: 'set date 2024-10-07 12:51:08'. Oct 07 12:51:08.282804 osdx systemd-journald[115269]: Runtime Journal (/run/log/journal/ea320b11e8924984abe0660bdd8d3fcc) is 2.0M, max 15.3M, 13.3M free. Oct 07 12:51:08.285001 osdx systemd-journald[115269]: Received client request to rotate journal, rotating. Oct 07 12:51:08.285063 osdx systemd-journald[115269]: Vacuuming done, freed 0B of archived journals from /run/log/journal/ea320b11e8924984abe0660bdd8d3fcc. Oct 07 12:51:08.293577 osdx OSDxCLI[267623]: User 'admin' executed a new command: 'system journal clear'. Oct 07 12:51:08.660471 osdx osdx-coredump[450681]: Deleting all coredumps in /opt/vyatta/etc/config/coredump... Oct 07 12:51:08.670147 osdx OSDxCLI[267623]: User 'admin' executed a new command: 'system coredump delete all'. Oct 07 12:51:10.066868 osdx OSDxCLI[267623]: User 'admin' entered the configuration menu. Oct 07 12:51:10.159303 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Oct 07 12:51:10.254445 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Oct 07 12:51:10.332386 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'set service dns resolver local'. Oct 07 12:51:10.442488 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Oct 07 12:51:10.497810 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Oct 07 12:51:10.618623 osdx OSDxCLI[267623]: User 'admin' added a new cfg line: 'show working'. Oct 07 12:51:10.701003 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Oct 07 12:51:10.857316 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Oct 07 12:51:10.881959 osdx dnsmasq[450827]: started, version 2.89 cachesize 150 Oct 07 12:51:10.881972 osdx dnsmasq[450827]: DNS service limited to local subnets Oct 07 12:51:10.881978 osdx dnsmasq[450827]: 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 Oct 07 12:51:10.881985 osdx dnsmasq[450827]: warning: ignoring resolv-file flag because no-resolv is set Oct 07 12:51:10.882002 osdx dnsmasq[450827]: using nameserver 10::10#53 Oct 07 12:51:10.882007 osdx dnsmasq[450827]: using nameserver 10::2#53 Oct 07 12:51:10.882044 osdx dnsmasq[450827]: read /etc/hosts - 1 names Oct 07 12:51:10.913854 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Oct 07 12:51:10.915795 osdx cfgd[1439]: [267623]Completed change to active configuration Oct 07 12:51:10.917737 osdx OSDxCLI[267623]: User 'admin' committed the configuration. Oct 07 12:51:10.935892 osdx OSDxCLI[267623]: User 'admin' left the configuration menu. Oct 07 12:51:12.105779 osdx OSDxCLI[267623]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Oct 07 12:51:12.870416 osdx dnsmasq[450827]: query[A] localhost.domain from ::1 Oct 07 12:51:12.870483 osdx dnsmasq[450827]: forwarded localhost.domain to 10::10 Oct 07 12:51:13.138694 osdx OSDxCLI[267623]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Oct 07 12:51:13.222276 osdx dnsmasq[450827]: query[A] teldat.com from ::1 Oct 07 12:51:13.222312 osdx dnsmasq[450827]: forwarded teldat.com to 10::10 Oct 07 12:51:14.223612 osdx dnsmasq[450827]: query[A] teldat.com from ::1 Oct 07 12:51:15.224429 osdx dnsmasq[450827]: query[A] teldat.com from 127.0.0.1 Oct 07 12:51:15.224477 osdx dnsmasq[450827]: forwarded teldat.com to 10::2 Oct 07 12:51:15.224729 osdx dnsmasq[450827]: reply teldat.com is 172.24.0.11 Oct 07 12:51:15.226217 osdx OSDxCLI[267623]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.