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

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.686/0.686/0.686/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
Jan 27 12:45:03.000348 osdx systemd-timedated[384151]: Changed local time to Tue 2026-01-27 12:45:03 UTC
Jan 27 12:45:03.001024 osdx systemd-journald[1949]: Time jumped backwards, rotating.
Jan 27 12:45:03.001910 osdx OSDxCLI[182842]: User 'admin' executed a new command: 'set date 2026-01-27 12:45:03'.
Jan 27 12:45:03.436052 osdx systemd-journald[1949]: Runtime Journal (/run/log/journal/19d27b7fd9034c15b59c452d6ca2fcd4) is 3.4M, max 13.8M, 10.3M free.
Jan 27 12:45:03.436553 osdx systemd-journald[1949]: Received client request to rotate journal, rotating.
Jan 27 12:45:03.436600 osdx systemd-journald[1949]: Vacuuming done, freed 0B of archived journals from /run/log/journal/19d27b7fd9034c15b59c452d6ca2fcd4.
Jan 27 12:45:03.456752 osdx OSDxCLI[182842]: User 'admin' executed a new command: 'system journal clear'.
Jan 27 12:45:03.827011 osdx OSDxCLI[182842]: User 'admin' executed a new command: 'system coredump delete all'.
Jan 27 12:45:05.607166 osdx OSDxCLI[182842]: User 'admin' entered the configuration menu.
Jan 27 12:45:05.715047 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Jan 27 12:45:05.812305 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jan 27 12:45:05.884400 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jan 27 12:45:05.990021 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
Jan 27 12:45:06.138102 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'show working'.
Jan 27 12:45:06.253283 osdx ubnt-cfgd[384182]: inactive
Jan 27 12:45:06.285235 osdx INFO[384188]: FRR daemons did not change
Jan 27 12:45:06.340555 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jan 27 12:45:06.407249 osdx WARNING[384257]: No supported link modes on interface eth0
Jan 27 12:45:06.410994 osdx modulelauncher[384257]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Jan 27 12:45:06.411008 osdx modulelauncher[384257]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Jan 27 12:45:06.414718 osdx modulelauncher[384257]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --
Jan 27 12:45:06.414752 osdx modulelauncher[384257]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75.
Jan 27 12:45:06.589378 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jan 27 12:45:06.604183 osdx dnsmasq[384337]: started, version 2.90 cachesize 150
Jan 27 12:45:06.604196 osdx dnsmasq[384337]: DNS service limited to local subnets
Jan 27 12:45:06.604203 osdx dnsmasq[384337]: 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
Jan 27 12:45:06.604214 osdx dnsmasq[384337]: warning: ignoring resolv-file flag because no-resolv is set
Jan 27 12:45:06.604229 osdx dnsmasq[384337]: using nameserver 10.0.0.2#53
Jan 27 12:45:06.604269 osdx dnsmasq[384337]: read /etc/hosts - 1 names
Jan 27 12:45:06.646814 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jan 27 12:45:06.648672 osdx cfgd[1624]: [182842]Completed change to active configuration
Jan 27 12:45:06.667432 osdx OSDxCLI[182842]: User 'admin' committed the configuration.
Jan 27 12:45:06.942547 osdx OSDxCLI[182842]: User 'admin' left the configuration menu.
Jan 27 12:45:07.066086 osdx OSDxCLI[182842]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Jan 27 12:45:07.159886 osdx dnsmasq[384337]: query[A] teldat.com from ::1
Jan 27 12:45:07.159973 osdx dnsmasq[384337]: forwarded teldat.com to 10.0.0.2
Jan 27 12:45:07.160413 osdx dnsmasq[384337]: reply teldat.com is 172.24.0.11
Jan 27 12:45:07.172734 osdx OSDxCLI[182842]: 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.450 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.450/0.450/0.450/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
Jan 27 12:45:15.315614 osdx systemd-journald[1949]: Runtime Journal (/run/log/journal/19d27b7fd9034c15b59c452d6ca2fcd4) is 1.9M, max 13.8M, 11.8M free.
Jan 27 12:45:15.316403 osdx systemd-journald[1949]: Received client request to rotate journal, rotating.
Jan 27 12:45:15.316459 osdx systemd-journald[1949]: Vacuuming done, freed 0B of archived journals from /run/log/journal/19d27b7fd9034c15b59c452d6ca2fcd4.
Jan 27 12:45:15.328621 osdx OSDxCLI[182842]: User 'admin' executed a new command: 'system journal clear'.
Jan 27 12:45:15.683002 osdx OSDxCLI[182842]: User 'admin' executed a new command: 'system coredump delete all'.
Jan 27 12:45:17.946570 osdx OSDxCLI[182842]: User 'admin' entered the configuration menu.
Jan 27 12:45:18.101721 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Jan 27 12:45:18.192752 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jan 27 12:45:18.490589 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jan 27 12:45:18.560300 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
Jan 27 12:45:18.677623 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'show working'.
Jan 27 12:45:18.757388 osdx ubnt-cfgd[384687]: inactive
Jan 27 12:45:18.890165 osdx INFO[384693]: FRR daemons did not change
Jan 27 12:45:18.920410 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jan 27 12:45:18.964827 osdx zebra[212115]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Jan 27 12:45:18.972193 osdx WARNING[384762]: No supported link modes on interface eth0
Jan 27 12:45:18.973588 osdx modulelauncher[384762]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Jan 27 12:45:18.973599 osdx modulelauncher[384762]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Jan 27 12:45:18.974694 osdx modulelauncher[384762]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --
Jan 27 12:45:18.974702 osdx modulelauncher[384762]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75.
Jan 27 12:45:19.104765 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jan 27 12:45:19.115429 osdx dnsmasq[384842]: started, version 2.90 cachesize 150
Jan 27 12:45:19.115447 osdx dnsmasq[384842]: DNS service limited to local subnets
Jan 27 12:45:19.115454 osdx dnsmasq[384842]: 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
Jan 27 12:45:19.115463 osdx dnsmasq[384842]: warning: ignoring resolv-file flag because no-resolv is set
Jan 27 12:45:19.115486 osdx dnsmasq[384842]: using nameserver 10::2#53
Jan 27 12:45:19.115525 osdx dnsmasq[384842]: read /etc/hosts - 1 names
Jan 27 12:45:19.174673 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jan 27 12:45:19.177631 osdx cfgd[1624]: [182842]Completed change to active configuration
Jan 27 12:45:19.201015 osdx OSDxCLI[182842]: User 'admin' committed the configuration.
Jan 27 12:45:19.247378 osdx OSDxCLI[182842]: User 'admin' left the configuration menu.
Jan 27 12:45:20.185676 osdx zebra[212115]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Jan 27 12:45:20.413015 osdx OSDxCLI[182842]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jan 27 12:45:20.996654 osdx OSDxCLI[182842]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jan 27 12:45:21.089812 osdx dnsmasq[384842]: query[A] teldat.com from ::1
Jan 27 12:45:21.089886 osdx dnsmasq[384842]: forwarded teldat.com to 10::2
Jan 27 12:45:21.090271 osdx dnsmasq[384842]: reply teldat.com is 172.24.0.11
Jan 27 12:45:21.101918 osdx OSDxCLI[182842]: 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=1.42 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 1.420/1.420/1.420/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
Jan 27 12:45:29.395514 osdx systemd-journald[1949]: Runtime Journal (/run/log/journal/19d27b7fd9034c15b59c452d6ca2fcd4) is 1.9M, max 13.8M, 11.9M free.
Jan 27 12:45:29.396703 osdx systemd-journald[1949]: Received client request to rotate journal, rotating.
Jan 27 12:45:29.396766 osdx systemd-journald[1949]: Vacuuming done, freed 0B of archived journals from /run/log/journal/19d27b7fd9034c15b59c452d6ca2fcd4.
Jan 27 12:45:29.417304 osdx OSDxCLI[182842]: User 'admin' executed a new command: 'system journal clear'.
Jan 27 12:45:29.762576 osdx OSDxCLI[182842]: User 'admin' executed a new command: 'system coredump delete all'.
Jan 27 12:45:31.466751 osdx OSDxCLI[182842]: User 'admin' entered the configuration menu.
Jan 27 12:45:31.616395 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Jan 27 12:45:31.695105 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jan 27 12:45:31.823089 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jan 27 12:45:31.931157 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
Jan 27 12:45:32.047776 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
Jan 27 12:45:32.179153 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'show working'.
Jan 27 12:45:32.256247 osdx ubnt-cfgd[385200]: inactive
Jan 27 12:45:32.496120 osdx INFO[385206]: FRR daemons did not change
Jan 27 12:45:32.544654 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jan 27 12:45:32.649071 osdx WARNING[385275]: No supported link modes on interface eth0
Jan 27 12:45:32.651068 osdx modulelauncher[385275]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Jan 27 12:45:32.651083 osdx modulelauncher[385275]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Jan 27 12:45:32.652851 osdx modulelauncher[385275]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --
Jan 27 12:45:32.652862 osdx modulelauncher[385275]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75.
Jan 27 12:45:32.829420 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jan 27 12:45:32.847373 osdx dnsmasq[385355]: started, version 2.90 cachesize 150
Jan 27 12:45:32.847384 osdx dnsmasq[385355]: DNS service limited to local subnets
Jan 27 12:45:32.847390 osdx dnsmasq[385355]: 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
Jan 27 12:45:32.847396 osdx dnsmasq[385355]: warning: ignoring resolv-file flag because no-resolv is set
Jan 27 12:45:32.847412 osdx dnsmasq[385355]: using nameserver 10.0.0.10#53
Jan 27 12:45:32.847417 osdx dnsmasq[385355]: using nameserver 10.0.0.2#53
Jan 27 12:45:32.847449 osdx dnsmasq[385355]: read /etc/hosts - 1 names
Jan 27 12:45:32.903187 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jan 27 12:45:32.904906 osdx cfgd[1624]: [182842]Completed change to active configuration
Jan 27 12:45:32.930514 osdx OSDxCLI[182842]: User 'admin' committed the configuration.
Jan 27 12:45:32.960087 osdx OSDxCLI[182842]: User 'admin' left the configuration menu.
Jan 27 12:45:33.200196 osdx OSDxCLI[182842]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Jan 27 12:45:33.323926 osdx dnsmasq[385355]: query[A] teldat.com from ::1
Jan 27 12:45:33.323991 osdx dnsmasq[385355]: forwarded teldat.com to 10.0.0.10
Jan 27 12:45:34.324957 osdx dnsmasq[385355]: query[A] teldat.com from ::1
Jan 27 12:45:35.325900 osdx dnsmasq[385355]: query[A] teldat.com from 127.0.0.1
Jan 27 12:45:35.325946 osdx dnsmasq[385355]: forwarded teldat.com to 10.0.0.2
Jan 27 12:45:35.326616 osdx dnsmasq[385355]: reply teldat.com is 172.24.0.11
Jan 27 12:45:35.339365 osdx OSDxCLI[182842]: 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=0.345 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.345/0.345/0.345/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
Jan 27 12:45:42.395721 osdx systemd-journald[1949]: Runtime Journal (/run/log/journal/19d27b7fd9034c15b59c452d6ca2fcd4) is 1.8M, max 13.8M, 11.9M free.
Jan 27 12:45:42.398322 osdx systemd-journald[1949]: Received client request to rotate journal, rotating.
Jan 27 12:45:42.398427 osdx systemd-journald[1949]: Vacuuming done, freed 0B of archived journals from /run/log/journal/19d27b7fd9034c15b59c452d6ca2fcd4.
Jan 27 12:45:42.410881 osdx OSDxCLI[182842]: User 'admin' executed a new command: 'system journal clear'.
Jan 27 12:45:43.148842 osdx OSDxCLI[182842]: User 'admin' executed a new command: 'system coredump delete all'.
Jan 27 12:45:45.078418 osdx OSDxCLI[182842]: User 'admin' entered the configuration menu.
Jan 27 12:45:45.243884 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Jan 27 12:45:45.528176 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jan 27 12:45:45.597462 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jan 27 12:45:45.700152 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
Jan 27 12:45:45.796535 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
Jan 27 12:45:45.902735 osdx OSDxCLI[182842]: User 'admin' added a new cfg line: 'show working'.
Jan 27 12:45:46.012013 osdx ubnt-cfgd[385706]: inactive
Jan 27 12:45:46.042388 osdx INFO[385712]: FRR daemons did not change
Jan 27 12:45:46.086389 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jan 27 12:45:46.135651 osdx zebra[212115]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Jan 27 12:45:46.146136 osdx WARNING[385781]: No supported link modes on interface eth0
Jan 27 12:45:46.147925 osdx modulelauncher[385781]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Jan 27 12:45:46.147937 osdx modulelauncher[385781]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Jan 27 12:45:46.149274 osdx modulelauncher[385781]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --
Jan 27 12:45:46.149285 osdx modulelauncher[385781]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75.
Jan 27 12:45:46.326720 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jan 27 12:45:46.341527 osdx dnsmasq[385861]: started, version 2.90 cachesize 150
Jan 27 12:45:46.341541 osdx dnsmasq[385861]: DNS service limited to local subnets
Jan 27 12:45:46.341549 osdx dnsmasq[385861]: 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
Jan 27 12:45:46.341558 osdx dnsmasq[385861]: warning: ignoring resolv-file flag because no-resolv is set
Jan 27 12:45:46.341578 osdx dnsmasq[385861]: using nameserver 10::10#53
Jan 27 12:45:46.341584 osdx dnsmasq[385861]: using nameserver 10::2#53
Jan 27 12:45:46.341626 osdx dnsmasq[385861]: read /etc/hosts - 1 names
Jan 27 12:45:46.382521 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jan 27 12:45:46.384322 osdx cfgd[1624]: [182842]Completed change to active configuration
Jan 27 12:45:46.400199 osdx OSDxCLI[182842]: User 'admin' committed the configuration.
Jan 27 12:45:46.444442 osdx OSDxCLI[182842]: User 'admin' left the configuration menu.
Jan 27 12:45:46.933962 osdx zebra[212115]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Jan 27 12:45:47.651547 osdx OSDxCLI[182842]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jan 27 12:45:48.450144 osdx OSDxCLI[182842]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jan 27 12:45:48.556358 osdx dnsmasq[385861]: query[A] teldat.com from ::1
Jan 27 12:45:48.556433 osdx dnsmasq[385861]: forwarded teldat.com to 10::10
Jan 27 12:45:49.556595 osdx dnsmasq[385861]: query[A] teldat.com from ::1
Jan 27 12:45:50.557518 osdx dnsmasq[385861]: query[A] teldat.com from 127.0.0.1
Jan 27 12:45:50.557571 osdx dnsmasq[385861]: forwarded teldat.com to 10::2
Jan 27 12:45:50.557850 osdx dnsmasq[385861]: reply teldat.com is 172.24.0.11
Jan 27 12:45:50.559537 osdx OSDxCLI[182842]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.