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.614 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.614/0.614/0.614/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
Jul 24 10:29:09.332400 osdx systemd-journald[2180]: Runtime Journal (/run/log/journal/3a8dbab828fc40a183893e468c03e10b) is 1.8M, max 13.8M, 11.9M free. Jul 24 10:29:09.332936 osdx systemd-journald[2180]: Received client request to rotate journal, rotating. Jul 24 10:29:09.332993 osdx systemd-journald[2180]: Vacuuming done, freed 0B of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b. Jul 24 10:29:09.343396 osdx OSDxCLI[414651]: User 'admin' executed a new command: 'system journal clear'. Jul 24 10:29:09.576557 osdx OSDxCLI[414651]: User 'admin' executed a new command: 'system coredump delete all'. Jul 24 10:29:11.079583 osdx OSDxCLI[414651]: User 'admin' entered the configuration menu. Jul 24 10:29:11.167718 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Jul 24 10:29:11.241216 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jul 24 10:29:11.340690 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jul 24 10:29:11.398444 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Jul 24 10:29:11.501900 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'show working'. Jul 24 10:29:11.562985 osdx ubnt-cfgd[580749]: inactive Jul 24 10:29:11.589798 osdx INFO[580758]: FRR daemons did not change Jul 24 10:29:11.624940 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jul 24 10:29:11.678010 osdx WARNING[580829]: No supported link modes on interface eth0 Jul 24 10:29:11.679570 osdx modulelauncher[580829]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Jul 24 10:29:11.679583 osdx modulelauncher[580829]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Jul 24 10:29:11.680796 osdx modulelauncher[580829]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off -- Jul 24 10:29:11.680804 osdx modulelauncher[580829]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75. Jul 24 10:29:11.813252 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jul 24 10:29:11.821638 osdx dnsmasq[580903]: started, version 2.90 cachesize 150 Jul 24 10:29:11.821652 osdx dnsmasq[580903]: DNS service limited to local subnets Jul 24 10:29:11.821659 osdx dnsmasq[580903]: 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 Jul 24 10:29:11.821669 osdx dnsmasq[580903]: warning: ignoring resolv-file flag because no-resolv is set Jul 24 10:29:11.821690 osdx dnsmasq[580903]: using nameserver 10.0.0.2#53 Jul 24 10:29:11.821744 osdx dnsmasq[580903]: read /etc/hosts - 1 names Jul 24 10:29:11.854078 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jul 24 10:29:12.051436 osdx cfgd[1923]: [414651]Completed change to active configuration Jul 24 10:29:12.051987 osdx OSDxCLI[414651]: User 'admin' committed the configuration. Jul 24 10:29:12.072759 osdx OSDxCLI[414651]: User 'admin' left the configuration menu. Jul 24 10:29:12.217574 osdx OSDxCLI[414651]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Jul 24 10:29:12.321838 osdx dnsmasq[580903]: query[A] teldat.com from ::1 Jul 24 10:29:12.321929 osdx dnsmasq[580903]: forwarded teldat.com to 10.0.0.2 Jul 24 10:29:12.322272 osdx dnsmasq[580903]: reply teldat.com is 172.24.0.11 Jul 24 10:29:12.334011 osdx OSDxCLI[414651]: 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=465 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 464.878/464.878/464.878/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
Jul 24 10:29:17.290549 osdx systemd-journald[2180]: Runtime Journal (/run/log/journal/3a8dbab828fc40a183893e468c03e10b) is 1.8M, max 13.8M, 11.9M free. Jul 24 10:29:17.294014 osdx systemd-journald[2180]: Received client request to rotate journal, rotating. Jul 24 10:29:17.294080 osdx systemd-journald[2180]: Vacuuming done, freed 0B of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b. Jul 24 10:29:17.300665 osdx OSDxCLI[414651]: User 'admin' executed a new command: 'system journal clear'. Jul 24 10:29:17.502981 osdx OSDxCLI[414651]: User 'admin' executed a new command: 'system coredump delete all'. Jul 24 10:29:18.915427 osdx OSDxCLI[414651]: User 'admin' entered the configuration menu. Jul 24 10:29:19.016211 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Jul 24 10:29:19.093339 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jul 24 10:29:19.192879 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jul 24 10:29:19.276741 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Jul 24 10:29:19.377395 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'show working'. Jul 24 10:29:19.435275 osdx ubnt-cfgd[581303]: inactive Jul 24 10:29:19.459304 osdx INFO[581312]: FRR daemons did not change Jul 24 10:29:19.486006 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jul 24 10:29:19.544220 osdx zebra[350805]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 14 error 99 (Cannot assign requested address) Jul 24 10:29:19.553004 osdx WARNING[581383]: No supported link modes on interface eth0 Jul 24 10:29:19.554296 osdx modulelauncher[581383]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Jul 24 10:29:19.554308 osdx modulelauncher[581383]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Jul 24 10:29:19.555395 osdx modulelauncher[581383]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off -- Jul 24 10:29:19.555403 osdx modulelauncher[581383]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75. Jul 24 10:29:19.666389 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jul 24 10:29:19.675360 osdx dnsmasq[581457]: started, version 2.90 cachesize 150 Jul 24 10:29:19.675371 osdx dnsmasq[581457]: DNS service limited to local subnets Jul 24 10:29:19.675377 osdx dnsmasq[581457]: 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 Jul 24 10:29:19.675384 osdx dnsmasq[581457]: warning: ignoring resolv-file flag because no-resolv is set Jul 24 10:29:19.675400 osdx dnsmasq[581457]: using nameserver 10::2#53 Jul 24 10:29:19.675446 osdx dnsmasq[581457]: read /etc/hosts - 1 names Jul 24 10:29:19.705121 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jul 24 10:29:19.870233 osdx zebra[350805]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 14 error 99 (Cannot assign requested address) Jul 24 10:29:19.875739 osdx cfgd[1923]: [414651]Completed change to active configuration Jul 24 10:29:19.876235 osdx OSDxCLI[414651]: User 'admin' committed the configuration. Jul 24 10:29:19.891552 osdx OSDxCLI[414651]: User 'admin' left the configuration menu. Jul 24 10:29:20.628933 osdx zebra[350805]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 14 error 99 (Cannot assign requested address) Jul 24 10:29:21.044621 osdx OSDxCLI[414651]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jul 24 10:29:22.092487 osdx OSDxCLI[414651]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jul 24 10:29:22.160737 osdx dnsmasq[581457]: query[A] teldat.com from ::1 Jul 24 10:29:22.160807 osdx dnsmasq[581457]: forwarded teldat.com to 10::2 Jul 24 10:29:22.161169 osdx dnsmasq[581457]: reply teldat.com is 172.24.0.11 Jul 24 10:29:22.172852 osdx OSDxCLI[414651]: 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.440 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.440/0.440/0.440/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
Jul 24 10:29:28.295424 osdx systemd-journald[2180]: Runtime Journal (/run/log/journal/3a8dbab828fc40a183893e468c03e10b) is 1.8M, max 13.8M, 11.9M free. Jul 24 10:29:28.298093 osdx systemd-journald[2180]: Received client request to rotate journal, rotating. Jul 24 10:29:28.298150 osdx systemd-journald[2180]: Vacuuming done, freed 0B of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b. Jul 24 10:29:28.305627 osdx OSDxCLI[414651]: User 'admin' executed a new command: 'system journal clear'. Jul 24 10:29:28.505214 osdx OSDxCLI[414651]: User 'admin' executed a new command: 'system coredump delete all'. Jul 24 10:29:29.834285 osdx OSDxCLI[414651]: User 'admin' entered the configuration menu. Jul 24 10:29:29.922675 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Jul 24 10:29:29.980862 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jul 24 10:29:30.117634 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jul 24 10:29:30.193192 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Jul 24 10:29:30.299402 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Jul 24 10:29:30.369517 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'show working'. Jul 24 10:29:30.483420 osdx ubnt-cfgd[581864]: inactive Jul 24 10:29:30.506056 osdx INFO[581873]: FRR daemons did not change Jul 24 10:29:30.534103 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jul 24 10:29:30.580181 osdx WARNING[581944]: No supported link modes on interface eth0 Jul 24 10:29:30.581584 osdx modulelauncher[581944]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Jul 24 10:29:30.581595 osdx modulelauncher[581944]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Jul 24 10:29:30.583079 osdx modulelauncher[581944]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off -- Jul 24 10:29:30.583087 osdx modulelauncher[581944]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75. Jul 24 10:29:30.686503 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jul 24 10:29:30.696889 osdx dnsmasq[582018]: started, version 2.90 cachesize 150 Jul 24 10:29:30.696900 osdx dnsmasq[582018]: DNS service limited to local subnets Jul 24 10:29:30.696905 osdx dnsmasq[582018]: 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 Jul 24 10:29:30.696912 osdx dnsmasq[582018]: warning: ignoring resolv-file flag because no-resolv is set Jul 24 10:29:30.696930 osdx dnsmasq[582018]: using nameserver 10.0.0.10#53 Jul 24 10:29:30.696935 osdx dnsmasq[582018]: using nameserver 10.0.0.2#53 Jul 24 10:29:30.696969 osdx dnsmasq[582018]: read /etc/hosts - 1 names Jul 24 10:29:30.727589 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jul 24 10:29:30.899857 osdx cfgd[1923]: [414651]Completed change to active configuration Jul 24 10:29:30.900425 osdx OSDxCLI[414651]: User 'admin' committed the configuration. Jul 24 10:29:30.915190 osdx OSDxCLI[414651]: User 'admin' left the configuration menu. Jul 24 10:29:31.075543 osdx OSDxCLI[414651]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Jul 24 10:29:31.157567 osdx dnsmasq[582018]: query[A] teldat.com from ::1 Jul 24 10:29:31.157643 osdx dnsmasq[582018]: forwarded teldat.com to 10.0.0.10 Jul 24 10:29:32.158445 osdx dnsmasq[582018]: query[A] teldat.com from ::1 Jul 24 10:29:33.159465 osdx dnsmasq[582018]: query[A] teldat.com from 127.0.0.1 Jul 24 10:29:33.159520 osdx dnsmasq[582018]: forwarded teldat.com to 10.0.0.2 Jul 24 10:29:33.159846 osdx dnsmasq[582018]: reply teldat.com is 172.24.0.11 Jul 24 10:29:33.171755 osdx OSDxCLI[414651]: 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=0.489 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.489/0.489/0.489/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
Jul 24 10:29:38.337892 osdx systemd-journald[2180]: Runtime Journal (/run/log/journal/3a8dbab828fc40a183893e468c03e10b) is 1.8M, max 13.8M, 11.9M free. Jul 24 10:29:38.340637 osdx systemd-journald[2180]: Received client request to rotate journal, rotating. Jul 24 10:29:38.340705 osdx systemd-journald[2180]: Vacuuming done, freed 0B of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b. Jul 24 10:29:38.349135 osdx OSDxCLI[414651]: User 'admin' executed a new command: 'system journal clear'. Jul 24 10:29:38.562966 osdx OSDxCLI[414651]: User 'admin' executed a new command: 'system coredump delete all'. Jul 24 10:29:39.943689 osdx OSDxCLI[414651]: User 'admin' entered the configuration menu. Jul 24 10:29:40.025712 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Jul 24 10:29:40.094450 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jul 24 10:29:40.189297 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jul 24 10:29:40.243597 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Jul 24 10:29:40.361713 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Jul 24 10:29:40.435476 osdx OSDxCLI[414651]: User 'admin' added a new cfg line: 'show working'. Jul 24 10:29:40.529979 osdx ubnt-cfgd[582418]: inactive Jul 24 10:29:40.558274 osdx INFO[582427]: FRR daemons did not change Jul 24 10:29:40.588700 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jul 24 10:29:40.635046 osdx zebra[350805]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 14 error 99 (Cannot assign requested address) Jul 24 10:29:40.643008 osdx WARNING[582498]: No supported link modes on interface eth0 Jul 24 10:29:40.644439 osdx modulelauncher[582498]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Jul 24 10:29:40.644452 osdx modulelauncher[582498]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Jul 24 10:29:40.645718 osdx modulelauncher[582498]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off -- Jul 24 10:29:40.645727 osdx modulelauncher[582498]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75. Jul 24 10:29:40.785033 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jul 24 10:29:40.794926 osdx dnsmasq[582572]: started, version 2.90 cachesize 150 Jul 24 10:29:40.794940 osdx dnsmasq[582572]: DNS service limited to local subnets Jul 24 10:29:40.794947 osdx dnsmasq[582572]: 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 Jul 24 10:29:40.794956 osdx dnsmasq[582572]: warning: ignoring resolv-file flag because no-resolv is set Jul 24 10:29:40.794973 osdx dnsmasq[582572]: using nameserver 10::10#53 Jul 24 10:29:40.794978 osdx dnsmasq[582572]: using nameserver 10::2#53 Jul 24 10:29:40.795013 osdx dnsmasq[582572]: read /etc/hosts - 1 names Jul 24 10:29:40.824181 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jul 24 10:29:40.992870 osdx zebra[350805]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 14 error 99 (Cannot assign requested address) Jul 24 10:29:40.998844 osdx cfgd[1923]: [414651]Completed change to active configuration Jul 24 10:29:40.999405 osdx OSDxCLI[414651]: User 'admin' committed the configuration. Jul 24 10:29:41.021604 osdx OSDxCLI[414651]: User 'admin' left the configuration menu. Jul 24 10:29:41.312579 osdx zebra[350805]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 14 error 99 (Cannot assign requested address) Jul 24 10:29:42.178773 osdx OSDxCLI[414651]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jul 24 10:29:42.764920 osdx OSDxCLI[414651]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jul 24 10:29:42.849532 osdx dnsmasq[582572]: query[A] teldat.com from ::1 Jul 24 10:29:42.849621 osdx dnsmasq[582572]: forwarded teldat.com to 10::10 Jul 24 10:29:43.850922 osdx dnsmasq[582572]: query[A] teldat.com from ::1 Jul 24 10:29:44.851990 osdx dnsmasq[582572]: query[A] teldat.com from 127.0.0.1 Jul 24 10:29:44.852046 osdx dnsmasq[582572]: forwarded teldat.com to 10::2 Jul 24 10:29:44.852369 osdx dnsmasq[582572]: reply teldat.com is 172.24.0.11 Jul 24 10:29:44.854463 osdx OSDxCLI[414651]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.