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 1
Show output
PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data.
64 bytes from 10.0.0.2: icmp_seq=1 ttl=64 time=1.08 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 1.081/1.081/1.081/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.11
Show 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
Feb 19 10:21:09.397267 osdx systemd-journald[2186]: Runtime Journal (/run/log/journal/69bd8e6fd19244c08e519827aa7e309f) is 2.3M, max 17.2M, 14.8M free.
Feb 19 10:21:09.397897 osdx systemd-journald[2186]: Received client request to rotate journal, rotating.
Feb 19 10:21:09.397941 osdx systemd-journald[2186]: Vacuuming done, freed 0B of archived journals from /run/log/journal/69bd8e6fd19244c08e519827aa7e309f.
Feb 19 10:21:09.409633 osdx OSDxCLI[273452]: User 'admin' executed a new command: 'system journal clear'.
Feb 19 10:21:09.721787 osdx OSDxCLI[273452]: User 'admin' executed a new command: 'system coredump delete all'.
Feb 19 10:21:11.059178 osdx OSDxCLI[273452]: User 'admin' entered the configuration menu.
Feb 19 10:21:11.177049 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Feb 19 10:21:11.229543 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Feb 19 10:21:11.324471 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Feb 19 10:21:11.408925 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
Feb 19 10:21:11.488182 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'show working'.
Feb 19 10:21:11.644543 osdx ubnt-cfgd[288529]: inactive
Feb 19 10:21:11.679021 osdx INFO[288535]: FRR daemons did not change
Feb 19 10:21:11.709711 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Feb 19 10:21:11.759198 osdx WARNING[288604]: No supported link modes on interface eth0
Feb 19 10:21:11.761286 osdx modulelauncher[288604]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Feb 19 10:21:11.761300 osdx modulelauncher[288604]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Feb 19 10:21:11.763134 osdx modulelauncher[288604]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Feb 19 10:21:11.763148 osdx modulelauncher[288604]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Feb 19 10:21:11.898075 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Feb 19 10:21:11.908864 osdx dnsmasq[288680]: started, version 2.90 cachesize 150
Feb 19 10:21:11.908876 osdx dnsmasq[288680]: DNS service limited to local subnets
Feb 19 10:21:11.908883 osdx dnsmasq[288680]: 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
Feb 19 10:21:11.908898 osdx dnsmasq[288680]: warning: ignoring resolv-file flag because no-resolv is set
Feb 19 10:21:11.908917 osdx dnsmasq[288680]: using nameserver 10.0.0.2#53
Feb 19 10:21:11.908962 osdx dnsmasq[288680]: read /etc/hosts - 1 names
Feb 19 10:21:11.945194 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Feb 19 10:21:11.946200 osdx cfgd[1859]: [273452]Completed change to active configuration
Feb 19 10:21:11.961795 osdx OSDxCLI[273452]: User 'admin' committed the configuration.
Feb 19 10:21:12.009295 osdx OSDxCLI[273452]: User 'admin' left the configuration menu.
Feb 19 10:21:12.177236 osdx OSDxCLI[273452]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Feb 19 10:21:12.256516 osdx dnsmasq[288680]: query[A] teldat.com from ::1
Feb 19 10:21:12.256589 osdx dnsmasq[288680]: forwarded teldat.com to 10.0.0.2
Feb 19 10:21:12.256938 osdx dnsmasq[288680]: reply teldat.com is 172.24.0.11
Feb 19 10:21:12.269015 osdx OSDxCLI[273452]: 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 1
Show output
PING 10::2(10::2) 56 data bytes
64 bytes from 10::2: icmp_seq=1 ttl=64 time=460 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 460.366/460.366/460.366/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.11
Show 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
Feb 19 10:21:17.344307 osdx systemd-journald[2186]: Runtime Journal (/run/log/journal/69bd8e6fd19244c08e519827aa7e309f) is 2.3M, max 17.2M, 14.8M free.
Feb 19 10:21:17.345050 osdx systemd-journald[2186]: Received client request to rotate journal, rotating.
Feb 19 10:21:17.345094 osdx systemd-journald[2186]: Vacuuming done, freed 0B of archived journals from /run/log/journal/69bd8e6fd19244c08e519827aa7e309f.
Feb 19 10:21:17.354686 osdx OSDxCLI[273452]: User 'admin' executed a new command: 'system journal clear'.
Feb 19 10:21:17.580400 osdx OSDxCLI[273452]: User 'admin' executed a new command: 'system coredump delete all'.
Feb 19 10:21:19.145383 osdx OSDxCLI[273452]: User 'admin' entered the configuration menu.
Feb 19 10:21:19.276651 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Feb 19 10:21:19.340052 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Feb 19 10:21:19.453904 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Feb 19 10:21:19.560237 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
Feb 19 10:21:19.667298 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'show working'.
Feb 19 10:21:19.730833 osdx ubnt-cfgd[289026]: inactive
Feb 19 10:21:19.780223 osdx INFO[289032]: FRR daemons did not change
Feb 19 10:21:19.812745 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Feb 19 10:21:19.850518 osdx zebra[153706]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Feb 19 10:21:19.858850 osdx WARNING[289101]: No supported link modes on interface eth0
Feb 19 10:21:19.860169 osdx modulelauncher[289101]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Feb 19 10:21:19.860181 osdx modulelauncher[289101]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Feb 19 10:21:19.861381 osdx modulelauncher[289101]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Feb 19 10:21:19.861392 osdx modulelauncher[289101]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Feb 19 10:21:19.997171 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Feb 19 10:21:20.008390 osdx dnsmasq[289180]: started, version 2.90 cachesize 150
Feb 19 10:21:20.008427 osdx dnsmasq[289180]: DNS service limited to local subnets
Feb 19 10:21:20.008435 osdx dnsmasq[289180]: 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
Feb 19 10:21:20.008445 osdx dnsmasq[289180]: warning: ignoring resolv-file flag because no-resolv is set
Feb 19 10:21:20.008466 osdx dnsmasq[289180]: using nameserver 10::2#53
Feb 19 10:21:20.008511 osdx dnsmasq[289180]: read /etc/hosts - 1 names
Feb 19 10:21:20.038190 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Feb 19 10:21:20.039526 osdx cfgd[1859]: [273452]Completed change to active configuration
Feb 19 10:21:20.052924 osdx OSDxCLI[273452]: User 'admin' committed the configuration.
Feb 19 10:21:20.071177 osdx OSDxCLI[273452]: User 'admin' left the configuration menu.
Feb 19 10:21:20.113885 osdx zebra[153706]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Feb 19 10:21:21.233012 osdx OSDxCLI[273452]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Feb 19 10:21:22.267933 osdx OSDxCLI[273452]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Feb 19 10:21:22.370858 osdx dnsmasq[289180]: query[A] teldat.com from ::1
Feb 19 10:21:22.370919 osdx dnsmasq[289180]: forwarded teldat.com to 10::2
Feb 19 10:21:22.371236 osdx dnsmasq[289180]: reply teldat.com is 172.24.0.11
Feb 19 10:21:22.383017 osdx OSDxCLI[273452]: 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 1
Show 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.515 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.515/0.515/0.515/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.11
Show 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
Feb 19 10:21:27.317984 osdx systemd-journald[2186]: Runtime Journal (/run/log/journal/69bd8e6fd19244c08e519827aa7e309f) is 2.2M, max 17.2M, 14.9M free.
Feb 19 10:21:27.318824 osdx systemd-journald[2186]: Received client request to rotate journal, rotating.
Feb 19 10:21:27.318891 osdx systemd-journald[2186]: Vacuuming done, freed 0B of archived journals from /run/log/journal/69bd8e6fd19244c08e519827aa7e309f.
Feb 19 10:21:27.328175 osdx OSDxCLI[273452]: User 'admin' executed a new command: 'system journal clear'.
Feb 19 10:21:27.553905 osdx OSDxCLI[273452]: User 'admin' executed a new command: 'system coredump delete all'.
Feb 19 10:21:28.955379 osdx OSDxCLI[273452]: User 'admin' entered the configuration menu.
Feb 19 10:21:29.043605 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Feb 19 10:21:29.121367 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Feb 19 10:21:29.216048 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Feb 19 10:21:29.290585 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
Feb 19 10:21:29.435046 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
Feb 19 10:21:29.500747 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'show working'.
Feb 19 10:21:29.621600 osdx ubnt-cfgd[289532]: inactive
Feb 19 10:21:29.641374 osdx INFO[289538]: FRR daemons did not change
Feb 19 10:21:29.674832 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Feb 19 10:21:29.718273 osdx WARNING[289607]: No supported link modes on interface eth0
Feb 19 10:21:29.719644 osdx modulelauncher[289607]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Feb 19 10:21:29.719662 osdx modulelauncher[289607]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Feb 19 10:21:29.720791 osdx modulelauncher[289607]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Feb 19 10:21:29.720800 osdx modulelauncher[289607]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Feb 19 10:21:29.839136 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Feb 19 10:21:29.847068 osdx dnsmasq[289686]: started, version 2.90 cachesize 150
Feb 19 10:21:29.847081 osdx dnsmasq[289686]: DNS service limited to local subnets
Feb 19 10:21:29.847089 osdx dnsmasq[289686]: 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
Feb 19 10:21:29.847099 osdx dnsmasq[289686]: warning: ignoring resolv-file flag because no-resolv is set
Feb 19 10:21:29.847120 osdx dnsmasq[289686]: using nameserver 10.0.0.10#53
Feb 19 10:21:29.847127 osdx dnsmasq[289686]: using nameserver 10.0.0.2#53
Feb 19 10:21:29.847166 osdx dnsmasq[289686]: read /etc/hosts - 1 names
Feb 19 10:21:29.877923 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Feb 19 10:21:29.878790 osdx cfgd[1859]: [273452]Completed change to active configuration
Feb 19 10:21:29.892924 osdx OSDxCLI[273452]: User 'admin' committed the configuration.
Feb 19 10:21:29.909076 osdx OSDxCLI[273452]: User 'admin' left the configuration menu.
Feb 19 10:21:30.078385 osdx OSDxCLI[273452]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Feb 19 10:21:30.149064 osdx dnsmasq[289686]: query[A] teldat.com from ::1
Feb 19 10:21:30.149131 osdx dnsmasq[289686]: forwarded teldat.com to 10.0.0.10
Feb 19 10:21:31.150316 osdx dnsmasq[289686]: query[A] teldat.com from ::1
Feb 19 10:21:32.151192 osdx dnsmasq[289686]: query[A] teldat.com from 127.0.0.1
Feb 19 10:21:32.151236 osdx dnsmasq[289686]: forwarded teldat.com to 10.0.0.2
Feb 19 10:21:32.151548 osdx dnsmasq[289686]: reply teldat.com is 172.24.0.11
Feb 19 10:21:32.163254 osdx OSDxCLI[273452]: 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 1
Show output
PING 10::2(10::2) 56 data bytes
64 bytes from 10::2: icmp_seq=1 ttl=64 time=8.30 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 8.300/8.300/8.300/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.11
Show 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
Feb 19 10:21:36.322523 osdx systemd-journald[2186]: Runtime Journal (/run/log/journal/69bd8e6fd19244c08e519827aa7e309f) is 2.2M, max 17.2M, 14.9M free.
Feb 19 10:21:36.324649 osdx systemd-journald[2186]: Received client request to rotate journal, rotating.
Feb 19 10:21:36.324715 osdx systemd-journald[2186]: Vacuuming done, freed 0B of archived journals from /run/log/journal/69bd8e6fd19244c08e519827aa7e309f.
Feb 19 10:21:36.334779 osdx OSDxCLI[273452]: User 'admin' executed a new command: 'system journal clear'.
Feb 19 10:21:36.631319 osdx OSDxCLI[273452]: User 'admin' executed a new command: 'system coredump delete all'.
Feb 19 10:21:38.076528 osdx OSDxCLI[273452]: User 'admin' entered the configuration menu.
Feb 19 10:21:38.226218 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Feb 19 10:21:38.315489 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Feb 19 10:21:38.412806 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Feb 19 10:21:38.470189 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
Feb 19 10:21:38.593522 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
Feb 19 10:21:38.689107 osdx OSDxCLI[273452]: User 'admin' added a new cfg line: 'show working'.
Feb 19 10:21:38.816417 osdx ubnt-cfgd[290035]: inactive
Feb 19 10:21:38.852361 osdx INFO[290041]: FRR daemons did not change
Feb 19 10:21:38.892698 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Feb 19 10:21:38.963378 osdx zebra[153706]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Feb 19 10:21:38.974130 osdx WARNING[290110]: No supported link modes on interface eth0
Feb 19 10:21:38.976079 osdx modulelauncher[290110]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Feb 19 10:21:38.976095 osdx modulelauncher[290110]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Feb 19 10:21:38.977887 osdx modulelauncher[290110]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Feb 19 10:21:38.977899 osdx modulelauncher[290110]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Feb 19 10:21:39.046735 osdx zebra[153706]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Feb 19 10:21:39.113082 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Feb 19 10:21:39.124673 osdx dnsmasq[290189]: started, version 2.90 cachesize 150
Feb 19 10:21:39.124705 osdx dnsmasq[290189]: DNS service limited to local subnets
Feb 19 10:21:39.124717 osdx dnsmasq[290189]: 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
Feb 19 10:21:39.124727 osdx dnsmasq[290189]: warning: ignoring resolv-file flag because no-resolv is set
Feb 19 10:21:39.124751 osdx dnsmasq[290189]: using nameserver 10::10#53
Feb 19 10:21:39.124758 osdx dnsmasq[290189]: using nameserver 10::2#53
Feb 19 10:21:39.124800 osdx dnsmasq[290189]: read /etc/hosts - 1 names
Feb 19 10:21:39.168172 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Feb 19 10:21:39.170470 osdx cfgd[1859]: [273452]Completed change to active configuration
Feb 19 10:21:39.188378 osdx OSDxCLI[273452]: User 'admin' committed the configuration.
Feb 19 10:21:39.219562 osdx OSDxCLI[273452]: User 'admin' left the configuration menu.
Feb 19 10:21:40.046797 osdx zebra[153706]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Feb 19 10:21:40.420445 osdx OSDxCLI[273452]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Feb 19 10:21:41.064603 osdx OSDxCLI[273452]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Feb 19 10:21:41.196296 osdx dnsmasq[290189]: query[A] teldat.com from ::1
Feb 19 10:21:41.196664 osdx dnsmasq[290189]: forwarded teldat.com to 10::10
Feb 19 10:21:42.204224 osdx dnsmasq[290189]: query[A] teldat.com from ::1
Feb 19 10:21:43.210403 osdx dnsmasq[290189]: query[A] teldat.com from 127.0.0.1
Feb 19 10:21:43.210655 osdx dnsmasq[290189]: forwarded teldat.com to 10::2
Feb 19 10:21:43.211094 osdx dnsmasq[290189]: reply teldat.com is 172.24.0.11
Feb 19 10:21:43.223804 osdx OSDxCLI[273452]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.