Dns Priority
Test suite to check DNS service priorities
Valid Address
Description
Configures a simple, valid address and checks the DNS can resolve it. There is no priority involved as a single address is in use.
Scenario
Step 1: Set the following configuration in DUT1 :
set interfaces ethernet eth0 address 10.0.0.2/24 set service dns forwarding record host teldat.com ipv4-address 172.24.0.11 set service dns forwarding record host teldat.com ipv6-address 'ff00::dead:cafe' set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Set the following configuration in DUT0 :
set interfaces ethernet eth0 address 10.0.0.1/24 set service dns forwarding logs set service dns forwarding name-server 10.0.0.2 set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 3: Ping IP address 10.0.0.2 from DUT0:
admin@DUT0$ ping 10.0.0.2 count 1 size 56 timeout 1Show output
PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data. 64 bytes from 10.0.0.2: icmp_seq=1 ttl=64 time=0.308 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.308/0.308/0.308/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.11Show 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
Apr 06 14:31:03.299957 osdx systemd-journald[1969]: Runtime Journal (/run/log/journal/8555dfc266884f30a3544832475c4d6c) is 1.9M, max 13.8M, 11.8M free. Apr 06 14:31:03.303089 osdx systemd-journald[1969]: Received client request to rotate journal, rotating. Apr 06 14:31:03.303157 osdx systemd-journald[1969]: Vacuuming done, freed 0B of archived journals from /run/log/journal/8555dfc266884f30a3544832475c4d6c. Apr 06 14:31:03.310510 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'system journal clear'. Apr 06 14:31:03.528309 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'system coredump delete all'. Apr 06 14:31:04.736456 osdx OSDxCLI[10275]: User 'admin' entered the configuration menu. Apr 06 14:31:04.811232 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Apr 06 14:31:04.927418 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Apr 06 14:31:04.980032 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'set service dns resolver local'. Apr 06 14:31:05.077618 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Apr 06 14:31:05.138368 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'show working'. Apr 06 14:31:05.229184 osdx ubnt-cfgd[184370]: inactive Apr 06 14:31:05.249317 osdx INFO[184376]: FRR daemons did not change Apr 06 14:31:05.271098 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Apr 06 14:31:05.314211 osdx WARNING[184444]: No supported link modes on interface eth0 Apr 06 14:31:05.315475 osdx modulelauncher[184444]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Apr 06 14:31:05.315493 osdx modulelauncher[184444]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Apr 06 14:31:05.316632 osdx modulelauncher[184444]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off -- Apr 06 14:31:05.316640 osdx modulelauncher[184444]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75. Apr 06 14:31:05.415362 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Apr 06 14:31:05.422809 osdx dnsmasq[184524]: started, version 2.90 cachesize 150 Apr 06 14:31:05.422822 osdx dnsmasq[184524]: DNS service limited to local subnets Apr 06 14:31:05.422829 osdx dnsmasq[184524]: 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 Apr 06 14:31:05.422838 osdx dnsmasq[184524]: warning: ignoring resolv-file flag because no-resolv is set Apr 06 14:31:05.422863 osdx dnsmasq[184524]: using nameserver 10.0.0.2#53 Apr 06 14:31:05.422905 osdx dnsmasq[184524]: read /etc/hosts - 1 names Apr 06 14:31:05.450792 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Apr 06 14:31:05.451583 osdx cfgd[1666]: [10275]Completed change to active configuration Apr 06 14:31:05.464704 osdx OSDxCLI[10275]: User 'admin' committed the configuration. Apr 06 14:31:05.519626 osdx OSDxCLI[10275]: User 'admin' left the configuration menu. Apr 06 14:31:05.626895 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Apr 06 14:31:05.697203 osdx dnsmasq[184524]: query[A] teldat.com from ::1 Apr 06 14:31:05.697279 osdx dnsmasq[184524]: forwarded teldat.com to 10.0.0.2 Apr 06 14:31:05.697591 osdx dnsmasq[184524]: reply teldat.com is 172.24.0.11 Apr 06 14:31:05.708956 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.
Valid Address IPv6
Description
Configures a simple, valid IPv6 address and checks the DNS can resolve it. There is no priority involved as a single address is in use.
Scenario
Step 1: Set the following configuration in DUT1 :
set interfaces ethernet eth0 address '10::2/64' set service dns forwarding record host teldat.com ipv4-address 172.24.0.11 set service dns forwarding record host teldat.com ipv6-address 'ff00::dead:cafe' set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Set the following configuration in DUT0 :
set interfaces ethernet eth0 address '10::1/64' set service dns forwarding logs set service dns forwarding name-server '10::2' set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 3: Ping IP address 10::2 from DUT0:
admin@DUT0$ ping 10::2 count 1 size 56 timeout 1Show output
PING 10::2(10::2) 56 data bytes 64 bytes from 10::2: icmp_seq=1 ttl=64 time=0.359 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.359/0.359/0.359/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.11Show 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
Apr 06 14:31:09.346961 osdx systemd-journald[1969]: Runtime Journal (/run/log/journal/8555dfc266884f30a3544832475c4d6c) is 1.8M, max 13.8M, 11.9M free. Apr 06 14:31:09.349698 osdx systemd-journald[1969]: Received client request to rotate journal, rotating. Apr 06 14:31:09.349764 osdx systemd-journald[1969]: Vacuuming done, freed 0B of archived journals from /run/log/journal/8555dfc266884f30a3544832475c4d6c. Apr 06 14:31:09.357711 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'system journal clear'. Apr 06 14:31:09.579965 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'system coredump delete all'. Apr 06 14:31:10.817260 osdx OSDxCLI[10275]: User 'admin' entered the configuration menu. Apr 06 14:31:10.935056 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Apr 06 14:31:10.986862 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Apr 06 14:31:11.080869 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'set service dns resolver local'. Apr 06 14:31:11.145952 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Apr 06 14:31:11.246263 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'show working'. Apr 06 14:31:11.314336 osdx ubnt-cfgd[184857]: inactive Apr 06 14:31:11.332964 osdx INFO[184863]: FRR daemons did not change Apr 06 14:31:11.357705 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Apr 06 14:31:11.394590 osdx zebra[1607]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address) Apr 06 14:31:11.403354 osdx WARNING[184931]: No supported link modes on interface eth0 Apr 06 14:31:11.405037 osdx modulelauncher[184931]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Apr 06 14:31:11.405054 osdx modulelauncher[184931]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Apr 06 14:31:11.406504 osdx modulelauncher[184931]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off -- Apr 06 14:31:11.406512 osdx modulelauncher[184931]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75. Apr 06 14:31:11.521948 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Apr 06 14:31:11.529561 osdx dnsmasq[185011]: started, version 2.90 cachesize 150 Apr 06 14:31:11.529571 osdx dnsmasq[185011]: DNS service limited to local subnets Apr 06 14:31:11.529577 osdx dnsmasq[185011]: 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 Apr 06 14:31:11.529583 osdx dnsmasq[185011]: warning: ignoring resolv-file flag because no-resolv is set Apr 06 14:31:11.529600 osdx dnsmasq[185011]: using nameserver 10::2#53 Apr 06 14:31:11.529632 osdx dnsmasq[185011]: read /etc/hosts - 1 names Apr 06 14:31:11.557387 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Apr 06 14:31:11.558497 osdx cfgd[1666]: [10275]Completed change to active configuration Apr 06 14:31:11.569347 osdx OSDxCLI[10275]: User 'admin' committed the configuration. Apr 06 14:31:11.591169 osdx OSDxCLI[10275]: User 'admin' left the configuration menu. Apr 06 14:31:12.735603 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Apr 06 14:31:13.306929 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Apr 06 14:31:13.378262 osdx dnsmasq[185011]: query[A] teldat.com from ::1 Apr 06 14:31:13.378343 osdx dnsmasq[185011]: forwarded teldat.com to 10::2 Apr 06 14:31:13.378641 osdx dnsmasq[185011]: reply teldat.com is 172.24.0.11 Apr 06 14:31:13.390454 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.
Multiple Addresses
Description
Configures two DNS addresses: one invalid and the other valid. Checks that the resolution works against the second address, while the first one does not respond.
Scenario
Step 1: Set the following configuration in DUT1 :
set interfaces ethernet eth0 address 10.0.0.2/24 set service dns forwarding record host teldat.com ipv4-address 172.24.0.11 set service dns forwarding record host teldat.com ipv6-address 'ff00::dead:cafe' set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Set the following configuration in DUT0 :
set interfaces ethernet eth0 address 10.0.0.1/24 set service dns forwarding logs set service dns forwarding name-server 10.0.0.10 priority 0 set service dns forwarding name-server 10.0.0.2 priority 1 set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 3: Ping IP address 10.0.0.2 from DUT0:
admin@DUT0$ ping 10.0.0.2 count 1 size 56 timeout 1Show output
PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data. 64 bytes from 10.0.0.2: icmp_seq=1 ttl=64 time=0.385 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.385/0.385/0.385/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.11Show 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
Apr 06 14:31:18.284625 osdx systemd-journald[1969]: Runtime Journal (/run/log/journal/8555dfc266884f30a3544832475c4d6c) is 1.8M, max 13.8M, 11.9M free. Apr 06 14:31:18.288465 osdx systemd-journald[1969]: Received client request to rotate journal, rotating. Apr 06 14:31:18.288527 osdx systemd-journald[1969]: Vacuuming done, freed 0B of archived journals from /run/log/journal/8555dfc266884f30a3544832475c4d6c. Apr 06 14:31:18.295383 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'system journal clear'. Apr 06 14:31:18.501667 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'system coredump delete all'. Apr 06 14:31:19.621105 osdx OSDxCLI[10275]: User 'admin' entered the configuration menu. Apr 06 14:31:19.698084 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Apr 06 14:31:19.782341 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Apr 06 14:31:19.897672 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'set service dns resolver local'. Apr 06 14:31:20.006352 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Apr 06 14:31:20.108814 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Apr 06 14:31:20.182646 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'show working'. Apr 06 14:31:20.275423 osdx ubnt-cfgd[185355]: inactive Apr 06 14:31:20.292536 osdx INFO[185361]: FRR daemons did not change Apr 06 14:31:20.312469 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Apr 06 14:31:20.360011 osdx WARNING[185429]: No supported link modes on interface eth0 Apr 06 14:31:20.361324 osdx modulelauncher[185429]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Apr 06 14:31:20.361343 osdx modulelauncher[185429]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Apr 06 14:31:20.362382 osdx modulelauncher[185429]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off -- Apr 06 14:31:20.362390 osdx modulelauncher[185429]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75. Apr 06 14:31:20.468780 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Apr 06 14:31:20.478955 osdx dnsmasq[185509]: started, version 2.90 cachesize 150 Apr 06 14:31:20.478966 osdx dnsmasq[185509]: DNS service limited to local subnets Apr 06 14:31:20.478971 osdx dnsmasq[185509]: 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 Apr 06 14:31:20.478978 osdx dnsmasq[185509]: warning: ignoring resolv-file flag because no-resolv is set Apr 06 14:31:20.478994 osdx dnsmasq[185509]: using nameserver 10.0.0.10#53 Apr 06 14:31:20.478999 osdx dnsmasq[185509]: using nameserver 10.0.0.2#53 Apr 06 14:31:20.479033 osdx dnsmasq[185509]: read /etc/hosts - 1 names Apr 06 14:31:20.507416 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Apr 06 14:31:20.508245 osdx cfgd[1666]: [10275]Completed change to active configuration Apr 06 14:31:20.522270 osdx OSDxCLI[10275]: User 'admin' committed the configuration. Apr 06 14:31:20.538318 osdx OSDxCLI[10275]: User 'admin' left the configuration menu. Apr 06 14:31:20.680932 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Apr 06 14:31:20.753811 osdx dnsmasq[185509]: query[A] teldat.com from ::1 Apr 06 14:31:20.753883 osdx dnsmasq[185509]: forwarded teldat.com to 10.0.0.10 Apr 06 14:31:21.754231 osdx dnsmasq[185509]: query[A] teldat.com from ::1 Apr 06 14:31:22.755328 osdx dnsmasq[185509]: query[A] teldat.com from 127.0.0.1 Apr 06 14:31:22.755381 osdx dnsmasq[185509]: forwarded teldat.com to 10.0.0.2 Apr 06 14:31:22.755716 osdx dnsmasq[185509]: reply teldat.com is 172.24.0.11 Apr 06 14:31:22.757585 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.
Multiple IPv6 Addresses
Description
Configures two IPv6 DNS addresses: one invalid and the other valid. Checks that the resolution works against the second address, while the first one does not respond.
Scenario
Step 1: Set the following configuration in DUT1 :
set interfaces ethernet eth0 address '10::2/64' set service dns forwarding record host teldat.com ipv4-address 172.24.0.11 set service dns forwarding record host teldat.com ipv6-address 'ff00::dead:cafe' set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Set the following configuration in DUT0 :
set interfaces ethernet eth0 address '10::1/64' set service dns forwarding logs set service dns forwarding name-server '10::10' priority 0 set service dns forwarding name-server '10::2' priority 1 set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 3: Ping IP address 10::2 from DUT0:
admin@DUT0$ ping 10::2 count 1 size 56 timeout 1Show output
PING 10::2(10::2) 56 data bytes 64 bytes from 10::2: icmp_seq=1 ttl=64 time=0.298 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.298/0.298/0.298/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.11Show 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
Apr 06 14:31:26.000172 osdx systemd-timedated[173966]: Changed local time to Mon 2026-04-06 14:31:26 UTC Apr 06 14:31:26.001575 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'set date 2026-04-06 14:31:26'. Apr 06 14:31:26.002476 osdx systemd-journald[1969]: Time jumped backwards, rotating. Apr 06 14:31:26.285355 osdx systemd-journald[1969]: Runtime Journal (/run/log/journal/8555dfc266884f30a3544832475c4d6c) is 1.8M, max 13.8M, 11.9M free. Apr 06 14:31:26.286481 osdx systemd-journald[1969]: Received client request to rotate journal, rotating. Apr 06 14:31:26.286521 osdx systemd-journald[1969]: Vacuuming done, freed 0B of archived journals from /run/log/journal/8555dfc266884f30a3544832475c4d6c. Apr 06 14:31:26.295179 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'system journal clear'. Apr 06 14:31:26.495826 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'system coredump delete all'. Apr 06 14:31:27.625937 osdx OSDxCLI[10275]: User 'admin' entered the configuration menu. Apr 06 14:31:27.754461 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Apr 06 14:31:27.805844 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Apr 06 14:31:27.901486 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'set service dns resolver local'. Apr 06 14:31:28.006183 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Apr 06 14:31:28.076943 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Apr 06 14:31:28.178663 osdx OSDxCLI[10275]: User 'admin' added a new cfg line: 'show working'. Apr 06 14:31:28.239164 osdx ubnt-cfgd[185849]: inactive Apr 06 14:31:28.260706 osdx INFO[185855]: FRR daemons did not change Apr 06 14:31:28.282488 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Apr 06 14:31:28.316087 osdx zebra[1607]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address) Apr 06 14:31:28.324300 osdx WARNING[185923]: No supported link modes on interface eth0 Apr 06 14:31:28.325622 osdx modulelauncher[185923]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Apr 06 14:31:28.325638 osdx modulelauncher[185923]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Apr 06 14:31:28.326899 osdx modulelauncher[185923]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off -- Apr 06 14:31:28.326908 osdx modulelauncher[185923]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75. Apr 06 14:31:28.434935 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Apr 06 14:31:28.443097 osdx dnsmasq[186003]: started, version 2.90 cachesize 150 Apr 06 14:31:28.443114 osdx dnsmasq[186003]: DNS service limited to local subnets Apr 06 14:31:28.443120 osdx dnsmasq[186003]: 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 Apr 06 14:31:28.443128 osdx dnsmasq[186003]: warning: ignoring resolv-file flag because no-resolv is set Apr 06 14:31:28.443146 osdx dnsmasq[186003]: using nameserver 10::10#53 Apr 06 14:31:28.443157 osdx dnsmasq[186003]: using nameserver 10::2#53 Apr 06 14:31:28.443198 osdx dnsmasq[186003]: read /etc/hosts - 1 names Apr 06 14:31:28.473153 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Apr 06 14:31:28.473922 osdx cfgd[1666]: [10275]Completed change to active configuration Apr 06 14:31:28.485458 osdx OSDxCLI[10275]: User 'admin' committed the configuration. Apr 06 14:31:28.517189 osdx OSDxCLI[10275]: User 'admin' left the configuration menu. Apr 06 14:31:28.824953 osdx zebra[1607]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address) Apr 06 14:31:29.668821 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Apr 06 14:31:30.238994 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Apr 06 14:31:30.308450 osdx dnsmasq[186003]: query[A] teldat.com from ::1 Apr 06 14:31:30.308510 osdx dnsmasq[186003]: forwarded teldat.com to 10::10 Apr 06 14:31:31.309281 osdx dnsmasq[186003]: query[A] teldat.com from ::1 Apr 06 14:31:32.310330 osdx dnsmasq[186003]: query[A] teldat.com from 127.0.0.1 Apr 06 14:31:32.310374 osdx dnsmasq[186003]: forwarded teldat.com to 10::2 Apr 06 14:31:32.310653 osdx dnsmasq[186003]: reply teldat.com is 172.24.0.11 Apr 06 14:31:32.312254 osdx OSDxCLI[10275]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.