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=6.99 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 6.991/6.991/6.991/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 04 19:32:05.291086 osdx systemd-journald[172397]: Runtime Journal (/run/log/journal/d7b8b58d13984d0bb9acdb87ea6c32f4) is 1.8M, max 13.8M, 11.9M free.
Jun 04 19:32:05.295060 osdx systemd-journald[172397]: Received client request to rotate journal, rotating.
Jun 04 19:32:05.295113 osdx systemd-journald[172397]: Vacuuming done, freed 0B of archived journals from /run/log/journal/d7b8b58d13984d0bb9acdb87ea6c32f4.
Jun 04 19:32:05.301618 osdx OSDxCLI[937600]: User 'admin' executed a new command: 'system journal clear'.
Jun 04 19:32:05.528371 osdx OSDxCLI[937600]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 04 19:32:06.832934 osdx OSDxCLI[937600]: User 'admin' entered the configuration menu.
Jun 04 19:32:06.927216 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Jun 04 19:32:06.996172 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 04 19:32:07.110362 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 04 19:32:07.209983 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
Jun 04 19:32:07.285158 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'show working'.
Jun 04 19:32:07.367935 osdx ubnt-cfgd[959902]: inactive
Jun 04 19:32:07.389116 osdx INFO[959908]: FRR daemons did not change
Jun 04 19:32:07.423100 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 04 19:32:07.474348 osdx WARNING[959977]: No supported link modes on interface eth0
Jun 04 19:32:07.475784 osdx modulelauncher[959977]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Jun 04 19:32:07.475797 osdx modulelauncher[959977]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Jun 04 19:32:07.477005 osdx modulelauncher[959977]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Jun 04 19:32:07.477013 osdx modulelauncher[959977]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Jun 04 19:32:07.595463 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 04 19:32:07.605208 osdx dnsmasq[960053]: started, version 2.90 cachesize 150
Jun 04 19:32:07.605221 osdx dnsmasq[960053]: DNS service limited to local subnets
Jun 04 19:32:07.605228 osdx dnsmasq[960053]: 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 04 19:32:07.605238 osdx dnsmasq[960053]: warning: ignoring resolv-file flag because no-resolv is set
Jun 04 19:32:07.605260 osdx dnsmasq[960053]: using nameserver 10.0.0.2#53
Jun 04 19:32:07.605300 osdx dnsmasq[960053]: read /etc/hosts - 1 names
Jun 04 19:32:07.636874 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 04 19:32:07.637831 osdx cfgd[1850]: [937600]Completed change to active configuration
Jun 04 19:32:07.650211 osdx OSDxCLI[937600]: User 'admin' committed the configuration.
Jun 04 19:32:07.667185 osdx OSDxCLI[937600]: User 'admin' left the configuration menu.
Jun 04 19:32:07.816788 osdx OSDxCLI[937600]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Jun 04 19:32:07.907605 osdx dnsmasq[960053]: query[A] teldat.com from ::1
Jun 04 19:32:07.907685 osdx dnsmasq[960053]: forwarded teldat.com to 10.0.0.2
Jun 04 19:32:07.908105 osdx dnsmasq[960053]: reply teldat.com is 172.24.0.11
Jun 04 19:32:07.919986 osdx OSDxCLI[937600]: 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=435 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 435.317/435.317/435.317/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 04 19:32:12.297759 osdx systemd-journald[172397]: Runtime Journal (/run/log/journal/d7b8b58d13984d0bb9acdb87ea6c32f4) is 1.8M, max 13.8M, 11.9M free.
Jun 04 19:32:12.299259 osdx systemd-journald[172397]: Received client request to rotate journal, rotating.
Jun 04 19:32:12.299304 osdx systemd-journald[172397]: Vacuuming done, freed 0B of archived journals from /run/log/journal/d7b8b58d13984d0bb9acdb87ea6c32f4.
Jun 04 19:32:12.307114 osdx OSDxCLI[937600]: User 'admin' executed a new command: 'system journal clear'.
Jun 04 19:32:12.506894 osdx OSDxCLI[937600]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 04 19:32:14.088459 osdx OSDxCLI[937600]: User 'admin' entered the configuration menu.
Jun 04 19:32:14.177145 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Jun 04 19:32:14.261145 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 04 19:32:14.320749 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 04 19:32:14.425196 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
Jun 04 19:32:14.493517 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'show working'.
Jun 04 19:32:14.581742 osdx ubnt-cfgd[960401]: inactive
Jun 04 19:32:14.605626 osdx INFO[960407]: FRR daemons did not change
Jun 04 19:32:14.639421 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 04 19:32:14.676880 osdx zebra[913936]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Jun 04 19:32:14.685855 osdx WARNING[960476]: No supported link modes on interface eth0
Jun 04 19:32:14.687594 osdx modulelauncher[960476]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Jun 04 19:32:14.687606 osdx modulelauncher[960476]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Jun 04 19:32:14.688793 osdx modulelauncher[960476]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Jun 04 19:32:14.688801 osdx modulelauncher[960476]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Jun 04 19:32:14.791525 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 04 19:32:14.798921 osdx dnsmasq[960555]: started, version 2.90 cachesize 150
Jun 04 19:32:14.798935 osdx dnsmasq[960555]: DNS service limited to local subnets
Jun 04 19:32:14.798943 osdx dnsmasq[960555]: 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 04 19:32:14.798949 osdx dnsmasq[960555]: warning: ignoring resolv-file flag because no-resolv is set
Jun 04 19:32:14.798965 osdx dnsmasq[960555]: using nameserver 10::2#53
Jun 04 19:32:14.799005 osdx dnsmasq[960555]: read /etc/hosts - 1 names
Jun 04 19:32:14.828950 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 04 19:32:14.831023 osdx cfgd[1850]: [937600]Completed change to active configuration
Jun 04 19:32:14.842315 osdx OSDxCLI[937600]: User 'admin' committed the configuration.
Jun 04 19:32:14.858651 osdx OSDxCLI[937600]: User 'admin' left the configuration menu.
Jun 04 19:32:15.141205 osdx zebra[913936]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Jun 04 19:32:16.026375 osdx OSDxCLI[937600]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 04 19:32:17.053751 osdx OSDxCLI[937600]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 04 19:32:17.125267 osdx dnsmasq[960555]: query[A] teldat.com from ::1
Jun 04 19:32:17.125343 osdx dnsmasq[960555]: forwarded teldat.com to 10::2
Jun 04 19:32:17.125697 osdx dnsmasq[960555]: reply teldat.com is 172.24.0.11
Jun 04 19:32:17.127328 osdx OSDxCLI[937600]: 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.539 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.539/0.539/0.539/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 04 19:32:22.276193 osdx systemd-journald[172397]: Runtime Journal (/run/log/journal/d7b8b58d13984d0bb9acdb87ea6c32f4) is 1.8M, max 13.8M, 11.9M free.
Jun 04 19:32:22.280050 osdx systemd-journald[172397]: Received client request to rotate journal, rotating.
Jun 04 19:32:22.280107 osdx systemd-journald[172397]: Vacuuming done, freed 0B of archived journals from /run/log/journal/d7b8b58d13984d0bb9acdb87ea6c32f4.
Jun 04 19:32:22.287086 osdx OSDxCLI[937600]: User 'admin' executed a new command: 'system journal clear'.
Jun 04 19:32:22.624690 osdx OSDxCLI[937600]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 04 19:32:24.144411 osdx OSDxCLI[937600]: User 'admin' entered the configuration menu.
Jun 04 19:32:24.296734 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Jun 04 19:32:24.363017 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 04 19:32:24.461350 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 04 19:32:24.563076 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
Jun 04 19:32:24.633954 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
Jun 04 19:32:24.746540 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'show working'.
Jun 04 19:32:24.808207 osdx ubnt-cfgd[960908]: inactive
Jun 04 19:32:24.828369 osdx INFO[960914]: FRR daemons did not change
Jun 04 19:32:24.860057 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 04 19:32:24.902121 osdx WARNING[960983]: No supported link modes on interface eth0
Jun 04 19:32:24.903638 osdx modulelauncher[960983]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Jun 04 19:32:24.903650 osdx modulelauncher[960983]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Jun 04 19:32:24.905278 osdx modulelauncher[960983]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Jun 04 19:32:24.905290 osdx modulelauncher[960983]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Jun 04 19:32:25.040509 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 04 19:32:25.051146 osdx dnsmasq[961062]: started, version 2.90 cachesize 150
Jun 04 19:32:25.051159 osdx dnsmasq[961062]: DNS service limited to local subnets
Jun 04 19:32:25.051167 osdx dnsmasq[961062]: 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 04 19:32:25.051176 osdx dnsmasq[961062]: warning: ignoring resolv-file flag because no-resolv is set
Jun 04 19:32:25.051197 osdx dnsmasq[961062]: using nameserver 10.0.0.10#53
Jun 04 19:32:25.051203 osdx dnsmasq[961062]: using nameserver 10.0.0.2#53
Jun 04 19:32:25.051251 osdx dnsmasq[961062]: read /etc/hosts - 1 names
Jun 04 19:32:25.082252 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 04 19:32:25.083170 osdx cfgd[1850]: [937600]Completed change to active configuration
Jun 04 19:32:25.095986 osdx OSDxCLI[937600]: User 'admin' committed the configuration.
Jun 04 19:32:25.120932 osdx OSDxCLI[937600]: User 'admin' left the configuration menu.
Jun 04 19:32:25.275605 osdx OSDxCLI[937600]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Jun 04 19:32:25.350190 osdx dnsmasq[961062]: query[A] teldat.com from ::1
Jun 04 19:32:25.350275 osdx dnsmasq[961062]: forwarded teldat.com to 10.0.0.10
Jun 04 19:32:26.351528 osdx dnsmasq[961062]: query[A] teldat.com from ::1
Jun 04 19:32:27.352334 osdx dnsmasq[961062]: query[A] teldat.com from 127.0.0.1
Jun 04 19:32:27.352374 osdx dnsmasq[961062]: forwarded teldat.com to 10.0.0.2
Jun 04 19:32:27.352682 osdx dnsmasq[961062]: reply teldat.com is 172.24.0.11
Jun 04 19:32:27.364499 osdx OSDxCLI[937600]: 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.082/436.082/436.082/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 04 19:32:32.366173 osdx systemd-journald[172397]: Runtime Journal (/run/log/journal/d7b8b58d13984d0bb9acdb87ea6c32f4) is 1.8M, max 13.8M, 11.9M free.
Jun 04 19:32:32.368637 osdx systemd-journald[172397]: Received client request to rotate journal, rotating.
Jun 04 19:32:32.368721 osdx systemd-journald[172397]: Vacuuming done, freed 0B of archived journals from /run/log/journal/d7b8b58d13984d0bb9acdb87ea6c32f4.
Jun 04 19:32:32.376093 osdx OSDxCLI[937600]: User 'admin' executed a new command: 'system journal clear'.
Jun 04 19:32:32.579938 osdx OSDxCLI[937600]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 04 19:32:33.873789 osdx OSDxCLI[937600]: User 'admin' entered the configuration menu.
Jun 04 19:32:33.967471 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Jun 04 19:32:34.046526 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 04 19:32:34.131230 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 04 19:32:34.218804 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
Jun 04 19:32:34.300641 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
Jun 04 19:32:34.409873 osdx OSDxCLI[937600]: User 'admin' added a new cfg line: 'show working'.
Jun 04 19:32:34.473389 osdx ubnt-cfgd[961410]: inactive
Jun 04 19:32:34.493686 osdx INFO[961416]: FRR daemons did not change
Jun 04 19:32:34.529056 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 04 19:32:34.562390 osdx zebra[913936]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Jun 04 19:32:34.571817 osdx WARNING[961485]: No supported link modes on interface eth0
Jun 04 19:32:34.573288 osdx modulelauncher[961485]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Jun 04 19:32:34.573300 osdx modulelauncher[961485]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Jun 04 19:32:34.574498 osdx modulelauncher[961485]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Jun 04 19:32:34.574506 osdx modulelauncher[961485]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Jun 04 19:32:34.684958 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 04 19:32:34.692520 osdx dnsmasq[961564]: started, version 2.90 cachesize 150
Jun 04 19:32:34.692533 osdx dnsmasq[961564]: DNS service limited to local subnets
Jun 04 19:32:34.692540 osdx dnsmasq[961564]: 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 04 19:32:34.692550 osdx dnsmasq[961564]: warning: ignoring resolv-file flag because no-resolv is set
Jun 04 19:32:34.692573 osdx dnsmasq[961564]: using nameserver 10::10#53
Jun 04 19:32:34.692580 osdx dnsmasq[961564]: using nameserver 10::2#53
Jun 04 19:32:34.692639 osdx dnsmasq[961564]: read /etc/hosts - 1 names
Jun 04 19:32:34.719719 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 04 19:32:34.720519 osdx cfgd[1850]: [937600]Completed change to active configuration
Jun 04 19:32:34.734873 osdx OSDxCLI[937600]: User 'admin' committed the configuration.
Jun 04 19:32:34.751615 osdx OSDxCLI[937600]: User 'admin' left the configuration menu.
Jun 04 19:32:35.407555 osdx zebra[913936]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Jun 04 19:32:35.905415 osdx OSDxCLI[937600]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 04 19:32:36.935898 osdx OSDxCLI[937600]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 04 19:32:37.020150 osdx dnsmasq[961564]: query[A] teldat.com from ::1
Jun 04 19:32:37.020217 osdx dnsmasq[961564]: forwarded teldat.com to 10::10
Jun 04 19:32:38.021403 osdx dnsmasq[961564]: query[A] teldat.com from ::1
Jun 04 19:32:39.022150 osdx dnsmasq[961564]: query[A] teldat.com from 127.0.0.1
Jun 04 19:32:39.022193 osdx dnsmasq[961564]: forwarded teldat.com to 10::2
Jun 04 19:32:39.022562 osdx dnsmasq[961564]: reply teldat.com is 172.24.0.11
Jun 04 19:32:39.024533 osdx OSDxCLI[937600]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.