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.390 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.390/0.390/0.390/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
Dec 17 21:53:08.362869 osdx systemd-journald[123332]: Runtime Journal (/run/log/journal/a189e667ab9f46898dbfc92a68a94f73) is 1.8M, max 13.8M, 11.9M free. Dec 17 21:53:08.366118 osdx systemd-journald[123332]: Received client request to rotate journal, rotating. Dec 17 21:53:08.366203 osdx systemd-journald[123332]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a189e667ab9f46898dbfc92a68a94f73. Dec 17 21:53:08.380644 osdx OSDxCLI[476020]: User 'admin' executed a new command: 'system journal clear'. Dec 17 21:53:08.681467 osdx OSDxCLI[476020]: User 'admin' executed a new command: 'system coredump delete all'. Dec 17 21:53:10.221641 osdx OSDxCLI[476020]: User 'admin' entered the configuration menu. Dec 17 21:53:10.347925 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Dec 17 21:53:10.410356 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Dec 17 21:53:10.501939 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'set service dns resolver local'. Dec 17 21:53:10.566189 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Dec 17 21:53:10.725188 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'show working'. Dec 17 21:53:10.839188 osdx ubnt-cfgd[657295]: inactive Dec 17 21:53:10.875785 osdx INFO[657301]: FRR daemons did not change Dec 17 21:53:10.902124 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Dec 17 21:53:10.953589 osdx WARNING[657369]: No supported link modes on interface eth0 Dec 17 21:53:10.955122 osdx modulelauncher[657369]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Dec 17 21:53:10.955134 osdx modulelauncher[657369]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Dec 17 21:53:10.956325 osdx modulelauncher[657369]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off -- Dec 17 21:53:10.956333 osdx modulelauncher[657369]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75. Dec 17 21:53:11.098523 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Dec 17 21:53:11.107236 osdx dnsmasq[657449]: started, version 2.90 cachesize 150 Dec 17 21:53:11.107249 osdx dnsmasq[657449]: DNS service limited to local subnets Dec 17 21:53:11.107256 osdx dnsmasq[657449]: 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 Dec 17 21:53:11.107264 osdx dnsmasq[657449]: warning: ignoring resolv-file flag because no-resolv is set Dec 17 21:53:11.107281 osdx dnsmasq[657449]: using nameserver 10.0.0.2#53 Dec 17 21:53:11.107320 osdx dnsmasq[657449]: read /etc/hosts - 1 names Dec 17 21:53:11.138754 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Dec 17 21:53:11.139650 osdx cfgd[1460]: [476020]Completed change to active configuration Dec 17 21:53:11.154584 osdx OSDxCLI[476020]: User 'admin' committed the configuration. Dec 17 21:53:11.169727 osdx OSDxCLI[476020]: User 'admin' left the configuration menu. Dec 17 21:53:11.317263 osdx OSDxCLI[476020]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Dec 17 21:53:11.406122 osdx dnsmasq[657449]: query[A] teldat.com from ::1 Dec 17 21:53:11.406229 osdx dnsmasq[657449]: forwarded teldat.com to 10.0.0.2 Dec 17 21:53:11.406651 osdx dnsmasq[657449]: reply teldat.com is 172.24.0.11 Dec 17 21:53:11.418531 osdx OSDxCLI[476020]: 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=439 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 438.718/438.718/438.718/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
Dec 17 21:53:16.346663 osdx systemd-journald[123332]: Runtime Journal (/run/log/journal/a189e667ab9f46898dbfc92a68a94f73) is 1.8M, max 13.8M, 11.9M free. Dec 17 21:53:16.347315 osdx systemd-journald[123332]: Received client request to rotate journal, rotating. Dec 17 21:53:16.347366 osdx systemd-journald[123332]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a189e667ab9f46898dbfc92a68a94f73. Dec 17 21:53:16.359698 osdx OSDxCLI[476020]: User 'admin' executed a new command: 'system journal clear'. Dec 17 21:53:16.569078 osdx OSDxCLI[476020]: User 'admin' executed a new command: 'system coredump delete all'. Dec 17 21:53:17.807994 osdx OSDxCLI[476020]: User 'admin' entered the configuration menu. Dec 17 21:53:17.897647 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Dec 17 21:53:17.975109 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Dec 17 21:53:18.028568 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'set service dns resolver local'. Dec 17 21:53:18.144558 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Dec 17 21:53:18.313706 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'show working'. Dec 17 21:53:18.379834 osdx ubnt-cfgd[657787]: inactive Dec 17 21:53:18.406874 osdx INFO[657793]: FRR daemons did not change Dec 17 21:53:18.434712 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Dec 17 21:53:18.474440 osdx zebra[431982]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address) Dec 17 21:53:18.484166 osdx WARNING[657861]: No supported link modes on interface eth0 Dec 17 21:53:18.486150 osdx modulelauncher[657861]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Dec 17 21:53:18.486169 osdx modulelauncher[657861]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Dec 17 21:53:18.487968 osdx modulelauncher[657861]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off -- Dec 17 21:53:18.487978 osdx modulelauncher[657861]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75. Dec 17 21:53:18.603028 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Dec 17 21:53:18.611902 osdx dnsmasq[657941]: started, version 2.90 cachesize 150 Dec 17 21:53:18.611915 osdx dnsmasq[657941]: DNS service limited to local subnets Dec 17 21:53:18.611923 osdx dnsmasq[657941]: 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 Dec 17 21:53:18.611933 osdx dnsmasq[657941]: warning: ignoring resolv-file flag because no-resolv is set Dec 17 21:53:18.611957 osdx dnsmasq[657941]: using nameserver 10::2#53 Dec 17 21:53:18.612003 osdx dnsmasq[657941]: read /etc/hosts - 1 names Dec 17 21:53:18.641819 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Dec 17 21:53:18.642705 osdx cfgd[1460]: [476020]Completed change to active configuration Dec 17 21:53:18.654623 osdx OSDxCLI[476020]: User 'admin' committed the configuration. Dec 17 21:53:18.674043 osdx OSDxCLI[476020]: User 'admin' left the configuration menu. Dec 17 21:53:19.828879 osdx OSDxCLI[476020]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Dec 17 21:53:20.861146 osdx OSDxCLI[476020]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Dec 17 21:53:20.963928 osdx dnsmasq[657941]: query[A] teldat.com from ::1 Dec 17 21:53:20.964018 osdx dnsmasq[657941]: forwarded teldat.com to 10::2 Dec 17 21:53:20.964407 osdx dnsmasq[657941]: reply teldat.com is 172.24.0.11 Dec 17 21:53:20.976838 osdx OSDxCLI[476020]: 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.301 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.301/0.301/0.301/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
Dec 17 21:53:26.411674 osdx systemd-journald[123332]: Runtime Journal (/run/log/journal/a189e667ab9f46898dbfc92a68a94f73) is 1.8M, max 13.8M, 11.9M free. Dec 17 21:53:26.414124 osdx systemd-journald[123332]: Received client request to rotate journal, rotating. Dec 17 21:53:26.414198 osdx systemd-journald[123332]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a189e667ab9f46898dbfc92a68a94f73. Dec 17 21:53:26.424761 osdx OSDxCLI[476020]: User 'admin' executed a new command: 'system journal clear'. Dec 17 21:53:26.730122 osdx OSDxCLI[476020]: User 'admin' executed a new command: 'system coredump delete all'. Dec 17 21:53:28.072635 osdx OSDxCLI[476020]: User 'admin' entered the configuration menu. Dec 17 21:53:28.159342 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Dec 17 21:53:28.253255 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Dec 17 21:53:28.317994 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'set service dns resolver local'. Dec 17 21:53:28.446151 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Dec 17 21:53:28.503757 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Dec 17 21:53:28.595976 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'show working'. Dec 17 21:53:28.657939 osdx ubnt-cfgd[658283]: inactive Dec 17 21:53:28.680510 osdx INFO[658289]: FRR daemons did not change Dec 17 21:53:28.718130 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Dec 17 21:53:28.768453 osdx WARNING[658357]: No supported link modes on interface eth0 Dec 17 21:53:28.769973 osdx modulelauncher[658357]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Dec 17 21:53:28.769987 osdx modulelauncher[658357]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Dec 17 21:53:28.771278 osdx modulelauncher[658357]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off -- Dec 17 21:53:28.771288 osdx modulelauncher[658357]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75. Dec 17 21:53:28.898502 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Dec 17 21:53:28.906768 osdx dnsmasq[658437]: started, version 2.90 cachesize 150 Dec 17 21:53:28.906782 osdx dnsmasq[658437]: DNS service limited to local subnets Dec 17 21:53:28.906789 osdx dnsmasq[658437]: 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 Dec 17 21:53:28.906800 osdx dnsmasq[658437]: warning: ignoring resolv-file flag because no-resolv is set Dec 17 21:53:28.906825 osdx dnsmasq[658437]: using nameserver 10.0.0.10#53 Dec 17 21:53:28.906832 osdx dnsmasq[658437]: using nameserver 10.0.0.2#53 Dec 17 21:53:28.906879 osdx dnsmasq[658437]: read /etc/hosts - 1 names Dec 17 21:53:28.936833 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Dec 17 21:53:28.937659 osdx cfgd[1460]: [476020]Completed change to active configuration Dec 17 21:53:28.949555 osdx OSDxCLI[476020]: User 'admin' committed the configuration. Dec 17 21:53:29.020713 osdx OSDxCLI[476020]: User 'admin' left the configuration menu. Dec 17 21:53:29.128278 osdx OSDxCLI[476020]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Dec 17 21:53:29.203907 osdx dnsmasq[658437]: query[A] teldat.com from ::1 Dec 17 21:53:29.203991 osdx dnsmasq[658437]: forwarded teldat.com to 10.0.0.10 Dec 17 21:53:30.204864 osdx dnsmasq[658437]: query[A] teldat.com from ::1 Dec 17 21:53:31.205582 osdx dnsmasq[658437]: query[A] teldat.com from 127.0.0.1 Dec 17 21:53:31.205630 osdx dnsmasq[658437]: forwarded teldat.com to 10.0.0.2 Dec 17 21:53:31.205952 osdx dnsmasq[658437]: reply teldat.com is 172.24.0.11 Dec 17 21:53:31.207473 osdx OSDxCLI[476020]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.
Multiple IPv6 Addresses
Description
Configures two IPv6 DNS addresses: one invalid and the other valid. Checks that the resolution works against the second address, while the first one does not respond.
Scenario
Step 1: Set the following configuration in DUT1 :
set interfaces ethernet eth0 address '10::2/64' set service dns forwarding record host teldat.com ipv4-address 172.24.0.11 set service dns forwarding record host teldat.com ipv6-address 'ff00::dead:cafe' set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Set the following configuration in DUT0 :
set interfaces ethernet eth0 address '10::1/64' set service dns forwarding logs set service dns forwarding name-server '10::10' priority 0 set service dns forwarding name-server '10::2' priority 1 set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 3: Ping IP address 10::2 from DUT0:
admin@DUT0$ ping 10::2 count 1 size 56 timeout 1Show output
PING 10::2(10::2) 56 data bytes 64 bytes from 10::2: icmp_seq=1 ttl=64 time=0.362 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.362/0.362/0.362/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
Dec 17 21:53:36.520117 osdx systemd-journald[123332]: Runtime Journal (/run/log/journal/a189e667ab9f46898dbfc92a68a94f73) is 1.8M, max 13.8M, 11.9M free. Dec 17 21:53:36.523031 osdx systemd-journald[123332]: Received client request to rotate journal, rotating. Dec 17 21:53:36.523104 osdx systemd-journald[123332]: Vacuuming done, freed 0B of archived journals from /run/log/journal/a189e667ab9f46898dbfc92a68a94f73. Dec 17 21:53:36.531686 osdx OSDxCLI[476020]: User 'admin' executed a new command: 'system journal clear'. Dec 17 21:53:36.757711 osdx OSDxCLI[476020]: User 'admin' executed a new command: 'system coredump delete all'. Dec 17 21:53:38.051767 osdx OSDxCLI[476020]: User 'admin' entered the configuration menu. Dec 17 21:53:38.155623 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Dec 17 21:53:38.246419 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Dec 17 21:53:38.320975 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'set service dns resolver local'. Dec 17 21:53:38.455975 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Dec 17 21:53:38.543922 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Dec 17 21:53:38.658632 osdx OSDxCLI[476020]: User 'admin' added a new cfg line: 'show working'. Dec 17 21:53:38.727960 osdx ubnt-cfgd[658776]: inactive Dec 17 21:53:38.758363 osdx INFO[658782]: FRR daemons did not change Dec 17 21:53:38.791040 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Dec 17 21:53:38.828450 osdx zebra[431982]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address) Dec 17 21:53:38.838936 osdx WARNING[658850]: No supported link modes on interface eth0 Dec 17 21:53:38.840459 osdx modulelauncher[658850]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on Dec 17 21:53:38.840472 osdx modulelauncher[658850]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76. Dec 17 21:53:38.841667 osdx modulelauncher[658850]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off -- Dec 17 21:53:38.841675 osdx modulelauncher[658850]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75. Dec 17 21:53:38.967365 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Dec 17 21:53:38.976316 osdx dnsmasq[658930]: started, version 2.90 cachesize 150 Dec 17 21:53:38.976328 osdx dnsmasq[658930]: DNS service limited to local subnets Dec 17 21:53:38.976334 osdx dnsmasq[658930]: 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 Dec 17 21:53:38.976342 osdx dnsmasq[658930]: warning: ignoring resolv-file flag because no-resolv is set Dec 17 21:53:38.976364 osdx dnsmasq[658930]: using nameserver 10::10#53 Dec 17 21:53:38.976371 osdx dnsmasq[658930]: using nameserver 10::2#53 Dec 17 21:53:38.976416 osdx dnsmasq[658930]: read /etc/hosts - 1 names Dec 17 21:53:39.010397 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Dec 17 21:53:39.011328 osdx cfgd[1460]: [476020]Completed change to active configuration Dec 17 21:53:39.026945 osdx OSDxCLI[476020]: User 'admin' committed the configuration. Dec 17 21:53:39.056212 osdx OSDxCLI[476020]: User 'admin' left the configuration menu. Dec 17 21:53:39.207387 osdx zebra[431982]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address) Dec 17 21:53:40.192549 osdx OSDxCLI[476020]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Dec 17 21:53:40.795588 osdx OSDxCLI[476020]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Dec 17 21:53:40.873698 osdx dnsmasq[658930]: query[A] teldat.com from ::1 Dec 17 21:53:40.873907 osdx dnsmasq[658930]: forwarded teldat.com to 10::10 Dec 17 21:53:41.874582 osdx dnsmasq[658930]: query[A] teldat.com from ::1 Dec 17 21:53:42.876354 osdx dnsmasq[658930]: query[A] teldat.com from 127.0.0.1 Dec 17 21:53:42.876472 osdx dnsmasq[658930]: forwarded teldat.com to 10::2 Dec 17 21:53:42.877199 osdx dnsmasq[658930]: reply teldat.com is 172.24.0.11 Dec 17 21:53:42.891697 osdx OSDxCLI[476020]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.