Dns Priority

Test suite to check DNS service priorities

Valid Address

Description

Configures a simple, valid address and checks the DNS can resolve it. There is no priority involved as a single address is in use.

Scenario

Step 1: Set the following configuration in DUT1 :

set interfaces ethernet eth0 address 10.0.0.2/24
set service dns forwarding record host teldat.com ipv4-address 172.24.0.11
set service dns forwarding record host teldat.com ipv6-address 'ff00::dead:cafe'
set service dns resolver local
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 2: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.0.0.1/24
set service dns forwarding logs
set service dns forwarding name-server 10.0.0.2
set service dns resolver local
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 3: Ping the IP address 10.0.0.2 from DUT0:

admin@DUT0$ ping 10.0.0.2 count 1 size 56 timeout 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.535 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.535/0.535/0.535/0.000 ms

Step 4: Run the command show host lookup teldat.com type A wait 0 on DUT0 and check whether the output contains the following tokens:

172.24.0.11
Show output
teldat.com has address 172.24.0.11

Step 5: Run the command system journal show | cat on DUT0 and expect the following output:

Show output
Jun 03 18:28:06.288834 osdx systemd-journald[262779]: Runtime Journal (/run/log/journal/140771393e044d28bd27951346e92000) is 1.9M, max 13.8M, 11.8M free.
Jun 03 18:28:06.292470 osdx systemd-journald[262779]: Received client request to rotate journal, rotating.
Jun 03 18:28:06.292536 osdx systemd-journald[262779]: Vacuuming done, freed 0B of archived journals from /run/log/journal/140771393e044d28bd27951346e92000.
Jun 03 18:28:06.299272 osdx OSDxCLI[893656]: User 'admin' executed a new command: 'system journal clear'.
Jun 03 18:28:06.522396 osdx OSDxCLI[893656]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 03 18:28:07.889066 osdx OSDxCLI[893656]: User 'admin' entered the configuration menu.
Jun 03 18:28:07.970257 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Jun 03 18:28:08.070147 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 03 18:28:08.127656 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 03 18:28:08.223621 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
Jun 03 18:28:08.285375 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'show working'.
Jun 03 18:28:08.406915 osdx ubnt-cfgd[1061771]: inactive
Jun 03 18:28:08.436016 osdx INFO[1061778]: FRR daemons did not change
Jun 03 18:28:08.464471 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 03 18:28:08.509715 osdx WARNING[1061849]: No supported link modes on interface eth0
Jun 03 18:28:08.511090 osdx modulelauncher[1061849]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Jun 03 18:28:08.511103 osdx modulelauncher[1061849]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Jun 03 18:28:08.512264 osdx modulelauncher[1061849]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --
Jun 03 18:28:08.512272 osdx modulelauncher[1061849]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75.
Jun 03 18:28:08.640814 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 03 18:28:08.648337 osdx dnsmasq[1061923]: started, version 2.90 cachesize 150
Jun 03 18:28:08.648346 osdx dnsmasq[1061923]: DNS service limited to local subnets
Jun 03 18:28:08.648352 osdx dnsmasq[1061923]: 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
Jun 03 18:28:08.648359 osdx dnsmasq[1061923]: warning: ignoring resolv-file flag because no-resolv is set
Jun 03 18:28:08.648377 osdx dnsmasq[1061923]: using nameserver 10.0.0.2#53
Jun 03 18:28:08.648406 osdx dnsmasq[1061923]: read /etc/hosts - 1 names
Jun 03 18:28:08.677739 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 03 18:28:08.848295 osdx cfgd[1899]: [893656]Completed change to active configuration
Jun 03 18:28:08.848848 osdx OSDxCLI[893656]: User 'admin' committed the configuration.
Jun 03 18:28:08.869053 osdx OSDxCLI[893656]: User 'admin' left the configuration menu.
Jun 03 18:28:09.011995 osdx OSDxCLI[893656]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Jun 03 18:28:09.080277 osdx dnsmasq[1061923]: query[A] teldat.com from ::1
Jun 03 18:28:09.080354 osdx dnsmasq[1061923]: forwarded teldat.com to 10.0.0.2
Jun 03 18:28:09.080655 osdx dnsmasq[1061923]: reply teldat.com is 172.24.0.11
Jun 03 18:28:09.092473 osdx OSDxCLI[893656]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.

Valid Address IPv6

Description

Configures a simple, valid IPv6 address and checks the DNS can resolve it. There is no priority involved as a single address is in use.

Scenario

Step 1: Set the following configuration in DUT1 :

set interfaces ethernet eth0 address '10::2/64'
set service dns forwarding record host teldat.com ipv4-address 172.24.0.11
set service dns forwarding record host teldat.com ipv6-address 'ff00::dead:cafe'
set service dns resolver local
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 2: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address '10::1/64'
set service dns forwarding logs
set service dns forwarding name-server '10::2'
set service dns resolver local
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 3: Ping the IP address 10::2 from DUT0:

admin@DUT0$ ping 10::2 count 1 size 56 timeout 1
Show output
PING 10::2(10::2) 56 data bytes
64 bytes from 10::2: icmp_seq=1 ttl=64 time=0.364 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.364/0.364/0.364/0.000 ms

Step 4: Run the command show host lookup teldat.com type A wait 0 on DUT0 and check whether the output contains the following tokens:

172.24.0.11
Show output
teldat.com has address 172.24.0.11

Step 5: Run the command system journal show | cat on DUT0 and expect the following output:

Show output
Jun 03 18:28:14.312895 osdx systemd-journald[262779]: Runtime Journal (/run/log/journal/140771393e044d28bd27951346e92000) is 1.8M, max 13.8M, 11.9M free.
Jun 03 18:28:14.313511 osdx systemd-journald[262779]: Received client request to rotate journal, rotating.
Jun 03 18:28:14.313552 osdx systemd-journald[262779]: Vacuuming done, freed 0B of archived journals from /run/log/journal/140771393e044d28bd27951346e92000.
Jun 03 18:28:14.324425 osdx OSDxCLI[893656]: User 'admin' executed a new command: 'system journal clear'.
Jun 03 18:28:14.552052 osdx OSDxCLI[893656]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 03 18:28:16.018236 osdx OSDxCLI[893656]: User 'admin' entered the configuration menu.
Jun 03 18:28:16.104890 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Jun 03 18:28:16.167428 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 03 18:28:16.259515 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 03 18:28:16.311137 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
Jun 03 18:28:16.423184 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'show working'.
Jun 03 18:28:16.488984 osdx ubnt-cfgd[1062310]: inactive
Jun 03 18:28:16.515424 osdx INFO[1062317]: FRR daemons did not change
Jun 03 18:28:16.553032 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 03 18:28:16.598303 osdx zebra[831226]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 14 error 99 (Cannot assign requested address)
Jun 03 18:28:16.608306 osdx WARNING[1062388]: No supported link modes on interface eth0
Jun 03 18:28:16.609918 osdx modulelauncher[1062388]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Jun 03 18:28:16.609933 osdx modulelauncher[1062388]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Jun 03 18:28:16.611179 osdx modulelauncher[1062388]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --
Jun 03 18:28:16.611189 osdx modulelauncher[1062388]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75.
Jun 03 18:28:16.729376 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 03 18:28:16.738932 osdx dnsmasq[1062462]: started, version 2.90 cachesize 150
Jun 03 18:28:16.738952 osdx dnsmasq[1062462]: DNS service limited to local subnets
Jun 03 18:28:16.738960 osdx dnsmasq[1062462]: 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
Jun 03 18:28:16.738970 osdx dnsmasq[1062462]: warning: ignoring resolv-file flag because no-resolv is set
Jun 03 18:28:16.738993 osdx dnsmasq[1062462]: using nameserver 10::2#53
Jun 03 18:28:16.739033 osdx dnsmasq[1062462]: read /etc/hosts - 1 names
Jun 03 18:28:16.769407 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 03 18:28:16.945353 osdx zebra[831226]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 14 error 99 (Cannot assign requested address)
Jun 03 18:28:16.948999 osdx cfgd[1899]: [893656]Completed change to active configuration
Jun 03 18:28:16.949610 osdx OSDxCLI[893656]: User 'admin' committed the configuration.
Jun 03 18:28:16.978397 osdx OSDxCLI[893656]: User 'admin' left the configuration menu.
Jun 03 18:28:18.155004 osdx OSDxCLI[893656]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 03 18:28:18.753799 osdx OSDxCLI[893656]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 03 18:28:18.826618 osdx dnsmasq[1062462]: query[A] teldat.com from ::1
Jun 03 18:28:18.826682 osdx dnsmasq[1062462]: forwarded teldat.com to 10::2
Jun 03 18:28:18.827038 osdx dnsmasq[1062462]: reply teldat.com is 172.24.0.11
Jun 03 18:28:18.839392 osdx OSDxCLI[893656]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.

Multiple Addresses

Description

Configures two DNS addresses: one invalid and the other valid. Checks that the resolution works against the second address, while the first one does not respond.

Scenario

Step 1: Set the following configuration in DUT1 :

set interfaces ethernet eth0 address 10.0.0.2/24
set service dns forwarding record host teldat.com ipv4-address 172.24.0.11
set service dns forwarding record host teldat.com ipv6-address 'ff00::dead:cafe'
set service dns resolver local
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 2: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.0.0.1/24
set service dns forwarding logs
set service dns forwarding name-server 10.0.0.10 priority 0
set service dns forwarding name-server 10.0.0.2 priority 1
set service dns resolver local
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 3: Ping the IP address 10.0.0.2 from DUT0:

admin@DUT0$ ping 10.0.0.2 count 1 size 56 timeout 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.498 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.498/0.498/0.498/0.000 ms

Step 4: Run the command show host lookup teldat.com type A wait 0 on DUT0 and check whether the output contains the following tokens:

172.24.0.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 the command system journal show | cat on DUT0 and expect the following output:

Show output
Jun 03 18:28:24.289702 osdx systemd-journald[262779]: Runtime Journal (/run/log/journal/140771393e044d28bd27951346e92000) is 1.8M, max 13.8M, 11.9M free.
Jun 03 18:28:24.292979 osdx systemd-journald[262779]: Received client request to rotate journal, rotating.
Jun 03 18:28:24.293060 osdx systemd-journald[262779]: Vacuuming done, freed 0B of archived journals from /run/log/journal/140771393e044d28bd27951346e92000.
Jun 03 18:28:24.303712 osdx OSDxCLI[893656]: User 'admin' executed a new command: 'system journal clear'.
Jun 03 18:28:24.524357 osdx OSDxCLI[893656]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 03 18:28:26.001243 osdx OSDxCLI[893656]: User 'admin' entered the configuration menu.
Jun 03 18:28:26.101446 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Jun 03 18:28:26.172203 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 03 18:28:26.226369 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 03 18:28:26.332741 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
Jun 03 18:28:26.458357 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
Jun 03 18:28:26.584854 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'show working'.
Jun 03 18:28:26.697056 osdx ubnt-cfgd[1062855]: inactive
Jun 03 18:28:26.724750 osdx INFO[1062862]: FRR daemons did not change
Jun 03 18:28:26.756922 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 03 18:28:26.814341 osdx WARNING[1062933]: No supported link modes on interface eth0
Jun 03 18:28:26.816147 osdx modulelauncher[1062933]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Jun 03 18:28:26.816159 osdx modulelauncher[1062933]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Jun 03 18:28:26.817449 osdx modulelauncher[1062933]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --
Jun 03 18:28:26.817458 osdx modulelauncher[1062933]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75.
Jun 03 18:28:26.965288 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 03 18:28:26.973221 osdx dnsmasq[1063007]: started, version 2.90 cachesize 150
Jun 03 18:28:26.973233 osdx dnsmasq[1063007]: DNS service limited to local subnets
Jun 03 18:28:26.973241 osdx dnsmasq[1063007]: 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
Jun 03 18:28:26.973249 osdx dnsmasq[1063007]: warning: ignoring resolv-file flag because no-resolv is set
Jun 03 18:28:26.973271 osdx dnsmasq[1063007]: using nameserver 10.0.0.10#53
Jun 03 18:28:26.973277 osdx dnsmasq[1063007]: using nameserver 10.0.0.2#53
Jun 03 18:28:26.973324 osdx dnsmasq[1063007]: read /etc/hosts - 1 names
Jun 03 18:28:27.001211 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 03 18:28:27.217102 osdx cfgd[1899]: [893656]Completed change to active configuration
Jun 03 18:28:27.217754 osdx OSDxCLI[893656]: User 'admin' committed the configuration.
Jun 03 18:28:27.245286 osdx OSDxCLI[893656]: User 'admin' left the configuration menu.
Jun 03 18:28:27.402742 osdx OSDxCLI[893656]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Jun 03 18:28:27.474013 osdx dnsmasq[1063007]: query[A] teldat.com from ::1
Jun 03 18:28:27.474083 osdx dnsmasq[1063007]: forwarded teldat.com to 10.0.0.10
Jun 03 18:28:28.474686 osdx dnsmasq[1063007]: query[A] teldat.com from ::1
Jun 03 18:28:29.475641 osdx dnsmasq[1063007]: query[A] teldat.com from 127.0.0.1
Jun 03 18:28:29.475702 osdx dnsmasq[1063007]: forwarded teldat.com to 10.0.0.2
Jun 03 18:28:29.476046 osdx dnsmasq[1063007]: reply teldat.com is 172.24.0.11
Jun 03 18:28:29.487980 osdx OSDxCLI[893656]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.

Multiple IPv6 Addresses

Description

Configures two IPv6 DNS addresses: one invalid and the other valid. Checks that the resolution works against the second address, while the first one does not respond.

Scenario

Step 1: Set the following configuration in DUT1 :

set interfaces ethernet eth0 address '10::2/64'
set service dns forwarding record host teldat.com ipv4-address 172.24.0.11
set service dns forwarding record host teldat.com ipv6-address 'ff00::dead:cafe'
set service dns resolver local
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 2: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address '10::1/64'
set service dns forwarding logs
set service dns forwarding name-server '10::10' priority 0
set service dns forwarding name-server '10::2' priority 1
set service dns resolver local
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 3: Ping the IP address 10::2 from DUT0:

admin@DUT0$ ping 10::2 count 1 size 56 timeout 1
Show output
PING 10::2(10::2) 56 data bytes
64 bytes from 10::2: icmp_seq=1 ttl=64 time=464 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 463.774/463.774/463.774/0.000 ms

Step 4: Run the command show host lookup teldat.com type A wait 0 on DUT0 and check whether the output contains the following tokens:

172.24.0.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 the command system journal show | cat on DUT0 and expect the following output:

Show output
Jun 03 18:28:35.305039 osdx systemd-journald[262779]: Runtime Journal (/run/log/journal/140771393e044d28bd27951346e92000) is 1.8M, max 13.8M, 11.9M free.
Jun 03 18:28:35.309077 osdx systemd-journald[262779]: Received client request to rotate journal, rotating.
Jun 03 18:28:35.309149 osdx systemd-journald[262779]: Vacuuming done, freed 0B of archived journals from /run/log/journal/140771393e044d28bd27951346e92000.
Jun 03 18:28:35.314935 osdx OSDxCLI[893656]: User 'admin' executed a new command: 'system journal clear'.
Jun 03 18:28:35.525544 osdx OSDxCLI[893656]: User 'admin' executed a new command: 'system coredump delete all'.
Jun 03 18:28:37.012527 osdx OSDxCLI[893656]: User 'admin' entered the configuration menu.
Jun 03 18:28:37.122148 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Jun 03 18:28:37.211252 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Jun 03 18:28:37.291134 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Jun 03 18:28:37.394697 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
Jun 03 18:28:37.464318 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
Jun 03 18:28:37.573794 osdx OSDxCLI[893656]: User 'admin' added a new cfg line: 'show working'.
Jun 03 18:28:37.633490 osdx ubnt-cfgd[1063398]: inactive
Jun 03 18:28:37.658067 osdx INFO[1063405]: FRR daemons did not change
Jun 03 18:28:37.765093 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Jun 03 18:28:37.805290 osdx zebra[831226]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 14 error 99 (Cannot assign requested address)
Jun 03 18:28:37.813927 osdx WARNING[1063476]: No supported link modes on interface eth0
Jun 03 18:28:37.815341 osdx modulelauncher[1063476]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Jun 03 18:28:37.815353 osdx modulelauncher[1063476]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Jun 03 18:28:37.816503 osdx modulelauncher[1063476]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --
Jun 03 18:28:37.816512 osdx modulelauncher[1063476]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75.
Jun 03 18:28:37.913376 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Jun 03 18:28:37.923611 osdx dnsmasq[1063550]: started, version 2.90 cachesize 150
Jun 03 18:28:37.923627 osdx dnsmasq[1063550]: DNS service limited to local subnets
Jun 03 18:28:37.923637 osdx dnsmasq[1063550]: 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
Jun 03 18:28:37.923647 osdx dnsmasq[1063550]: warning: ignoring resolv-file flag because no-resolv is set
Jun 03 18:28:37.923667 osdx dnsmasq[1063550]: using nameserver 10::10#53
Jun 03 18:28:37.923674 osdx dnsmasq[1063550]: using nameserver 10::2#53
Jun 03 18:28:37.923718 osdx dnsmasq[1063550]: read /etc/hosts - 1 names
Jun 03 18:28:37.952355 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Jun 03 18:28:38.109256 osdx zebra[831226]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 14 error 99 (Cannot assign requested address)
Jun 03 18:28:38.112136 osdx cfgd[1899]: [893656]Completed change to active configuration
Jun 03 18:28:38.112681 osdx OSDxCLI[893656]: User 'admin' committed the configuration.
Jun 03 18:28:38.131421 osdx OSDxCLI[893656]: User 'admin' left the configuration menu.
Jun 03 18:28:38.392926 osdx zebra[831226]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 14 error 99 (Cannot assign requested address)
Jun 03 18:28:39.272874 osdx OSDxCLI[893656]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 03 18:28:40.319921 osdx OSDxCLI[893656]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Jun 03 18:28:40.415292 osdx dnsmasq[1063550]: query[A] teldat.com from ::1
Jun 03 18:28:40.415360 osdx dnsmasq[1063550]: forwarded teldat.com to 10::10
Jun 03 18:28:41.416863 osdx dnsmasq[1063550]: query[A] teldat.com from ::1
Jun 03 18:28:42.417992 osdx dnsmasq[1063550]: query[A] teldat.com from 127.0.0.1
Jun 03 18:28:42.418047 osdx dnsmasq[1063550]: forwarded teldat.com to 10::2
Jun 03 18:28:42.418392 osdx dnsmasq[1063550]: reply teldat.com is 172.24.0.11
Jun 03 18:28:42.420281 osdx OSDxCLI[893656]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.