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 the 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.277 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.277/0.277/0.277/0.000 ms
Step 4: Run the command show host lookup teldat.com type A wait 0 on DUT0 and check whether the output contains the following tokens:
172.24.0.11Show output
teldat.com has address 172.24.0.11
Step 5: Run the command system journal show | cat on DUT0 and expect the following output:
Show output
May 19 17:54:02.326741 osdx systemd-journald[505760]: Runtime Journal (/run/log/journal/d1b141b298644f3ea5560bad25bf4943) is 1.7M, max 13.8M, 12.0M free. May 19 17:54:02.330139 osdx systemd-journald[505760]: Received client request to rotate journal, rotating. May 19 17:54:02.330205 osdx systemd-journald[505760]: Vacuuming done, freed 0B of archived journals from /run/log/journal/d1b141b298644f3ea5560bad25bf4943. May 19 17:54:02.336897 osdx OSDxCLI[673163]: User 'admin' executed a new command: 'system journal clear'. May 19 17:54:02.562258 osdx OSDxCLI[673163]: User 'admin' executed a new command: 'system coredump delete all'. May 19 17:54:03.873779 osdx OSDxCLI[673163]: User 'admin' entered the configuration menu. May 19 17:54:03.950992 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. May 19 17:54:04.019678 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. May 19 17:54:04.069465 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'set service dns resolver local'. May 19 17:54:04.161321 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. May 19 17:54:04.221190 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'show working'. May 19 17:54:04.310681 osdx ubnt-cfgd[723038]: inactive May 19 17:54:04.328889 osdx INFO[723045]: FRR daemons did not change May 19 17:54:04.354141 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 May 19 17:54:04.399478 osdx WARNING[723116]: No supported link modes on interface eth0 May 19 17:54:04.400762 osdx modulelauncher[723116]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on May 19 17:54:04.400773 osdx modulelauncher[723116]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. May 19 17:54:04.401889 osdx modulelauncher[723116]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off -- May 19 17:54:04.401896 osdx modulelauncher[723116]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75. May 19 17:54:04.502468 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... May 19 17:54:04.514982 osdx dnsmasq[723187]: started, version 2.90 cachesize 150 May 19 17:54:04.514999 osdx dnsmasq[723187]: DNS service limited to local subnets May 19 17:54:04.515014 osdx dnsmasq[723187]: 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 May 19 17:54:04.515027 osdx dnsmasq[723187]: warning: ignoring resolv-file flag because no-resolv is set May 19 17:54:04.515060 osdx dnsmasq[723187]: using nameserver 10.0.0.2#53 May 19 17:54:04.515118 osdx dnsmasq[723187]: read /etc/hosts - 1 names May 19 17:54:04.541225 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. May 19 17:54:04.701175 osdx cfgd[1918]: [673163]Completed change to active configuration May 19 17:54:04.701710 osdx OSDxCLI[673163]: User 'admin' committed the configuration. May 19 17:54:04.718353 osdx OSDxCLI[673163]: User 'admin' left the configuration menu. May 19 17:54:04.858644 osdx OSDxCLI[673163]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. May 19 17:54:04.926185 osdx dnsmasq[723187]: query[A] teldat.com from ::1 May 19 17:54:04.926255 osdx dnsmasq[723187]: forwarded teldat.com to 10.0.0.2 May 19 17:54:04.926604 osdx dnsmasq[723187]: reply teldat.com is 172.24.0.11 May 19 17:54:04.938218 osdx OSDxCLI[673163]: 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 the 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.281 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.281/0.281/0.281/0.000 ms
Step 4: Run the command show host lookup teldat.com type A wait 0 on DUT0 and check whether the output contains the following tokens:
172.24.0.11Show output
teldat.com has address 172.24.0.11
Step 5: Run the command system journal show | cat on DUT0 and expect the following output:
Show output
May 19 17:54:09.274861 osdx systemd-journald[505760]: Runtime Journal (/run/log/journal/d1b141b298644f3ea5560bad25bf4943) is 1.9M, max 13.8M, 11.9M free. May 19 17:54:09.275274 osdx systemd-journald[505760]: Received client request to rotate journal, rotating. May 19 17:54:09.275303 osdx systemd-journald[505760]: Vacuuming done, freed 0B of archived journals from /run/log/journal/d1b141b298644f3ea5560bad25bf4943. May 19 17:54:09.284577 osdx OSDxCLI[673163]: User 'admin' executed a new command: 'system journal clear'. May 19 17:54:09.472194 osdx OSDxCLI[673163]: User 'admin' executed a new command: 'system coredump delete all'. May 19 17:54:10.694908 osdx OSDxCLI[673163]: User 'admin' entered the configuration menu. May 19 17:54:10.771739 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. May 19 17:54:10.839832 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. May 19 17:54:10.889644 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'set service dns resolver local'. May 19 17:54:10.984804 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. May 19 17:54:11.051751 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'show working'. May 19 17:54:11.140179 osdx ubnt-cfgd[723574]: inactive May 19 17:54:11.159432 osdx INFO[723581]: FRR daemons did not change May 19 17:54:11.187077 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 May 19 17:54:11.221809 osdx zebra[312063]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 14 error 99 (Cannot assign requested address) May 19 17:54:11.228754 osdx WARNING[723652]: No supported link modes on interface eth0 May 19 17:54:11.230031 osdx modulelauncher[723652]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on May 19 17:54:11.230041 osdx modulelauncher[723652]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. May 19 17:54:11.231107 osdx modulelauncher[723652]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off -- May 19 17:54:11.231114 osdx modulelauncher[723652]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75. May 19 17:54:11.331416 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... May 19 17:54:11.339630 osdx dnsmasq[723726]: started, version 2.90 cachesize 150 May 19 17:54:11.339640 osdx dnsmasq[723726]: DNS service limited to local subnets May 19 17:54:11.339645 osdx dnsmasq[723726]: 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 May 19 17:54:11.339652 osdx dnsmasq[723726]: warning: ignoring resolv-file flag because no-resolv is set May 19 17:54:11.339668 osdx dnsmasq[723726]: using nameserver 10::2#53 May 19 17:54:11.339700 osdx dnsmasq[723726]: read /etc/hosts - 1 names May 19 17:54:11.365484 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. May 19 17:54:11.515297 osdx zebra[312063]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 14 error 99 (Cannot assign requested address) May 19 17:54:11.518779 osdx cfgd[1918]: [673163]Completed change to active configuration May 19 17:54:11.519370 osdx OSDxCLI[673163]: User 'admin' committed the configuration. May 19 17:54:11.534502 osdx OSDxCLI[673163]: User 'admin' left the configuration menu. May 19 17:54:12.162376 osdx zebra[312063]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 14 error 99 (Cannot assign requested address) May 19 17:54:12.680379 osdx OSDxCLI[673163]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. May 19 17:54:13.262521 osdx OSDxCLI[673163]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. May 19 17:54:13.327698 osdx dnsmasq[723726]: query[A] teldat.com from ::1 May 19 17:54:13.327760 osdx dnsmasq[723726]: forwarded teldat.com to 10::2 May 19 17:54:13.328039 osdx dnsmasq[723726]: reply teldat.com is 172.24.0.11 May 19 17:54:13.339771 osdx OSDxCLI[673163]: 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 the 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.448 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.448/0.448/0.448/0.000 ms
Step 4: Run the command show host lookup teldat.com type A wait 0 on DUT0 and check whether the 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 the command system journal show | cat on DUT0 and expect the following output:
Show output
May 19 17:54:18.272750 osdx systemd-journald[505760]: Runtime Journal (/run/log/journal/d1b141b298644f3ea5560bad25bf4943) is 2.1M, max 13.8M, 11.6M free. May 19 17:54:18.275616 osdx systemd-journald[505760]: Received client request to rotate journal, rotating. May 19 17:54:18.275659 osdx systemd-journald[505760]: Vacuuming done, freed 0B of archived journals from /run/log/journal/d1b141b298644f3ea5560bad25bf4943. May 19 17:54:18.283044 osdx OSDxCLI[673163]: User 'admin' executed a new command: 'system journal clear'. May 19 17:54:18.478974 osdx OSDxCLI[673163]: User 'admin' executed a new command: 'system coredump delete all'. May 19 17:54:19.685476 osdx OSDxCLI[673163]: User 'admin' entered the configuration menu. May 19 17:54:19.762897 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. May 19 17:54:19.832146 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. May 19 17:54:19.881918 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'set service dns resolver local'. May 19 17:54:19.973958 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. May 19 17:54:20.024977 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. May 19 17:54:20.125759 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'show working'. May 19 17:54:20.179191 osdx ubnt-cfgd[724119]: inactive May 19 17:54:20.198038 osdx INFO[724126]: FRR daemons did not change May 19 17:54:20.223638 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 May 19 17:54:20.266759 osdx WARNING[724197]: No supported link modes on interface eth0 May 19 17:54:20.268087 osdx modulelauncher[724197]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on May 19 17:54:20.268097 osdx modulelauncher[724197]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. May 19 17:54:20.269180 osdx modulelauncher[724197]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off -- May 19 17:54:20.269186 osdx modulelauncher[724197]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75. May 19 17:54:20.391850 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... May 19 17:54:20.401491 osdx dnsmasq[724271]: started, version 2.90 cachesize 150 May 19 17:54:20.401512 osdx dnsmasq[724271]: DNS service limited to local subnets May 19 17:54:20.401524 osdx dnsmasq[724271]: 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 May 19 17:54:20.401538 osdx dnsmasq[724271]: warning: ignoring resolv-file flag because no-resolv is set May 19 17:54:20.401576 osdx dnsmasq[724271]: using nameserver 10.0.0.10#53 May 19 17:54:20.401587 osdx dnsmasq[724271]: using nameserver 10.0.0.2#53 May 19 17:54:20.401649 osdx dnsmasq[724271]: read /etc/hosts - 1 names May 19 17:54:20.448983 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. May 19 17:54:20.626698 osdx cfgd[1918]: [673163]Completed change to active configuration May 19 17:54:20.627167 osdx OSDxCLI[673163]: User 'admin' committed the configuration. May 19 17:54:20.648751 osdx OSDxCLI[673163]: User 'admin' left the configuration menu. May 19 17:54:20.816575 osdx OSDxCLI[673163]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. May 19 17:54:20.886130 osdx dnsmasq[724271]: query[A] teldat.com from ::1 May 19 17:54:20.886202 osdx dnsmasq[724271]: forwarded teldat.com to 10.0.0.10 May 19 17:54:21.887442 osdx dnsmasq[724271]: query[A] teldat.com from ::1 May 19 17:54:22.889043 osdx dnsmasq[724271]: query[A] teldat.com from 127.0.0.1 May 19 17:54:22.889135 osdx dnsmasq[724271]: forwarded teldat.com to 10.0.0.2 May 19 17:54:22.889840 osdx dnsmasq[724271]: reply teldat.com is 172.24.0.11 May 19 17:54:22.902740 osdx OSDxCLI[673163]: 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 the 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=448 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 448.142/448.142/448.142/0.000 ms
Step 4: Run the command show host lookup teldat.com type A wait 0 on DUT0 and check whether the 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 the command system journal show | cat on DUT0 and expect the following output:
Show output
May 19 17:54:27.281690 osdx systemd-journald[505760]: Runtime Journal (/run/log/journal/d1b141b298644f3ea5560bad25bf4943) is 1.8M, max 13.8M, 11.9M free. May 19 17:54:27.283433 osdx systemd-journald[505760]: Received client request to rotate journal, rotating. May 19 17:54:27.283485 osdx systemd-journald[505760]: Vacuuming done, freed 0B of archived journals from /run/log/journal/d1b141b298644f3ea5560bad25bf4943. May 19 17:54:27.290649 osdx OSDxCLI[673163]: User 'admin' executed a new command: 'system journal clear'. May 19 17:54:27.483637 osdx OSDxCLI[673163]: User 'admin' executed a new command: 'system coredump delete all'. May 19 17:54:28.734878 osdx OSDxCLI[673163]: User 'admin' entered the configuration menu. May 19 17:54:28.812732 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. May 19 17:54:28.880116 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. May 19 17:54:28.929028 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'set service dns resolver local'. May 19 17:54:29.025756 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. May 19 17:54:29.075670 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. May 19 17:54:29.179042 osdx OSDxCLI[673163]: User 'admin' added a new cfg line: 'show working'. May 19 17:54:29.233304 osdx ubnt-cfgd[724659]: inactive May 19 17:54:29.252297 osdx INFO[724666]: FRR daemons did not change May 19 17:54:29.279383 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 May 19 17:54:29.315185 osdx zebra[312063]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 14 error 99 (Cannot assign requested address) May 19 17:54:29.322774 osdx WARNING[724737]: No supported link modes on interface eth0 May 19 17:54:29.324066 osdx modulelauncher[724737]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on May 19 17:54:29.324078 osdx modulelauncher[724737]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. May 19 17:54:29.325210 osdx modulelauncher[724737]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off -- May 19 17:54:29.325219 osdx modulelauncher[724737]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75. May 19 17:54:29.408184 osdx zebra[312063]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 14 error 99 (Cannot assign requested address) May 19 17:54:29.419749 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... May 19 17:54:29.433302 osdx dnsmasq[724811]: started, version 2.90 cachesize 150 May 19 17:54:29.433322 osdx dnsmasq[724811]: DNS service limited to local subnets May 19 17:54:29.433346 osdx dnsmasq[724811]: 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 May 19 17:54:29.433361 osdx dnsmasq[724811]: warning: ignoring resolv-file flag because no-resolv is set May 19 17:54:29.433392 osdx dnsmasq[724811]: using nameserver 10::10#53 May 19 17:54:29.433402 osdx dnsmasq[724811]: using nameserver 10::2#53 May 19 17:54:29.433461 osdx dnsmasq[724811]: read /etc/hosts - 1 names May 19 17:54:29.470056 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. May 19 17:54:29.651645 osdx zebra[312063]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 14 error 99 (Cannot assign requested address) May 19 17:54:29.655161 osdx cfgd[1918]: [673163]Completed change to active configuration May 19 17:54:29.655716 osdx OSDxCLI[673163]: User 'admin' committed the configuration. May 19 17:54:29.669769 osdx OSDxCLI[673163]: User 'admin' left the configuration menu. May 19 17:54:30.408723 osdx zebra[312063]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 14 error 99 (Cannot assign requested address) May 19 17:54:30.815029 osdx OSDxCLI[673163]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. May 19 17:54:31.845513 osdx OSDxCLI[673163]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. May 19 17:54:31.914548 osdx dnsmasq[724811]: query[A] teldat.com from ::1 May 19 17:54:31.914628 osdx dnsmasq[724811]: forwarded teldat.com to 10::10 May 19 17:54:32.915947 osdx dnsmasq[724811]: query[A] teldat.com from ::1 May 19 17:54:33.917709 osdx dnsmasq[724811]: query[A] teldat.com from 127.0.0.1 May 19 17:54:33.917795 osdx dnsmasq[724811]: forwarded teldat.com to 10::2 May 19 17:54:33.918514 osdx dnsmasq[724811]: reply teldat.com is 172.24.0.11 May 19 17:54:33.931948 osdx OSDxCLI[673163]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.