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.507 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.507/0.507/0.507/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 16 20:17:08.326479 osdx systemd-journald[126917]: Runtime Journal (/run/log/journal/a3fecc5be5e949c7a083b0adeea4bb21) is 1.8M, max 13.8M, 11.9M free. Apr 16 20:17:08.328443 osdx systemd-journald[126917]: Received client request to rotate journal, rotating. Apr 16 20:17:08.328502 osdx systemd-journald[126917]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a3fecc5be5e949c7a083b0adeea4bb21. Apr 16 20:17:08.340945 osdx OSDxCLI[514199]: User 'admin' executed a new command: 'system journal clear'. Apr 16 20:17:08.666766 osdx OSDxCLI[514199]: User 'admin' executed a new command: 'system coredump delete all'. Apr 16 20:17:10.173456 osdx OSDxCLI[514199]: User 'admin' entered the configuration menu. Apr 16 20:17:10.340457 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Apr 16 20:17:10.402380 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Apr 16 20:17:10.509765 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'set service dns resolver local'. Apr 16 20:17:10.620946 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Apr 16 20:17:10.738585 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'show working'. Apr 16 20:17:10.801089 osdx ubnt-cfgd[758446]: inactive Apr 16 20:17:10.820460 osdx INFO[758452]: FRR daemons did not change Apr 16 20:17:10.848445 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Apr 16 20:17:10.892379 osdx WARNING[758521]: No supported link modes on interface eth0 Apr 16 20:17:10.893850 osdx modulelauncher[758521]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Apr 16 20:17:10.893868 osdx modulelauncher[758521]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Apr 16 20:17:10.895077 osdx modulelauncher[758521]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off -- Apr 16 20:17:10.895086 osdx modulelauncher[758521]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75. Apr 16 20:17:11.024863 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Apr 16 20:17:11.032987 osdx dnsmasq[758600]: started, version 2.90 cachesize 150 Apr 16 20:17:11.032997 osdx dnsmasq[758600]: DNS service limited to local subnets Apr 16 20:17:11.033003 osdx dnsmasq[758600]: 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 16 20:17:11.033010 osdx dnsmasq[758600]: warning: ignoring resolv-file flag because no-resolv is set Apr 16 20:17:11.033030 osdx dnsmasq[758600]: using nameserver 10.0.0.2#53 Apr 16 20:17:11.033076 osdx dnsmasq[758600]: read /etc/hosts - 1 names Apr 16 20:17:11.065198 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Apr 16 20:17:11.066166 osdx cfgd[1833]: [514199]Completed change to active configuration Apr 16 20:17:11.079252 osdx OSDxCLI[514199]: User 'admin' committed the configuration. Apr 16 20:17:11.096100 osdx OSDxCLI[514199]: User 'admin' left the configuration menu. Apr 16 20:17:11.265480 osdx OSDxCLI[514199]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Apr 16 20:17:11.336110 osdx dnsmasq[758600]: query[A] teldat.com from ::1 Apr 16 20:17:11.336199 osdx dnsmasq[758600]: forwarded teldat.com to 10.0.0.2 Apr 16 20:17:11.336500 osdx dnsmasq[758600]: reply teldat.com is 172.24.0.11 Apr 16 20:17:11.338334 osdx OSDxCLI[514199]: 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.507 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.507/0.507/0.507/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 16 20:17:17.352622 osdx systemd-journald[126917]: Runtime Journal (/run/log/journal/a3fecc5be5e949c7a083b0adeea4bb21) is 1.8M, max 13.8M, 11.9M free. Apr 16 20:17:17.355658 osdx systemd-journald[126917]: Received client request to rotate journal, rotating. Apr 16 20:17:17.355715 osdx systemd-journald[126917]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a3fecc5be5e949c7a083b0adeea4bb21. Apr 16 20:17:17.363108 osdx OSDxCLI[514199]: User 'admin' executed a new command: 'system journal clear'. Apr 16 20:17:17.570058 osdx OSDxCLI[514199]: User 'admin' executed a new command: 'system coredump delete all'. Apr 16 20:17:18.871780 osdx OSDxCLI[514199]: User 'admin' entered the configuration menu. Apr 16 20:17:18.969297 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Apr 16 20:17:19.066835 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Apr 16 20:17:19.150322 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'set service dns resolver local'. Apr 16 20:17:19.206876 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Apr 16 20:17:19.314830 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'show working'. Apr 16 20:17:19.388823 osdx ubnt-cfgd[758947]: inactive Apr 16 20:17:19.424874 osdx INFO[758953]: FRR daemons did not change Apr 16 20:17:19.455693 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Apr 16 20:17:19.488467 osdx zebra[595831]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address) Apr 16 20:17:19.497833 osdx WARNING[759022]: No supported link modes on interface eth0 Apr 16 20:17:19.499204 osdx modulelauncher[759022]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Apr 16 20:17:19.499218 osdx modulelauncher[759022]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Apr 16 20:17:19.500556 osdx modulelauncher[759022]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off -- Apr 16 20:17:19.500564 osdx modulelauncher[759022]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75. Apr 16 20:17:19.628071 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Apr 16 20:17:19.635768 osdx dnsmasq[759101]: started, version 2.90 cachesize 150 Apr 16 20:17:19.635780 osdx dnsmasq[759101]: DNS service limited to local subnets Apr 16 20:17:19.635788 osdx dnsmasq[759101]: 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 16 20:17:19.635797 osdx dnsmasq[759101]: warning: ignoring resolv-file flag because no-resolv is set Apr 16 20:17:19.635819 osdx dnsmasq[759101]: using nameserver 10::2#53 Apr 16 20:17:19.635868 osdx dnsmasq[759101]: read /etc/hosts - 1 names Apr 16 20:17:19.667768 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Apr 16 20:17:19.668481 osdx cfgd[1833]: [514199]Completed change to active configuration Apr 16 20:17:19.679799 osdx OSDxCLI[514199]: User 'admin' committed the configuration. Apr 16 20:17:19.696221 osdx OSDxCLI[514199]: User 'admin' left the configuration menu. Apr 16 20:17:20.851915 osdx OSDxCLI[514199]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Apr 16 20:17:21.448589 osdx OSDxCLI[514199]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Apr 16 20:17:21.546918 osdx dnsmasq[759101]: query[A] teldat.com from ::1 Apr 16 20:17:21.547118 osdx dnsmasq[759101]: forwarded teldat.com to 10::2 Apr 16 20:17:21.549996 osdx dnsmasq[759101]: reply teldat.com is 172.24.0.11 Apr 16 20:17:21.567595 osdx OSDxCLI[514199]: 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=1.16 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 1.156/1.156/1.156/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 16 20:17:26.420817 osdx systemd-journald[126917]: Runtime Journal (/run/log/journal/a3fecc5be5e949c7a083b0adeea4bb21) is 1.8M, max 13.8M, 11.9M free. Apr 16 20:17:26.421933 osdx systemd-journald[126917]: Received client request to rotate journal, rotating. Apr 16 20:17:26.421985 osdx systemd-journald[126917]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a3fecc5be5e949c7a083b0adeea4bb21. Apr 16 20:17:26.453303 osdx OSDxCLI[514199]: User 'admin' executed a new command: 'system journal clear'. Apr 16 20:17:26.799056 osdx OSDxCLI[514199]: User 'admin' executed a new command: 'system coredump delete all'. Apr 16 20:17:28.308530 osdx OSDxCLI[514199]: User 'admin' entered the configuration menu. Apr 16 20:17:28.449805 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Apr 16 20:17:28.512416 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Apr 16 20:17:28.608336 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'set service dns resolver local'. Apr 16 20:17:28.707701 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Apr 16 20:17:28.854933 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Apr 16 20:17:28.983887 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'show working'. Apr 16 20:17:29.083282 osdx ubnt-cfgd[759454]: inactive Apr 16 20:17:29.104531 osdx INFO[759460]: FRR daemons did not change Apr 16 20:17:29.141909 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Apr 16 20:17:29.185771 osdx WARNING[759529]: No supported link modes on interface eth0 Apr 16 20:17:29.187269 osdx modulelauncher[759529]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Apr 16 20:17:29.187283 osdx modulelauncher[759529]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Apr 16 20:17:29.188758 osdx modulelauncher[759529]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off -- Apr 16 20:17:29.188768 osdx modulelauncher[759529]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75. Apr 16 20:17:29.310250 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Apr 16 20:17:29.317733 osdx dnsmasq[759608]: started, version 2.90 cachesize 150 Apr 16 20:17:29.317742 osdx dnsmasq[759608]: DNS service limited to local subnets Apr 16 20:17:29.317748 osdx dnsmasq[759608]: 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 16 20:17:29.317755 osdx dnsmasq[759608]: warning: ignoring resolv-file flag because no-resolv is set Apr 16 20:17:29.317772 osdx dnsmasq[759608]: using nameserver 10.0.0.10#53 Apr 16 20:17:29.317778 osdx dnsmasq[759608]: using nameserver 10.0.0.2#53 Apr 16 20:17:29.317814 osdx dnsmasq[759608]: read /etc/hosts - 1 names Apr 16 20:17:29.352446 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Apr 16 20:17:29.353255 osdx cfgd[1833]: [514199]Completed change to active configuration Apr 16 20:17:29.365500 osdx OSDxCLI[514199]: User 'admin' committed the configuration. Apr 16 20:17:29.391127 osdx OSDxCLI[514199]: User 'admin' left the configuration menu. Apr 16 20:17:29.560286 osdx OSDxCLI[514199]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Apr 16 20:17:29.638996 osdx dnsmasq[759608]: query[A] teldat.com from ::1 Apr 16 20:17:29.639089 osdx dnsmasq[759608]: forwarded teldat.com to 10.0.0.10 Apr 16 20:17:30.639995 osdx dnsmasq[759608]: query[A] teldat.com from ::1 Apr 16 20:17:31.639788 osdx dnsmasq[759608]: query[A] teldat.com from 127.0.0.1 Apr 16 20:17:31.639840 osdx dnsmasq[759608]: forwarded teldat.com to 10.0.0.2 Apr 16 20:17:31.640144 osdx dnsmasq[759608]: reply teldat.com is 172.24.0.11 Apr 16 20:17:31.641863 osdx OSDxCLI[514199]: 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=466 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 466.126/466.126/466.126/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 16 20:17:36.346215 osdx systemd-journald[126917]: Runtime Journal (/run/log/journal/a3fecc5be5e949c7a083b0adeea4bb21) is 3.4M, max 13.8M, 10.3M free. Apr 16 20:17:36.348522 osdx systemd-journald[126917]: Received client request to rotate journal, rotating. Apr 16 20:17:36.348591 osdx systemd-journald[126917]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a3fecc5be5e949c7a083b0adeea4bb21. Apr 16 20:17:36.359463 osdx OSDxCLI[514199]: User 'admin' executed a new command: 'system journal clear'. Apr 16 20:17:36.639367 osdx OSDxCLI[514199]: User 'admin' executed a new command: 'system coredump delete all'. Apr 16 20:17:38.104848 osdx OSDxCLI[514199]: User 'admin' entered the configuration menu. Apr 16 20:17:38.244565 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Apr 16 20:17:38.335880 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Apr 16 20:17:38.400249 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'set service dns resolver local'. Apr 16 20:17:38.516590 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Apr 16 20:17:38.631215 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Apr 16 20:17:38.707891 osdx OSDxCLI[514199]: User 'admin' added a new cfg line: 'show working'. Apr 16 20:17:38.816691 osdx ubnt-cfgd[759956]: inactive Apr 16 20:17:38.837550 osdx INFO[759962]: FRR daemons did not change Apr 16 20:17:38.868526 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Apr 16 20:17:38.907837 osdx zebra[595831]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address) Apr 16 20:17:38.918845 osdx WARNING[760031]: No supported link modes on interface eth0 Apr 16 20:17:38.920653 osdx modulelauncher[760031]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Apr 16 20:17:38.920668 osdx modulelauncher[760031]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Apr 16 20:17:38.922032 osdx modulelauncher[760031]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off -- Apr 16 20:17:38.922042 osdx modulelauncher[760031]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75. Apr 16 20:17:39.040873 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Apr 16 20:17:39.049273 osdx dnsmasq[760110]: started, version 2.90 cachesize 150 Apr 16 20:17:39.049285 osdx dnsmasq[760110]: DNS service limited to local subnets Apr 16 20:17:39.049291 osdx dnsmasq[760110]: 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 16 20:17:39.049300 osdx dnsmasq[760110]: warning: ignoring resolv-file flag because no-resolv is set Apr 16 20:17:39.049320 osdx dnsmasq[760110]: using nameserver 10::10#53 Apr 16 20:17:39.049326 osdx dnsmasq[760110]: using nameserver 10::2#53 Apr 16 20:17:39.049363 osdx dnsmasq[760110]: read /etc/hosts - 1 names Apr 16 20:17:39.079115 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Apr 16 20:17:39.080049 osdx cfgd[1833]: [514199]Completed change to active configuration Apr 16 20:17:39.092750 osdx OSDxCLI[514199]: User 'admin' committed the configuration. Apr 16 20:17:39.109167 osdx OSDxCLI[514199]: User 'admin' left the configuration menu. Apr 16 20:17:39.376903 osdx zebra[595831]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address) Apr 16 20:17:40.343776 osdx OSDxCLI[514199]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Apr 16 20:17:40.376960 osdx zebra[595831]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address) Apr 16 20:17:41.400013 osdx OSDxCLI[514199]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Apr 16 20:17:41.526257 osdx dnsmasq[760110]: query[A] teldat.com from ::1 Apr 16 20:17:41.526355 osdx dnsmasq[760110]: forwarded teldat.com to 10::10 Apr 16 20:17:42.527337 osdx dnsmasq[760110]: query[A] teldat.com from ::1 Apr 16 20:17:43.528274 osdx dnsmasq[760110]: query[A] teldat.com from 127.0.0.1 Apr 16 20:17:43.528323 osdx dnsmasq[760110]: forwarded teldat.com to 10::2 Apr 16 20:17:43.528648 osdx dnsmasq[760110]: reply teldat.com is 172.24.0.11 Apr 16 20:17:43.530615 osdx OSDxCLI[514199]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.