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.500 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.500/0.500/0.500/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 12 17:54:51.354163 osdx systemd-journald[1959]: Runtime Journal (/run/log/journal/fef7273cfed74888920ec39438478308) is 2.3M, max 17.2M, 14.9M free.
Feb 12 17:54:51.355915 osdx systemd-journald[1959]: Received client request to rotate journal, rotating.
Feb 12 17:54:51.355976 osdx systemd-journald[1959]: Vacuuming done, freed 0B of archived journals from /run/log/journal/fef7273cfed74888920ec39438478308.
Feb 12 17:54:51.366076 osdx OSDxCLI[79875]: User 'admin' executed a new command: 'system journal clear'.
Feb 12 17:54:51.634458 osdx OSDxCLI[79875]: User 'admin' executed a new command: 'system coredump delete all'.
Feb 12 17:54:53.050738 osdx OSDxCLI[79875]: User 'admin' entered the configuration menu.
Feb 12 17:54:53.198372 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Feb 12 17:54:53.295780 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Feb 12 17:54:53.392786 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Feb 12 17:54:53.512660 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
Feb 12 17:54:53.672990 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'show working'.
Feb 12 17:54:53.742935 osdx ubnt-cfgd[270180]: inactive
Feb 12 17:54:53.793982 osdx INFO[270186]: FRR daemons did not change
Feb 12 17:54:53.835933 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Feb 12 17:54:53.901516 osdx WARNING[270255]: No supported link modes on interface eth0
Feb 12 17:54:53.903084 osdx modulelauncher[270255]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Feb 12 17:54:53.903097 osdx modulelauncher[270255]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Feb 12 17:54:53.904775 osdx modulelauncher[270255]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Feb 12 17:54:53.904848 osdx modulelauncher[270255]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Feb 12 17:54:54.036322 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Feb 12 17:54:54.046738 osdx dnsmasq[270334]: started, version 2.90 cachesize 150
Feb 12 17:54:54.046750 osdx dnsmasq[270334]: DNS service limited to local subnets
Feb 12 17:54:54.046757 osdx dnsmasq[270334]: 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 12 17:54:54.046765 osdx dnsmasq[270334]: warning: ignoring resolv-file flag because no-resolv is set
Feb 12 17:54:54.046779 osdx dnsmasq[270334]: using nameserver 10.0.0.2#53
Feb 12 17:54:54.046814 osdx dnsmasq[270334]: read /etc/hosts - 1 names
Feb 12 17:54:54.084856 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Feb 12 17:54:54.086316 osdx cfgd[1631]: [79875]Completed change to active configuration
Feb 12 17:54:54.104965 osdx OSDxCLI[79875]: User 'admin' committed the configuration.
Feb 12 17:54:54.128794 osdx OSDxCLI[79875]: User 'admin' left the configuration menu.
Feb 12 17:54:54.356502 osdx OSDxCLI[79875]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Feb 12 17:54:54.463423 osdx dnsmasq[270334]: query[A] teldat.com from ::1
Feb 12 17:54:54.463490 osdx dnsmasq[270334]: forwarded teldat.com to 10.0.0.2
Feb 12 17:54:54.468952 osdx dnsmasq[270334]: reply teldat.com is 172.24.0.11
Feb 12 17:54:54.480889 osdx OSDxCLI[79875]: 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=439 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 439.013/439.013/439.013/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 12 17:55:00.389224 osdx systemd-journald[1959]: Runtime Journal (/run/log/journal/fef7273cfed74888920ec39438478308) is 2.2M, max 17.2M, 14.9M free.
Feb 12 17:55:00.392524 osdx systemd-journald[1959]: Received client request to rotate journal, rotating.
Feb 12 17:55:00.392608 osdx systemd-journald[1959]: Vacuuming done, freed 0B of archived journals from /run/log/journal/fef7273cfed74888920ec39438478308.
Feb 12 17:55:00.410455 osdx OSDxCLI[79875]: User 'admin' executed a new command: 'system journal clear'.
Feb 12 17:55:00.781285 osdx OSDxCLI[79875]: User 'admin' executed a new command: 'system coredump delete all'.
Feb 12 17:55:02.381684 osdx OSDxCLI[79875]: User 'admin' entered the configuration menu.
Feb 12 17:55:02.548910 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Feb 12 17:55:02.634720 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Feb 12 17:55:02.734449 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Feb 12 17:55:02.895866 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
Feb 12 17:55:03.019341 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'show working'.
Feb 12 17:55:03.161733 osdx ubnt-cfgd[270691]: inactive
Feb 12 17:55:03.242897 osdx INFO[270697]: FRR daemons did not change
Feb 12 17:55:03.281707 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Feb 12 17:55:03.328406 osdx zebra[62788]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Feb 12 17:55:03.338468 osdx WARNING[270766]: No supported link modes on interface eth0
Feb 12 17:55:03.340803 osdx modulelauncher[270766]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Feb 12 17:55:03.340818 osdx modulelauncher[270766]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Feb 12 17:55:03.342594 osdx modulelauncher[270766]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Feb 12 17:55:03.342605 osdx modulelauncher[270766]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Feb 12 17:55:03.485340 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Feb 12 17:55:03.498018 osdx dnsmasq[270845]: started, version 2.90 cachesize 150
Feb 12 17:55:03.498027 osdx dnsmasq[270845]: DNS service limited to local subnets
Feb 12 17:55:03.498033 osdx dnsmasq[270845]: 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 12 17:55:03.498041 osdx dnsmasq[270845]: warning: ignoring resolv-file flag because no-resolv is set
Feb 12 17:55:03.498058 osdx dnsmasq[270845]: using nameserver 10::2#53
Feb 12 17:55:03.498103 osdx dnsmasq[270845]: read /etc/hosts - 1 names
Feb 12 17:55:03.544840 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Feb 12 17:55:03.546351 osdx cfgd[1631]: [79875]Completed change to active configuration
Feb 12 17:55:03.569939 osdx OSDxCLI[79875]: User 'admin' committed the configuration.
Feb 12 17:55:03.595097 osdx OSDxCLI[79875]: User 'admin' left the configuration menu.
Feb 12 17:55:04.740707 osdx zebra[62788]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Feb 12 17:55:04.769310 osdx OSDxCLI[79875]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Feb 12 17:55:05.817719 osdx OSDxCLI[79875]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Feb 12 17:55:05.926607 osdx dnsmasq[270845]: query[A] teldat.com from ::1
Feb 12 17:55:05.926671 osdx dnsmasq[270845]: forwarded teldat.com to 10::2
Feb 12 17:55:05.927589 osdx dnsmasq[270845]: reply teldat.com is 172.24.0.11
Feb 12 17:55:05.940516 osdx OSDxCLI[79875]: 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.354 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.354/0.354/0.354/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 12 17:55:11.296723 osdx systemd-journald[1959]: Runtime Journal (/run/log/journal/fef7273cfed74888920ec39438478308) is 2.2M, max 17.2M, 14.9M free.
Feb 12 17:55:11.297757 osdx systemd-journald[1959]: Received client request to rotate journal, rotating.
Feb 12 17:55:11.297817 osdx systemd-journald[1959]: Vacuuming done, freed 0B of archived journals from /run/log/journal/fef7273cfed74888920ec39438478308.
Feb 12 17:55:11.306755 osdx OSDxCLI[79875]: User 'admin' executed a new command: 'system journal clear'.
Feb 12 17:55:11.518622 osdx OSDxCLI[79875]: User 'admin' executed a new command: 'system coredump delete all'.
Feb 12 17:55:12.850107 osdx OSDxCLI[79875]: User 'admin' entered the configuration menu.
Feb 12 17:55:12.945606 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Feb 12 17:55:13.018539 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Feb 12 17:55:13.073622 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Feb 12 17:55:13.180407 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
Feb 12 17:55:13.274160 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
Feb 12 17:55:13.355014 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'show working'.
Feb 12 17:55:13.443068 osdx ubnt-cfgd[271204]: inactive
Feb 12 17:55:13.461753 osdx INFO[271210]: FRR daemons did not change
Feb 12 17:55:13.493766 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Feb 12 17:55:13.541525 osdx WARNING[271279]: No supported link modes on interface eth0
Feb 12 17:55:13.542943 osdx modulelauncher[271279]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Feb 12 17:55:13.542956 osdx modulelauncher[271279]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Feb 12 17:55:13.544154 osdx modulelauncher[271279]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Feb 12 17:55:13.544165 osdx modulelauncher[271279]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Feb 12 17:55:13.670120 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Feb 12 17:55:13.678905 osdx dnsmasq[271358]: started, version 2.90 cachesize 150
Feb 12 17:55:13.678916 osdx dnsmasq[271358]: DNS service limited to local subnets
Feb 12 17:55:13.678922 osdx dnsmasq[271358]: 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 12 17:55:13.678929 osdx dnsmasq[271358]: warning: ignoring resolv-file flag because no-resolv is set
Feb 12 17:55:13.678946 osdx dnsmasq[271358]: using nameserver 10.0.0.10#53
Feb 12 17:55:13.678951 osdx dnsmasq[271358]: using nameserver 10.0.0.2#53
Feb 12 17:55:13.678991 osdx dnsmasq[271358]: read /etc/hosts - 1 names
Feb 12 17:55:13.710715 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Feb 12 17:55:13.711527 osdx cfgd[1631]: [79875]Completed change to active configuration
Feb 12 17:55:13.722612 osdx OSDxCLI[79875]: User 'admin' committed the configuration.
Feb 12 17:55:13.738464 osdx OSDxCLI[79875]: User 'admin' left the configuration menu.
Feb 12 17:55:13.902583 osdx OSDxCLI[79875]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Feb 12 17:55:13.984264 osdx dnsmasq[271358]: query[A] teldat.com from ::1
Feb 12 17:55:13.984333 osdx dnsmasq[271358]: forwarded teldat.com to 10.0.0.10
Feb 12 17:55:14.985625 osdx dnsmasq[271358]: query[A] teldat.com from ::1
Feb 12 17:55:15.986572 osdx dnsmasq[271358]: query[A] teldat.com from 127.0.0.1
Feb 12 17:55:15.986631 osdx dnsmasq[271358]: forwarded teldat.com to 10.0.0.2
Feb 12 17:55:15.986963 osdx dnsmasq[271358]: reply teldat.com is 172.24.0.11
Feb 12 17:55:15.989101 osdx OSDxCLI[79875]: 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=459 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 459.395/459.395/459.395/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 12 17:55:21.339160 osdx systemd-journald[1959]: Runtime Journal (/run/log/journal/fef7273cfed74888920ec39438478308) is 2.2M, max 17.2M, 14.9M free.
Feb 12 17:55:21.341669 osdx systemd-journald[1959]: Received client request to rotate journal, rotating.
Feb 12 17:55:21.341740 osdx systemd-journald[1959]: Vacuuming done, freed 0B of archived journals from /run/log/journal/fef7273cfed74888920ec39438478308.
Feb 12 17:55:21.358169 osdx OSDxCLI[79875]: User 'admin' executed a new command: 'system journal clear'.
Feb 12 17:55:21.580045 osdx OSDxCLI[79875]: User 'admin' executed a new command: 'system coredump delete all'.
Feb 12 17:55:22.858015 osdx OSDxCLI[79875]: User 'admin' entered the configuration menu.
Feb 12 17:55:22.969284 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Feb 12 17:55:23.026140 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Feb 12 17:55:23.123901 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Feb 12 17:55:23.225226 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
Feb 12 17:55:23.294213 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
Feb 12 17:55:23.410858 osdx OSDxCLI[79875]: User 'admin' added a new cfg line: 'show working'.
Feb 12 17:55:23.487910 osdx ubnt-cfgd[271712]: inactive
Feb 12 17:55:23.509187 osdx INFO[271718]: FRR daemons did not change
Feb 12 17:55:23.541660 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Feb 12 17:55:23.579127 osdx zebra[62788]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Feb 12 17:55:23.587864 osdx WARNING[271787]: No supported link modes on interface eth0
Feb 12 17:55:23.589300 osdx modulelauncher[271787]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Feb 12 17:55:23.589313 osdx modulelauncher[271787]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Feb 12 17:55:23.590532 osdx modulelauncher[271787]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --
Feb 12 17:55:23.590541 osdx modulelauncher[271787]: Command '/sbin/ethtool -s eth0 autoneg on advertise Asym_Pause off Pause off --' returned non-zero exit status 75.
Feb 12 17:55:23.713981 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Feb 12 17:55:23.722111 osdx zebra[62788]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Feb 12 17:55:23.723891 osdx dnsmasq[271866]: started, version 2.90 cachesize 150
Feb 12 17:55:23.723904 osdx dnsmasq[271866]: DNS service limited to local subnets
Feb 12 17:55:23.723911 osdx dnsmasq[271866]: 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 12 17:55:23.723921 osdx dnsmasq[271866]: warning: ignoring resolv-file flag because no-resolv is set
Feb 12 17:55:23.723946 osdx dnsmasq[271866]: using nameserver 10::10#53
Feb 12 17:55:23.723954 osdx dnsmasq[271866]: using nameserver 10::2#53
Feb 12 17:55:23.723995 osdx dnsmasq[271866]: read /etc/hosts - 1 names
Feb 12 17:55:23.754985 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Feb 12 17:55:23.755905 osdx cfgd[1631]: [79875]Completed change to active configuration
Feb 12 17:55:23.767268 osdx OSDxCLI[79875]: User 'admin' committed the configuration.
Feb 12 17:55:23.814902 osdx OSDxCLI[79875]: User 'admin' left the configuration menu.
Feb 12 17:55:24.723031 osdx zebra[62788]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Feb 12 17:55:24.960331 osdx OSDxCLI[79875]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Feb 12 17:55:26.016298 osdx OSDxCLI[79875]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Feb 12 17:55:26.091477 osdx dnsmasq[271866]: query[A] teldat.com from ::1
Feb 12 17:55:26.091768 osdx dnsmasq[271866]: forwarded teldat.com to 10::10
Feb 12 17:55:27.092519 osdx dnsmasq[271866]: query[A] teldat.com from ::1
Feb 12 17:55:28.093534 osdx dnsmasq[271866]: query[A] teldat.com from 127.0.0.1
Feb 12 17:55:28.093706 osdx dnsmasq[271866]: forwarded teldat.com to 10::2
Feb 12 17:55:28.093929 osdx dnsmasq[271866]: reply teldat.com is 172.24.0.11
Feb 12 17:55:28.095903 osdx OSDxCLI[79875]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.