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.450 ms --- 10.0.0.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.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
Mar 23 10:28:25.290265 osdx systemd-journald[2086]: Runtime Journal (/run/log/journal/6b3b4e4818aa404284bc644df40f6904) is 1.8M, max 13.8M, 11.9M free. Mar 23 10:28:25.290885 osdx systemd-journald[2086]: Received client request to rotate journal, rotating. Mar 23 10:28:25.290927 osdx systemd-journald[2086]: Vacuuming done, freed 0B of archived journals from /run/log/journal/6b3b4e4818aa404284bc644df40f6904. Mar 23 10:28:25.301630 osdx OSDxCLI[140369]: User 'admin' executed a new command: 'system journal clear'. Mar 23 10:28:25.537491 osdx OSDxCLI[140369]: User 'admin' executed a new command: 'system coredump delete all'. Mar 23 10:28:26.734661 osdx OSDxCLI[140369]: User 'admin' entered the configuration menu. Mar 23 10:28:26.821603 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Mar 23 10:28:26.886862 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Mar 23 10:28:26.997348 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'set service dns resolver local'. Mar 23 10:28:27.113525 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Mar 23 10:28:27.228618 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'show working'. Mar 23 10:28:27.304842 osdx ubnt-cfgd[321538]: inactive Mar 23 10:28:27.326503 osdx INFO[321544]: FRR daemons did not change Mar 23 10:28:27.358888 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Mar 23 10:28:27.400796 osdx WARNING[321613]: No supported link modes on interface eth0 Mar 23 10:28:27.402263 osdx modulelauncher[321613]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Mar 23 10:28:27.402277 osdx modulelauncher[321613]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Mar 23 10:28:27.403484 osdx modulelauncher[321613]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off -- Mar 23 10:28:27.403493 osdx modulelauncher[321613]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75. Mar 23 10:28:27.527283 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Mar 23 10:28:27.535670 osdx dnsmasq[321692]: started, version 2.90 cachesize 150 Mar 23 10:28:27.535681 osdx dnsmasq[321692]: DNS service limited to local subnets Mar 23 10:28:27.535687 osdx dnsmasq[321692]: 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 23 10:28:27.535693 osdx dnsmasq[321692]: warning: ignoring resolv-file flag because no-resolv is set Mar 23 10:28:27.535710 osdx dnsmasq[321692]: using nameserver 10.0.0.2#53 Mar 23 10:28:27.535751 osdx dnsmasq[321692]: read /etc/hosts - 1 names Mar 23 10:28:27.570909 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Mar 23 10:28:27.571863 osdx cfgd[1828]: [140369]Completed change to active configuration Mar 23 10:28:27.583274 osdx OSDxCLI[140369]: User 'admin' committed the configuration. Mar 23 10:28:27.605343 osdx OSDxCLI[140369]: User 'admin' left the configuration menu. Mar 23 10:28:27.767455 osdx OSDxCLI[140369]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Mar 23 10:28:27.855378 osdx dnsmasq[321692]: query[A] teldat.com from ::1 Mar 23 10:28:27.855444 osdx dnsmasq[321692]: forwarded teldat.com to 10.0.0.2 Mar 23 10:28:27.855815 osdx dnsmasq[321692]: reply teldat.com is 172.24.0.11 Mar 23 10:28:27.867564 osdx OSDxCLI[140369]: 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=442 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 442.317/442.317/442.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.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
Mar 23 10:28:33.349529 osdx systemd-journald[2086]: Runtime Journal (/run/log/journal/6b3b4e4818aa404284bc644df40f6904) is 1.8M, max 13.8M, 11.9M free. Mar 23 10:28:33.352424 osdx systemd-journald[2086]: Received client request to rotate journal, rotating. Mar 23 10:28:33.352508 osdx systemd-journald[2086]: Vacuuming done, freed 0B of archived journals from /run/log/journal/6b3b4e4818aa404284bc644df40f6904. Mar 23 10:28:33.361800 osdx OSDxCLI[140369]: User 'admin' executed a new command: 'system journal clear'. Mar 23 10:28:33.659031 osdx OSDxCLI[140369]: User 'admin' executed a new command: 'system coredump delete all'. Mar 23 10:28:34.913619 osdx OSDxCLI[140369]: User 'admin' entered the configuration menu. Mar 23 10:28:35.022986 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Mar 23 10:28:35.146724 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Mar 23 10:28:35.223808 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'set service dns resolver local'. Mar 23 10:28:35.323085 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Mar 23 10:28:35.426332 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'show working'. Mar 23 10:28:35.534671 osdx ubnt-cfgd[322038]: inactive Mar 23 10:28:35.557364 osdx INFO[322044]: FRR daemons did not change Mar 23 10:28:35.588442 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Mar 23 10:28:35.627649 osdx zebra[153685]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address) Mar 23 10:28:35.636084 osdx WARNING[322113]: No supported link modes on interface eth0 Mar 23 10:28:35.637961 osdx modulelauncher[322113]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Mar 23 10:28:35.637994 osdx modulelauncher[322113]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Mar 23 10:28:35.639260 osdx modulelauncher[322113]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off -- Mar 23 10:28:35.639273 osdx modulelauncher[322113]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75. Mar 23 10:28:35.744855 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Mar 23 10:28:35.754863 osdx dnsmasq[322192]: started, version 2.90 cachesize 150 Mar 23 10:28:35.754874 osdx dnsmasq[322192]: DNS service limited to local subnets Mar 23 10:28:35.754880 osdx dnsmasq[322192]: 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 23 10:28:35.754887 osdx dnsmasq[322192]: warning: ignoring resolv-file flag because no-resolv is set Mar 23 10:28:35.754904 osdx dnsmasq[322192]: using nameserver 10::2#53 Mar 23 10:28:35.754938 osdx dnsmasq[322192]: read /etc/hosts - 1 names Mar 23 10:28:35.787620 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Mar 23 10:28:35.788764 osdx cfgd[1828]: [140369]Completed change to active configuration Mar 23 10:28:35.803685 osdx OSDxCLI[140369]: User 'admin' committed the configuration. Mar 23 10:28:35.833242 osdx OSDxCLI[140369]: User 'admin' left the configuration menu. Mar 23 10:28:36.986758 osdx OSDxCLI[140369]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Mar 23 10:28:38.019629 osdx OSDxCLI[140369]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Mar 23 10:28:38.092035 osdx dnsmasq[322192]: query[A] teldat.com from ::1 Mar 23 10:28:38.092106 osdx dnsmasq[322192]: forwarded teldat.com to 10::2 Mar 23 10:28:38.092472 osdx dnsmasq[322192]: reply teldat.com is 172.24.0.11 Mar 23 10:28:38.104053 osdx OSDxCLI[140369]: 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.669 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.669/0.669/0.669/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
Mar 23 10:28:42.283568 osdx systemd-journald[2086]: Runtime Journal (/run/log/journal/6b3b4e4818aa404284bc644df40f6904) is 1.8M, max 13.8M, 11.9M free. Mar 23 10:28:42.285239 osdx systemd-journald[2086]: Received client request to rotate journal, rotating. Mar 23 10:28:42.285301 osdx systemd-journald[2086]: Vacuuming done, freed 0B of archived journals from /run/log/journal/6b3b4e4818aa404284bc644df40f6904. Mar 23 10:28:42.293049 osdx OSDxCLI[140369]: User 'admin' executed a new command: 'system journal clear'. Mar 23 10:28:42.514842 osdx OSDxCLI[140369]: User 'admin' executed a new command: 'system coredump delete all'. Mar 23 10:28:43.779770 osdx OSDxCLI[140369]: User 'admin' entered the configuration menu. Mar 23 10:28:43.863212 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Mar 23 10:28:43.935000 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Mar 23 10:28:44.038680 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'set service dns resolver local'. Mar 23 10:28:44.138590 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Mar 23 10:28:44.202338 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Mar 23 10:28:44.317981 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'show working'. Mar 23 10:28:44.409638 osdx ubnt-cfgd[322546]: inactive Mar 23 10:28:44.431944 osdx INFO[322552]: FRR daemons did not change Mar 23 10:28:44.465249 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Mar 23 10:28:44.517763 osdx WARNING[322621]: No supported link modes on interface eth0 Mar 23 10:28:44.519474 osdx modulelauncher[322621]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Mar 23 10:28:44.519493 osdx modulelauncher[322621]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Mar 23 10:28:44.520956 osdx modulelauncher[322621]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off -- Mar 23 10:28:44.520966 osdx modulelauncher[322621]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75. Mar 23 10:28:44.665641 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Mar 23 10:28:44.674528 osdx dnsmasq[322700]: started, version 2.90 cachesize 150 Mar 23 10:28:44.674540 osdx dnsmasq[322700]: DNS service limited to local subnets Mar 23 10:28:44.674548 osdx dnsmasq[322700]: 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 23 10:28:44.674560 osdx dnsmasq[322700]: warning: ignoring resolv-file flag because no-resolv is set Mar 23 10:28:44.674588 osdx dnsmasq[322700]: using nameserver 10.0.0.10#53 Mar 23 10:28:44.674595 osdx dnsmasq[322700]: using nameserver 10.0.0.2#53 Mar 23 10:28:44.674636 osdx dnsmasq[322700]: read /etc/hosts - 1 names Mar 23 10:28:44.708151 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Mar 23 10:28:44.709099 osdx cfgd[1828]: [140369]Completed change to active configuration Mar 23 10:28:44.725836 osdx OSDxCLI[140369]: User 'admin' committed the configuration. Mar 23 10:28:44.746755 osdx OSDxCLI[140369]: User 'admin' left the configuration menu. Mar 23 10:28:44.898032 osdx OSDxCLI[140369]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Mar 23 10:28:44.999016 osdx dnsmasq[322700]: query[A] teldat.com from ::1 Mar 23 10:28:44.999263 osdx dnsmasq[322700]: forwarded teldat.com to 10.0.0.10 Mar 23 10:28:45.999578 osdx dnsmasq[322700]: query[A] teldat.com from ::1 Mar 23 10:28:47.000547 osdx dnsmasq[322700]: query[A] teldat.com from 127.0.0.1 Mar 23 10:28:47.000669 osdx dnsmasq[322700]: forwarded teldat.com to 10.0.0.2 Mar 23 10:28:47.000942 osdx dnsmasq[322700]: reply teldat.com is 172.24.0.11 Mar 23 10:28:47.012894 osdx OSDxCLI[140369]: 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=447 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 446.628/446.628/446.628/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
Mar 23 10:28:52.318515 osdx systemd-journald[2086]: Runtime Journal (/run/log/journal/6b3b4e4818aa404284bc644df40f6904) is 1.8M, max 13.8M, 11.9M free. Mar 23 10:28:52.319117 osdx systemd-journald[2086]: Received client request to rotate journal, rotating. Mar 23 10:28:52.319154 osdx systemd-journald[2086]: Vacuuming done, freed 0B of archived journals from /run/log/journal/6b3b4e4818aa404284bc644df40f6904. Mar 23 10:28:52.329894 osdx OSDxCLI[140369]: User 'admin' executed a new command: 'system journal clear'. Mar 23 10:28:52.608007 osdx OSDxCLI[140369]: User 'admin' executed a new command: 'system coredump delete all'. Mar 23 10:28:54.058434 osdx OSDxCLI[140369]: User 'admin' entered the configuration menu. Mar 23 10:28:54.171964 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Mar 23 10:28:54.223186 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Mar 23 10:28:54.318097 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'set service dns resolver local'. Mar 23 10:28:54.372741 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Mar 23 10:28:54.468898 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Mar 23 10:28:54.532820 osdx OSDxCLI[140369]: User 'admin' added a new cfg line: 'show working'. Mar 23 10:28:54.612603 osdx ubnt-cfgd[323047]: inactive Mar 23 10:28:54.630778 osdx INFO[323053]: FRR daemons did not change Mar 23 10:28:54.658706 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Mar 23 10:28:54.690892 osdx zebra[153685]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address) Mar 23 10:28:54.699441 osdx WARNING[323122]: No supported link modes on interface eth0 Mar 23 10:28:54.701158 osdx modulelauncher[323122]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Mar 23 10:28:54.701171 osdx modulelauncher[323122]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Mar 23 10:28:54.702579 osdx modulelauncher[323122]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off -- Mar 23 10:28:54.702587 osdx modulelauncher[323122]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75. Mar 23 10:28:54.830985 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Mar 23 10:28:54.838274 osdx dnsmasq[323201]: started, version 2.90 cachesize 150 Mar 23 10:28:54.838283 osdx dnsmasq[323201]: DNS service limited to local subnets Mar 23 10:28:54.838289 osdx dnsmasq[323201]: 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 23 10:28:54.838296 osdx dnsmasq[323201]: warning: ignoring resolv-file flag because no-resolv is set Mar 23 10:28:54.838311 osdx dnsmasq[323201]: using nameserver 10::10#53 Mar 23 10:28:54.838317 osdx dnsmasq[323201]: using nameserver 10::2#53 Mar 23 10:28:54.838350 osdx dnsmasq[323201]: read /etc/hosts - 1 names Mar 23 10:28:54.863824 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Mar 23 10:28:54.864602 osdx cfgd[1828]: [140369]Completed change to active configuration Mar 23 10:28:54.875686 osdx OSDxCLI[140369]: User 'admin' committed the configuration. Mar 23 10:28:54.900755 osdx OSDxCLI[140369]: User 'admin' left the configuration menu. Mar 23 10:28:55.193599 osdx zebra[153685]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address) Mar 23 10:28:56.038289 osdx OSDxCLI[140369]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Mar 23 10:28:57.065529 osdx OSDxCLI[140369]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Mar 23 10:28:57.146486 osdx dnsmasq[323201]: query[A] teldat.com from ::1 Mar 23 10:28:57.146556 osdx dnsmasq[323201]: forwarded teldat.com to 10::10 Mar 23 10:28:58.147204 osdx dnsmasq[323201]: query[A] teldat.com from ::1 Mar 23 10:28:59.148322 osdx dnsmasq[323201]: query[A] teldat.com from 127.0.0.1 Mar 23 10:28:59.148377 osdx dnsmasq[323201]: forwarded teldat.com to 10::2 Mar 23 10:28:59.148963 osdx dnsmasq[323201]: reply teldat.com is 172.24.0.11 Mar 23 10:28:59.162232 osdx OSDxCLI[140369]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.