Using Unbound Sometimes Dies

Hi. I'm using Unbound for DNS because I thought it would perform better for DNS requests, and I wanted to enable DoT. Well, after a couple days it seems Unbound kind of dies. It's not obvious, but what happens is pages stop loading, etc.

For now I'm using regular DNS on Unbound to Cloudflare, but I need the performance to stay consistent.

Not sure what output or commands would be relevant.

Archer C7 V2 on https://github.com/gwlim/openwrt-sfe-flowoffload-ath79 May 2020 build.

root@OpenWrt:~# uci show
dhcp.@dnsmasq[0]=dnsmasq
dhcp.@dnsmasq[0].localise_queries='1'
dhcp.@dnsmasq[0].rebind_protection='1'
dhcp.@dnsmasq[0].rebind_localhost='1'
dhcp.@dnsmasq[0].local='/lan/'
dhcp.@dnsmasq[0].expandhosts='1'
dhcp.@dnsmasq[0].authoritative='1'
dhcp.@dnsmasq[0].readethers='1'
dhcp.@dnsmasq[0].leasefile='/tmp/dhcp.leases'
dhcp.@dnsmasq[0].resolvfile='/tmp/resolv.conf.d/resolv.conf.auto'
dhcp.@dnsmasq[0].localservice='1'
dhcp.@dnsmasq[0].port='0'
dhcp.lan=dhcp
dhcp.lan.interface='lan'
dhcp.lan.start='100'
dhcp.lan.limit='150'
dhcp.lan.leasetime='12h'
dhcp.lan.dhcpv6='server'
dhcp.lan.ra='server'
dhcp.lan.ra_slaac='1'
dhcp.lan.ra_flags='managed-config' 'other-config'
dhcp.lan.ra_management='1'
dhcp.wan=dhcp
dhcp.wan.interface='wan'
dhcp.wan.ignore='1'
dhcp.odhcpd=odhcpd
dhcp.odhcpd.maindhcp='0'
dhcp.odhcpd.leasefile='/tmp/hosts/odhcpd'
dhcp.odhcpd.leasetrigger='/usr/sbin/odhcpd-update'
dhcp.odhcpd.loglevel='4'
dropbear.@dropbear[0]=dropbear
dropbear.@dropbear[0].PasswordAuth='on'
dropbear.@dropbear[0].Port='22'
dropbear.@dropbear[0].Interface='lan'
firewall.@defaults[0]=defaults
firewall.@defaults[0].syn_flood='1'
firewall.@defaults[0].input='ACCEPT'
firewall.@defaults[0].output='ACCEPT'
firewall.@defaults[0].forward='REJECT'
firewall.@zone[0]=zone
firewall.@zone[0].name='lan'
firewall.@zone[0].network='lan'
firewall.@zone[0].input='ACCEPT'
firewall.@zone[0].output='ACCEPT'
firewall.@zone[0].forward='ACCEPT'
firewall.@zone[1]=zone
firewall.@zone[1].name='wan'
firewall.@zone[1].network='wan' 'wan6'
firewall.@zone[1].input='REJECT'
firewall.@zone[1].output='ACCEPT'
firewall.@zone[1].forward='REJECT'
firewall.@zone[1].masq='1'
firewall.@zone[1].mtu_fix='1'
firewall.@forwarding[0]=forwarding
firewall.@forwarding[0].src='lan'
firewall.@forwarding[0].dest='wan'
firewall.@rule[0]=rule
firewall.@rule[0].name='Allow-DHCP-Renew'
firewall.@rule[0].src='wan'
firewall.@rule[0].proto='udp'
firewall.@rule[0].dest_port='68'
firewall.@rule[0].target='ACCEPT'
firewall.@rule[0].family='ipv4'
firewall.@rule[1]=rule
firewall.@rule[1].name='Allow-Ping'
firewall.@rule[1].src='wan'
firewall.@rule[1].proto='icmp'
firewall.@rule[1].icmp_type='echo-request'
firewall.@rule[1].family='ipv4'
firewall.@rule[1].target='ACCEPT'
firewall.@rule[2]=rule
firewall.@rule[2].name='Allow-IGMP'
firewall.@rule[2].src='wan'
firewall.@rule[2].proto='igmp'
firewall.@rule[2].family='ipv4'
firewall.@rule[2].target='ACCEPT'
firewall.@rule[3]=rule
firewall.@rule[3].name='Allow-DHCPv6'
firewall.@rule[3].src='wan'
firewall.@rule[3].proto='udp'
firewall.@rule[3].src_ip='fc00::/6'
firewall.@rule[3].dest_ip='fc00::/6'
firewall.@rule[3].dest_port='546'
firewall.@rule[3].family='ipv6'
firewall.@rule[3].target='ACCEPT'
firewall.@rule[4]=rule
firewall.@rule[4].name='Allow-MLD'
firewall.@rule[4].src='wan'
firewall.@rule[4].proto='icmp'
firewall.@rule[4].src_ip='fe80::/10'
firewall.@rule[4].icmp_type='130/0' '131/0' '132/0' '143/0'
firewall.@rule[4].family='ipv6'
firewall.@rule[4].target='ACCEPT'
firewall.@rule[5]=rule
firewall.@rule[5].name='Allow-ICMPv6-Input'
firewall.@rule[5].src='wan'
firewall.@rule[5].proto='icmp'
firewall.@rule[5].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' 'router-solicitation' 'neighbour-solicitation' 'router-advertisement' 'neighbour-advertisement'
firewall.@rule[5].limit='1000/sec'
firewall.@rule[5].family='ipv6'
firewall.@rule[5].target='ACCEPT'
firewall.@rule[6]=rule
firewall.@rule[6].name='Allow-ICMPv6-Forward'
firewall.@rule[6].src='wan'
firewall.@rule[6].dest='*'
firewall.@rule[6].proto='icmp'
firewall.@rule[6].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type'
firewall.@rule[6].limit='1000/sec'
firewall.@rule[6].family='ipv6'
firewall.@rule[6].target='ACCEPT'
firewall.@rule[7]=rule
firewall.@rule[7].name='Allow-IPSec-ESP'
firewall.@rule[7].src='wan'
firewall.@rule[7].dest='lan'
firewall.@rule[7].proto='esp'
firewall.@rule[7].target='ACCEPT'
firewall.@rule[8]=rule
firewall.@rule[8].name='Allow-ISAKMP'
firewall.@rule[8].src='wan'
firewall.@rule[8].dest='lan'
firewall.@rule[8].dest_port='500'
firewall.@rule[8].proto='udp'
firewall.@rule[8].target='ACCEPT'
firewall.@include[0]=include
firewall.@include[0].path='/etc/firewall.user'
luci.main=core
luci.main.lang='auto'
luci.main.mediaurlbase='/luci-static/bootstrap'
luci.main.resourcebase='/luci-static/resources'
luci.main.ubuspath='/ubus/'
luci.flash_keep=extern
luci.flash_keep.uci='/etc/config/'
luci.flash_keep.dropbear='/etc/dropbear/'
luci.flash_keep.openvpn='/etc/openvpn/'
luci.flash_keep.passwd='/etc/passwd'
luci.flash_keep.opkg='/etc/opkg.conf'
luci.flash_keep.firewall='/etc/firewall.user'
luci.flash_keep.uploads='/lib/uci/upload/'
luci.languages=internal
luci.sauth=internal
luci.sauth.sessionpath='/tmp/luci-sessions'
luci.sauth.sessiontime='3600'
luci.ccache=internal
luci.ccache.enable='1'
luci.themes=internal
luci.themes.Bootstrap='/luci-static/bootstrap'
luci.apply=internal
luci.apply.rollback='90'
luci.apply.holdoff='4'
luci.apply.timeout='5'
luci.apply.display='1.5'
luci.diag=internal
luci.diag.dns='openwrt.org'
luci.diag.ping='openwrt.org'
luci.diag.route='openwrt.org'
network.loopback=interface
network.loopback.ifname='lo'
network.loopback.proto='static'
network.loopback.ipaddr='127.0.0.1'
network.loopback.netmask='255.0.0.0'
network.globals=globals
network.globals.ula_prefix='xxxxxxxxxxxxxxxx'
network.lan=interface
network.lan.type='bridge'
network.lan.ifname='eth1.1'
network.lan.proto='static'
network.lan.ip6assign='60'
network.lan.ipaddr='192.168.1.1/24'
network.wan=interface
network.wan.ifname='eth0.2'
network.wan.proto='dhcp'
network.wan.peerdns='0'
network.wan.dns='1.1.1.1'
network.wan6=interface
network.wan6.ifname='eth0.2'
network.wan6.proto='dhcpv6'
network.wan6.reqaddress='try'
network.wan6.reqprefix='auto'
network.wan6.peerdns='0'
network.wan6.dns='xxxxxxxxxxxxx'
network.@switch[0]=switch
network.@switch[0].name='switch0'
network.@switch[0].reset='1'
network.@switch[0].enable_vlan='1'
network.@switch_vlan[0]=switch_vlan
network.@switch_vlan[0].device='switch0'
network.@switch_vlan[0].vlan='1'
network.@switch_vlan[0].ports='0t 2 3 4 5'
network.@switch_vlan[0].vid='1'
network.@switch_vlan[1]=switch_vlan
network.@switch_vlan[1].device='switch0'
network.@switch_vlan[1].vlan='2'
network.@switch_vlan[1].ports='1 6t'
network.@switch_vlan[1].vid='2'
nlbwmon.@nlbwmon[0]=nlbwmon
nlbwmon.@nlbwmon[0].netlink_buffer_size='524288'
nlbwmon.@nlbwmon[0].commit_interval='24h'
nlbwmon.@nlbwmon[0].refresh_interval='30s'
nlbwmon.@nlbwmon[0].database_directory='/var/lib/nlbwmon'
nlbwmon.@nlbwmon[0].database_generations='10'
nlbwmon.@nlbwmon[0].database_interval='1'
nlbwmon.@nlbwmon[0].database_limit='10000'
nlbwmon.@nlbwmon[0].protocol_database='/usr/share/nlbwmon/protocols'
nlbwmon.@nlbwmon[0].local_network='192.168.0.0/16' '172.16.0.0/12' '10.0.0.0/8' 'lan'
openvpn.custom_config=openvpn
openvpn.custom_config.enabled='0'
openvpn.custom_config.config='/etc/openvpn/my-vpn.conf'
openvpn.sample_server=openvpn
openvpn.sample_server.enabled='0'
openvpn.sample_server.port='1194'
openvpn.sample_server.proto='udp'
openvpn.sample_server.dev='tun'
openvpn.sample_server.ca='/etc/openvpn/ca.crt'
openvpn.sample_server.cert='/etc/openvpn/server.crt'
openvpn.sample_server.key='/etc/openvpn/server.key'
openvpn.sample_server.dh='/etc/openvpn/dh1024.pem'
openvpn.sample_server.server='10.8.0.0 255.255.255.0'
openvpn.sample_server.ifconfig_pool_persist='/tmp/ipp.txt'
openvpn.sample_server.keepalive='10 120'
openvpn.sample_server.compress='lzo'
openvpn.sample_server.persist_key='1'
openvpn.sample_server.persist_tun='1'
openvpn.sample_server.user='nobody'
openvpn.sample_server.status='/tmp/openvpn-status.log'
openvpn.sample_server.verb='3'
openvpn.sample_client=openvpn
openvpn.sample_client.enabled='0'
openvpn.sample_client.client='1'
openvpn.sample_client.dev='tun'
openvpn.sample_client.proto='udp'
openvpn.sample_client.remote='my_server_1 1194'
openvpn.sample_client.resolv_retry='infinite'
openvpn.sample_client.nobind='1'
openvpn.sample_client.persist_key='1'
openvpn.sample_client.persist_tun='1'
openvpn.sample_client.user='nobody'
openvpn.sample_client.ca='/etc/openvpn/ca.crt'
openvpn.sample_client.cert='/etc/openvpn/client.crt'
openvpn.sample_client.key='/etc/openvpn/client.key'
openvpn.sample_client.compress='lzo'
openvpn.sample_client.verb='3'
openvpn_recipes.server_tun_ptp=openvpn_recipe
openvpn_recipes.server_tun_ptp._description='Simple server configuration for a routed point-to-point VPN'
openvpn_recipes.server_tun_ptp._role='server'
openvpn_recipes.server_tun_ptp.dev='tun'
openvpn_recipes.server_tun_ptp.ifconfig='10.0.0.1 10.0.0.2'
openvpn_recipes.server_tun_ptp.secret='shared-secret.key'
openvpn_recipes.server_tun_ptp.keepalive='10 60'
openvpn_recipes.server_tun_ptp.comp_lzo='yes'
openvpn_recipes.server_tun_ptp.verb='3'
openvpn_recipes.server_tun_ptp.mssfix='1420'
openvpn_recipes.client_tun_ptp=openvpn_recipe
openvpn_recipes.client_tun_ptp._description='Simple client configuration for a routed point-to-point VPN'
openvpn_recipes.client_tun_ptp._role='client'
openvpn_recipes.client_tun_ptp.dev='tun'
openvpn_recipes.client_tun_ptp.remote='vpnserver.example.org'
openvpn_recipes.client_tun_ptp.ifconfig='10.0.0.2 10.0.0.1'
openvpn_recipes.client_tun_ptp.secret='shared-secret.key'
openvpn_recipes.client_tun_ptp.nobind='1'
openvpn_recipes.client_tun_ptp.comp_lzo='yes'
openvpn_recipes.client_tun_ptp.verb='3'
openvpn_recipes.server_tun=openvpn_recipe
openvpn_recipes.server_tun._description='Server configuration for a routed multi-client VPN'
openvpn_recipes.server_tun._role='server'
openvpn_recipes.server_tun.dev='tun'
openvpn_recipes.server_tun.server='10.0.100.0 255.255.255.0'
openvpn_recipes.server_tun.ca='ca.crt'
openvpn_recipes.server_tun.cert='server.crt'
openvpn_recipes.server_tun.key='server.key'
openvpn_recipes.server_tun.dh='dh1024.pem'
openvpn_recipes.server_tun.keepalive='10 60'
openvpn_recipes.server_tun.comp_lzo='yes'
openvpn_recipes.server_tun.verb='3'
openvpn_recipes.server_tun.mssfix='1420'
openvpn_recipes.client_tun=openvpn_recipe
openvpn_recipes.client_tun._description='Client configuration for a routed multi-client VPN'
openvpn_recipes.client_tun._role='client'
openvpn_recipes.client_tun.client='1'
openvpn_recipes.client_tun.dev='tun'
openvpn_recipes.client_tun.remote='vpnserver.example.org'
openvpn_recipes.client_tun.pkcs12='my_client.p12'
openvpn_recipes.client_tun.remote_cert_tls='server'
openvpn_recipes.client_tun.comp_lzo='yes'
openvpn_recipes.client_tun.nobind='1'
openvpn_recipes.client_tun.persist_key='1'
openvpn_recipes.client_tun.persist_tun='1'
openvpn_recipes.client_tun.verb='3'
openvpn_recipes.client_tun.reneg_sec='0'
openvpn_recipes.client_tun.float='1'
openvpn_recipes.server_tap_bridge=openvpn_recipe
openvpn_recipes.server_tap_bridge._description='Server configuration for an ethernet bridge VPN'
openvpn_recipes.server_tap_bridge._role='server'
openvpn_recipes.server_tap_bridge.dev='tap'
openvpn_recipes.server_tap_bridge.server_bridge='192.168.1.1 255.255.255.0 192.168.1.128 192.168.1.254'
openvpn_recipes.server_tap_bridge.ca='ca.crt'
openvpn_recipes.server_tap_bridge.cert='server.crt'
openvpn_recipes.server_tap_bridge.key='server.key'
openvpn_recipes.server_tap_bridge.dh='dh1024.pem'
openvpn_recipes.server_tap_bridge.keepalive='10 60'
openvpn_recipes.server_tap_bridge.comp_lzo='yes'
openvpn_recipes.server_tap_bridge.verb='3'
openvpn_recipes.server_tap_bridge.mssfix='1420'
openvpn_recipes.client_tap_bridge=openvpn_recipe
openvpn_recipes.client_tap_bridge._description='Client configuration for an ethernet bridge VPN'
openvpn_recipes.client_tap_bridge._role='client'
openvpn_recipes.client_tap_bridge.client='1'
openvpn_recipes.client_tap_bridge.dev='tap'
openvpn_recipes.client_tap_bridge.remote='vpnserver.example.org'
openvpn_recipes.client_tap_bridge.ca='ca.crt'
openvpn_recipes.client_tap_bridge.cert='my_client.crt'
openvpn_recipes.client_tap_bridge.key='my_client.key'
openvpn_recipes.client_tap_bridge.dh='dh1024.pem'
openvpn_recipes.client_tap_bridge.remote_cert_tls='server'
openvpn_recipes.client_tap_bridge.comp_lzo='yes'
openvpn_recipes.client_tap_bridge.nobind='1'
openvpn_recipes.client_tap_bridge.persist_key='1'
openvpn_recipes.client_tap_bridge.verb='3'
openvpn_recipes.client_tap_bridge.reneg_sec='0'
openvpn_recipes.client_tap_bridge.float='1'
p910nd.@p910nd[0]=p910nd
p910nd.@p910nd[0].device='/dev/usb/lp0'
p910nd.@p910nd[0].port='0'
p910nd.@p910nd[0].bidirectional='1'
p910nd.@p910nd[0].runas_root='0'
p910nd.@p910nd[0].mdns='0'
p910nd.@p910nd[0].mdns_ty='My Printer Manufacturer/Model'
p910nd.@p910nd[0].mdns_note='Basement'
p910nd.@p910nd[0].enabled='1'
p910nd.@p910nd[0].bind='192.168.1.1'
rpcd.@rpcd[0]=rpcd
rpcd.@rpcd[0].socket='/var/run/ubus.sock'
rpcd.@rpcd[0].timeout='30'
rpcd.@login[0]=login
rpcd.@login[0].username='root'
rpcd.@login[0].password='$p$root'
rpcd.@login[0].read='*'
rpcd.@login[0].write='*'
simple-adblock.config=simple-adblock
simple-adblock.config.dns_instance='0'
simple-adblock.config.verbosity='2'
simple-adblock.config.led='none'
simple-adblock.config.boot_delay='120'
simple-adblock.config.download_timeout='10'
simple-adblock.config.curl_retry='3'
simple-adblock.config.parallel_downloads='1'
simple-adblock.config.debug='0'
simple-adblock.config.compressed_cache='0'
simple-adblock.config.allowed_domain='cdn.jsdelivr.net'
simple-adblock.config.blocked_domains_url='https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt' 'https://cdn.jsdelivr.net/gh/paulgb/BarbBlock/blacklists/domain-list.txt' 'https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt' 'https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt'
simple-adblock.config.blocked_hosts_url='https://adaway.org/hosts.txt' 'https://cdn.jsdelivr.net/gh/hoshsadiq/adblock-nocoin-list/hosts.txt' 'https://www.malwaredomainlist.com/hostslist/hosts.txt' 'https://pgl.yoyo.org/as/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext' 'http://winhelp2002.mvps.org/hosts.txt' 'https://someonewhocares.org/hosts/hosts'
simple-adblock.config.config_update_enabled='1'
simple-adblock.config.force_dns='0'
simple-adblock.config.dns='unbound.adb_list'
simple-adblock.config.enabled='0'
sqm.eth1=queue
sqm.eth1.enabled='0'
sqm.eth1.interface='eth1'
sqm.eth1.download='85000'
sqm.eth1.upload='10000'
sqm.eth1.qdisc='fq_codel'
sqm.eth1.script='simple.qos'
sqm.eth1.qdisc_advanced='0'
sqm.eth1.ingress_ecn='ECN'
sqm.eth1.egress_ecn='ECN'
sqm.eth1.qdisc_really_really_advanced='0'
sqm.eth1.itarget='auto'
sqm.eth1.etarget='auto'
sqm.eth1.linklayer='none'
system.@system[0]=system
system.@system[0].hostname='OpenWrt'
system.@system[0].ttylogin='0'
system.@system[0].log_size='64'
system.@system[0].urandom_seed='0'
system.@system[0].zonename='UTC'
system.@system[0].log_proto='udp'
system.@system[0].conloglevel='8'
system.@system[0].cronloglevel='5'
system.ntp=timeserver
system.ntp.use_dhcp='0'
system.ntp.enable_server='1'
system.ntp.server='0.us.pool.ntp.org' '1.us.pool.ntp.org'
ucitrack.@network[0]=network
ucitrack.@network[0].init='network'
ucitrack.@network[0].affects='dhcp' 'radvd'
ucitrack.@wireless[0]=wireless
ucitrack.@wireless[0].affects='network'
ucitrack.@firewall[0]=firewall
ucitrack.@firewall[0].init='firewall'
ucitrack.@firewall[0].affects='luci-splash' 'qos' 'miniupnpd' 'sqm'
ucitrack.@olsr[0]=olsr
ucitrack.@olsr[0].init='olsrd'
ucitrack.@dhcp[0]=dhcp
ucitrack.@dhcp[0].init='dnsmasq'
ucitrack.@dhcp[0].affects='odhcpd'
ucitrack.@odhcpd[0]=odhcpd
ucitrack.@odhcpd[0].init='odhcpd'
ucitrack.@dropbear[0]=dropbear
ucitrack.@dropbear[0].init='dropbear'
ucitrack.@httpd[0]=httpd
ucitrack.@httpd[0].init='httpd'
ucitrack.@fstab[0]=fstab
ucitrack.@fstab[0].exec='/sbin/block mount'
ucitrack.@qos[0]=qos
ucitrack.@qos[0].init='qos'
ucitrack.@system[0]=system
ucitrack.@system[0].init='led'
ucitrack.@system[0].exec='/etc/init.d/log reload'
ucitrack.@system[0].affects='luci_statistics' 'dhcp'
ucitrack.@luci_splash[0]=luci_splash
ucitrack.@luci_splash[0].init='luci_splash'
ucitrack.@upnpd[0]=upnpd
ucitrack.@upnpd[0].init='miniupnpd'
ucitrack.@ntpclient[0]=ntpclient
ucitrack.@ntpclient[0].init='ntpclient'
ucitrack.@samba[0]=samba
ucitrack.@samba[0].init='samba'
ucitrack.@tinyproxy[0]=tinyproxy
ucitrack.@tinyproxy[0].init='tinyproxy'
ucitrack.@sqm[0]=sqm
ucitrack.@sqm[0].init='sqm'
ucitrack.@p910nd[0]=p910nd
ucitrack.@p910nd[0].init='p910nd'
uhttpd.main=uhttpd
uhttpd.main.listen_http='0.0.0.0:80' '[::]:80'
uhttpd.main.listen_https='0.0.0.0:443' '[::]:443'
uhttpd.main.redirect_https='1'
uhttpd.main.home='/www'
uhttpd.main.rfc1918_filter='1'
uhttpd.main.max_requests='3'
uhttpd.main.max_connections='100'
uhttpd.main.cert='/etc/uhttpd.crt'
uhttpd.main.key='/etc/uhttpd.key'
uhttpd.main.cgi_prefix='/cgi-bin'
uhttpd.main.lua_prefix='/cgi-bin/luci=/usr/lib/lua/luci/sgi/uhttpd.lua'
uhttpd.main.script_timeout='60'
uhttpd.main.network_timeout='30'
uhttpd.main.http_keepalive='20'
uhttpd.main.tcp_keepalive='1'
uhttpd.main.ubus_prefix='/ubus'
uhttpd.defaults=cert
uhttpd.defaults.days='730'
uhttpd.defaults.key_type='rsa'
uhttpd.defaults.bits='2048'
uhttpd.defaults.ec_curve='P-256'
uhttpd.defaults.country='ZZ'
uhttpd.defaults.state='Somewhere'
uhttpd.defaults.location='Unknown'
uhttpd.defaults.commonname='OpenWrt'
unbound.@zone[0]=zone
unbound.@zone[0].zone_type='forward_zone'
unbound.@zone[0].dns_assist='none'
unbound.@zone[0].zone_name='.'
unbound.@zone[0].fallback='1'
unbound.@zone[0].enabled='0'
unbound.@zone[0].server='1.1.1.1' '1.0.0.1'
unbound.forward=zone
unbound.forward.zone_type='forward_zone'
unbound.forward.tls_upstream='1'
unbound.forward.zone_name='.'
unbound.forward.tls_index='cloudflare-dns.com'
unbound.forward.dns_assist='none'
unbound.forward.enabled='1'
unbound.forward.server='1.1.1.1' '1.0.0.1'
unbound.forward.fallback='1'
unbound.@unbound[0]=unbound
unbound.@unbound[0].dns64='0'
unbound.@unbound[0].domain='lan'
unbound.@unbound[0].edns_size='1280'
unbound.@unbound[0].hide_binddata='1'
unbound.@unbound[0].interface_auto='1'
unbound.@unbound[0].listen_port='53'
unbound.@unbound[0].localservice='1'
unbound.@unbound[0].manual_conf='0'
unbound.@unbound[0].num_threads='1'
unbound.@unbound[0].rate_limit='0'
unbound.@unbound[0].rebind_localhost='0'
unbound.@unbound[0].root_age='9'
unbound.@unbound[0].ttl_min='120'
unbound.@unbound[0].validator='0'
unbound.@unbound[0].verbosity='1'
unbound.@unbound[0].enabled='1'
unbound.@unbound[0].dhcp_link='dnsmasq'
unbound.@unbound[0].recursion='passive'
unbound.@unbound[0].extended_stats='0'
unbound.@unbound[0].protocol='ip6_prefer'
unbound.@unbound[0].resource='medium'
unbound.@unbound[0].unbound_control='0'
unbound.@unbound[0].rebind_protection='0'
unbound.@unbound[0].trigger_interface='lan' 'wan'
wireless.radio0=wifi-device
wireless.radio0.type='mac80211'
wireless.radio0.hwmode='11a'
wireless.radio0.path='pci0000:00/0000:00:00.0'
wireless.radio0.htmode='VHT80'
wireless.radio0.channel='112'
wireless.radio0.country='US'
wireless.default_radio0=wifi-iface
wireless.default_radio0.device='radio0'
wireless.default_radio0.network='lan'
wireless.default_radio0.mode='ap'
wireless.default_radio0.skip_inactivity_poll='1'
wireless.default_radio0.disassoc_low_ack='0'
wireless.default_radio0.ssid='TP-LINK_1257_5G'
wireless.default_radio0.encryption='psk2+ccmp'
wireless.default_radio0.key='xxxxxxxxxxx'
wireless.radio1=wifi-device
wireless.radio1.type='mac80211'
wireless.radio1.channel='11'
wireless.radio1.hwmode='11g'
wireless.radio1.path='platform/ahb/18100000.wmac'
wireless.radio1.htmode='HT20'
wireless.radio1.country='US'
wireless.radio1.legacy_rates='0'
wireless.default_radio1=wifi-iface
wireless.default_radio1.device='radio1'
wireless.default_radio1.network='lan'
wireless.default_radio1.mode='ap'
wireless.default_radio1.skip_inactivity_poll='1'
wireless.default_radio1.disassoc_low_ack='0'
wireless.default_radio1.ssid='TP-LINK_1257_5G'
wireless.default_radio1.encryption='psk2+ccmp'
wireless.default_radio1.key='xxxxxxxxxxx'


Here are the system logs:
Sat Oct 17 18:35:10 2020 daemon.info unbound: [5196:0] info:    1.000000    2.000000 9274
Sat Oct 17 18:35:10 2020 daemon.info unbound: [5196:0] info:    2.000000    4.000000 3439
Sat Oct 17 18:35:10 2020 daemon.info unbound: [5196:0] info:    4.000000    8.000000 1365
Sat Oct 17 18:35:10 2020 daemon.info unbound: [5196:0] info:    8.000000   16.000000 646
Sat Oct 17 18:35:10 2020 daemon.info unbound: [5196:0] info:   16.000000   32.000000 49
Sat Oct 17 18:35:18 2020 daemon.notice unbound: [21150:0] notice: init module 0: iterator
Sat Oct 17 18:35:18 2020 daemon.info unbound: [21150:0] info: start of service (unbound 1.11.0).
Sat Oct 17 18:35:56 2020 daemon.info unbound: [21150:0] info: service stopped (unbound 1.11.0).
Sat Oct 17 18:35:56 2020 daemon.info unbound: [21150:0] info: server stats for thread 0: 6 queries, 2 answers from cache, 4 recursions, 0 prefetch, 0 rejected by ip ratelimiting
Sat Oct 17 18:35:56 2020 daemon.info unbound: [21150:0] info: server stats for thread 0: requestlist max 0 avg 0 exceeded 0 jostled 0
Sat Oct 17 18:35:56 2020 daemon.info unbound: [21150:0] info: average recursion processing time 0.165494 sec
Sat Oct 17 18:35:56 2020 daemon.info unbound: [21150:0] info: histogram of recursion processing times
Sat Oct 17 18:35:56 2020 daemon.info unbound: [21150:0] info: [25%]=0.16384 median[50%]=0.196608 [75%]=0.229376
Sat Oct 17 18:35:56 2020 daemon.info unbound: [21150:0] info: lower(secs) upper(secs) recursions
Sat Oct 17 18:35:56 2020 daemon.info unbound: [21150:0] info:    0.131072    0.262144 4
Sat Oct 17 18:36:04 2020 daemon.notice unbound: [21595:0] notice: init module 0: iterator
Sat Oct 17 18:36:04 2020 daemon.info unbound: [21595:0] info: start of service (unbound 1.11.0).
Sat Oct 17 18:36:14 2020 daemon.info unbound: [21595:0] info: service stopped (unbound 1.11.0).
Sat Oct 17 18:36:14 2020 daemon.info unbound: [21595:0] info: server stats for thread 0: 2 queries, 2 answers from cache, 0 recursions, 0 prefetch, 0 rejected by ip ratelimiting
Sat Oct 17 18:36:14 2020 daemon.info unbound: [21595:0] info: server stats for thread 0: requestlist max 0 avg 0 exceeded 0 jostled 0
Sat Oct 17 18:36:23 2020 daemon.notice unbound: [22004:0] notice: init module 0: iterator
Sat Oct 17 18:36:23 2020 daemon.info unbound: [22004:0] info: start of service (unbound 1.11.0).
Sat Oct 17 19:22:25 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.204 70:88:6b:8b:14:64
Sat Oct 17 19:22:25 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.204 70:88:6b:8b:14:64 Chromecast
Sat Oct 17 19:22:39 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sat Oct 17 19:22:39 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 2)
Sat Oct 17 19:22:39 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 18FAF4D4137C149B
Sat Oct 17 19:22:39 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sat Oct 17 19:23:09 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sat Oct 17 19:23:24 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sat Oct 17 19:23:24 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sat Oct 17 19:23:24 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 098C8B0EAA9C52D0
Sat Oct 17 19:23:24 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sat Oct 17 19:23:54 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sat Oct 17 19:41:54 2020 daemon.info dnsmasq-dhcp[2370]: DHCPRELEASE(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sat Oct 17 19:41:54 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: disassociated
Sat Oct 17 19:41:55 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sat Oct 17 19:42:39 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sat Oct 17 19:42:39 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sat Oct 17 19:42:39 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 1F5D4C12B7743085
Sat Oct 17 19:42:39 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sat Oct 17 19:42:42 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f0:78:07:d3:b7:81
Sat Oct 17 19:42:42 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sat Oct 17 19:42:42 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f0:78:07:d3:b7:81
Sat Oct 17 19:42:42 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sat Oct 17 19:42:43 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sat Oct 17 19:42:43 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.131 f0:78:07:d3:b7:81 iPhone
Sat Oct 17 19:44:47 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sat Oct 17 19:44:47 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 2)
Sat Oct 17 19:44:47 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session F779A959FF426CDB
Sat Oct 17 19:44:47 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sat Oct 17 19:45:17 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sat Oct 17 19:48:16 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sat Oct 17 19:48:16 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sat Oct 17 19:48:17 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 4D0FE67975E6B2F8
Sat Oct 17 19:48:17 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sat Oct 17 19:48:46 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sat Oct 17 19:58:46 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: disassociated due to inactivity
Sat Oct 17 19:58:47 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sat Oct 17 19:58:48 2020 daemon.info hostapd: wlan1: STA 22:7d:60:60:8a:75 IEEE 802.11: disassociated due to inactivity
Sat Oct 17 19:58:49 2020 daemon.info hostapd: wlan1: STA 22:7d:60:60:8a:75 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sat Oct 17 20:34:35 2020 daemon.notice netifd: wan (1721): udhcpc: sending renew to 172.19.121.111
Sat Oct 17 20:34:35 2020 daemon.notice netifd: wan (1721): udhcpc: lease of 68.102.55.188 obtained, lease time 86400
Sat Oct 17 20:35:41 2020 daemon.info hostapd: wlan0: STA 28:b2:bd:08:ae:e4 WPA: group key handshake completed (RSN)
Sat Oct 17 20:43:11 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.128 28:b2:bd:08:ae:e4
Sat Oct 17 20:43:11 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.128 28:b2:bd:08:ae:e4 pstejska-pc
Sat Oct 17 20:43:46 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.127 28:b2:bd:08:ae:e4
Sat Oct 17 20:43:46 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.127 28:b2:bd:08:ae:e4 pstejska-pc
Sat Oct 17 23:03:03 2020 kern.info kernel: [268136.385552] Atheros AR8216/AR8236/AR8316 mdio.0:00: Port 1 is down
Sat Oct 17 23:03:25 2020 kern.info kernel: [268157.889159] Atheros AR8216/AR8236/AR8316 mdio.0:00: Port 1 is up
Sat Oct 17 23:05:48 2020 kern.info kernel: [268301.248433] Atheros AR8216/AR8236/AR8316 mdio.0:00: Port 1 is down
Sat Oct 17 23:06:11 2020 kern.info kernel: [268323.776038] Atheros AR8216/AR8236/AR8316 mdio.0:00: Port 1 is up
Sat Oct 17 23:08:35 2020 kern.info kernel: [268468.159310] Atheros AR8216/AR8236/AR8316 mdio.0:00: Port 1 is down
Sat Oct 17 23:08:58 2020 kern.info kernel: [268490.686910] Atheros AR8216/AR8236/AR8316 mdio.0:00: Port 1 is up
Sat Oct 17 23:11:22 2020 kern.info kernel: [268635.070235] Atheros AR8216/AR8236/AR8316 mdio.0:00: Port 1 is down
Sat Oct 17 23:11:45 2020 kern.info kernel: [268657.597826] Atheros AR8216/AR8236/AR8316 mdio.0:00: Port 1 is up
Sun Oct 18 00:54:11 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.204 70:88:6b:8b:14:64
Sun Oct 18 00:54:11 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.204 70:88:6b:8b:14:64 Chromecast
Sun Oct 18 02:00:06 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.128 28:b2:bd:08:ae:e4
Sun Oct 18 02:00:06 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.128 28:b2:bd:08:ae:e4 pstejska-pc
Sun Oct 18 02:06:34 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.127 28:b2:bd:08:ae:e4
Sun Oct 18 02:06:34 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.127 28:b2:bd:08:ae:e4 pstejska-pc
Sun Oct 18 04:21:55 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 04:21:55 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 04:21:55 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 9934CF7EF3988E9B
Sun Oct 18 04:21:55 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 04:21:55 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f0:78:07:d3:b7:81
Sun Oct 18 04:21:55 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 04:21:56 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 04:21:56 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.131 f0:78:07:d3:b7:81 iPhone
Sun Oct 18 04:22:29 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 04:22:29 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 04:22:29 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 7920C5FFB3C15F02
Sun Oct 18 04:22:29 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 04:22:40 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 04:22:40 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 04:22:40 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 9934CF7EF3988E9B
Sun Oct 18 04:22:40 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 04:23:10 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 04:26:29 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 04:26:30 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 04:26:30 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 04:26:30 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session E1EAE3966E8AC69F
Sun Oct 18 04:26:30 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 04:26:41 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 04:26:41 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 04:26:41 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 9934CF7EF3988E9B
Sun Oct 18 04:26:41 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 04:27:11 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 04:35:42 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 04:35:42 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 04:35:42 2020 daemon.notice hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: did not acknowledge authentication response
Sun Oct 18 04:40:42 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 04:40:59 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: disassociated due to inactivity
Sun Oct 18 04:41:00 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 04:59:33 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 04:59:33 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 04:59:33 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 8FBEF2D94924615D
Sun Oct 18 04:59:33 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 04:59:33 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f0:78:07:d3:b7:81
Sun Oct 18 04:59:33 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 04:59:34 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 04:59:34 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.131 f0:78:07:d3:b7:81 iPhone
Sun Oct 18 05:28:34 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 05:28:34 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 05:28:34 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 748D8B7D5804AE3F
Sun Oct 18 05:28:34 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 05:29:04 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 05:29:47 2020 daemon.info dnsmasq-dhcp[2370]: DHCPRELEASE(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 05:29:47 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: disassociated
Sun Oct 18 05:29:48 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 05:29:50 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f0:78:07:d3:b7:81
Sun Oct 18 05:29:50 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 05:46:25 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 05:46:25 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 05:46:25 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 1F10690785B66E19
Sun Oct 18 05:46:25 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 05:46:31 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f0:78:07:d3:b7:81
Sun Oct 18 05:46:31 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 05:46:31 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f0:78:07:d3:b7:81
Sun Oct 18 05:46:31 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 05:46:32 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 05:46:32 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.131 f0:78:07:d3:b7:81 iPhone
Sun Oct 18 05:46:36 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 05:46:36 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 05:46:36 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session BB6FB4A804FCE67C
Sun Oct 18 05:46:36 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 05:46:37 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 05:46:37 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.131 f0:78:07:d3:b7:81 iPhone
Sun Oct 18 05:46:41 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 05:46:41 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 05:46:41 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 1F10690785B66E19
Sun Oct 18 05:46:41 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 05:47:11 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 05:50:03 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 05:50:03 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 05:50:03 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 91533BC29E9640EC
Sun Oct 18 05:50:03 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 05:50:33 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 05:55:35 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: authenticated
Sun Oct 18 05:55:35 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: associated (aid 3)
Sun Oct 18 05:55:35 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 RADIUS: starting accounting session 6F6A2B4A2F99BEDD
Sun Oct 18 05:55:35 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 05:55:36 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) 22:7d:60:60:8a:75
Sun Oct 18 05:55:36 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.205 22:7d:60:60:8a:75
Sun Oct 18 05:55:36 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.205 22:7d:60:60:8a:75
Sun Oct 18 05:55:36 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.205 22:7d:60:60:8a:75 Galaxy-S9
Sun Oct 18 06:12:57 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.204 70:88:6b:8b:14:64
Sun Oct 18 06:12:57 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.204 70:88:6b:8b:14:64 Chromecast
Sun Oct 18 07:32:56 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.127 28:b2:bd:08:ae:e4
Sun Oct 18 07:32:56 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.127 28:b2:bd:08:ae:e4 pstejska-pc
Sun Oct 18 07:36:25 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.128 28:b2:bd:08:ae:e4
Sun Oct 18 07:36:25 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.128 28:b2:bd:08:ae:e4 pstejska-pc
Sun Oct 18 08:34:35 2020 daemon.notice netifd: wan (1721): udhcpc: sending renew to 172.19.121.111
Sun Oct 18 08:34:35 2020 daemon.notice netifd: wan (1721): udhcpc: lease of 68.102.55.188 obtained, lease time 86400
Sun Oct 18 09:18:10 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) 70:88:6b:8b:14:64
Sun Oct 18 09:18:10 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.204 70:88:6b:8b:14:64
Sun Oct 18 09:18:10 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.204 70:88:6b:8b:14:64
Sun Oct 18 09:18:10 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.204 70:88:6b:8b:14:64 Chromecast
Sun Oct 18 09:18:12 2020 daemon.info dnsmasq-dhcp[2370]: read /etc/ethers - 0 addresses
Sun Oct 18 09:18:12 2020 daemon.info dnsmasq-dhcp[2370]: read /etc/ethers - 0 addresses
Sun Oct 18 11:46:59 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 11:46:59 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.131 f0:78:07:d3:b7:81 iPhone
Sun Oct 18 11:55:37 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.205 22:7d:60:60:8a:75
Sun Oct 18 11:55:37 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.205 22:7d:60:60:8a:75 Galaxy-S9
Sun Oct 18 12:59:59 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.128 28:b2:bd:08:ae:e4
Sun Oct 18 12:59:59 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.128 28:b2:bd:08:ae:e4 pstejska-pc
Sun Oct 18 13:06:16 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.127 28:b2:bd:08:ae:e4
Sun Oct 18 13:06:16 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.127 28:b2:bd:08:ae:e4 pstejska-pc
Sun Oct 18 15:18:10 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.204 70:88:6b:8b:14:64
Sun Oct 18 15:18:10 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.204 70:88:6b:8b:14:64 Chromecast
Sun Oct 18 17:15:59 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 17:15:59 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.131 f0:78:07:d3:b7:81 iPhone
Sun Oct 18 17:42:09 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 17:42:09 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 17:42:09 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 890F6F3B78CACA00
Sun Oct 18 17:42:09 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 17:42:39 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 17:55:38 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.205 22:7d:60:60:8a:75
Sun Oct 18 17:55:38 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.205 22:7d:60:60:8a:75 Galaxy-S9
Sun Oct 18 18:15:24 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 18:15:24 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 18:15:24 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 07FF6D786157AF51
Sun Oct 18 18:15:24 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 18:15:54 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 18:17:21 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.128 28:b2:bd:08:ae:e4
Sun Oct 18 18:17:21 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.128 28:b2:bd:08:ae:e4 pstejska-pc
Sun Oct 18 18:43:10 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.127 28:b2:bd:08:ae:e4
Sun Oct 18 18:43:10 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.127 28:b2:bd:08:ae:e4 pstejska-pc
Sun Oct 18 18:44:18 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 18:44:18 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 18:44:18 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session CD99574C3FF151FE
Sun Oct 18 18:44:18 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 18:44:30 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 18:44:30 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 18:44:32 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 07FF6D786157AF51
Sun Oct 18 18:44:32 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 18:44:33 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 18:44:33 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.131 f0:78:07:d3:b7:81 iPhone
Sun Oct 18 18:45:00 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 18:45:09 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 18:45:09 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 18:45:09 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 047869A3E322894D
Sun Oct 18 18:45:09 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 18:45:39 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 18:46:01 2020 daemon.info dnsmasq-dhcp[2370]: DHCPRELEASE(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 18:51:04 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: disassociated due to inactivity

Sun Oct 18 18:51:05 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 19:00:47 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 19:00:47 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 19:00:47 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 19:00:47 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 19:00:47 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session E79D9940EFF56390
Sun Oct 18 19:00:47 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 19:00:51 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f0:78:07:d3:b7:81
Sun Oct 18 19:00:51 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 19:00:51 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f0:78:07:d3:b7:81
Sun Oct 18 19:00:51 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 19:00:55 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 19:00:55 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.131 f0:78:07:d3:b7:81 iPhone
Sun Oct 18 19:04:57 2020 daemon.info hostapd: wlan1: STA 22:7d:60:60:8a:75 IEEE 802.11: authenticated
Sun Oct 18 19:04:57 2020 daemon.info hostapd: wlan1: STA 22:7d:60:60:8a:75 IEEE 802.11: associated (aid 2)
Sun Oct 18 19:04:57 2020 daemon.info hostapd: wlan1: STA 22:7d:60:60:8a:75 RADIUS: starting accounting session 63913F98A29419B5
Sun Oct 18 19:04:57 2020 daemon.info hostapd: wlan1: STA 22:7d:60:60:8a:75 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 19:05:27 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 19:05:27 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 19:05:27 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 19:05:27 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session D81E8772E0935C16
Sun Oct 18 19:05:27 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 19:05:57 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 19:07:52 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: authenticated
Sun Oct 18 19:07:52 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: associated (aid 3)
Sun Oct 18 19:07:53 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 RADIUS: starting accounting session 892514B1CAEF6ED0
Sun Oct 18 19:07:53 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 19:08:22 2020 daemon.info hostapd: wlan1: STA 22:7d:60:60:8a:75 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 19:31:39 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 19:31:39 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 19:31:39 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 94C09430E144A487
Sun Oct 18 19:31:39 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 19:31:55 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 19:31:55 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 19:31:55 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session D81E8772E0935C16
Sun Oct 18 19:31:55 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 19:32:25 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 19:32:48 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 19:32:48 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 19:32:48 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session D90D30D7364AA781
Sun Oct 18 19:32:48 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 19:33:18 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 19:38:04 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: disassociated due to inactivity
Sun Oct 18 19:38:05 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 19:41:59 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 19:41:59 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 19:41:59 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 224B8FB210ADB027
Sun Oct 18 19:41:59 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 19:41:59 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f0:78:07:d3:b7:81
Sun Oct 18 19:41:59 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 19:42:00 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 19:42:00 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.131 f0:78:07:d3:b7:81 iPhone
Sun Oct 18 19:42:50 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 19:42:50 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 19:42:50 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 37B087F6D7C14DC7
Sun Oct 18 19:42:50 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 19:43:20 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 19:43:20 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 19:43:20 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 224B8FB210ADB027
Sun Oct 18 19:43:20 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 19:43:50 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 20:29:56 2020 daemon.info hostapd: wlan1: STA 22:7d:60:60:8a:75 IEEE 802.11: authenticated
Sun Oct 18 20:29:56 2020 daemon.info hostapd: wlan1: STA 22:7d:60:60:8a:75 IEEE 802.11: associated (aid 1)
Sun Oct 18 20:29:56 2020 daemon.info hostapd: wlan1: STA 22:7d:60:60:8a:75 RADIUS: starting accounting session E344D473631E8DA7
Sun Oct 18 20:29:56 2020 daemon.info hostapd: wlan1: STA 22:7d:60:60:8a:75 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 20:30:26 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 20:34:35 2020 daemon.notice netifd: wan (1721): udhcpc: sending renew to 172.19.121.111
Sun Oct 18 20:34:35 2020 daemon.notice netifd: wan (1721): udhcpc: lease of 68.102.55.188 obtained, lease time 86400
Sun Oct 18 20:34:37 2020 daemon.info hostapd: wlan1: STA 22:7d:60:60:8a:75 WPA: group key handshake completed (RSN)
Sun Oct 18 20:35:41 2020 daemon.info hostapd: wlan0: STA 28:b2:bd:08:ae:e4 WPA: group key handshake completed (RSN)
Sun Oct 18 20:35:41 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: group key handshake completed (RSN)
Sun Oct 18 20:55:22 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.204 70:88:6b:8b:14:64
Sun Oct 18 20:55:22 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.204 70:88:6b:8b:14:64 Chromecast
Sun Oct 18 21:13:33 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 21:13:33 2020 daemon.notice hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: did not acknowledge authentication response
Sun Oct 18 21:13:33 2020 daemon.notice hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: did not acknowledge authentication response
Sun Oct 18 21:13:37 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 21:13:38 2020 daemon.notice hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: did not acknowledge authentication response
Sun Oct 18 21:13:38 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 2)
Sun Oct 18 21:13:46 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to local deauth request
Sun Oct 18 21:14:08 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 21:28:47 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 21:28:47 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 2)
Sun Oct 18 21:28:48 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session A2CE33CD2E906BF4
Sun Oct 18 21:28:48 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 21:28:48 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f0:78:07:d3:b7:81
Sun Oct 18 21:28:48 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 21:28:49 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 21:28:49 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.131 f0:78:07:d3:b7:81 iPhone
Sun Oct 18 21:32:34 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 21:32:34 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 21:32:35 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 7063808FAEDEF1C2
Sun Oct 18 21:32:35 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 21:33:04 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 22:10:16 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f IEEE 802.11: authenticated
Sun Oct 18 22:10:16 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f IEEE 802.11: associated (aid 3)
Sun Oct 18 22:10:16 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f RADIUS: starting accounting session 4619DA7739968943
Sun Oct 18 22:10:16 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f WPA: pairwise key handshake completed (RSN)
Sun Oct 18 22:10:20 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) 34:e8:94:db:66:7f
Sun Oct 18 22:10:20 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.206 34:e8:94:db:66:7f
Sun Oct 18 22:10:20 2020 daemon.info dnsmasq-dhcp[2370]: read /etc/ethers - 0 addresses
Sun Oct 18 22:10:20 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.206 34:e8:94:db:66:7f
Sun Oct 18 22:10:20 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.206 34:e8:94:db:66:7f LFandangles
Sun Oct 18 22:24:41 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 22:24:41 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 2)
Sun Oct 18 22:24:41 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session F5DBF1C0F6A72998
Sun Oct 18 22:24:41 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 22:25:11 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 22:34:44 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: disassociated due to inactivity
Sun Oct 18 22:34:45 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 22:39:11 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 22:39:11 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 2)
Sun Oct 18 22:39:11 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 0EF0201EEE7186EA
Sun Oct 18 22:39:11 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 22:39:11 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f0:78:07:d3:b7:81
Sun Oct 18 22:39:11 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 22:39:12 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 22:39:12 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.131 f0:78:07:d3:b7:81 iPhone
Sun Oct 18 22:42:01 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 22:42:01 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 22:42:01 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 5916A1335FE4B9D2
Sun Oct 18 22:42:01 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 22:42:31 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 22:51:59 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 22:51:59 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 2)
Sun Oct 18 22:51:59 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session C1D3F32FF036EC91
Sun Oct 18 22:51:59 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 22:52:29 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 22:58:30 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: disassociated due to inactivity
Sun Oct 18 22:58:31 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Oct 18 23:00:34 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Sun Oct 18 23:00:34 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Sun Oct 18 23:00:34 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 6351B60E76A04A27
Sun Oct 18 23:00:34 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 23:00:34 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f0:78:07:d3:b7:81
Sun Oct 18 23:00:34 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 23:00:35 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Sun Oct 18 23:00:35 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.131 f0:78:07:d3:b7:81 iPhone
Sun Oct 18 23:39:33 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.128 28:b2:bd:08:ae:e4
Sun Oct 18 23:39:33 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.128 28:b2:bd:08:ae:e4 pstejska-pc
Sun Oct 18 23:42:14 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 IEEE 802.11: authenticated
Sun Oct 18 23:42:14 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 IEEE 802.11: associated (aid 4)
Sun Oct 18 23:42:23 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 IEEE 802.11: deauthenticated due to local deauth request
Sun Oct 18 23:42:48 2020 daemon.err uhttpd[1446]: luci: accepted login on / for root from 192.168.1.131
Sun Oct 18 23:43:30 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 IEEE 802.11: authenticated
Sun Oct 18 23:43:30 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 IEEE 802.11: associated (aid 4)
Sun Oct 18 23:43:31 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 RADIUS: starting accounting session 70A01EB38E66CB5F
Sun Oct 18 23:43:31 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 WPA: pairwise key handshake completed (RSN)
Sun Oct 18 23:43:35 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f4:5c:89:63:40:a5
Sun Oct 18 23:43:35 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.192 f4:5c:89:63:40:a5
Sun Oct 18 23:43:35 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f4:5c:89:63:40:a5
Sun Oct 18 23:43:35 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.192 f4:5c:89:63:40:a5
Sun Oct 18 23:43:36 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.192 f4:5c:89:63:40:a5
Sun Oct 18 23:43:36 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.192 f4:5c:89:63:40:a5 Alans-iPad-2
Sun Oct 18 23:55:39 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.205 22:7d:60:60:8a:75
Sun Oct 18 23:55:39 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.205 22:7d:60:60:8a:75 Galaxy-S9
Mon Oct 19 00:11:24 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.127 28:b2:bd:08:ae:e4
Mon Oct 19 00:11:24 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.127 28:b2:bd:08:ae:e4 pstejska-pc
Mon Oct 19 00:32:38 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f IEEE 802.11: disassociated
Mon Oct 19 00:32:39 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f IEEE 802.11: authenticated
Mon Oct 19 00:32:39 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f IEEE 802.11: associated (aid 3)
Mon Oct 19 00:32:39 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f RADIUS: starting accounting session 4619DA7739968943
Mon Oct 19 00:32:39 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f WPA: pairwise key handshake completed (RSN)
Mon Oct 19 00:32:39 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.206 34:e8:94:db:66:7f
Mon Oct 19 00:32:39 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.206 34:e8:94:db:66:7f LFandangles
Mon Oct 19 00:34:16 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f IEEE 802.11: disassociated
Mon Oct 19 00:34:17 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Mon Oct 19 00:34:23 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: authenticated
Mon Oct 19 00:34:23 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: associated (aid 3)
Mon Oct 19 00:34:23 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 RADIUS: starting accounting session 5CDDB6262CF789F9
Mon Oct 19 00:34:23 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 00:34:23 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) 22:7d:60:60:8a:75
Mon Oct 19 00:34:23 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.205 22:7d:60:60:8a:75
Mon Oct 19 00:34:24 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.205 22:7d:60:60:8a:75
Mon Oct 19 00:34:24 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.205 22:7d:60:60:8a:75 Galaxy-S9
Mon Oct 19 00:34:53 2020 daemon.info hostapd: wlan1: STA 22:7d:60:60:8a:75 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Mon Oct 19 00:35:00 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f IEEE 802.11: authenticated
Mon Oct 19 00:35:00 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f IEEE 802.11: associated (aid 5)
Mon Oct 19 00:35:00 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f RADIUS: starting accounting session 0E7B5C1AB00A3B5C
Mon Oct 19 00:35:00 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f WPA: pairwise key handshake completed (RSN)
Mon Oct 19 00:35:00 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.206 34:e8:94:db:66:7f
Mon Oct 19 00:35:00 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.206 34:e8:94:db:66:7f LFandangles
Mon Oct 19 00:53:10 2020 daemon.err uhttpd[1446]: luci: accepted login on / for root from 192.168.1.131
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info: service stopped (unbound 1.11.0).
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info: server stats for thread 0: 45009 queries, 28407 answers from cache, 16602 recursions, 0 prefetch, 0 rejected by ip ratelimiting
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info: server stats for thread 0: requestlist max 82 avg 5.17661 exceeded 0 jostled 0
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info: average recursion processing time 0.103270 sec
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info: histogram of recursion processing times
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info: [25%]=0.162031 median[50%]=0.369759 [75%]=0.806413
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info: lower(secs) upper(secs) recursions
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    0.000000    0.000001 1725
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    0.000064    0.000128 3
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    0.000128    0.000256 29
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    0.000256    0.000512 28
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    0.000512    0.001024 36
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    0.001024    0.002048 30
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    0.002048    0.004096 81
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    0.004096    0.008192 110
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    0.008192    0.016384 127
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    0.016384    0.032768 165
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    0.032768    0.065536 361
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    0.065536    0.131072 604
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    0.131072    0.262144 3605
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    0.262144    0.524288 3403
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    0.524288    1.000000 3616
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    1.000000    2.000000 1826
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    2.000000    4.000000 595
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    4.000000    8.000000 234
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:    8.000000   16.000000 16
Mon Oct 19 00:53:19 2020 daemon.info unbound: [22004:0] info:   16.000000   32.000000 8
Mon Oct 19 00:53:28 2020 daemon.notice unbound: [1295:0] notice: init module 0: iterator
Mon Oct 19 00:53:28 2020 daemon.info unbound: [1295:0] info: start of service (unbound 1.11.0).
Mon Oct 19 00:53:53 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 IEEE 802.11: disassociated
Mon Oct 19 00:53:54 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Mon Oct 19 00:53:55 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 IEEE 802.11: authenticated
Mon Oct 19 00:53:55 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 IEEE 802.11: associated (aid 4)
Mon Oct 19 00:53:55 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 RADIUS: starting accounting session 14633BA610A21EA9
Mon Oct 19 00:53:55 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 00:53:55 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.192 f4:5c:89:63:40:a5
Mon Oct 19 00:53:55 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.192 f4:5c:89:63:40:a5 PaulandriesiPad
Mon Oct 19 01:00:30 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f IEEE 802.11: authenticated
Mon Oct 19 01:00:30 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f IEEE 802.11: associated (aid 5)
Mon Oct 19 01:00:30 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f RADIUS: starting accounting session 0E7B5C1AB00A3B5C
Mon Oct 19 01:00:30 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f WPA: pairwise key handshake completed (RSN)
Mon Oct 19 01:00:30 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.206 34:e8:94:db:66:7f

Mon Oct 19 01:00:30 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.206 34:e8:94:db:66:7f LFandangles
Mon Oct 19 02:16:27 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.204 70:88:6b:8b:14:64
Mon Oct 19 02:16:27 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.204 70:88:6b:8b:14:64 Chromecast
Mon Oct 19 02:51:04 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: disassociated
Mon Oct 19 02:51:05 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Mon Oct 19 03:03:57 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Mon Oct 19 03:03:57 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Mon Oct 19 03:03:57 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 56778DAE719C6368
Mon Oct 19 03:03:57 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 03:03:57 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f0:78:07:d3:b7:81
Mon Oct 19 03:03:57 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Mon Oct 19 03:03:58 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Mon Oct 19 03:03:58 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.131 f0:78:07:d3:b7:81 iPhone
Mon Oct 19 03:12:32 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: authenticated
Mon Oct 19 03:12:32 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: associated (aid 3)
Mon Oct 19 03:12:33 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 RADIUS: starting accounting session 5CDDB6262CF789F9
Mon Oct 19 03:12:33 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 03:12:42 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: authenticated
Mon Oct 19 03:12:42 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: associated (aid 3)
Mon Oct 19 03:12:43 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 RADIUS: starting accounting session 5CDDB6262CF789F9
Mon Oct 19 03:12:43 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 03:12:48 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: authenticated
Mon Oct 19 03:12:48 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: associated (aid 3)
Mon Oct 19 03:12:49 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 RADIUS: starting accounting session 5CDDB6262CF789F9
Mon Oct 19 03:12:49 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 03:13:02 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: authenticated
Mon Oct 19 03:13:02 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: associated (aid 3)
Mon Oct 19 03:13:03 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 RADIUS: starting accounting session 5CDDB6262CF789F9
Mon Oct 19 03:13:03 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 03:13:07 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: authenticated
Mon Oct 19 03:13:07 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: associated (aid 3)
Mon Oct 19 03:13:08 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 RADIUS: starting accounting session 5CDDB6262CF789F9
Mon Oct 19 03:13:08 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 03:13:18 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: authenticated
Mon Oct 19 03:13:18 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 IEEE 802.11: associated (aid 3)
Mon Oct 19 03:13:19 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 RADIUS: starting accounting session 5CDDB6262CF789F9
Mon Oct 19 03:13:19 2020 daemon.info hostapd: wlan0: STA 22:7d:60:60:8a:75 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 05:02:07 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f IEEE 802.11: disassociated
Mon Oct 19 05:02:08 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Mon Oct 19 05:02:13 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f IEEE 802.11: authenticated
Mon Oct 19 05:02:13 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f IEEE 802.11: associated (aid 5)
Mon Oct 19 05:02:13 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f RADIUS: starting accounting session 2B0F807611445BC0
Mon Oct 19 05:02:13 2020 daemon.info hostapd: wlan0: STA 34:e8:94:db:66:7f WPA: pairwise key handshake completed (RSN)
Mon Oct 19 05:02:13 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.206 34:e8:94:db:66:7f
Mon Oct 19 05:02:13 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.206 34:e8:94:db:66:7f LFandangles
Mon Oct 19 05:15:56 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.128 28:b2:bd:08:ae:e4
Mon Oct 19 05:15:56 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.128 28:b2:bd:08:ae:e4 pstejska-pc
Mon Oct 19 05:18:30 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: disassociated due to inactivity
Mon Oct 19 05:18:31 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Mon Oct 19 05:23:21 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Mon Oct 19 05:23:21 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Mon Oct 19 05:23:21 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 5AC402A373B612AE
Mon Oct 19 05:23:21 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 05:23:21 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f0:78:07:d3:b7:81
Mon Oct 19 05:23:21 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Mon Oct 19 05:23:22 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Mon Oct 19 05:23:22 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.131 f0:78:07:d3:b7:81 iPhone
Mon Oct 19 05:48:43 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.127 28:b2:bd:08:ae:e4
Mon Oct 19 05:48:43 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.127 28:b2:bd:08:ae:e4 pstejska-pc
Mon Oct 19 05:51:06 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 IEEE 802.11: disassociated due to inactivity
Mon Oct 19 05:51:07 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Mon Oct 19 05:55:37 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 IEEE 802.11: authenticated
Mon Oct 19 05:55:37 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 IEEE 802.11: associated (aid 4)
Mon Oct 19 05:55:37 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 RADIUS: starting accounting session A4BD2791C55B63B3
Mon Oct 19 05:55:37 2020 daemon.info hostapd: wlan0: STA f4:5c:89:63:40:a5 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 05:55:37 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f4:5c:89:63:40:a5
Mon Oct 19 05:55:37 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.192 f4:5c:89:63:40:a5
Mon Oct 19 05:55:38 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.192 f4:5c:89:63:40:a5
Mon Oct 19 05:55:38 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.192 f4:5c:89:63:40:a5 PaulandriesiPad
Mon Oct 19 06:34:26 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.205 22:7d:60:60:8a:75
Mon Oct 19 06:34:26 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.205 22:7d:60:60:8a:75 Galaxy-S9
Mon Oct 19 07:17:42 2020 daemon.err uhttpd[1446]: luci: accepted login on / for root from 192.168.1.131
Mon Oct 19 07:20:11 2020 daemon.notice netifd: Interface 'lan' is now down
Mon Oct 19 07:20:11 2020 kern.info kernel: [384363.666226] br-lan: port 3(wlan0) entered disabled state
Mon Oct 19 07:20:11 2020 kern.info kernel: [384363.671853] br-lan: port 2(wlan1) entered disabled state
Mon Oct 19 07:20:11 2020 kern.info kernel: [384363.677393] br-lan: port 1(eth1.1) entered disabled state
Mon Oct 19 07:20:11 2020 kern.info kernel: [384363.724063] device eth1.1 left promiscuous mode
Mon Oct 19 07:20:11 2020 kern.info kernel: [384363.728811] device eth1 left promiscuous mode
Mon Oct 19 07:20:11 2020 kern.info kernel: [384363.733470] br-lan: port 1(eth1.1) entered disabled state
Mon Oct 19 07:20:11 2020 kern.info kernel: [384363.770504] eth1: link down
Mon Oct 19 07:20:11 2020 kern.info kernel: [384363.802852] device wlan0 left promiscuous mode
Mon Oct 19 07:20:11 2020 kern.info kernel: [384363.807582] br-lan: port 3(wlan0) entered disabled state
Mon Oct 19 07:20:11 2020 daemon.info dnsmasq-dhcp[2370]: read /etc/ethers - 0 addresses
Mon Oct 19 07:20:11 2020 kern.info kernel: [384363.843098] device wlan1 left promiscuous mode
Mon Oct 19 07:20:11 2020 kern.info kernel: [384363.847855] br-lan: port 2(wlan1) entered disabled state
Mon Oct 19 07:20:11 2020 daemon.notice netifd: Interface 'lan' is disabled
Mon Oct 19 07:20:11 2020 daemon.notice netifd: Interface 'lan' has link connectivity loss
Mon Oct 19 07:20:11 2020 daemon.notice netifd: Interface 'lan' has link connectivity
Mon Oct 19 07:20:11 2020 kern.info kernel: [384363.880737] eth1: link up (1000Mbps/Full duplex)
Mon Oct 19 07:20:11 2020 kern.info kernel: [384363.892977] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
Mon Oct 19 07:20:11 2020 kern.info kernel: [384363.915157] br-lan: port 1(eth1.1) entered blocking state
Mon Oct 19 07:20:11 2020 kern.info kernel: [384363.920783] br-lan: port 1(eth1.1) entered disabled state
Mon Oct 19 07:20:12 2020 kern.info kernel: [384363.946009] device eth1.1 entered promiscuous mode
Mon Oct 19 07:20:12 2020 kern.info kernel: [384363.951022] device eth1 entered promiscuous mode
Mon Oct 19 07:20:12 2020 kern.info kernel: [384363.976210] br-lan: port 2(wlan0) entered blocking state
Mon Oct 19 07:20:12 2020 kern.info kernel: [384363.981864] br-lan: port 2(wlan0) entered disabled state
Mon Oct 19 07:20:12 2020 kern.info kernel: [384364.032737] device wlan0 entered promiscuous mode
Mon Oct 19 07:20:12 2020 kern.info kernel: [384364.050584] br-lan: port 3(wlan1) entered blocking state
Mon Oct 19 07:20:12 2020 kern.info kernel: [384364.056135] br-lan: port 3(wlan1) entered disabled state
Mon Oct 19 07:20:12 2020 kern.info kernel: [384364.077780] device wlan1 entered promiscuous mode
Mon Oct 19 07:20:12 2020 kern.info kernel: [384364.090267] br-lan: port 3(wlan1) entered blocking state
Mon Oct 19 07:20:12 2020 kern.info kernel: [384364.095775] br-lan: port 3(wlan1) entered forwarding state
Mon Oct 19 07:20:12 2020 kern.info kernel: [384364.101541] br-lan: port 2(wlan0) entered blocking state
Mon Oct 19 07:20:12 2020 kern.info kernel: [384364.107036] br-lan: port 2(wlan0) entered forwarding state
Mon Oct 19 07:20:12 2020 kern.info kernel: [384364.112747] br-lan: port 1(eth1.1) entered blocking state
Mon Oct 19 07:20:12 2020 kern.info kernel: [384364.118324] br-lan: port 1(eth1.1) entered forwarding state
Mon Oct 19 07:20:12 2020 daemon.notice netifd: Interface 'lan' is enabled
Mon Oct 19 07:20:12 2020 daemon.notice netifd: Interface 'lan' is setting up now
Mon Oct 19 07:20:12 2020 daemon.notice netifd: Interface 'lan' is now up
Mon Oct 19 07:20:12 2020 daemon.info dnsmasq-dhcp[2370]: read /etc/ethers - 0 addresses
Mon Oct 19 07:20:12 2020 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Mon Oct 19 07:20:13 2020 daemon.err odhcpd[1376]: Failed to send to ff02::1%lan@br-lan (Address not available)
Mon Oct 19 07:20:15 2020 daemon.info dnsmasq-dhcp[2370]: read /etc/ethers - 0 addresses
Mon Oct 19 07:20:15 2020 authpriv.info dropbear[1911]: Early exit: Terminated by signal
Mon Oct 19 07:20:15 2020 authpriv.warn dropbear[6731]: Failed listening on '22': Error listening: Address in use
Mon Oct 19 07:20:15 2020 authpriv.info dropbear[6731]: Not backgrounding
Mon Oct 19 07:20:25 2020 user.notice simple-adblock [6451]: simple-adblock is currently disabled.
Mon Oct 19 07:20:25 2020 user.notice simple-adblock [6451]: Run the following commands before starting service again:
Mon Oct 19 07:20:26 2020 user.notice simple-adblock [6451]: uci set simple-adblock.config.enabled='1'; uci commit simple-adblock;
Mon Oct 19 07:47:01 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.204 70:88:6b:8b:14:64
Mon Oct 19 07:47:01 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.204 70:88:6b:8b:14:64 Chromecast
Mon Oct 19 08:34:36 2020 daemon.notice netifd: wan (1721): udhcpc: sending renew to 172.19.121.111
Mon Oct 19 08:34:36 2020 daemon.notice netifd: wan (1721): udhcpc: lease of 68.102.55.188 obtained, lease time 86400
Mon Oct 19 09:00:22 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) 70:88:6b:8b:14:64
Mon Oct 19 09:00:22 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.204 70:88:6b:8b:14:64
Mon Oct 19 09:00:22 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.204 70:88:6b:8b:14:64
Mon Oct 19 09:00:22 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.204 70:88:6b:8b:14:64 Chromecast
Mon Oct 19 09:00:24 2020 daemon.info dnsmasq-dhcp[2370]: read /etc/ethers - 0 addresses
Mon Oct 19 09:00:24 2020 daemon.info dnsmasq-dhcp[2370]: read /etc/ethers - 0 addresses
Mon Oct 19 10:39:11 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.128 28:b2:bd:08:ae:e4
Mon Oct 19 10:39:11 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.128 28:b2:bd:08:ae:e4 pstejska-pc
Mon Oct 19 11:02:12 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.206 34:e8:94:db:66:7f
Mon Oct 19 11:02:12 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.206 34:e8:94:db:66:7f LFandangles
Mon Oct 19 11:09:29 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.127 28:b2:bd:08:ae:e4
Mon Oct 19 11:09:29 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.127 28:b2:bd:08:ae:e4 pstejska-pc
Mon Oct 19 11:23:59 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Mon Oct 19 11:23:59 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.131 f0:78:07:d3:b7:81 iPhone
Mon Oct 19 11:57:38 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.192 f4:5c:89:63:40:a5
Mon Oct 19 11:57:38 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.192 f4:5c:89:63:40:a5 PaulandriesiPad
Mon Oct 19 12:34:27 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.205 22:7d:60:60:8a:75
Mon Oct 19 12:34:27 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.205 22:7d:60:60:8a:75 Galaxy-S9
Mon Oct 19 13:35:54 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Mon Oct 19 13:35:54 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Mon Oct 19 13:35:54 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 613E8B242F3F8B5E
Mon Oct 19 13:35:54 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 13:36:24 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Mon Oct 19 13:49:09 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Mon Oct 19 13:49:09 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Mon Oct 19 13:49:09 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session D19A7DA9D3780230
Mon Oct 19 13:49:09 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 13:49:12 2020 daemon.info hostapd: wlan0: STA 48:89:e7:67:64:f7 IEEE 802.11: authenticated
Mon Oct 19 13:49:12 2020 daemon.info hostapd: wlan0: STA 48:89:e7:67:64:f7 IEEE 802.11: associated (aid 6)
Mon Oct 19 13:49:12 2020 daemon.info hostapd: wlan0: STA 48:89:e7:67:64:f7 RADIUS: starting accounting session 3CAF17939D3B74AB
Mon Oct 19 13:49:12 2020 daemon.info hostapd: wlan0: STA 48:89:e7:67:64:f7 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 13:49:17 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) 192.168.1.192 48:89:e7:67:64:f7
Mon Oct 19 13:49:17 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.193 48:89:e7:67:64:f7
Mon Oct 19 13:49:17 2020 daemon.info dnsmasq-dhcp[2370]: read /etc/ethers - 0 addresses
Mon Oct 19 13:49:18 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) 192.168.1.192 48:89:e7:67:64:f7
Mon Oct 19 13:49:18 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.193 48:89:e7:67:64:f7
Mon Oct 19 13:49:26 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) 192.168.1.192 48:89:e7:67:64:f7
Mon Oct 19 13:49:26 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.193 48:89:e7:67:64:f7
Mon Oct 19 13:49:26 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.193 48:89:e7:67:64:f7
Mon Oct 19 13:49:26 2020 daemon.warn dnsmasq-dhcp[2370]: Ignoring domain hq.netapp.com for DHCP host name PSTEJSKA03-PC
Mon Oct 19 13:49:26 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.193 48:89:e7:67:64:f7 PSTEJSKA03-PC
Mon Oct 19 13:49:39 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Mon Oct 19 14:00:28 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Mon Oct 19 14:00:28 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Mon Oct 19 14:00:28 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 44A119AAA88BB739
Mon Oct 19 14:00:28 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 14:00:58 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Mon Oct 19 14:06:35 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: disassociated due to inactivity
Mon Oct 19 14:06:36 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Mon Oct 19 14:13:21 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Mon Oct 19 14:13:21 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Mon Oct 19 14:13:21 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 70317278510AFD07
Mon Oct 19 14:13:21 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 14:13:21 2020 daemon.info dnsmasq-dhcp[2370]: DHCPDISCOVER(br-lan) f0:78:07:d3:b7:81
Mon Oct 19 14:13:21 2020 daemon.info dnsmasq-dhcp[2370]: DHCPOFFER(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Mon Oct 19 14:13:22 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Mon Oct 19 14:13:22 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.131 f0:78:07:d3:b7:81 iPhone
Mon Oct 19 14:13:26 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Mon Oct 19 14:13:26 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Mon Oct 19 14:13:26 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 5E804957B13D3C02
Mon Oct 19 14:13:26 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 14:13:56 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Mon Oct 19 14:14:19 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Mon Oct 19 14:14:19 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Mon Oct 19 14:14:19 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 8BDC98FE4F7E8682
Mon Oct 19 14:14:19 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 14:14:21 2020 daemon.info dnsmasq-dhcp[2370]: DHCPREQUEST(br-lan) 192.168.1.131 f0:78:07:d3:b7:81
Mon Oct 19 14:14:21 2020 daemon.info dnsmasq-dhcp[2370]: DHCPACK(br-lan) 192.168.1.131 f0:78:07:d3:b7:81 iPhone
Mon Oct 19 14:14:31 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: authenticated
Mon Oct 19 14:14:31 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 IEEE 802.11: associated (aid 1)
Mon Oct 19 14:14:31 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 RADIUS: starting accounting session 5E804957B13D3C02
Mon Oct 19 14:14:31 2020 daemon.info hostapd: wlan0: STA f0:78:07:d3:b7:81 WPA: pairwise key handshake completed (RSN)
Mon Oct 19 14:15:01 2020 daemon.info hostapd: wlan1: STA f0:78:07:d3:b7:81 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Mon Oct 19 14:30:52 2020 authpriv.info dropbear[16143]: Child connection from 192.168.1.193:24862
Mon Oct 19 14:30:52 2020 authpriv.notice dropbear[16143]: Pubkey auth succeeded for 'root' with key sha1!! e4:fb:80:b4:e2:00:af:bc:43:b1:36:ec:86:c7:66:5c:79:30:a0:bb from 192.168.1.193:24862
Mon Oct 19 14:38:53 2020 daemon.err uhttpd[1446]: luci: accepted login on / for root from 192.168.1.193

Update: found out I forgot to disable dnsmasq's DNS: https://openwrt.org/docs/guide-user/base-system/dhcp_configuration#disabling_dns_role

I'll test that and see.

You can also use dnsmasq to serve your local intranet, and tell dnsmasq that Unbound is the only upstream resolver. dnsmasq would work normally then. In the github README.md for Unbound it is "dnsmasq serial" configuration.