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

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.645/0.645/0.645/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
Mar 05 21:37:53.288672 osdx systemd-journald[466780]: Runtime Journal (/run/log/journal/78445f9299f9414990e66dc8aa510838) is 1.9M, max 13.8M, 11.8M free.
Mar 05 21:37:53.290778 osdx systemd-journald[466780]: Received client request to rotate journal, rotating.
Mar 05 21:37:53.290827 osdx systemd-journald[466780]: Vacuuming done, freed 0B of archived journals from /run/log/journal/78445f9299f9414990e66dc8aa510838.
Mar 05 21:37:53.299191 osdx OSDxCLI[849840]: User 'admin' executed a new command: 'system journal clear'.
Mar 05 21:37:53.603886 osdx OSDxCLI[849840]: User 'admin' executed a new command: 'system coredump delete all'.
Mar 05 21:37:54.921596 osdx OSDxCLI[849840]: User 'admin' entered the configuration menu.
Mar 05 21:37:55.077525 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Mar 05 21:37:55.129605 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Mar 05 21:37:55.257789 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Mar 05 21:37:55.332959 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'.
Mar 05 21:37:55.439501 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'show working'.
Mar 05 21:37:55.533911 osdx ubnt-cfgd[1025741]: inactive
Mar 05 21:37:55.558332 osdx INFO[1025747]: FRR daemons did not change
Mar 05 21:37:55.598786 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Mar 05 21:37:55.646493 osdx WARNING[1025816]: No supported link modes on interface eth0
Mar 05 21:37:55.648312 osdx modulelauncher[1025816]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Mar 05 21:37:55.648325 osdx modulelauncher[1025816]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Mar 05 21:37:55.649829 osdx modulelauncher[1025816]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --
Mar 05 21:37:55.649837 osdx modulelauncher[1025816]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75.
Mar 05 21:37:55.751096 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Mar 05 21:37:55.758977 osdx dnsmasq[1025895]: started, version 2.90 cachesize 150
Mar 05 21:37:55.758987 osdx dnsmasq[1025895]: DNS service limited to local subnets
Mar 05 21:37:55.758993 osdx dnsmasq[1025895]: 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
Mar 05 21:37:55.759000 osdx dnsmasq[1025895]: warning: ignoring resolv-file flag because no-resolv is set
Mar 05 21:37:55.759018 osdx dnsmasq[1025895]: using nameserver 10.0.0.2#53
Mar 05 21:37:55.759056 osdx dnsmasq[1025895]: read /etc/hosts - 1 names
Mar 05 21:37:55.789612 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Mar 05 21:37:55.790444 osdx cfgd[1863]: [849840]Completed change to active configuration
Mar 05 21:37:55.802392 osdx OSDxCLI[849840]: User 'admin' committed the configuration.
Mar 05 21:37:55.830604 osdx OSDxCLI[849840]: User 'admin' left the configuration menu.
Mar 05 21:37:55.988564 osdx OSDxCLI[849840]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Mar 05 21:37:56.088245 osdx dnsmasq[1025895]: query[A] teldat.com from ::1
Mar 05 21:37:56.088496 osdx dnsmasq[1025895]: forwarded teldat.com to 10.0.0.2
Mar 05 21:37:56.088791 osdx dnsmasq[1025895]: reply teldat.com is 172.24.0.11
Mar 05 21:37:56.100296 osdx OSDxCLI[849840]: 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=455 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 454.715/454.715/454.715/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
Mar 05 21:38:00.301892 osdx systemd-journald[466780]: Runtime Journal (/run/log/journal/78445f9299f9414990e66dc8aa510838) is 1.9M, max 13.8M, 11.8M free.
Mar 05 21:38:00.302339 osdx systemd-journald[466780]: Received client request to rotate journal, rotating.
Mar 05 21:38:00.302374 osdx systemd-journald[466780]: Vacuuming done, freed 0B of archived journals from /run/log/journal/78445f9299f9414990e66dc8aa510838.
Mar 05 21:38:00.311820 osdx OSDxCLI[849840]: User 'admin' executed a new command: 'system journal clear'.
Mar 05 21:38:00.558295 osdx OSDxCLI[849840]: User 'admin' executed a new command: 'system coredump delete all'.
Mar 05 21:38:01.820214 osdx OSDxCLI[849840]: User 'admin' entered the configuration menu.
Mar 05 21:38:01.968722 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Mar 05 21:38:02.027116 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Mar 05 21:38:02.131190 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Mar 05 21:38:02.231800 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'.
Mar 05 21:38:02.362013 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'show working'.
Mar 05 21:38:02.419568 osdx ubnt-cfgd[1026245]: inactive
Mar 05 21:38:02.438703 osdx INFO[1026251]: FRR daemons did not change
Mar 05 21:38:02.466107 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Mar 05 21:38:02.501283 osdx zebra[823651]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Mar 05 21:38:02.510673 osdx WARNING[1026320]: No supported link modes on interface eth0
Mar 05 21:38:02.512031 osdx modulelauncher[1026320]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Mar 05 21:38:02.512043 osdx modulelauncher[1026320]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Mar 05 21:38:02.513325 osdx modulelauncher[1026320]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --
Mar 05 21:38:02.513335 osdx modulelauncher[1026320]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75.
Mar 05 21:38:02.614471 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Mar 05 21:38:02.622489 osdx dnsmasq[1026399]: started, version 2.90 cachesize 150
Mar 05 21:38:02.622502 osdx dnsmasq[1026399]: DNS service limited to local subnets
Mar 05 21:38:02.622510 osdx dnsmasq[1026399]: 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
Mar 05 21:38:02.622519 osdx dnsmasq[1026399]: warning: ignoring resolv-file flag because no-resolv is set
Mar 05 21:38:02.622544 osdx dnsmasq[1026399]: using nameserver 10::2#53
Mar 05 21:38:02.622584 osdx dnsmasq[1026399]: read /etc/hosts - 1 names
Mar 05 21:38:02.652717 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Mar 05 21:38:02.653489 osdx cfgd[1863]: [849840]Completed change to active configuration
Mar 05 21:38:02.665224 osdx OSDxCLI[849840]: User 'admin' committed the configuration.
Mar 05 21:38:02.681202 osdx OSDxCLI[849840]: User 'admin' left the configuration menu.
Mar 05 21:38:03.713003 osdx zebra[823651]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Mar 05 21:38:03.825651 osdx OSDxCLI[849840]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Mar 05 21:38:04.853222 osdx OSDxCLI[849840]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Mar 05 21:38:04.920196 osdx dnsmasq[1026399]: query[A] teldat.com from ::1
Mar 05 21:38:04.920257 osdx dnsmasq[1026399]: forwarded teldat.com to 10::2
Mar 05 21:38:04.920532 osdx dnsmasq[1026399]: reply teldat.com is 172.24.0.11
Mar 05 21:38:04.921792 osdx OSDxCLI[849840]: 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.457 ms

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.457/0.457/0.457/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
Mar 05 21:38:09.323567 osdx systemd-journald[466780]: Runtime Journal (/run/log/journal/78445f9299f9414990e66dc8aa510838) is 2.2M, max 13.8M, 11.5M free.
Mar 05 21:38:09.324789 osdx systemd-journald[466780]: Received client request to rotate journal, rotating.
Mar 05 21:38:09.324844 osdx systemd-journald[466780]: Vacuuming done, freed 0B of archived journals from /run/log/journal/78445f9299f9414990e66dc8aa510838.
Mar 05 21:38:09.334921 osdx OSDxCLI[849840]: User 'admin' executed a new command: 'system journal clear'.
Mar 05 21:38:09.578824 osdx OSDxCLI[849840]: User 'admin' executed a new command: 'system coredump delete all'.
Mar 05 21:38:10.892036 osdx OSDxCLI[849840]: User 'admin' entered the configuration menu.
Mar 05 21:38:10.983097 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'.
Mar 05 21:38:11.053169 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Mar 05 21:38:11.151877 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Mar 05 21:38:11.213629 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'.
Mar 05 21:38:11.310713 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'.
Mar 05 21:38:11.461260 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'show working'.
Mar 05 21:38:11.587087 osdx ubnt-cfgd[1026751]: inactive
Mar 05 21:38:11.607694 osdx INFO[1026757]: FRR daemons did not change
Mar 05 21:38:11.644466 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Mar 05 21:38:11.688780 osdx WARNING[1026826]: No supported link modes on interface eth0
Mar 05 21:38:11.690213 osdx modulelauncher[1026826]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Mar 05 21:38:11.690230 osdx modulelauncher[1026826]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Mar 05 21:38:11.691437 osdx modulelauncher[1026826]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --
Mar 05 21:38:11.691445 osdx modulelauncher[1026826]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75.
Mar 05 21:38:11.816796 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Mar 05 21:38:11.826191 osdx dnsmasq[1026905]: started, version 2.90 cachesize 150
Mar 05 21:38:11.826201 osdx dnsmasq[1026905]: DNS service limited to local subnets
Mar 05 21:38:11.826207 osdx dnsmasq[1026905]: 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
Mar 05 21:38:11.826217 osdx dnsmasq[1026905]: warning: ignoring resolv-file flag because no-resolv is set
Mar 05 21:38:11.826242 osdx dnsmasq[1026905]: using nameserver 10.0.0.10#53
Mar 05 21:38:11.826247 osdx dnsmasq[1026905]: using nameserver 10.0.0.2#53
Mar 05 21:38:11.826279 osdx dnsmasq[1026905]: read /etc/hosts - 1 names
Mar 05 21:38:11.858676 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Mar 05 21:38:11.859684 osdx cfgd[1863]: [849840]Completed change to active configuration
Mar 05 21:38:11.871622 osdx OSDxCLI[849840]: User 'admin' committed the configuration.
Mar 05 21:38:11.889613 osdx OSDxCLI[849840]: User 'admin' left the configuration menu.
Mar 05 21:38:12.060122 osdx OSDxCLI[849840]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'.
Mar 05 21:38:12.130444 osdx dnsmasq[1026905]: query[A] teldat.com from ::1
Mar 05 21:38:12.130524 osdx dnsmasq[1026905]: forwarded teldat.com to 10.0.0.10
Mar 05 21:38:13.131488 osdx dnsmasq[1026905]: query[A] teldat.com from ::1
Mar 05 21:38:14.132519 osdx dnsmasq[1026905]: query[A] teldat.com from 127.0.0.1
Mar 05 21:38:14.132563 osdx dnsmasq[1026905]: forwarded teldat.com to 10.0.0.2
Mar 05 21:38:14.132932 osdx dnsmasq[1026905]: reply teldat.com is 172.24.0.11
Mar 05 21:38:14.144719 osdx OSDxCLI[849840]: 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=443 ms

--- 10::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 442.970/442.970/442.970/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
Mar 05 21:38:19.323968 osdx systemd-journald[466780]: Runtime Journal (/run/log/journal/78445f9299f9414990e66dc8aa510838) is 1.8M, max 13.8M, 11.9M free.
Mar 05 21:38:19.327632 osdx systemd-journald[466780]: Received client request to rotate journal, rotating.
Mar 05 21:38:19.327704 osdx systemd-journald[466780]: Vacuuming done, freed 0B of archived journals from /run/log/journal/78445f9299f9414990e66dc8aa510838.
Mar 05 21:38:19.334338 osdx OSDxCLI[849840]: User 'admin' executed a new command: 'system journal clear'.
Mar 05 21:38:19.545855 osdx OSDxCLI[849840]: User 'admin' executed a new command: 'system coredump delete all'.
Mar 05 21:38:20.750407 osdx OSDxCLI[849840]: User 'admin' entered the configuration menu.
Mar 05 21:38:20.835974 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'.
Mar 05 21:38:20.917783 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'set service dns forwarding logs'.
Mar 05 21:38:21.020204 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'set service dns resolver local'.
Mar 05 21:38:21.116743 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'.
Mar 05 21:38:21.171469 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'.
Mar 05 21:38:21.272565 osdx OSDxCLI[849840]: User 'admin' added a new cfg line: 'show working'.
Mar 05 21:38:21.330513 osdx ubnt-cfgd[1027254]: inactive
Mar 05 21:38:21.349304 osdx INFO[1027260]: FRR daemons did not change
Mar 05 21:38:21.379627 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Mar 05 21:38:21.410398 osdx zebra[823651]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Mar 05 21:38:21.419538 osdx WARNING[1027329]: No supported link modes on interface eth0
Mar 05 21:38:21.421033 osdx modulelauncher[1027329]: osdx.utils.xos cmd error: /sbin/ethtool -A eth0 autoneg on
Mar 05 21:38:21.421045 osdx modulelauncher[1027329]: Command '/sbin/ethtool -A eth0 autoneg on' returned non-zero exit status 76.
Mar 05 21:38:21.422283 osdx modulelauncher[1027329]: osdx.utils.xos cmd error: /sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --
Mar 05 21:38:21.422293 osdx modulelauncher[1027329]: Command '/sbin/ethtool -s eth0 autoneg on advertise Pause off Asym_Pause off --' returned non-zero exit status 75.
Mar 05 21:38:21.535970 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server...
Mar 05 21:38:21.544139 osdx dnsmasq[1027408]: started, version 2.90 cachesize 150
Mar 05 21:38:21.544150 osdx dnsmasq[1027408]: DNS service limited to local subnets
Mar 05 21:38:21.544155 osdx dnsmasq[1027408]: 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
Mar 05 21:38:21.544162 osdx dnsmasq[1027408]: warning: ignoring resolv-file flag because no-resolv is set
Mar 05 21:38:21.544179 osdx dnsmasq[1027408]: using nameserver 10::10#53
Mar 05 21:38:21.544185 osdx dnsmasq[1027408]: using nameserver 10::2#53
Mar 05 21:38:21.544222 osdx dnsmasq[1027408]: read /etc/hosts - 1 names
Mar 05 21:38:21.572231 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server.
Mar 05 21:38:21.573027 osdx cfgd[1863]: [849840]Completed change to active configuration
Mar 05 21:38:21.584678 osdx OSDxCLI[849840]: User 'admin' committed the configuration.
Mar 05 21:38:21.623308 osdx OSDxCLI[849840]: User 'admin' left the configuration menu.
Mar 05 21:38:22.239496 osdx zebra[823651]: [QGWPP-XPTHX][EC 100663299] eth0(2): Tx RA failed, socket 12 error 99 (Cannot assign requested address)
Mar 05 21:38:22.754909 osdx OSDxCLI[849840]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Mar 05 21:38:23.810358 osdx OSDxCLI[849840]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'.
Mar 05 21:38:23.879931 osdx dnsmasq[1027408]: query[A] teldat.com from ::1
Mar 05 21:38:23.879997 osdx dnsmasq[1027408]: forwarded teldat.com to 10::10
Mar 05 21:38:24.880684 osdx dnsmasq[1027408]: query[A] teldat.com from ::1
Mar 05 21:38:25.880638 osdx dnsmasq[1027408]: query[A] teldat.com from 127.0.0.1
Mar 05 21:38:25.880688 osdx dnsmasq[1027408]: forwarded teldat.com to 10::2
Mar 05 21:38:25.881003 osdx dnsmasq[1027408]: reply teldat.com is 172.24.0.11
Mar 05 21:38:25.892654 osdx OSDxCLI[849840]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.