Cezary napisał/a:Konfigurację network, wireless, firewall, dhcp
uci show network
uci show dhcp
uci show firewall
uci show wireless
ifconfig
route -n
logread
root@OpenWrt:~# uci show network
network.loopback=interface
network.loopback.device='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='fd9f:d99f:e4cf::/48'
network.@device[0]=device
network.@device[0].name='br-lan'
network.@device[0].type='bridge'
network.@device[0].ports='lan1' 'lan2' 'lan3'
network.lan=interface
network.lan.device='br-lan'
network.lan.proto='static'
network.lan.ipaddr='192.168.2.1'
network.lan.netmask='255.255.255.0'
network.lan.ip6assign='60'
network.wan=interface
network.wan.device='wan'
network.wan.proto='dhcp'
network.wan.type='bridge'
network.wan6=interface
network.wan6.device='wan'
network.wan6.proto='dhcpv6'
network.wan6.type='bridge'
network.@device[1]=device
network.@device[1].name='wan'
network.@device[2]=device
network.@device[2].name='wan'
root@OpenWrt:~# uci show dhcp
dhcp.@dnsmasq[0]=dnsmasq
dhcp.@dnsmasq[0].domainneeded='1'
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].domain='lan'
dhcp.@dnsmasq[0].expandhosts='1'
dhcp.@dnsmasq[0].cachesize='1000'
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].ednspacket_max='1232'
dhcp.lan=dhcp
dhcp.lan.interface='lan'
dhcp.lan.start='100'
dhcp.lan.limit='150'
dhcp.lan.leasetime='12h'
dhcp.lan.dhcpv4='server'
dhcp.lan.dhcpv6='server'
dhcp.lan.ra='server'
dhcp.lan.ra_flags='managed-config' 'other-config'
dhcp.lan.force='1'
dhcp.lan.ra_slaac='0'
dhcp.wan=dhcp
dhcp.wan.interface='wan'
dhcp.wan.start='100'
dhcp.wan.limit='150'
dhcp.wan.leasetime='12h'
dhcp.odhcpd=odhcpd
dhcp.odhcpd.maindhcp='0'
dhcp.odhcpd.leasefile='/tmp/hosts/odhcpd'
dhcp.odhcpd.leasetrigger='/usr/sbin/odhcpd-update'
dhcp.odhcpd.loglevel='4'
root@OpenWrt:~# uci show firewall
firewall.@defaults[0]=defaults
firewall.@defaults[0].syn_flood='1'
firewall.@defaults[0].input='REJECT'
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].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'
root@OpenWrt:~# uci show wireless
wireless.radio0=wifi-device
wireless.radio0.type='mac80211'
wireless.radio0.path='platform/soc/18000000.wifi'
wireless.radio0.band='2g'
wireless.radio0.channel='auto'
wireless.radio0.htmode='HE40'
wireless.radio0.country='PL'
wireless.radio0.cell_density='0'
wireless.default_radio0=wifi-iface
wireless.default_radio0.device='radio0'
wireless.default_radio0.network='lan'
wireless.default_radio0.mode='ap'
wireless.default_radio0.ssid='Ed2'
wireless.default_radio0.encryption='psk2'
wireless.default_radio0.key='**********'
wireless.radio1=wifi-device
wireless.radio1.type='mac80211'
wireless.radio1.path='platform/soc/18000000.wifi+1'
wireless.radio1.band='5g'
wireless.radio1.channel='auto'
wireless.radio1.htmode='HE80'
wireless.radio1.cell_density='0'
wireless.radio1.country='PL'
wireless.default_radio1=wifi-iface
wireless.default_radio1.device='radio1'
wireless.default_radio1.network='lan'
wireless.default_radio1.mode='ap'
wireless.default_radio1.ssid='Ed5'
wireless.default_radio1.encryption='psk2'
wireless.default_radio1.key='**********'
root@OpenWrt:~# ifconfig
br-lan Link encap:Ethernet HWaddr 80:AF:CA:62:D1:2C
inet addr:192.168.2.1 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::82af:caff:fe62:d12c/64 Scope:Link
inet6 addr: fd9f:d99f:e4cf::1/60 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2188 errors:0 dropped:0 overruns:0 frame:0
TX packets:1991 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:354962 (346.6 KiB) TX bytes:1747715 (1.6 MiB)
eth0 Link encap:Ethernet HWaddr 80:AF:CA:62:D1:2C
inet6 addr: fe80::82af:caff:fe62:d12c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1504 Metric:1
RX packets:2634 errors:0 dropped:0 overruns:0 frame:0
TX packets:1129 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:554879 (541.8 KiB) TX bytes:171607 (167.5 KiB)
Interrupt:75
lan1 Link encap:Ethernet HWaddr 80:AF:CA:62:D1:2C
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lan2 Link encap:Ethernet HWaddr 80:AF:CA:62:D1:2C
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lan3 Link encap:Ethernet HWaddr 80:AF:CA:62:D1:2C
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:190 errors:0 dropped:0 overruns:0 frame:0
TX packets:190 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:15999 (15.6 KiB) TX bytes:15999 (15.6 KiB)
phy0-ap0 Link encap:Ethernet HWaddr 80:AF:CA:62:D1:2C
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2246 errors:0 dropped:0 overruns:0 frame:0
TX packets:2969 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:388880 (379.7 KiB) TX bytes:1916382 (1.8 MiB)
phy1-ap0 Link encap:Ethernet HWaddr 82:AF:CA:62:D1:2D
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:627 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:153017 (149.4 KiB)
wan Link encap:Ethernet HWaddr 80:AF:CA:62:D1:2D
inet addr:192.168.1.197 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::82af:caff:fe62:d12d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2634 errors:0 dropped:65 overruns:0 frame:0
TX packets:1113 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:544343 (531.5 KiB) TX bytes:156715 (153.0 KiB)
root@OpenWrt:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wan
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wan
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 br-lan
logread
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 0.000000] Linux version 6.6.83 (cezary@eko.one.pl) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r28010-49d8f4b833) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Fri Mar 28 16:26:03 2025
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] Machine model: Cudy WR3000 v1
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] OF: reserved mem: 0x0000000042ff0000..0x0000000042ffffff (64 KiB) map non-reusable ramoops@42ff0000
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] OF: reserved mem: 0x0000000043000000..0x000000004302ffff (192 KiB) nomap non-reusable secmon@43000000
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] OF: reserved mem: 0x0000000047c80000..0x0000000047d7ffff (1024 KiB) nomap non-reusable wmcpu-reserved@47c80000
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] OF: reserved mem: 0x0000000047d80000..0x0000000047dbffff (256 KiB) nomap non-reusable wo-emi@47d80000
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] OF: reserved mem: 0x0000000047dc0000..0x0000000047ffffff (2304 KiB) nomap non-reusable wo-data@47dc0000
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] Zone ranges:
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] DMA [mem 0x0000000040000000-0x000000004fffffff]
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] DMA32 empty
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] Normal empty
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] Movable zone start for each node
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] Early memory node ranges
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000042ffffff]
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] node 0: [mem 0x0000000043000000-0x000000004302ffff]
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] node 0: [mem 0x0000000043030000-0x0000000047c7ffff]
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] node 0: [mem 0x0000000047c80000-0x0000000047ffffff]
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] node 0: [mem 0x0000000048000000-0x000000004fffffff]
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000004fffffff]
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] psci: probing for conduit method from DT.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] psci: PSCIv1.1 detected in firmware.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] psci: Using standard PSCI v0.2 function IDs
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] psci: SMC Calling Convention v1.2
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] percpu: Embedded 18 pages/cpu s35560 r8192 d29976 u73728
Thu Apr 24 22:34:07 2025 kern.debug kernel: [ 0.000000] pcpu-alloc: s35560 r8192 d29976 u73728 alloc=18*4096
Thu Apr 24 22:34:07 2025 kern.debug kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] Detected VIPT I-cache on CPU0
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] CPU features: detected: GIC system register CPU interface
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] alternatives: applying boot alternatives
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 0.000000] Kernel command line:
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64512
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 0MB
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] software IO TLB: area num 2.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] software IO TLB: SWIOTLB bounce buffer size roundup to 0MB
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] software IO TLB: mapped [mem 0x000000004fe47000-0x000000004fec7000] (0MB)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] Memory: 239884K/262144K available (9024K kernel code, 1000K rwdata, 1672K rodata, 448K init, 307K bss, 22260K reserved, 0K cma-reserved)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] rcu: Hierarchical RCU implementation.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] Tracing variant of Tasks RCU enabled.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] GICv3: 640 SPIs implemented
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] GICv3: 0 Extended SPIs implemented
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] Root IRQ handler: 0xffffffc080010080
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] GICv3: GICv3 features: 16 PPIs
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000c080000
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys).
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000000] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000075] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=130000)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.000083] pid_max: default: 32768 minimum: 301
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.002940] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.002948] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
Thu Apr 24 22:34:07 2025 kern.warn kernel: [ 0.005075] cacheinfo: Unable to detect cache hierarchy for CPU 0
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.005596] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.005734] rcu: Hierarchical SRCU implementation.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.005737] rcu: Max phase no-delay instances is 1000.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.006129] smp: Bringing up secondary CPUs ...
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.006483] Detected VIPT I-cache on CPU1
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.006526] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.006553] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.006620] smp: Brought up 1 node, 2 CPUs
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.006625] SMP: Total of 2 processors activated.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.006628] CPU features: detected: 32-bit EL0 Support
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.006632] CPU features: detected: CRC32 instructions
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.006662] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.006666] CPU: All CPU(s) started at EL2
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.006667] alternatives: applying system-wide alternatives
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.010247] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.010263] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.011510] pinctrl core: initialized pinctrl subsystem
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.012552] NET: Registered PF_NETLINK/PF_ROUTE protocol family
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.013101] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.013128] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.013148] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.013510] thermal_sys: Registered thermal governor 'fair_share'
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.013514] thermal_sys: Registered thermal governor 'bang_bang'
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.013516] thermal_sys: Registered thermal governor 'step_wise'
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.013518] thermal_sys: Registered thermal governor 'user_space'
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.013558] ASID allocator initialised with 65536 entries
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.014458] pstore: Using crash dump compression: deflate
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.014463] pstore: Registered ramoops as persistent store backend
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.014465] ramoops: using 0x10000@0x42ff0000, ecc: 0
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.015829] /soc/interrupt-controller@c000000: Fixed dependency cycle(s) with /soc/interrupt-controller@c000000
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.021144] Modules: 29616 pages in range for non-PLT usage
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.021151] Modules: 521136 pages in range for PLT usage
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.022105] cryptd: max_cpu_qlen set to 1000
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 0.023204] SCSI subsystem initialized
Thu Apr 24 22:34:07 2025 kern.debug kernel: [ 0.023397] libata version 3.00 loaded.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.024850] clocksource: Switched to clocksource arch_sys_counter
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.027075] NET: Registered PF_INET protocol family
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.027170] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.028419] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.028432] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.028441] TCP established hash table entries: 2048 (order: 2, 16384 bytes, linear)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.028458] TCP bind hash table entries: 2048 (order: 4, 65536 bytes, linear)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.028507] TCP: Hash tables configured (established 2048 bind 2048)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.028825] MPTCP token hash table entries: 256 (order: 0, 6144 bytes, linear)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.028924] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.028939] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.029201] NET: Registered PF_UNIX/PF_LOCAL protocol family
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.029235] PCI: CLS 0 bytes, default 64
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.030565] workingset: timestamp_bits=46 max_order=16 bucket_order=0
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.035418] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.035426] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.068353] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.078764] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.082320] printk: console [ttyS0] disabled
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.102722] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 72, base_baud = 2500000) is a ST16650V2
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.102761] printk: console [ttyS0] enabled
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.864870] loop: module loaded
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.870376] spi-nor spi0.0: XM25QH128C (16384 Kbytes)
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 0.875836] 6 fixed-partitions partitions found on MTD device spi0.0
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 0.882412] Creating 6 MTD partitions on "spi0.0":
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 0.887221] 0x000000000000-0x000000040000 : "BL2"
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 0.892302] 0x000000040000-0x000000050000 : "u-boot-env"
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 0.898310] 0x000000050000-0x000000060000 : "Factory"
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 0.903782] 0x000000060000-0x000000070000 : "bdinfo"
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 0.909420] 0x000000070000-0x0000000f0000 : "FIP"
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 0.914522] 0x0000000f0000-0x000001000000 : "firmware"
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 0.920187] 2 fit-fw partitions found on MTD device firmware
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 0.925868] Creating 2 MTD partitions on "firmware":
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 0.930825] 0x000000000000-0x000000400000 : "kernel"
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 0.936213] 0x000000400000-0x000000f10000 : "rootfs"
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 0.941555] mtd: setting mtd7 (rootfs) as root device
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 0.946685] 1 squashfs-split partitions found on MTD device rootfs
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 0.952861] 0x000000a50000-0x000000f10000 : "rootfs_data"
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.101792] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc081680000, irq 75
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.111509] i2c_dev: i2c /dev entries driver
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.117576] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.126934] NET: Registered PF_INET6 protocol family
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.132796] Segment Routing with IPv6
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.136506] In-situ OAM (IOAM) with IPv6
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.140463] NET: Registered PF_PACKET protocol family
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.145564] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.158706] 8021q: 802.1Q VLAN Support v1.8
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.228558] mt7530-mdio mdio-bus:1f: no interrupt support
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.264961] mt7530-mdio mdio-bus:1f: configuring for fixed/2500base-x link mode
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.273683] mt7530-mdio mdio-bus:1f: Link is Up - 2.5Gbps/Full - flow control rx/tx
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.284773] mt7530-mdio mdio-bus:1f wan (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7531 PHY] (irq=POLL)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.307007] mt7530-mdio mdio-bus:1f lan1 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7531 PHY] (irq=POLL)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.329052] mt7530-mdio mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7531 PHY] (irq=POLL)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.351123] mt7530-mdio mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7531 PHY] (irq=POLL)
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.362740] mtk_soc_eth 15100000.ethernet eth0: entered promiscuous mode
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.369501] DSA: tree 0 setup
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.372944] clk: Disabling unused clocks
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.380492] VFS: Mounted root (squashfs filesystem) readonly on device 31:7.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.387727] Freeing unused kernel memory: 448K
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 1.392224] Run /sbin/init as init process
Thu Apr 24 22:34:07 2025 kern.debug kernel: [ 1.396320] with arguments:
Thu Apr 24 22:34:07 2025 kern.debug kernel: [ 1.399276] /sbin/init
Thu Apr 24 22:34:07 2025 kern.debug kernel: [ 1.401970] with environment:
Thu Apr 24 22:34:07 2025 kern.debug kernel: [ 1.405140] HOME=/
Thu Apr 24 22:34:07 2025 kern.debug kernel: [ 1.407489] TERM=linux
Thu Apr 24 22:34:07 2025 user.info kernel: [ 1.621804] init: Console is alive
Thu Apr 24 22:34:07 2025 user.info kernel: [ 1.625414] init: - watchdog -
Thu Apr 24 22:34:07 2025 user.info kernel: [ 2.064779] kmodloader: loading kernel modules from /etc/modules-boot.d/*
Thu Apr 24 22:34:07 2025 kern.warn kernel: [ 2.088497] gpio_button_hotplug: loading out-of-tree module taints kernel.
Thu Apr 24 22:34:07 2025 user.info kernel: [ 2.098625] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
Thu Apr 24 22:34:07 2025 user.info kernel: [ 2.112870] init: - preinit -
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 2.502134] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 2.510626] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 2.522916] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 6.768220] jffs2: notice: (736) jffs2_build_xattr_subsystem: complete building xattr subsystem, 80 of xdatum (31 unchecked, 45 orphan) and 91 of xref (23 dead, 25 orphan) found.
Thu Apr 24 22:34:07 2025 user.info kernel: [ 6.785700] mount_root: switching to jffs2 overlay
Thu Apr 24 22:34:07 2025 kern.warn kernel: [ 6.793822] overlayfs: upper fs does not support tmpfile.
Thu Apr 24 22:34:07 2025 kern.warn kernel: [ 6.911696] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
Thu Apr 24 22:34:07 2025 user.debug kernel: [ 6.925713] urandom-seed: Seeding with /etc/urandom.seed
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 6.981664] random: procd: uninitialized urandom read (4 bytes read)
Thu Apr 24 22:34:07 2025 user.info kernel: [ 6.985451] procd: - early -
Thu Apr 24 22:34:07 2025 user.info kernel: [ 6.991045] procd: - watchdog -
Thu Apr 24 22:34:07 2025 user.info kernel: [ 7.540192] procd: - watchdog -
Thu Apr 24 22:34:07 2025 user.info kernel: [ 7.544040] procd: - ubus -
Thu Apr 24 22:34:07 2025 kern.notice kernel: [ 9.104856] random: crng init done
Thu Apr 24 22:34:07 2025 user.info kernel: [ 9.114163] procd: - init -
Thu Apr 24 22:34:07 2025 user.info kernel: [ 9.420897] kmodloader: loading kernel modules from /etc/modules.d/*
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 9.458429] OpenVPN data channel offload (ovpn-dco) 2.0.0 -- (C) 2020-2023 OpenVPN, Inc.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 9.469211] tun: Universal TUN/TAP device driver, 1.6
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 9.478030] crypto-safexcel 10320000.crypto: EIP97:230(0,1,4,4)-HIA:270(0,5,5),PE:150/433(alg:7fcdfc00)/0/0/0
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 9.503126] Loading modules backported from Linux version v6.12.6-0-ge9d65b48ce1a
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 9.510647] Backport generated by backports.git v6.1.110-1-35-g410656ef04d2
Thu Apr 24 22:34:07 2025 user.info kernel: [ 9.637182] urngd: v1.0.2 started.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 9.869589] mt798x-wmac 18000000.wifi: HW/SW Version: 0x8a108a10, Build Time: 20240823161240a
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 9.869589]
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 10.085603] mt798x-wmac 18000000.wifi: WM Firmware Version: ____000000, Build Time: 20240823161304
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 10.184360] mt798x-wmac 18000000.wifi: WA Firmware Version: DEV_000000, Build Time: 20240823161841
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 10.281123] mt798x-wmac 18000000.wifi: registering led 'mt76-phy0'
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 10.366849] mt798x-wmac 18000000.wifi: registering led 'mt76-phy1'
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 10.485248] PPP generic driver version 2.4.2
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 10.490414] NET: Registered PF_PPPOX protocol family
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 10.497457] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
Thu Apr 24 22:34:07 2025 kern.info kernel: [ 10.505330] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
Thu Apr 24 22:34:07 2025 user.info kernel: [ 10.518285] kmodloader: done loading kernel modules from /etc/modules.d/*
Thu Apr 24 22:34:07 2025 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Thu Apr 24 22:34:07 2025 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Thu Apr 24 22:34:07 2025 daemon.info dnsmasq[1]: started, version 2.90 cachesize 1000
Thu Apr 24 22:34:07 2025 daemon.info dnsmasq[1]: DNS service limited to local subnets
Thu Apr 24 22:34:07 2025 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-nftset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile
Thu Apr 24 22:34:07 2025 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus
Thu Apr 24 22:34:07 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
Thu Apr 24 22:34:07 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
Thu Apr 24 22:34:07 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
Thu Apr 24 22:34:07 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
Thu Apr 24 22:34:07 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
Thu Apr 24 22:34:07 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
Thu Apr 24 22:34:07 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
Thu Apr 24 22:34:07 2025 daemon.warn dnsmasq[1]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry
Thu Apr 24 22:34:07 2025 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
Thu Apr 24 22:34:07 2025 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 0 names
Thu Apr 24 22:34:07 2025 authpriv.info dropbear[1596]: Not backgrounding
Thu Apr 24 22:34:08 2025 daemon.notice wpa_supplicant[1752]: Successfully initialized wpa_supplicant
Thu Apr 24 22:34:08 2025 user.notice : Added device handler type: bonding
Thu Apr 24 22:34:08 2025 user.notice : Added device handler type: 8021ad
Thu Apr 24 22:34:08 2025 user.notice : Added device handler type: 8021q
Thu Apr 24 22:34:08 2025 user.notice : Added device handler type: macvlan
Thu Apr 24 22:34:08 2025 user.notice : Added device handler type: veth
Thu Apr 24 22:34:08 2025 user.notice : Added device handler type: bridge
Thu Apr 24 22:34:08 2025 user.notice : Added device handler type: Network device
Thu Apr 24 22:34:08 2025 user.notice : Added device handler type: tunnel
Thu Apr 24 22:34:08 2025 daemon.notice procd: /etc/rc.d/S25packet_steering: pid 370's current affinity list: 0-1
Thu Apr 24 22:34:08 2025 daemon.notice procd: /etc/rc.d/S25packet_steering: pid 370's new affinity list: 0
Thu Apr 24 22:34:08 2025 daemon.notice procd: /etc/rc.d/S25packet_steering: pid 371's current affinity list: 0-1
Thu Apr 24 22:34:08 2025 daemon.notice procd: /etc/rc.d/S25packet_steering: pid 371's new affinity list: 0
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.361959] mtk_soc_eth 15100000.ethernet eth0: Link is Down
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.376441] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.385593] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.401422] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.413062] br-lan: port 1(lan1) entered blocking state
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.418391] br-lan: port 1(lan1) entered disabled state
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.423645] mt7530-mdio mdio-bus:1f lan1: entered allmulticast mode
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.429947] mtk_soc_eth 15100000.ethernet eth0: entered allmulticast mode
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.439787] mt7530-mdio mdio-bus:1f lan1: entered promiscuous mode
Thu Apr 24 22:34:10 2025 daemon.notice netifd: Interface 'lan' is enabled
Thu Apr 24 22:34:10 2025 daemon.notice netifd: Interface 'lan' is setting up now
Thu Apr 24 22:34:10 2025 daemon.notice netifd: Interface 'lan' is now up
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.459403] mt7530-mdio mdio-bus:1f lan2: configuring for phy/gmii link mode
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.472532] br-lan: port 2(lan2) entered blocking state
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.477848] br-lan: port 2(lan2) entered disabled state
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.483119] mt7530-mdio mdio-bus:1f lan2: entered allmulticast mode
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.491160] mt7530-mdio mdio-bus:1f lan2: entered promiscuous mode
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.507603] mt7530-mdio mdio-bus:1f lan3: configuring for phy/gmii link mode
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.516097] br-lan: port 3(lan3) entered blocking state
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.521337] br-lan: port 3(lan3) entered disabled state
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.526612] mt7530-mdio mdio-bus:1f lan3: entered allmulticast mode
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.536584] mt7530-mdio mdio-bus:1f lan3: entered promiscuous mode
Thu Apr 24 22:34:10 2025 daemon.notice netifd: Interface 'loopback' is enabled
Thu Apr 24 22:34:10 2025 daemon.notice netifd: Interface 'loopback' is setting up now
Thu Apr 24 22:34:10 2025 daemon.notice netifd: Interface 'loopback' is now up
Thu Apr 24 22:34:10 2025 daemon.notice netifd: Interface 'wan' is enabled
Thu Apr 24 22:34:10 2025 daemon.notice netifd: Interface 'wan6' is enabled
Thu Apr 24 22:34:10 2025 daemon.notice netifd: Network device 'eth0' link is up
Thu Apr 24 22:34:10 2025 daemon.notice netifd: Network device 'lo' link is up
Thu Apr 24 22:34:10 2025 daemon.notice netifd: Interface 'loopback' has link connectivity
Thu Apr 24 22:34:10 2025 kern.info kernel: [ 14.560721] mt7530-mdio mdio-bus:1f wan: configuring for phy/gmii link mode
Thu Apr 24 22:34:10 2025 daemon.notice netifd: radio1 (2366): WARNING: Variable 'data' does not exist or is not an array/object
Thu Apr 24 22:34:10 2025 daemon.notice netifd: radio0 (2365): WARNING: Variable 'data' does not exist or is not an array/object
Thu Apr 24 22:34:11 2025 daemon.err nlbwmon[2389]: The netlink receive buffer size of 524288 bytes will be capped to 212992 bytes
Thu Apr 24 22:34:11 2025 daemon.err nlbwmon[2389]: by the kernel. The net.core.rmem_max sysctl limit needs to be raised to
Thu Apr 24 22:34:11 2025 daemon.err nlbwmon[2389]: at least 524288 in order to sucessfully set the desired receive buffer size!
Thu Apr 24 22:34:11 2025 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Thu Apr 24 22:34:11 2025 user.info adblock-4.2.7-r3[1963]: adblock is currently disabled, please set the config option 'adb_enabled' to '1' to use this service
Thu Apr 24 22:34:11 2025 daemon.err collectd[2517]: plugin_load: plugin "cpu" successfully loaded.
Thu Apr 24 22:34:11 2025 daemon.err collectd[2517]: plugin_load: plugin "interface" successfully loaded.
Thu Apr 24 22:34:11 2025 daemon.err collectd[2517]: plugin_load: plugin "iwinfo" successfully loaded.
Thu Apr 24 22:34:11 2025 daemon.err collectd[2517]: plugin_load: plugin "load" successfully loaded.
Thu Apr 24 22:34:11 2025 daemon.err collectd[2517]: plugin_load: plugin "memory" successfully loaded.
Thu Apr 24 22:34:11 2025 daemon.err collectd[2517]: plugin_load: plugin "rrdtool" successfully loaded.
Thu Apr 24 22:34:11 2025 daemon.err collectd[2517]: rrdtool plugin: RRASingle = true: creating only AVERAGE RRAs
Thu Apr 24 22:34:11 2025 daemon.err collectd[2517]: plugin_load: plugin "sensors" successfully loaded.
Thu Apr 24 22:34:11 2025 daemon.err collectd[2517]: Initialization complete, entering read-loop.
Thu Apr 24 22:34:11 2025 daemon.notice hostapd: Set new config for phy phy0:
Thu Apr 24 22:34:11 2025 daemon.notice hostapd: Set new config for phy phy1:
Thu Apr 24 22:34:11 2025 daemon.notice wpa_supplicant[1752]: Set new config for phy phy0
Thu Apr 24 22:34:11 2025 daemon.notice wpa_supplicant[1752]: Set new config for phy phy1
Thu Apr 24 22:34:12 2025 user.notice nlbwmon: Reloading nlbwmon due to ifup of lan (br-lan)
Thu Apr 24 22:34:12 2025 daemon.notice netifd: radio0 (2365): sh: acs_survey: out of range
Thu Apr 24 22:34:12 2025 user.notice ucitrack: Setting up /etc/config/luci-splash reload dependency on /etc/config/firewall
Thu Apr 24 22:34:12 2025 user.notice ucitrack: Setting up /etc/config/qos reload dependency on /etc/config/firewall
Thu Apr 24 22:34:12 2025 user.notice ucitrack: Setting up /etc/config/miniupnpd reload dependency on /etc/config/firewall
Thu Apr 24 22:34:12 2025 daemon.info dnsmasq[1]: exiting on receipt of SIGTERM
Thu Apr 24 22:34:12 2025 daemon.notice netifd: radio0 (2365): sh: acs_survey: out of range
Thu Apr 24 22:34:12 2025 user.notice ucitrack: Setting up /etc/config/odhcpd reload dependency on /etc/config/dhcp
Thu Apr 24 22:34:12 2025 daemon.notice wpa_supplicant[1752]: Set new config for phy phy0
Thu Apr 24 22:34:12 2025 daemon.notice wpa_supplicant[1752]: Set new config for phy phy1
Thu Apr 24 22:34:12 2025 daemon.notice hostapd: Set new config for phy phy0: /var/run/hostapd-phy0.conf
Thu Apr 24 22:34:12 2025 daemon.notice hostapd: Restart interface for phy phy0
Thu Apr 24 22:34:12 2025 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/network
Thu Apr 24 22:34:12 2025 daemon.notice hostapd: Configuration file: data: driver=nl80211 logger_syslog=127 logger_syslog_level=2 logger_stdout=127 logger_stdout_level=2 country_code=PL ieee80211d=1 hw_mode=g supported_rates=60 90 120 180 240 360 480 540 basic_rates=60 120 240 beacon_int=100 stationary_ap=1 #num_global_macaddr=1 #macaddr_base= ieee80211n=1 ht_coex=0 ht_capab=[HT40+][LDPC][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][MAX-AMSDU-7935] ieee80211ax=1 he_su_beamformer=1 he_su_beamformee=1 he_mu_beamformer=1 he_bss_color=128 he_spr_sr_control=3 he_default_pe_duration=4 he_rts_threshold=1023 he_mu_edca_qos_info_param_count=0 he_mu_edca_qos_info_q_ack=0 he_mu_edca_qos_info_queue_request=0 he_mu_edca_qos_info_txop_request=0 he_mu_edca_ac_be_aifsn=8 he_mu_edca_ac_be_aci=0 he_mu_edca_ac_be_ecwmin=9 he_mu_edca_ac_be_ecwmax=10 he_mu_edca_ac_be_timer=255 he_mu_edca_ac_bk_aifsn=15 he_mu_edca_ac_bk_aci=1 he_mu_edca_ac_bk_ecwmin=9 he_mu_edca_ac_bk_ecwmax=10 he_mu_edca_ac_bk_timer=255 he_mu_edca_ac_vi_ecwmin=5 he_mu_edca_ac_vi_ec
Thu Apr 24 22:34:12 2025 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/wireless
Thu Apr 24 22:34:12 2025 kern.info kernel: [ 17.015589] br-lan: port 4(phy0-ap0) entered blocking state
Thu Apr 24 22:34:12 2025 kern.info kernel: [ 17.021171] br-lan: port 4(phy0-ap0) entered disabled state
Thu Apr 24 22:34:12 2025 kern.info kernel: [ 17.026848] mt798x-wmac 18000000.wifi phy0-ap0: entered allmulticast mode
Thu Apr 24 22:34:12 2025 kern.info kernel: [ 17.033829] mt798x-wmac 18000000.wifi phy0-ap0: entered promiscuous mode
Thu Apr 24 22:34:12 2025 daemon.notice hostapd: phy0-ap0: interface state UNINITIALIZED->COUNTRY_UPDATE
Thu Apr 24 22:34:12 2025 daemon.notice hostapd: ACS: Automatic channel selection started, this may take a bit
Thu Apr 24 22:34:12 2025 daemon.notice hostapd: phy0-ap0: interface state COUNTRY_UPDATE->ACS
Thu Apr 24 22:34:12 2025 daemon.notice hostapd: phy0-ap0: ACS-STARTED
Thu Apr 24 22:34:12 2025 daemon.notice hostapd: Set new config for phy phy1: /var/run/hostapd-phy1.conf
Thu Apr 24 22:34:12 2025 daemon.notice hostapd: Restart interface for phy phy1
Thu Apr 24 22:34:12 2025 user.notice ucitrack: Setting up non-init /etc/config/fstab reload handler: /sbin/block mount
Thu Apr 24 22:34:13 2025 daemon.notice hostapd: Configuration file: data: driver=nl80211 logger_syslog=127 logger_syslog_level=2 logger_stdout=127 logger_stdout_level=2 country_code=PL ieee80211d=1 ieee80211h=1 hw_mode=a beacon_int=100 stationary_ap=1 tx_queue_data2_burst=2.0 #num_global_macaddr=1 #macaddr_base= ieee80211n=1 ht_coex=0 ht_capab=[HT40+][LDPC][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][MAX-AMSDU-7935] ieee80211ac=1 vht_oper_chwidth=1 vht_oper_centr_freq_seg0_idx=-6 vht_capab=[RXLDPC][SHORT-GI-80][TX-STBC-2BY1][SU-BEAMFORMER][SU-BEAMFORMEE][MU-BEAMFORMER][MU-BEAMFORMEE][RX-ANTENNA-PATTERN][TX-ANTENNA-PATTERN][RX-STBC-1][SOUNDING-DIMENSION-3][BF-ANTENNA-3][MAX-MPDU-11454][MAX-A-MPDU-LEN-EXP7] ieee80211ax=1 he_oper_chwidth=1 he_oper_centr_freq_seg0_idx=-6 he_su_beamformer=1 he_su_beamformee=1 he_mu_beamformer=1 he_bss_color=128 he_spr_sr_control=3 he_default_pe_duration=4 he_rts_threshold=1023 he_mu_edca_qos_info_param_count=0 he_mu_edca_qos_info_q_ack=0 he_mu_edca_qos_info_queue_request=0 he_mu_edca_qos_info_txop
Thu Apr 24 22:34:13 2025 user.notice ucitrack: Setting up /etc/config/system reload trigger for non-procd /etc/init.d/led
Thu Apr 24 22:34:13 2025 kern.info kernel: [ 17.276344] br-lan: port 5(phy1-ap0) entered blocking state
Thu Apr 24 22:34:13 2025 kern.info kernel: [ 17.281924] br-lan: port 5(phy1-ap0) entered disabled state
Thu Apr 24 22:34:13 2025 kern.info kernel: [ 17.287597] mt798x-wmac 18000000.wifi phy1-ap0: entered allmulticast mode
Thu Apr 24 22:34:13 2025 kern.info kernel: [ 17.294584] mt798x-wmac 18000000.wifi phy1-ap0: entered promiscuous mode
Thu Apr 24 22:34:13 2025 kern.info kernel: [ 17.301513] br-lan: port 5(phy1-ap0) entered blocking state
Thu Apr 24 22:34:13 2025 kern.info kernel: [ 17.307129] br-lan: port 5(phy1-ap0) entered forwarding state
Thu Apr 24 22:34:13 2025 daemon.notice hostapd: phy1-ap0: interface state UNINITIALIZED->COUNTRY_UPDATE
Thu Apr 24 22:34:13 2025 daemon.notice netifd: Wireless device 'radio0' is now up
Thu Apr 24 22:34:13 2025 daemon.notice netifd: bridge 'br-lan' link is up
Thu Apr 24 22:34:13 2025 daemon.notice hostapd: ACS: Automatic channel selection started, this may take a bit
Thu Apr 24 22:34:13 2025 daemon.notice netifd: Interface 'lan' has link connectivity
Thu Apr 24 22:34:13 2025 daemon.notice hostapd: phy1-ap0: interface state COUNTRY_UPDATE->ACS
Thu Apr 24 22:34:13 2025 daemon.notice hostapd: phy1-ap0: ACS-STARTED
Thu Apr 24 22:34:13 2025 user.notice ucitrack: Setting up /etc/config/luci_statistics reload dependency on /etc/config/system
Thu Apr 24 22:34:13 2025 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/system
Thu Apr 24 22:34:13 2025 daemon.notice netifd: Wireless device 'radio1' is now up
Thu Apr 24 22:34:13 2025 user.notice nlbwmon: Reloading nlbwmon due to ifup of loopback (lo)
Thu Apr 24 22:34:13 2025 daemon.notice procd: /etc/rc.d/S96led: setting up led wan
Thu Apr 24 22:34:13 2025 kern.info kernel: [ 18.075131] br-lan: port 5(phy1-ap0) entered disabled state
Thu Apr 24 22:34:14 2025 daemon.notice procd: /etc/rc.d/S99wpa: start
Thu Apr 24 22:34:14 2025 daemon.err procd: Got unexpected signal 1
Thu Apr 24 22:34:14 2025 daemon.info dnsmasq[1]: started, version 2.90 cachesize 1000
Thu Apr 24 22:34:14 2025 daemon.info dnsmasq[1]: DNS service limited to local subnets
Thu Apr 24 22:34:14 2025 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-nftset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile
Thu Apr 24 22:34:14 2025 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus
Thu Apr 24 22:34:14 2025 daemon.info dnsmasq-dhcp[1]: DHCP, IP range 192.168.2.100 -- 192.168.2.249, lease time 12h
Thu Apr 24 22:34:14 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
Thu Apr 24 22:34:14 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
Thu Apr 24 22:34:14 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
Thu Apr 24 22:34:14 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
Thu Apr 24 22:34:14 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
Thu Apr 24 22:34:14 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
Thu Apr 24 22:34:14 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
Thu Apr 24 22:34:14 2025 daemon.warn dnsmasq[1]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry
Thu Apr 24 22:34:14 2025 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
Thu Apr 24 22:34:14 2025 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names
Thu Apr 24 22:34:14 2025 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses
Thu Apr 24 22:34:14 2025 daemon.notice netifd: Network device 'wan' link is up
Thu Apr 24 22:34:14 2025 daemon.notice netifd: Interface 'wan' has link connectivity
Thu Apr 24 22:34:14 2025 daemon.notice netifd: Interface 'wan' is setting up now
Thu Apr 24 22:34:14 2025 daemon.notice netifd: Interface 'wan6' has link connectivity
Thu Apr 24 22:34:14 2025 daemon.notice netifd: Interface 'wan6' is setting up now
Thu Apr 24 22:34:14 2025 kern.info kernel: [ 18.723042] mt7530-mdio mdio-bus:1f wan: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Apr 24 22:34:14 2025 daemon.notice netifd: wan (4146): udhcpc: started, v1.36.1
Thu Apr 24 22:34:14 2025 daemon.err odhcp6c[4140]: Failed to send RS (Address not available)
Thu Apr 24 22:34:14 2025 daemon.err odhcp6c[4140]: Failed to send SOLICIT message to ff02::1:2 (Address not available)
Thu Apr 24 22:34:14 2025 daemon.notice netifd: wan (4146): udhcpc: broadcasting discover
Thu Apr 24 22:34:14 2025 daemon.notice netifd: bridge 'br-lan' link is down
Thu Apr 24 22:34:14 2025 daemon.notice netifd: Interface 'lan' has link connectivity loss
Thu Apr 24 22:34:14 2025 daemon.warn odhcpd[2088]: No default route present, overriding ra_lifetime to 0!
Thu Apr 24 22:34:15 2025 daemon.err odhcp6c[4140]: Failed to send SOLICIT message to ff02::1:2 (Address not available)
Thu Apr 24 22:34:17 2025 daemon.notice netifd: wan (4146): udhcpc: broadcasting discover
Thu Apr 24 22:34:20 2025 daemon.notice netifd: wan (4146): udhcpc: broadcasting discover
Thu Apr 24 22:34:21 2025 daemon.notice netifd: wan (4146): udhcpc: broadcasting select for 192.168.1.197, server 192.168.1.1
Thu Apr 24 22:34:21 2025 daemon.notice netifd: wan (4146): udhcpc: lease of 192.168.1.197 obtained from 192.168.1.1, lease time 86400
Thu Apr 24 22:34:21 2025 daemon.notice netifd: Interface 'wan' is now up
Thu Apr 24 22:34:21 2025 daemon.info dnsmasq[1]: reading /tmp/resolv.conf.d/resolv.conf.auto
Thu Apr 24 22:34:21 2025 daemon.info dnsmasq[1]: using nameserver 192.168.1.1#53
Thu Apr 24 22:34:21 2025 daemon.info dnsmasq[1]: using nameserver 192.168.1.1#53
Thu Apr 24 22:34:21 2025 daemon.info dnsmasq[1]: using only locally-known addresses for test
Thu Apr 24 22:34:21 2025 daemon.info dnsmasq[1]: using only locally-known addresses for onion
Thu Apr 24 22:34:21 2025 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
Thu Apr 24 22:34:21 2025 daemon.info dnsmasq[1]: using only locally-known addresses for local
Thu Apr 24 22:34:21 2025 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
Thu Apr 24 22:34:21 2025 daemon.info dnsmasq[1]: using only locally-known addresses for bind
Thu Apr 24 22:34:21 2025 daemon.info dnsmasq[1]: using only locally-known addresses for lan
Thu Apr 24 22:34:21 2025 user.notice firewall: Reloading firewall due to ifup of wan (wan)
Thu Apr 24 22:34:21 2025 user.notice nlbwmon: Reloading nlbwmon due to ifup of wan (wan)
Thu Apr 24 22:34:21 2025 daemon.notice hostapd: phy0-ap0: ACS-COMPLETED freq=2452 channel=9
Thu Apr 24 22:34:21 2025 daemon.notice hostapd: phy0-ap0: interface state ACS->HT_SCAN
Thu Apr 24 22:34:22 2025 user.notice ddns-scripts[4433]: myddns_ipv4: PID '4433' started at 2025-04-24 22:34
Thu Apr 24 22:34:22 2025 user.warn ddns-scripts[4433]: myddns_ipv4: Service section disabled! - TERMINATE
Thu Apr 24 22:34:22 2025 user.warn ddns-scripts[4433]: myddns_ipv4: PID '4433' exit WITH ERROR '1' at 2025-04-24 22:34
Fri Apr 25 15:46:56 2025 daemon.info dnsmasq[1]: read /etc/hosts - 12 names
Fri Apr 25 15:46:56 2025 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 4 names
Fri Apr 25 15:46:56 2025 daemon.info dnsmasq-dhcp[1]: read /etc/ethers - 0 addresses
Fri Apr 25 15:46:57 2025 daemon.notice hostapd: 20/40 MHz operation not permitted on channel pri=9 sec=13 based on overlapping BSSes
Fri Apr 25 15:46:57 2025 daemon.notice hostapd: Fallback to 20 MHz
Fri Apr 25 15:46:57 2025 daemon.notice netifd: Network device 'phy0-ap0' link is up
Fri Apr 25 15:46:57 2025 daemon.notice netifd: bridge 'br-lan' link is up
Fri Apr 25 15:46:57 2025 daemon.notice netifd: Interface 'lan' has link connectivity
Fri Apr 25 15:46:57 2025 kern.info kernel: [ 27.920651] br-lan: port 4(phy0-ap0) entered blocking state
Fri Apr 25 15:46:57 2025 kern.info kernel: [ 27.926239] br-lan: port 4(phy0-ap0) entered forwarding state
Fri Apr 25 15:46:57 2025 daemon.notice hostapd: phy0-ap0: interface state HT_SCAN->ENABLED
Fri Apr 25 15:46:57 2025 daemon.notice hostapd: phy0-ap0: AP-ENABLED
Fri Apr 25 15:46:57 2025 daemon.notice procd: /etc/rc.d/S99wpa: Starting authentication using wpa_supplicant
Fri Apr 25 15:46:57 2025 daemon.notice procd: /etc/rc.d/S99wpa: Successfully initialized wpa_supplicant
Fri Apr 25 15:46:57 2025 daemon.notice procd: /etc/rc.d/S99wpa: ioctl[SIOCGIFFLAGS]: No such device
Fri Apr 25 15:46:57 2025 daemon.notice procd: /etc/rc.d/S99wpa: setsockopt: No such device
Fri Apr 25 15:46:58 2025 daemon.notice procd: /etc/rc.d/S99wpa: ioctl[SIOC{ADD/DEL}MULTI]: No such device
Fri Apr 25 15:46:58 2025 daemon.notice procd: /etc/rc.d/S99wpa: ioctl[SIOCGIFFLAGS]: No such device
Fri Apr 25 15:46:58 2025 daemon.notice procd: /etc/rc.d/S99wpa: driver_wired_init_common: Could not get interface flags
Fri Apr 25 15:46:58 2025 daemon.notice procd: /etc/rc.d/S99wpa: br-wan: Failed to initialize driver interface
Fri Apr 25 15:46:58 2025 daemon.notice procd: /etc/rc.d/S99wpa: br-wan: CTRL-EVENT-DSCP-POLICY clear_all
Fri Apr 25 15:47:05 2025 daemon.notice hostapd: phy1-ap0: ACS-COMPLETED freq=5785 channel=157
Fri Apr 25 15:47:05 2025 daemon.notice hostapd: phy1-ap0: interface state ACS->HT_SCAN
Fri Apr 25 15:47:05 2025 kern.info kernel: [ 36.495295] br-lan: port 5(phy1-ap0) entered blocking state
Fri Apr 25 15:47:05 2025 kern.info kernel: [ 36.500876] br-lan: port 5(phy1-ap0) entered forwarding state
Fri Apr 25 15:47:05 2025 daemon.notice netifd: Network device 'phy1-ap0' link is up
Fri Apr 25 15:47:06 2025 daemon.notice hostapd: phy1-ap0: interface state HT_SCAN->ENABLED
Fri Apr 25 15:47:06 2025 daemon.notice hostapd: phy1-ap0: AP-ENABLED
Fri Apr 25 15:47:12 2025 daemon.info procd: - init complete -
Fri Apr 25 15:47:15 2025 daemon.err collectd[2517]: Sleeping only 2s because the next interval is 61923.665 seconds in the past!
Fri Apr 25 15:47:16 2025 daemon.err collectd[2517]: rrdtool plugin: rrd_update_r failed: /tmp/rrd/OpenWrt/cpu-0/percent-system.rrd: opening '/tmp/rrd/OpenWrt/cpu-0/percent-system.rrd': No such file or directory
Fri Apr 25 15:47:16 2025 daemon.err collectd[2517]: rrdtool plugin: rrd_update_r failed: /tmp/rrd/OpenWrt/cpu-1/percent-system.rrd: opening '/tmp/rrd/OpenWrt/cpu-1/percent-system.rrd': No such file or directory
Fri Apr 25 15:47:16 2025 daemon.err collectd[2517]: rrdtool plugin: rrd_update_r failed: /tmp/rrd/OpenWrt/iwinfo-phy0-ap0/signal_noise.rrd: opening '/tmp/rrd/OpenWrt/iwinfo-phy0-ap0/signal_noise.rrd': No such file or directory
Fri Apr 25 15:47:18 2025 daemon.err collectd[2517]: rrdtool plugin: rrd_update_r failed: /tmp/rrd/OpenWrt/cpu-0/percent-system.rrd: opening '/tmp/rrd/OpenWrt/cpu-0/percent-system.rrd': No such file or directory
Fri Apr 25 15:48:16 2025 daemon.info hostapd: phy0-ap0: STA c8:a3:e8:4e:3c:a1 IEEE 802.11: authenticated
Fri Apr 25 15:48:16 2025 daemon.info hostapd: phy0-ap0: STA c8:a3:e8:4e:3c:a1 IEEE 802.11: associated (aid 1)
Fri Apr 25 15:48:16 2025 daemon.notice hostapd: phy0-ap0: AP-STA-CONNECTED c8:a3:e8:4e:3c:a1 auth_alg=open
Fri Apr 25 15:48:16 2025 daemon.info hostapd: phy0-ap0: STA c8:a3:e8:4e:3c:a1 RADIUS: starting accounting session 491E6D542DB03E76
Fri Apr 25 15:48:16 2025 daemon.info hostapd: phy0-ap0: STA c8:a3:e8:4e:3c:a1 WPA: pairwise key handshake completed (RSN)
Fri Apr 25 15:48:16 2025 daemon.notice hostapd: phy0-ap0: EAPOL-4WAY-HS-COMPLETED c8:a3:e8:4e:3c:a1
Fri Apr 25 15:48:19 2025 daemon.info dnsmasq-dhcp[1]: DHCPDISCOVER(br-lan) c8:a3:e8:4e:3c:a1
Fri Apr 25 15:48:19 2025 daemon.info dnsmasq-dhcp[1]: DHCPOFFER(br-lan) 192.168.2.224 c8:a3:e8:4e:3c:a1
Fri Apr 25 15:48:19 2025 daemon.info dnsmasq-dhcp[1]: DHCPREQUEST(br-lan) 192.168.2.224 c8:a3:e8:4e:3c:a1
Fri Apr 25 15:48:19 2025 daemon.info dnsmasq-dhcp[1]: DHCPACK(br-lan) 192.168.2.224 c8:a3:e8:4e:3c:a1 DESKTOP-L6HL6LB
Fri Apr 25 15:48:25 2025 daemon.notice hostapd: phy0-ap0: AP-STA-DISCONNECTED c8:a3:e8:4e:3c:a1
Fri Apr 25 15:49:16 2025 daemon.info hostapd: phy0-ap0: STA c8:a3:e8:4e:3c:a1 IEEE 802.11: authenticated
Fri Apr 25 15:49:16 2025 daemon.info hostapd: phy0-ap0: STA c8:a3:e8:4e:3c:a1 IEEE 802.11: associated (aid 1)
Fri Apr 25 15:49:16 2025 daemon.notice hostapd: phy0-ap0: AP-STA-CONNECTED c8:a3:e8:4e:3c:a1 auth_alg=open
Fri Apr 25 15:49:16 2025 daemon.info hostapd: phy0-ap0: STA c8:a3:e8:4e:3c:a1 RADIUS: starting accounting session C85B538AE7C4E6B7
Fri Apr 25 15:49:16 2025 daemon.info hostapd: phy0-ap0: STA c8:a3:e8:4e:3c:a1 WPA: pairwise key handshake completed (RSN)
Fri Apr 25 15:49:16 2025 daemon.notice hostapd: phy0-ap0: EAPOL-4WAY-HS-COMPLETED c8:a3:e8:4e:3c:a1
Fri Apr 25 15:49:16 2025 daemon.info dnsmasq-dhcp[1]: DHCPREQUEST(br-lan) 192.168.2.224 c8:a3:e8:4e:3c:a1
Fri Apr 25 15:49:16 2025 daemon.info dnsmasq-dhcp[1]: DHCPACK(br-lan) 192.168.2.224 c8:a3:e8:4e:3c:a1 DESKTOP-L6HL6LB
Fri Apr 25 15:49:24 2025 daemon.err uhttpd[2237]: [info] luci: accepted login on / for root from 192.168.2.224
Fri Apr 25 15:49:41 2025 daemon.notice hostapd: phy0-ap0: AP-STA-DISCONNECTED c8:a3:e8:4e:3c:a1
Fri Apr 25 15:50:36 2025 daemon.info hostapd: phy0-ap0: STA c8:a3:e8:4e:3c:a1 IEEE 802.11: authenticated
Fri Apr 25 15:50:36 2025 daemon.info hostapd: phy0-ap0: STA c8:a3:e8:4e:3c:a1 IEEE 802.11: associated (aid 1)
Fri Apr 25 15:50:36 2025 daemon.notice hostapd: phy0-ap0: AP-STA-CONNECTED c8:a3:e8:4e:3c:a1 auth_alg=open
Fri Apr 25 15:50:36 2025 daemon.info hostapd: phy0-ap0: STA c8:a3:e8:4e:3c:a1 RADIUS: starting accounting session AC005D73A4B8383B
Fri Apr 25 15:50:36 2025 daemon.info hostapd: phy0-ap0: STA c8:a3:e8:4e:3c:a1 WPA: pairwise key handshake completed (RSN)
Fri Apr 25 15:50:36 2025 daemon.notice hostapd: phy0-ap0: EAPOL-4WAY-HS-COMPLETED c8:a3:e8:4e:3c:a1
Fri Apr 25 15:50:37 2025 daemon.info dnsmasq-dhcp[1]: DHCPREQUEST(br-lan) 192.168.2.224 c8:a3:e8:4e:3c:a1
Fri Apr 25 15:50:37 2025 daemon.info dnsmasq-dhcp[1]: DHCPACK(br-lan) 192.168.2.224 c8:a3:e8:4e:3c:a1 DESKTOP-L6HL6LB
Fri Apr 25 15:50:48 2025 authpriv.info dropbear[5036]: Child connection from 192.168.2.224:65106
Fri Apr 25 15:50:52 2025 authpriv.notice dropbear[5036]: Password auth succeeded for 'root' from 192.168.2.224:65106