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=0.353 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.353/0.353/0.353/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
Nov 12 16:36:10.288430 osdx systemd-journald[1872]: Runtime Journal (/run/log/journal/04bdf7f70d714c0fb0ef3d9377529e99) is 1.9M, max 13.8M, 11.8M free.
Nov 12 16:36:10.290646 osdx systemd-journald[1872]: Received client request to rotate journal, rotating.
Nov 12 16:36:10.290704 osdx systemd-journald[1872]: Vacuuming done, freed 0B of archived journals from /run/log/journal/04bdf7f70d714c0fb0ef3d9377529e99.
Nov 12 16:36:10.301171 osdx OSDxCLI[123608]: User 'admin' executed a new command: 'system journal clear'.
Nov 12 16:36:10.531376 osdx OSDxCLI[123608]: User 'admin' executed a new command: 'system coredump delete all'.
Nov 12 16:36:11.927183 osdx OSDxCLI[123608]: User 'admin' entered the configuration menu.
Nov 12 16:36:12.043671 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Nov 12 16:36:12.132265 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Nov 12 16:36:12.216408 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Nov 12 16:36:12.288087 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
Nov 12 16:36:12.393454 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'show working'.
Nov 12 16:36:12.463181 osdx ubnt-cfgd[329467]: inactive
Nov 12 16:36:12.483355 osdx INFO[329473]: FRR daemons did not change
Nov 12 16:36:12.506655 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Nov 12 16:36:12.552056 osdx WARNING[329541]: No supported link modes on interface eth0
Nov 12 16:36:12.553626 osdx modulelauncher[329541]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Nov 12 16:36:12.553644 osdx modulelauncher[329541]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Nov 12 16:36:12.554986 osdx modulelauncher[329541]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --
Nov 12 16:36:12.554996 osdx modulelauncher[329541]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75.
Nov 12 16:36:12.683101 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Nov 12 16:36:12.691278 osdx dnsmasq[329621]: started, version 2.90 cachesize 150
Nov 12 16:36:12.691289 osdx dnsmasq[329621]: DNS service limited to local subnets
Nov 12 16:36:12.691295 osdx dnsmasq[329621]: 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
Nov 12 16:36:12.691302 osdx dnsmasq[329621]: warning: ignoring resolv-file flag because no-resolv is set
Nov 12 16:36:12.691321 osdx dnsmasq[329621]: using nameserver 10.0.0.2#53
Nov 12 16:36:12.691364 osdx dnsmasq[329621]: read /etc/hosts - 1 names
Nov 12 16:36:12.719740 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Nov 12 16:36:12.720473 osdx cfgd[1666]: [123608]Completed change to active configuration
Nov 12 16:36:12.735505 osdx OSDxCLI[123608]: User 'admin' committed the configuration.
Nov 12 16:36:12.783576 osdx OSDxCLI[123608]: User 'admin' left the configuration menu.
Nov 12 16:36:12.925499 osdx OSDxCLI[123608]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Nov 12 16:36:13.006892 osdx dnsmasq[329621]: query[A] teldat.com from ::1
Nov 12 16:36:13.006962 osdx dnsmasq[329621]: forwarded teldat.com to 10.0.0.2
Nov 12 16:36:13.007266 osdx dnsmasq[329621]: reply teldat.com is 172.24.0.11
Nov 12 16:36:13.019252 osdx OSDxCLI[123608]: 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=0.311 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.311/0.311/0.311/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
Nov 12 16:36:18.357172 osdx systemd-journald[1872]: Runtime Journal (/run/log/journal/04bdf7f70d714c0fb0ef3d9377529e99) is 1.9M, max 13.8M, 11.8M free.
Nov 12 16:36:18.358587 osdx systemd-journald[1872]: Received client request to rotate journal, rotating.
Nov 12 16:36:18.358635 osdx systemd-journald[1872]: Vacuuming done, freed 0B of archived journals from /run/log/journal/04bdf7f70d714c0fb0ef3d9377529e99.
Nov 12 16:36:18.369625 osdx OSDxCLI[123608]: User 'admin' executed a new command: 'system journal clear'.
Nov 12 16:36:18.605560 osdx OSDxCLI[123608]: User 'admin' executed a new command: 'system coredump delete all'.
Nov 12 16:36:19.724055 osdx OSDxCLI[123608]: User 'admin' entered the configuration menu.
Nov 12 16:36:19.801446 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Nov 12 16:36:19.926825 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Nov 12 16:36:20.026913 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Nov 12 16:36:20.160534 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
Nov 12 16:36:20.231010 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'show working'.
Nov 12 16:36:20.314692 osdx ubnt-cfgd[329959]: inactive
Nov 12 16:36:20.333926 osdx INFO[329965]: FRR daemons did not change
Nov 12 16:36:20.358592 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Nov 12 16:36:20.394840 osdx zebra[148343]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Nov 12 16:36:20.403425 osdx WARNING[330033]: No supported link modes on interface eth0
Nov 12 16:36:20.404915 osdx modulelauncher[330033]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Nov 12 16:36:20.404929 osdx modulelauncher[330033]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Nov 12 16:36:20.406080 osdx modulelauncher[330033]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --
Nov 12 16:36:20.406090 osdx modulelauncher[330033]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75.
Nov 12 16:36:20.534899 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Nov 12 16:36:20.543236 osdx dnsmasq[330113]: started, version 2.90 cachesize 150
Nov 12 16:36:20.543246 osdx dnsmasq[330113]: DNS service limited to local subnets
Nov 12 16:36:20.543252 osdx dnsmasq[330113]: 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
Nov 12 16:36:20.543258 osdx dnsmasq[330113]: warning: ignoring resolv-file flag because no-resolv is set
Nov 12 16:36:20.543273 osdx dnsmasq[330113]: using nameserver 10::2#53
Nov 12 16:36:20.543306 osdx dnsmasq[330113]: read /etc/hosts - 1 names
Nov 12 16:36:20.569185 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Nov 12 16:36:20.569947 osdx cfgd[1666]: [123608]Completed change to active configuration
Nov 12 16:36:20.580935 osdx OSDxCLI[123608]: User 'admin' committed the configuration.
Nov 12 16:36:20.595506 osdx OSDxCLI[123608]: User 'admin' left the configuration menu.
Nov 12 16:36:21.732062 osdx OSDxCLI[123608]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Nov 12 16:36:22.302390 osdx OSDxCLI[123608]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Nov 12 16:36:22.386831 osdx dnsmasq[330113]: query[A] teldat.com from ::1
Nov 12 16:36:22.386894 osdx dnsmasq[330113]: forwarded teldat.com to 10::2
Nov 12 16:36:22.387216 osdx dnsmasq[330113]: reply teldat.com is 172.24.0.11
Nov 12 16:36:22.398598 osdx OSDxCLI[123608]: 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.298 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.298/0.298/0.298/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
Nov 12 16:36:27.324516 osdx systemd-journald[1872]: Runtime Journal (/run/log/journal/04bdf7f70d714c0fb0ef3d9377529e99) is 1.8M, max 13.8M, 11.9M free.
Nov 12 16:36:27.325846 osdx systemd-journald[1872]: Received client request to rotate journal, rotating.
Nov 12 16:36:27.325899 osdx systemd-journald[1872]: Vacuuming done, freed 0B of archived journals from /run/log/journal/04bdf7f70d714c0fb0ef3d9377529e99.
Nov 12 16:36:27.334152 osdx OSDxCLI[123608]: User 'admin' executed a new command: 'system journal clear'.
Nov 12 16:36:27.589540 osdx OSDxCLI[123608]: User 'admin' executed a new command: 'system coredump delete all'.
Nov 12 16:36:29.001190 osdx OSDxCLI[123608]: User 'admin' entered the configuration menu.
Nov 12 16:36:29.181169 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Nov 12 16:36:29.259690 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Nov 12 16:36:29.347035 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Nov 12 16:36:29.433807 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
Nov 12 16:36:29.498340 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
Nov 12 16:36:29.596904 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'show working'.
Nov 12 16:36:29.675849 osdx ubnt-cfgd[330455]: inactive
Nov 12 16:36:29.694757 osdx INFO[330461]: FRR daemons did not change
Nov 12 16:36:29.717855 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Nov 12 16:36:29.763327 osdx WARNING[330529]: No supported link modes on interface eth0
Nov 12 16:36:29.764669 osdx modulelauncher[330529]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Nov 12 16:36:29.764681 osdx modulelauncher[330529]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Nov 12 16:36:29.765990 osdx modulelauncher[330529]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --
Nov 12 16:36:29.765999 osdx modulelauncher[330529]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75.
Nov 12 16:36:29.882198 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Nov 12 16:36:29.890680 osdx dnsmasq[330609]: started, version 2.90 cachesize 150
Nov 12 16:36:29.890691 osdx dnsmasq[330609]: DNS service limited to local subnets
Nov 12 16:36:29.890704 osdx dnsmasq[330609]: 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
Nov 12 16:36:29.890712 osdx dnsmasq[330609]: warning: ignoring resolv-file flag because no-resolv is set
Nov 12 16:36:29.890732 osdx dnsmasq[330609]: using nameserver 10.0.0.10#53
Nov 12 16:36:29.890739 osdx dnsmasq[330609]: using nameserver 10.0.0.2#53
Nov 12 16:36:29.890777 osdx dnsmasq[330609]: read /etc/hosts - 1 names
Nov 12 16:36:29.918215 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Nov 12 16:36:29.919023 osdx cfgd[1666]: [123608]Completed change to active configuration
Nov 12 16:36:29.932590 osdx OSDxCLI[123608]: User 'admin' committed the configuration.
Nov 12 16:36:29.970400 osdx OSDxCLI[123608]: User 'admin' left the configuration menu.
Nov 12 16:36:30.107664 osdx OSDxCLI[123608]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Nov 12 16:36:30.197651 osdx dnsmasq[330609]: query[A] teldat.com from ::1
Nov 12 16:36:30.197740 osdx dnsmasq[330609]: forwarded teldat.com to 10.0.0.10
Nov 12 16:36:31.198567 osdx dnsmasq[330609]: query[A] teldat.com from ::1
Nov 12 16:36:32.199526 osdx dnsmasq[330609]: query[A] teldat.com from 127.0.0.1
Nov 12 16:36:32.199566 osdx dnsmasq[330609]: forwarded teldat.com to 10.0.0.2
Nov 12 16:36:32.199914 osdx dnsmasq[330609]: reply teldat.com is 172.24.0.11
Nov 12 16:36:32.201817 osdx OSDxCLI[123608]: 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=0.420 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.420/0.420/0.420/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
Nov 12 16:36:36.324987 osdx systemd-journald[1872]: Runtime Journal (/run/log/journal/04bdf7f70d714c0fb0ef3d9377529e99) is 1.8M, max 13.8M, 11.9M free.
Nov 12 16:36:36.327158 osdx systemd-journald[1872]: Received client request to rotate journal, rotating.
Nov 12 16:36:36.327211 osdx systemd-journald[1872]: Vacuuming done, freed 0B of archived journals from /run/log/journal/04bdf7f70d714c0fb0ef3d9377529e99.
Nov 12 16:36:36.334540 osdx OSDxCLI[123608]: User 'admin' executed a new command: 'system journal clear'.
Nov 12 16:36:36.563447 osdx OSDxCLI[123608]: User 'admin' executed a new command: 'system coredump delete all'.
Nov 12 16:36:37.822236 osdx OSDxCLI[123608]: User 'admin' entered the configuration menu.
Nov 12 16:36:37.908269 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Nov 12 16:36:38.014902 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Nov 12 16:36:38.151369 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Nov 12 16:36:38.245966 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
Nov 12 16:36:38.353269 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
Nov 12 16:36:38.442117 osdx OSDxCLI[123608]: User 'admin' added a new cfg line: 'show working'.
Nov 12 16:36:38.535752 osdx ubnt-cfgd[330951]: inactive
Nov 12 16:36:38.553477 osdx INFO[330957]: FRR daemons did not change
Nov 12 16:36:38.575163 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Nov 12 16:36:38.609436 osdx zebra[148343]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Nov 12 16:36:38.617972 osdx WARNING[331025]: No supported link modes on interface eth0
Nov 12 16:36:38.619330 osdx modulelauncher[331025]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Nov 12 16:36:38.619342 osdx modulelauncher[331025]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Nov 12 16:36:38.620526 osdx modulelauncher[331025]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --
Nov 12 16:36:38.620534 osdx modulelauncher[331025]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75.
Nov 12 16:36:38.743493 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Nov 12 16:36:38.753056 osdx dnsmasq[331105]: started, version 2.90 cachesize 150
Nov 12 16:36:38.753068 osdx dnsmasq[331105]: DNS service limited to local subnets
Nov 12 16:36:38.753074 osdx dnsmasq[331105]: 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
Nov 12 16:36:38.753082 osdx dnsmasq[331105]: warning: ignoring resolv-file flag because no-resolv is set
Nov 12 16:36:38.753102 osdx dnsmasq[331105]: using nameserver 10::10#53
Nov 12 16:36:38.753108 osdx dnsmasq[331105]: using nameserver 10::2#53
Nov 12 16:36:38.753149 osdx dnsmasq[331105]: read /etc/hosts - 1 names
Nov 12 16:36:38.781701 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Nov 12 16:36:38.782546 osdx cfgd[1666]: [123608]Completed change to active configuration
Nov 12 16:36:38.793725 osdx OSDxCLI[123608]: User 'admin' committed the configuration.
Nov 12 16:36:38.819958 osdx OSDxCLI[123608]: User 'admin' left the configuration menu.
Nov 12 16:36:38.923268 osdx zebra[148343]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Nov 12 16:36:39.962116 osdx OSDxCLI[123608]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Nov 12 16:36:40.554683 osdx OSDxCLI[123608]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Nov 12 16:36:40.652603 osdx dnsmasq[331105]: query[A] teldat.com from ::1
Nov 12 16:36:40.652685 osdx dnsmasq[331105]: forwarded teldat.com to 10::10
Nov 12 16:36:41.653742 osdx dnsmasq[331105]: query[A] teldat.com from ::1
Nov 12 16:36:42.654686 osdx dnsmasq[331105]: query[A] teldat.com from 127.0.0.1
Nov 12 16:36:42.654745 osdx dnsmasq[331105]: forwarded teldat.com to 10::2
Nov 12 16:36:42.655044 osdx dnsmasq[331105]: reply teldat.com is 172.24.0.11
Nov 12 16:36:42.656766 osdx OSDxCLI[123608]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.