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

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.477/0.477/0.477/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
Mar 20 10:13:48.315151 osdx systemd-journald[2054]: Runtime Journal (/run/log/journal/ba147585e3944580985006d3d45a280a) is 2.3M, max 17.2M, 14.8M free.
Mar 20 10:13:48.316275 osdx systemd-journald[2054]: Received client request to rotate journal, rotating.
Mar 20 10:13:48.316330 osdx systemd-journald[2054]: Vacuuming done, freed 0B of archived journals from /run/log/journal/ba147585e3944580985006d3d45a280a.
Mar 20 10:13:48.328767 osdx OSDxCLI[183021]: User 'admin' executed a new command: 'system journal clear'.
Mar 20 10:13:48.576009 osdx OSDxCLI[183021]: User 'admin' executed a new command: 'system coredump delete all'.
Mar 20 10:13:49.903119 osdx OSDxCLI[183021]: User 'admin' entered the configuration menu.
Mar 20 10:13:49.990402 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Mar 20 10:13:50.064659 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Mar 20 10:13:50.124210 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Mar 20 10:13:50.233259 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
Mar 20 10:13:50.349536 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'show working'.
Mar 20 10:13:50.411952 osdx ubnt-cfgd[185510]: inactive
Mar 20 10:13:50.438005 osdx INFO[185516]: FRR daemons did not change
Mar 20 10:13:50.468291 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Mar 20 10:13:50.517434 osdx WARNING[185585]: No supported link modes on interface eth0
Mar 20 10:13:50.519020 osdx modulelauncher[185585]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Mar 20 10:13:50.519038 osdx modulelauncher[185585]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Mar 20 10:13:50.520695 osdx modulelauncher[185585]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Mar 20 10:13:50.520707 osdx modulelauncher[185585]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Mar 20 10:13:50.668661 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Mar 20 10:13:50.679790 osdx dnsmasq[185661]: started, version 2.90 cachesize 150
Mar 20 10:13:50.679802 osdx dnsmasq[185661]: DNS service limited to local subnets
Mar 20 10:13:50.679810 osdx dnsmasq[185661]: 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
Mar 20 10:13:50.679820 osdx dnsmasq[185661]: warning: ignoring resolv-file flag because no-resolv is set
Mar 20 10:13:50.679839 osdx dnsmasq[185661]: using nameserver 10.0.0.2#53
Mar 20 10:13:50.679883 osdx dnsmasq[185661]: read /etc/hosts - 1 names
Mar 20 10:13:50.721011 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Mar 20 10:13:50.721977 osdx cfgd[1833]: [183021]Completed change to active configuration
Mar 20 10:13:50.735356 osdx OSDxCLI[183021]: User 'admin' committed the configuration.
Mar 20 10:13:50.752919 osdx OSDxCLI[183021]: User 'admin' left the configuration menu.
Mar 20 10:13:50.933233 osdx OSDxCLI[183021]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Mar 20 10:13:51.159052 osdx dnsmasq[185661]: query[A] teldat.com from ::1
Mar 20 10:13:51.159124 osdx dnsmasq[185661]: forwarded teldat.com to 10.0.0.2
Mar 20 10:13:51.159442 osdx dnsmasq[185661]: reply teldat.com is 172.24.0.11
Mar 20 10:13:51.171678 osdx OSDxCLI[183021]: 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=455 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 454.962/454.962/454.962/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
Mar 20 10:13:55.000193 osdx systemd-timedated[179031]: Changed local time to Fri 2026-03-20 10:13:55 UTC
Mar 20 10:13:55.001449 osdx OSDxCLI[183021]: User 'admin' executed a new command: 'set date 2026-03-20 10:13:55'.
Mar 20 10:13:55.002715 osdx systemd-journald[2054]: Time jumped backwards, rotating.
Mar 20 10:13:55.282452 osdx systemd-journald[2054]: Runtime Journal (/run/log/journal/ba147585e3944580985006d3d45a280a) is 2.2M, max 17.2M, 14.9M free.
Mar 20 10:13:55.282886 osdx systemd-journald[2054]: Received client request to rotate journal, rotating.
Mar 20 10:13:55.282917 osdx systemd-journald[2054]: Vacuuming done, freed 0B of archived journals from /run/log/journal/ba147585e3944580985006d3d45a280a.
Mar 20 10:13:55.291911 osdx OSDxCLI[183021]: User 'admin' executed a new command: 'system journal clear'.
Mar 20 10:13:55.501759 osdx OSDxCLI[183021]: User 'admin' executed a new command: 'system coredump delete all'.
Mar 20 10:13:56.736478 osdx OSDxCLI[183021]: User 'admin' entered the configuration menu.
Mar 20 10:13:56.818572 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Mar 20 10:13:56.895942 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Mar 20 10:13:56.998813 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Mar 20 10:13:57.137871 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
Mar 20 10:13:57.205446 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'show working'.
Mar 20 10:13:57.302324 osdx ubnt-cfgd[186008]: inactive
Mar 20 10:13:57.324347 osdx INFO[186014]: FRR daemons did not change
Mar 20 10:13:57.358706 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Mar 20 10:13:57.392141 osdx zebra[1773]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Mar 20 10:13:57.400478 osdx WARNING[186083]: No supported link modes on interface eth0
Mar 20 10:13:57.401823 osdx modulelauncher[186083]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Mar 20 10:13:57.401836 osdx modulelauncher[186083]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Mar 20 10:13:57.403281 osdx modulelauncher[186083]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Mar 20 10:13:57.403289 osdx modulelauncher[186083]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Mar 20 10:13:57.527047 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Mar 20 10:13:57.534767 osdx dnsmasq[186162]: started, version 2.90 cachesize 150
Mar 20 10:13:57.534777 osdx dnsmasq[186162]: DNS service limited to local subnets
Mar 20 10:13:57.534783 osdx dnsmasq[186162]: 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
Mar 20 10:13:57.534790 osdx dnsmasq[186162]: warning: ignoring resolv-file flag because no-resolv is set
Mar 20 10:13:57.534814 osdx dnsmasq[186162]: using nameserver 10::2#53
Mar 20 10:13:57.534860 osdx dnsmasq[186162]: read /etc/hosts - 1 names
Mar 20 10:13:57.564713 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Mar 20 10:13:57.565593 osdx cfgd[1833]: [183021]Completed change to active configuration
Mar 20 10:13:57.577096 osdx OSDxCLI[183021]: User 'admin' committed the configuration.
Mar 20 10:13:57.592699 osdx OSDxCLI[183021]: User 'admin' left the configuration menu.
Mar 20 10:13:57.941945 osdx zebra[1773]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Mar 20 10:13:58.751260 osdx OSDxCLI[183021]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Mar 20 10:13:59.802191 osdx OSDxCLI[183021]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Mar 20 10:13:59.877238 osdx dnsmasq[186162]: query[A] teldat.com from ::1
Mar 20 10:13:59.877303 osdx dnsmasq[186162]: forwarded teldat.com to 10::2
Mar 20 10:13:59.877599 osdx dnsmasq[186162]: reply teldat.com is 172.24.0.11
Mar 20 10:13:59.879180 osdx OSDxCLI[183021]: 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.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
;; 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
Mar 20 10:14:04.296748 osdx systemd-journald[2054]: Runtime Journal (/run/log/journal/ba147585e3944580985006d3d45a280a) is 3.0M, max 17.2M, 14.2M free.
Mar 20 10:14:04.299440 osdx systemd-journald[2054]: Received client request to rotate journal, rotating.
Mar 20 10:14:04.299507 osdx systemd-journald[2054]: Vacuuming done, freed 0B of archived journals from /run/log/journal/ba147585e3944580985006d3d45a280a.
Mar 20 10:14:04.309667 osdx OSDxCLI[183021]: User 'admin' executed a new command: 'system journal clear'.
Mar 20 10:14:04.524184 osdx OSDxCLI[183021]: User 'admin' executed a new command: 'system coredump delete all'.
Mar 20 10:14:05.849702 osdx OSDxCLI[183021]: User 'admin' entered the configuration menu.
Mar 20 10:14:05.943911 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Mar 20 10:14:06.012853 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Mar 20 10:14:06.107333 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Mar 20 10:14:06.163432 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
Mar 20 10:14:06.248618 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
Mar 20 10:14:06.313809 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'show working'.
Mar 20 10:14:06.404324 osdx ubnt-cfgd[186519]: inactive
Mar 20 10:14:06.423102 osdx INFO[186525]: FRR daemons did not change
Mar 20 10:14:06.451449 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Mar 20 10:14:06.502508 osdx WARNING[186594]: No supported link modes on interface eth0
Mar 20 10:14:06.503890 osdx modulelauncher[186594]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Mar 20 10:14:06.503901 osdx modulelauncher[186594]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Mar 20 10:14:06.505368 osdx modulelauncher[186594]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Mar 20 10:14:06.505376 osdx modulelauncher[186594]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Mar 20 10:14:06.623781 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Mar 20 10:14:06.632362 osdx dnsmasq[186673]: started, version 2.90 cachesize 150
Mar 20 10:14:06.632373 osdx dnsmasq[186673]: DNS service limited to local subnets
Mar 20 10:14:06.632378 osdx dnsmasq[186673]: 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
Mar 20 10:14:06.632385 osdx dnsmasq[186673]: warning: ignoring resolv-file flag because no-resolv is set
Mar 20 10:14:06.632421 osdx dnsmasq[186673]: using nameserver 10.0.0.10#53
Mar 20 10:14:06.632427 osdx dnsmasq[186673]: using nameserver 10.0.0.2#53
Mar 20 10:14:06.632464 osdx dnsmasq[186673]: read /etc/hosts - 1 names
Mar 20 10:14:06.660277 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Mar 20 10:14:06.661141 osdx cfgd[1833]: [183021]Completed change to active configuration
Mar 20 10:14:06.672117 osdx OSDxCLI[183021]: User 'admin' committed the configuration.
Mar 20 10:14:06.687196 osdx OSDxCLI[183021]: User 'admin' left the configuration menu.
Mar 20 10:14:06.849280 osdx OSDxCLI[183021]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Mar 20 10:14:06.917588 osdx dnsmasq[186673]: query[A] teldat.com from ::1
Mar 20 10:14:06.917677 osdx dnsmasq[186673]: forwarded teldat.com to 10.0.0.10
Mar 20 10:14:07.918180 osdx dnsmasq[186673]: query[A] teldat.com from ::1
Mar 20 10:14:08.919041 osdx dnsmasq[186673]: query[A] teldat.com from 127.0.0.1
Mar 20 10:14:08.919092 osdx dnsmasq[186673]: forwarded teldat.com to 10.0.0.2
Mar 20 10:14:08.919393 osdx dnsmasq[186673]: reply teldat.com is 172.24.0.11
Mar 20 10:14:08.921114 osdx OSDxCLI[183021]: 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.317 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.317/0.317/0.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
;; 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
Mar 20 10:14:14.281958 osdx systemd-journald[2054]: Runtime Journal (/run/log/journal/ba147585e3944580985006d3d45a280a) is 2.3M, max 17.2M, 14.8M free.
Mar 20 10:14:14.284240 osdx systemd-journald[2054]: Received client request to rotate journal, rotating.
Mar 20 10:14:14.284302 osdx systemd-journald[2054]: Vacuuming done, freed 0B of archived journals from /run/log/journal/ba147585e3944580985006d3d45a280a.
Mar 20 10:14:14.294685 osdx OSDxCLI[183021]: User 'admin' executed a new command: 'system journal clear'.
Mar 20 10:14:14.514639 osdx OSDxCLI[183021]: User 'admin' executed a new command: 'system coredump delete all'.
Mar 20 10:14:15.699605 osdx OSDxCLI[183021]: User 'admin' entered the configuration menu.
Mar 20 10:14:15.810404 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Mar 20 10:14:15.892295 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Mar 20 10:14:15.947611 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Mar 20 10:14:16.044623 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
Mar 20 10:14:16.099024 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
Mar 20 10:14:16.199127 osdx OSDxCLI[183021]: User 'admin' added a new cfg line: 'show working'.
Mar 20 10:14:16.277973 osdx ubnt-cfgd[187020]: inactive
Mar 20 10:14:16.298984 osdx INFO[187026]: FRR daemons did not change
Mar 20 10:14:16.332266 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Mar 20 10:14:16.367047 osdx zebra[1773]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Mar 20 10:14:16.376362 osdx WARNING[187095]: No supported link modes on interface eth0
Mar 20 10:14:16.378059 osdx modulelauncher[187095]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Mar 20 10:14:16.378072 osdx modulelauncher[187095]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Mar 20 10:14:16.379678 osdx modulelauncher[187095]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Mar 20 10:14:16.379691 osdx modulelauncher[187095]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Mar 20 10:14:16.488576 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Mar 20 10:14:16.497149 osdx dnsmasq[187174]: started, version 2.90 cachesize 150
Mar 20 10:14:16.497160 osdx dnsmasq[187174]: DNS service limited to local subnets
Mar 20 10:14:16.497165 osdx dnsmasq[187174]: 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
Mar 20 10:14:16.497172 osdx dnsmasq[187174]: warning: ignoring resolv-file flag because no-resolv is set
Mar 20 10:14:16.497192 osdx dnsmasq[187174]: using nameserver 10::10#53
Mar 20 10:14:16.497199 osdx dnsmasq[187174]: using nameserver 10::2#53
Mar 20 10:14:16.497235 osdx dnsmasq[187174]: read /etc/hosts - 1 names
Mar 20 10:14:16.525206 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Mar 20 10:14:16.525997 osdx cfgd[1833]: [183021]Completed change to active configuration
Mar 20 10:14:16.540259 osdx OSDxCLI[183021]: User 'admin' committed the configuration.
Mar 20 10:14:16.564774 osdx OSDxCLI[183021]: User 'admin' left the configuration menu.
Mar 20 10:14:16.628475 osdx zebra[1773]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Mar 20 10:14:17.718914 osdx OSDxCLI[183021]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Mar 20 10:14:18.299983 osdx OSDxCLI[183021]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Mar 20 10:14:18.422970 osdx dnsmasq[187174]: query[A] teldat.com from ::1
Mar 20 10:14:18.423037 osdx dnsmasq[187174]: forwarded teldat.com to 10::10
Mar 20 10:14:19.423909 osdx dnsmasq[187174]: query[A] teldat.com from ::1
Mar 20 10:14:20.425100 osdx dnsmasq[187174]: query[A] teldat.com from 127.0.0.1
Mar 20 10:14:20.425145 osdx dnsmasq[187174]: forwarded teldat.com to 10::2
Mar 20 10:14:20.425466 osdx dnsmasq[187174]: reply teldat.com is 172.24.0.11
Mar 20 10:14:20.427291 osdx OSDxCLI[183021]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.