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.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
teldat.com has address 172.24.0.11

Step 5: Run command system journal show | cat at DUT0 and expect this output:

Show output
Dec 11 19:32:45.312822 osdx systemd-journald[265387]: Runtime Journal (/run/log/journal/ff8de1b7feed4cd0a923a6e53f75b1b9) is 1.8M, max 13.8M, 11.9M free.
Dec 11 19:32:45.313611 osdx systemd-journald[265387]: Received client request to rotate journal, rotating.
Dec 11 19:32:45.313653 osdx systemd-journald[265387]: Vacuuming done, freed 0B of archived journals from /run/log/journal/ff8de1b7feed4cd0a923a6e53f75b1b9.
Dec 11 19:32:45.324072 osdx OSDxCLI[544029]: User 'admin' executed a new command: 'system journal clear'.
Dec 11 19:32:45.549223 osdx OSDxCLI[544029]: User 'admin' executed a new command: 'system coredump delete all'.
Dec 11 19:32:47.008878 osdx OSDxCLI[544029]: User 'admin' entered the configuration menu.
Dec 11 19:32:47.133187 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Dec 11 19:32:47.209421 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Dec 11 19:32:47.300942 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Dec 11 19:32:47.377024 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
Dec 11 19:32:47.508197 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'show working'.
Dec 11 19:32:47.573775 osdx ubnt-cfgd[554614]: inactive
Dec 11 19:32:47.595650 osdx INFO[554620]: FRR daemons did not change
Dec 11 19:32:47.633633 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Dec 11 19:32:47.683388 osdx WARNING[554689]: No supported link modes on interface eth0
Dec 11 19:32:47.685240 osdx modulelauncher[554689]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Dec 11 19:32:47.685255 osdx modulelauncher[554689]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Dec 11 19:32:47.686678 osdx modulelauncher[554689]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Dec 11 19:32:47.686764 osdx modulelauncher[554689]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Dec 11 19:32:47.797983 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Dec 11 19:32:47.820947 osdx dnsmasq[554766]: started, version 2.90 cachesize 150
Dec 11 19:32:47.820959 osdx dnsmasq[554766]: DNS service limited to local subnets
Dec 11 19:32:47.820965 osdx dnsmasq[554766]: 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
Dec 11 19:32:47.820972 osdx dnsmasq[554766]: warning: ignoring resolv-file flag because no-resolv is set
Dec 11 19:32:47.820986 osdx dnsmasq[554766]: using nameserver 10.0.0.2#53
Dec 11 19:32:47.821024 osdx dnsmasq[554766]: read /etc/hosts - 1 names
Dec 11 19:32:47.890366 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Dec 11 19:32:47.892456 osdx cfgd[1647]: [544029]Completed change to active configuration
Dec 11 19:32:47.910909 osdx OSDxCLI[544029]: User 'admin' committed the configuration.
Dec 11 19:32:47.934611 osdx OSDxCLI[544029]: User 'admin' left the configuration menu.
Dec 11 19:32:48.108465 osdx OSDxCLI[544029]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Dec 11 19:32:48.192705 osdx dnsmasq[554766]: query[A] teldat.com from ::1
Dec 11 19:32:48.192991 osdx dnsmasq[554766]: forwarded teldat.com to 10.0.0.2
Dec 11 19:32:48.193287 osdx dnsmasq[554766]: reply teldat.com is 172.24.0.11
Dec 11 19:32:48.214560 osdx OSDxCLI[544029]: 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.334 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.334/0.334/0.334/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
Dec 11 19:32:52.313967 osdx systemd-journald[265387]: Runtime Journal (/run/log/journal/ff8de1b7feed4cd0a923a6e53f75b1b9) is 1.8M, max 13.8M, 11.9M free.
Dec 11 19:32:52.316383 osdx systemd-journald[265387]: Received client request to rotate journal, rotating.
Dec 11 19:32:52.316447 osdx systemd-journald[265387]: Vacuuming done, freed 0B of archived journals from /run/log/journal/ff8de1b7feed4cd0a923a6e53f75b1b9.
Dec 11 19:32:52.324545 osdx OSDxCLI[544029]: User 'admin' executed a new command: 'system journal clear'.
Dec 11 19:32:52.556709 osdx OSDxCLI[544029]: User 'admin' executed a new command: 'system coredump delete all'.
Dec 11 19:32:53.863037 osdx OSDxCLI[544029]: User 'admin' entered the configuration menu.
Dec 11 19:32:53.995114 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Dec 11 19:32:54.103961 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Dec 11 19:32:54.232324 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Dec 11 19:32:54.296788 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
Dec 11 19:32:54.397129 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'show working'.
Dec 11 19:32:54.458875 osdx ubnt-cfgd[555118]: inactive
Dec 11 19:32:54.477657 osdx INFO[555124]: FRR daemons did not change
Dec 11 19:32:54.508389 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Dec 11 19:32:54.549533 osdx zebra[475129]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Dec 11 19:32:54.558473 osdx WARNING[555193]: No supported link modes on interface eth0
Dec 11 19:32:54.560294 osdx modulelauncher[555193]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Dec 11 19:32:54.560308 osdx modulelauncher[555193]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Dec 11 19:32:54.561945 osdx modulelauncher[555193]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Dec 11 19:32:54.561955 osdx modulelauncher[555193]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Dec 11 19:32:54.668738 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Dec 11 19:32:54.676432 osdx dnsmasq[555273]: started, version 2.90 cachesize 150
Dec 11 19:32:54.676442 osdx dnsmasq[555273]: DNS service limited to local subnets
Dec 11 19:32:54.676450 osdx dnsmasq[555273]: 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
Dec 11 19:32:54.676458 osdx dnsmasq[555273]: warning: ignoring resolv-file flag because no-resolv is set
Dec 11 19:32:54.676474 osdx dnsmasq[555273]: using nameserver 10::2#53
Dec 11 19:32:54.676521 osdx dnsmasq[555273]: read /etc/hosts - 1 names
Dec 11 19:32:54.706621 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Dec 11 19:32:54.707463 osdx cfgd[1647]: [544029]Completed change to active configuration
Dec 11 19:32:54.722013 osdx OSDxCLI[544029]: User 'admin' committed the configuration.
Dec 11 19:32:54.737780 osdx OSDxCLI[544029]: User 'admin' left the configuration menu.
Dec 11 19:32:55.500970 osdx zebra[475129]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Dec 11 19:32:55.936689 osdx OSDxCLI[544029]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Dec 11 19:32:56.524622 osdx OSDxCLI[544029]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Dec 11 19:32:56.608602 osdx dnsmasq[555273]: query[A] teldat.com from ::1
Dec 11 19:32:56.608676 osdx dnsmasq[555273]: forwarded teldat.com to 10::2
Dec 11 19:32:56.609018 osdx dnsmasq[555273]: reply teldat.com is 172.24.0.11
Dec 11 19:32:56.621225 osdx OSDxCLI[544029]: 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.307 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.307/0.307/0.307/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
Dec 11 19:33:02.336478 osdx systemd-journald[265387]: Runtime Journal (/run/log/journal/ff8de1b7feed4cd0a923a6e53f75b1b9) is 1.8M, max 13.8M, 11.9M free.
Dec 11 19:33:02.338460 osdx systemd-journald[265387]: Received client request to rotate journal, rotating.
Dec 11 19:33:02.338536 osdx systemd-journald[265387]: Vacuuming done, freed 0B of archived journals from /run/log/journal/ff8de1b7feed4cd0a923a6e53f75b1b9.
Dec 11 19:33:02.348121 osdx OSDxCLI[544029]: User 'admin' executed a new command: 'system journal clear'.
Dec 11 19:33:02.570724 osdx OSDxCLI[544029]: User 'admin' executed a new command: 'system coredump delete all'.
Dec 11 19:33:03.912075 osdx OSDxCLI[544029]: User 'admin' entered the configuration menu.
Dec 11 19:33:04.054098 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Dec 11 19:33:04.105763 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Dec 11 19:33:04.203158 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Dec 11 19:33:04.298833 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
Dec 11 19:33:04.375594 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
Dec 11 19:33:04.492624 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'show working'.
Dec 11 19:33:04.555307 osdx ubnt-cfgd[555632]: inactive
Dec 11 19:33:04.576753 osdx INFO[555638]: FRR daemons did not change
Dec 11 19:33:04.606464 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Dec 11 19:33:04.651249 osdx WARNING[555707]: No supported link modes on interface eth0
Dec 11 19:33:04.652621 osdx modulelauncher[555707]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Dec 11 19:33:04.652632 osdx modulelauncher[555707]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Dec 11 19:33:04.653795 osdx modulelauncher[555707]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Dec 11 19:33:04.653803 osdx modulelauncher[555707]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Dec 11 19:33:04.774720 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Dec 11 19:33:04.784119 osdx dnsmasq[555787]: started, version 2.90 cachesize 150
Dec 11 19:33:04.784130 osdx dnsmasq[555787]: DNS service limited to local subnets
Dec 11 19:33:04.784136 osdx dnsmasq[555787]: 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
Dec 11 19:33:04.784143 osdx dnsmasq[555787]: warning: ignoring resolv-file flag because no-resolv is set
Dec 11 19:33:04.784160 osdx dnsmasq[555787]: using nameserver 10.0.0.10#53
Dec 11 19:33:04.784165 osdx dnsmasq[555787]: using nameserver 10.0.0.2#53
Dec 11 19:33:04.784200 osdx dnsmasq[555787]: read /etc/hosts - 1 names
Dec 11 19:33:04.827699 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Dec 11 19:33:04.828524 osdx cfgd[1647]: [544029]Completed change to active configuration
Dec 11 19:33:04.842327 osdx OSDxCLI[544029]: User 'admin' committed the configuration.
Dec 11 19:33:04.872135 osdx OSDxCLI[544029]: User 'admin' left the configuration menu.
Dec 11 19:33:05.017544 osdx OSDxCLI[544029]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Dec 11 19:33:05.098876 osdx dnsmasq[555787]: query[A] teldat.com from ::1
Dec 11 19:33:05.098946 osdx dnsmasq[555787]: forwarded teldat.com to 10.0.0.10
Dec 11 19:33:06.099478 osdx dnsmasq[555787]: query[A] teldat.com from ::1
Dec 11 19:33:07.100479 osdx dnsmasq[555787]: query[A] teldat.com from 127.0.0.1
Dec 11 19:33:07.100524 osdx dnsmasq[555787]: forwarded teldat.com to 10.0.0.2
Dec 11 19:33:07.100838 osdx dnsmasq[555787]: reply teldat.com is 172.24.0.11
Dec 11 19:33:07.112560 osdx OSDxCLI[544029]: 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=407 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 406.891/406.891/406.891/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
Dec 11 19:33:11.387598 osdx systemd-journald[265387]: Runtime Journal (/run/log/journal/ff8de1b7feed4cd0a923a6e53f75b1b9) is 1.8M, max 13.8M, 11.9M free.
Dec 11 19:33:11.388893 osdx systemd-journald[265387]: Received client request to rotate journal, rotating.
Dec 11 19:33:11.388963 osdx systemd-journald[265387]: Vacuuming done, freed 0B of archived journals from /run/log/journal/ff8de1b7feed4cd0a923a6e53f75b1b9.
Dec 11 19:33:11.398892 osdx OSDxCLI[544029]: User 'admin' executed a new command: 'system journal clear'.
Dec 11 19:33:11.732550 osdx OSDxCLI[544029]: User 'admin' executed a new command: 'system coredump delete all'.
Dec 11 19:33:13.081698 osdx OSDxCLI[544029]: User 'admin' entered the configuration menu.
Dec 11 19:33:13.164096 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Dec 11 19:33:13.234936 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Dec 11 19:33:13.351032 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Dec 11 19:33:13.469149 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
Dec 11 19:33:13.569357 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
Dec 11 19:33:13.635212 osdx OSDxCLI[544029]: User 'admin' added a new cfg line: 'show working'.
Dec 11 19:33:13.736790 osdx ubnt-cfgd[556138]: inactive
Dec 11 19:33:13.758695 osdx INFO[556144]: FRR daemons did not change
Dec 11 19:33:13.788900 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Dec 11 19:33:13.827844 osdx zebra[475129]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Dec 11 19:33:13.837959 osdx WARNING[556213]: No supported link modes on interface eth0
Dec 11 19:33:13.839693 osdx modulelauncher[556213]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Dec 11 19:33:13.839706 osdx modulelauncher[556213]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Dec 11 19:33:13.841341 osdx modulelauncher[556213]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Dec 11 19:33:13.841352 osdx modulelauncher[556213]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Dec 11 19:33:13.953199 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Dec 11 19:33:13.961432 osdx dnsmasq[556293]: started, version 2.90 cachesize 150
Dec 11 19:33:13.961442 osdx dnsmasq[556293]: DNS service limited to local subnets
Dec 11 19:33:13.961447 osdx dnsmasq[556293]: 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
Dec 11 19:33:13.961454 osdx dnsmasq[556293]: warning: ignoring resolv-file flag because no-resolv is set
Dec 11 19:33:13.961470 osdx dnsmasq[556293]: using nameserver 10::10#53
Dec 11 19:33:13.961475 osdx dnsmasq[556293]: using nameserver 10::2#53
Dec 11 19:33:13.961522 osdx dnsmasq[556293]: read /etc/hosts - 1 names
Dec 11 19:33:13.994708 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Dec 11 19:33:13.995651 osdx cfgd[1647]: [544029]Completed change to active configuration
Dec 11 19:33:14.007345 osdx OSDxCLI[544029]: User 'admin' committed the configuration.
Dec 11 19:33:14.022958 osdx OSDxCLI[544029]: User 'admin' left the configuration menu.
Dec 11 19:33:14.438109 osdx zebra[475129]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Dec 11 19:33:15.172985 osdx OSDxCLI[544029]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Dec 11 19:33:15.438168 osdx zebra[475129]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Dec 11 19:33:16.199997 osdx OSDxCLI[544029]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Dec 11 19:33:16.282978 osdx dnsmasq[556293]: query[A] teldat.com from ::1
Dec 11 19:33:16.283065 osdx dnsmasq[556293]: forwarded teldat.com to 10::10
Dec 11 19:33:17.284240 osdx dnsmasq[556293]: query[A] teldat.com from ::1
Dec 11 19:33:18.284239 osdx dnsmasq[556293]: query[A] teldat.com from 127.0.0.1
Dec 11 19:33:18.284297 osdx dnsmasq[556293]: forwarded teldat.com to 10::2
Dec 11 19:33:18.285064 osdx dnsmasq[556293]: reply teldat.com is 172.24.0.11
Dec 11 19:33:18.296899 osdx OSDxCLI[544029]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.