x-wrt / x-wrt

This repository is a fork of https://git.openwrt.org/openwrt/openwrt.git
https://x-wrt.com/
Other
705 stars 182 forks source link

usb 4g/5g 网络 mbim协议的,需要关闭软件加速 (natflow)和硬件加速 (hwnat) #201

Closed ptpt52 closed 6 months ago

ptpt52 commented 2 years ago

usb 4g/5g 网络 mbim协议的,需要关闭软件加速 (natflow)和硬件加速 (hwnat)

目前尚不支持mbim的软件/硬件加速

gsmantenna commented 1 year ago

现在 X-wrt 支持 高通的 4G/5G QMI MBIM 的网络加速吗?

ptpt52 commented 1 year ago

不支持。mbim需要关闭natflow

ptpt52 commented 1 year ago

@gsmantenna 或者你有mbim环境吗,可以帮测试一下,我打算支持一下

gsmantenna commented 1 year ago

我有的, QMI 和 MBIM 都有环境

ptpt52 commented 1 year ago

@gsmantenna 设备型号是什么?

gsmantenna commented 1 year ago

我手上有 newifi D3 极路由4 (MTK7621A)

ptpt52 commented 1 year ago

@gsmantenna x-wrt 不支持这个型号呀,只支持 newifi d2

gsmantenna commented 1 year ago

打错了 不是d3. 是d2

ptpt52 commented 1 year ago

@gsmantenna 可以测试一下这个固件 https://downloads.x-wrt.com/rom/Downloads/mt7621/x-wrt-23.06-b202306100640-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin 跑 mbim 或者 qmi 跑大流量测速,看看网络通不通。

ssh登陆,echo debug=7 >/dev/natflow_ctl 开启调试,跑流量,dmesg看看日志。

gsmantenna commented 1 year ago

speedtest 现在用的mbim 模式, 移远rm502Q ,联通5G root@X-WRT:~# echo debug=7 >/dev/natflow_ctl root@X-WRT:~# dmesg [ 0.000000] Linux version 5.15.114 (ptpt52@SC-GAME) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r23276+1-af51b fd67a2) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Fri Jun 9 22:37:20 2023 [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: machine is D-Team Newifi D2 [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] VPE topology {2,2} total 4 [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] HighMem [mem 0x0000000010000000-0x0000000023ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000001bffffff] [ 0.000000] node 0: [mem 0x0000000020000000-0x0000000023ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000023ffffff] [ 0.000000] percpu: Embedded 11 pages/cpu s15376 r8192 d21488 u45056 [ 0.000000] pcpu-alloc: s15376 r8192 d21488 u45056 alloc=11*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130560 [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2 [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] Writing ErrCtl register=0003b23a [ 0.000000] Readback ErrCtl register=0003b23a [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 508028K/524288K available (7071K kernel code, 649K rwdata, 1460K rodata, 1240K init, 251K bss, 16 260K reserved, 0K cma-reserved, 262144K highmem) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 256 [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns [ 0.000004] sched_clock: 64 bits at 880MHz, resolution 1ns, wraps every 4398046511103ns [ 0.008050] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.066220] pid_max: default: 32768 minimum: 301 [ 0.071513] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.078725] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.089734] rcu: Hierarchical SRCU implementation. [ 0.095170] smp: Bringing up secondary CPUs ... [ 0.100524] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.100547] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.100562] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.100612] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.159967] Synchronize counters for CPU 1: done. [ 0.192352] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.192373] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.192384] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.192415] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.251334] Synchronize counters for CPU 2: done. [ 0.281935] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.281954] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.281965] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.282000] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.336531] Synchronize counters for CPU 3: done. [ 0.366381] smp: Brought up 1 node, 4 CPUs [ 0.371547] devtmpfs: initialized [ 0.379640] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.389456] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.396423] pinctrl core: initialized pinctrl subsystem [ 0.403102] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.409727] thermal_sys: Registered thermal governor 'step_wise' [ 0.410311] cpuidle: using governor teo [ 0.432429] FPU Affinity set after 11720 emulations [ 0.434044] pstore: Registered ramoops as persistent store backend [ 0.440144] ramoops: using 0x80000@0x3f00000, ecc: 0 [ 0.456571] clocksource: Switched to clocksource GIC [ 0.463624] NET: Registered PF_INET protocol family [ 0.468730] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.476921] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.485217] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.492923] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.500539] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.507638] TCP: Hash tables configured (established 2048 bind 2048) [ 0.514067] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.520562] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.527832] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.533442] PCI: CLS 0 bytes, default 32 [ 0.540634] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 0.551211] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.557048] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.568069] bounce: pool size: 64 pages [ 0.575878] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.582048] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.588148] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.594254] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: [ 0.600956] mt7621-pci 1e140000.pcie: No bus range found for /pcie@1e140000, using [bus 00-ff] [ 0.609713] mt7621-pci 1e140000.pcie: MEM 0x0060000000..0x006fffffff -> 0x0060000000 [ 0.617818] mt7621-pci 1e140000.pcie: IO 0x001e160000..0x001e16ffff -> 0x0000000000 [ 0.986572] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) [ 0.993470] mt7621-pci 1e140000.pcie: PCIE0 enabled [ 0.998317] mt7621-pci 1e140000.pcie: PCIE1 enabled [ 1.003162] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 [ 1.010367] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 [ 1.016661] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.022064] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 1.028902] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 1.035077] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 [ 1.041016] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 1.047230] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 1.053495] pci 0000:00:00.0: supports D1 [ 1.057421] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 1.063993] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400 [ 1.069982] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 1.076162] pci 0000:00:01.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 1.082460] pci 0000:00:01.0: supports D1 [ 1.086378] pci 0000:00:01.0: PME# supported from D0 D1 D3hot [ 1.093957] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.101915] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.110202] pci 0000:01:00.0: [14c3:7612] type 00 class 0x028000 [ 1.116157] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit] [ 1.122913] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 1.129642] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 1.137094] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 1.142254] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 1.148309] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 1.155034] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff pref] [ 1.162223] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 1.169131] pci 0000:02:00.0: [14c3:7603] type 00 class 0x028000 [ 1.175078] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff] [ 1.181431] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 1.188842] pci 0000:00:01.0: PCI bridge to [bus 02-ff] [ 1.194000] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff] [ 1.200067] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff] [ 1.206799] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff pref] [ 1.213957] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 1.220584] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] [ 1.227120] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] [ 1.234013] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] [ 1.240590] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] [ 1.247507] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 1.254229] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] [ 1.261416] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] [ 1.268156] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref] [ 1.275310] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] [ 1.282071] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] [ 1.288812] pci 0000:00:00.0: BAR 7: assigned [io 0x0000-0x0fff] [ 1.294836] pci 0000:00:01.0: BAR 7: assigned [io 0x1000-0x1fff] [ 1.300908] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] [ 1.308169] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref] [ 1.315315] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.320254] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 1.326287] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 1.333040] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] [ 1.340217] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff] [ 1.346960] pci 0000:00:01.0: PCI bridge to [bus 02] [ 1.351860] pci 0000:00:01.0: bridge window [io 0x1000-0x1fff] [ 1.357924] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] [ 1.364647] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref] [ 1.374833] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 1.383725] printk: console [ttyS0] disabled [ 1.388123] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A [ 1.397129] printk: console [ttyS0] enabled [ 1.405371] printk: bootconsole [early0] disabled [ 1.418188] spi-mt7621 1e000b00.spi: sys_freq: 220000000 [ 1.424868] ------------[ cut here ]------------ [ 1.429525] WARNING: CPU: 2 PID: 1 at drivers/mtd/spi-nor/core.c:2864 spi_nor_init+0x17c/0x184 [ 1.438164] enabling reset hack; may not recover from unexpected reboots [ 1.444835] Modules linked in: [ 1.447896] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 5.15.114 #0 [ 1.453972] Stack : 80ef666c 8007d824 00000000 00000004 00000000 00000000 81433964 80a30000 [ 1.462326] 80870000 80793f10 81451c58 8086ce43 00000000 00000001 81433910 81479ea0 [ 1.470683] 00000000 00000000 80793f10 814337b0 ffffefff 00000000 ffffffea 00000000 [ 1.479041] 814337bc 000000a2 80871b30 ffffffff 80793f10 00000001 00000000 80441078 [ 1.487396] 00000009 80ef666c 807e0000 816f9e00 00000018 803e45c0 00000008 80a30008 [ 1.495750] ... [ 1.498190] Call Trace: [ 1.500623] [<800080ec>] show_stack+0x28/0xf0 [ 1.504993] [<803591e0>] dump_stack_lvl+0x60/0x80 [ 1.509690] [<8002f508>] warn+0x9c/0x124 [ 1.513798] [<8002f61c>] warn_slowpath_fmt+0x8c/0xac [ 1.518747] [<80441078>] spi_nor_init+0x17c/0x184 [ 1.523443] [<8044192c>] spi_nor_scan+0x7c4/0xc20 [ 1.528132] [<804426cc>] spi_nor_probe+0x94/0x310 [ 1.532825] [<803f5f04>] really_probe.part.0+0xac/0x354 [ 1.538038] [<803f6438>] driver_probe_device+0x4c/0x154 [ 1.543247] [<803f6a90>] __device_attach_driver+0xd0/0x15c [ 1.548714] [<803f39f0>] bus_for_each_drv+0x70/0xb0 [ 1.553607] [<803f67b4>] device_attach+0xe0/0x180 [ 1.558467] [<803f4e50>] bus_probe_device+0xa0/0xbc [ 1.563330] [<803f22c4>] device_add+0x3e4/0x8f0 [ 1.567848] [<80461c98>] spi_add_device+0x80/0x160 [ 1.572810] [<80461dd8>] spi_add_device+0x60/0x9c [ 1.577497] [<8046277c>] spi_register_controller+0x7f4/0xb34 [ 1.583139] [<80465300>] mt7621_spi_probe+0x168/0x220 [ 1.588180] [<803f85f0>] platform_probe+0x50/0xa4 [ 1.592879] [<803f5f04>] really_probe.part.0+0xac/0x354 [ 1.598085] [<803f6438>] driver_probe_device+0x4c/0x154 [ 1.603295] [<803f6bc8>] driver_attach+0xac/0x1ac [ 1.608155] [<803f3944>] bus_for_each_dev+0x68/0xa4 [ 1.613021] [<803f5124>] bus_add_driver+0x150/0x238 [ 1.617880] [<803f73ec>] driver_register+0x98/0x154 [ 1.622744] [<80001638>] do_one_initcall+0x50/0x1b4 [ 1.627605] [<808fb0f8>] kernel_init_freeable+0x1f0/0x28c [ 1.632989] [<806df6a0>] kernel_init+0x20/0x110 [ 1.637536] [<80003038>] ret_from_kernel_thread+0x14/0x1c [ 1.642922] [ 1.644545] ---[ end trace cfe33786a1af6ffa ]--- [ 1.649214] spi-nor spi0.0: w25q256 (32768 Kbytes) [ 1.654066] 4 fixed-partitions partitions found on MTD device spi0.0 [ 1.660461] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions [ 1.667833] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions [ 1.675744] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions [ 1.683126] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions [ 1.690718] Creating 4 MTD partitions on "spi0.0": [ 1.695527] 0x000000000000-0x000000030000 : "u-boot" [ 1.701953] 0x000000030000-0x000000040000 : "u-boot-env" [ 1.708789] 0x000000040000-0x000000050000 : "factory" [ 1.715179] 0x000000050000-0x000002000000 : "firmware" [ 1.721783] 2 uimage-fw partitions found on MTD device firmware [ 1.727772] Creating 2 MTD partitions on "firmware": [ 1.732727] 0x000000000000-0x0000002c3ff8 : "kernel" [ 1.737683] mtd: partition "kernel" doesn't end on an erase/write block -- force read-only [ 1.747389] 0x0000002c3ff8-0x000001fb0000 : "rootfs" [ 1.752375] mtd: partition "rootfs" doesn't start on an erase/write block boundary -- force read-only [ 1.762747] mtd: setting mtd5 (rootfs) as root device [ 1.767995] 1 squashfs-split partitions found on MTD device rootfs [ 1.774175] 0x000000b40000-0x000001fb0000 : "rootfs_data" [ 1.932332] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21 [ 1.942579] i2c_dev: i2c /dev entries driver [ 1.951186] NET: Registered PF_INET6 protocol family [ 1.958366] Segment Routing with IPv6 [ 1.962113] In-situ OAM (IOAM) with IPv6 [ 1.966134] NET: Registered PFPACKET protocol family [ 1.971315] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br netfilter if you need this. [ 1.984871] 8021q: 802.1Q VLAN Support v1.8 [ 1.992997] pstore: Using crash dump compression: deflate [ 2.002336] gpio-export gpio_export: 1 gpio(s) exported [ 2.056746] mt753x 1e110000.gsw: LAN/WAN VLAN setting=llllw [ 2.062453] mt753x 1e110000.gsw: Switch is MediaTek MT7530 rev 1 [ 3.503689] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 3.517079] devtmpfs: mounted [ 3.524771] Freeing unused kernel image (initmem) memory: 1240K [ 3.530757] This architecture does not have kernel memory protection. [ 3.537215] Run /sbin/init as init process [ 3.541300] with arguments: [ 3.541306] /sbin/init [ 3.541311] with environment: [ 3.541316] HOME=/ [ 3.541321] TERM=linux [ 4.005194] init: Console is alive [ 4.009116] init: - watchdog - [ 6.481542] kmodloader: loading kernel modules from /etc/modules-boot.d/ [ 6.546435] usbcore: registered new interface driver usbfs [ 6.552175] usbcore: registered new interface driver hub [ 6.557634] usbcore: registered new device driver usb [ 6.608373] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 6.624096] SCSI subsystem initialized [ 6.633241] fsl-ehci: Freescale EHCI Host controller driver [ 6.640875] ehci-platform: EHCI generic platform driver [ 6.650431] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0) [ 6.658916] softdog: soft_reboot_cmd= soft_active_on_boot=0 [ 6.669191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 6.677194] ohci-platform: OHCI generic platform driver [ 6.692283] xhci-mtk 1e1c0000.xhci: supply vbus not found, using dummy regulator [ 6.700002] xhci-mtk 1e1c0000.xhci: supply vusb33 not found, using dummy regulator [ 6.707853] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 6.713202] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1 [ 6.726789] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000290010 [ 6.736008] xhci-mtk 1e1c0000.xhci: irq 20, io mem 0x1e1c0000 [ 6.742015] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 6.747361] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2 [ 6.754832] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed [ 6.762567] hub 1-0:1.0: USB hub found [ 6.766498] hub 1-0:1.0: 2 ports detected [ 6.771480] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 6.780844] hub 2-0:1.0: USB hub found [ 6.784750] hub 2-0:1.0: 1 port detected [ 6.802329] usbcore: registered new interface driver usb-storage [ 6.811057] usbcore: registered new interface driver uas [ 6.817225] kmodloader: done loading kernel modules from /etc/modules-boot.d/ [ 6.827069] init: - preinit - [ 6.827417] mt753x 1e110000.gsw: Port 1 Link is Up - 1Gbps/Full [ 7.156836] usb 2-1: new SuperSpeed USB device number 2 using xhci-mtk [ 7.188639] usb 2-1: LPM exit latency is zeroed, disabling LPM. [ 7.194890] usb 2-1: config 1 has an invalid interface number: 8 but max is 5 [ 7.202028] usb 2-1: config 1 has an invalid interface number: 9 but max is 5 [ 7.209156] usb 2-1: config 1 has an invalid interface number: 9 but max is 5 [ 7.216270] usb 2-1: config 1 has no interface number 4 [ 7.221487] usb 2-1: config 1 has no interface number 5 [ 7.313347] random: procd: uninitialized urandom read (4 bytes read) [ 7.834735] random: jshn: uninitialized urandom read (4 bytes read) [ 7.916286] random: jshn: uninitialized urandom read (4 bytes read) [ 8.350609] random: jshn: uninitialized urandom read (4 bytes read) [ 8.400543] random: jshn: uninitialized urandom read (4 bytes read) [ 8.498478] random: jshn: uninitialized urandom read (4 bytes read) [ 9.176633] random: crng init done [ 9.180078] random: 4 urandom warning(s) missed due to ratelimiting [ 10.482142] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 10.491346] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 10.499973] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 12.734519] mount_root: loading kmods from internal overlay [ 12.798194] kmodloader: loading kernel modules from //etc/modules-boot.d/ [ 12.813645] kmodloader: done loading kernel modules from //etc/modules-boot.d/ [ 13.346134] jffs2: notice: (448) jffs2_build_xattr_subsystem: complete building xattr subsystem, 14 of xdatum (10 unc hecked, 2 orphan) and 16 of xref (2 dead, 0 orphan) found. [ 13.362836] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab [ 13.377551] block: extroot: not configured [ 13.450303] jffs2: notice: (446) jffs2_build_xattr_subsystem: complete building xattr subsystem, 14 of xdatum (10 unc hecked, 2 orphan) and 16 of xref (2 dead, 0 orphan) found. [ 13.765922] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab [ 13.777997] block: extroot: not configured [ 13.783568] mount_root: switching to jffs2 overlay [ 13.798677] overlayfs: upper fs does not support tmpfile. [ 13.844346] urandom-seed: Seeding with /etc/urandom.seed [ 13.921614] mtk_soc_eth 1e100000.ethernet eth0: Link is Down [ 14.025216] procd: - early - [ 14.028418] procd: - watchdog - [ 14.656923] procd: - watchdog - [ 14.662510] procd: - ubus - [ 14.877810] procd: - init - [ 15.776082] kmodloader: loading kernel modules from /etc/modules.d/ [ 15.851515] urngd: v1.0.2 started. [ 16.018666] NET: Registered PF_ALG protocol family [ 16.040801] Key type dns_resolver registered [ 16.067260] RPC: Registered named UNIX socket transport module. [ 16.073200] RPC: Registered udp transport module. [ 16.077915] RPC: Registered tcp transport module. [ 16.082599] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 16.097715] tun: Universal TUN/TAP device driver, 1.6 [ 16.121125] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 16.139183] gre: GRE over IPv4 demultiplexor driver [ 16.147047] ip_gre: GRE over IPv4 tunneling driver [ 16.160623] ip6_gre: GRE over IPv6 tunneling driver [ 16.202679] ksmbd: The ksmbd server is experimental, use at your own risk. [ 16.226757] NFS: Registering the id_resolver key type [ 16.231886] Key type id_resolver registered [ 16.236048] Key type id_legacy registered [ 16.305923] GACT probability on [ 16.311911] Mirror/redirect action on [ 16.335625] u32 classifier [ 16.338500] input device check on [ 16.342225] Actions configured [ 16.370943] ntfs3: Max link count 4000 [ 16.374741] ntfs3: Enabled Linux POSIX ACLs support [ 16.413653] {natcap}:natcap_init(): version: 8.0.0 [ 16.418538] {natcap}:natcap_init(): natcap_major=251, natcap_minor=0 [ 16.431477] {natcap}:natcap_peer_init(): natcap_peer_major=250, natcap_peer_minor=0 [ 16.448328] {natflow}:natflow_init(): natflow_major=249, natflow_minor=0 [ 16.455584] {natflow}:natflow_zone_init(): natflow_zone_major=248, natflow_zone_minor=0 [ 16.464380] {natflow}:natflow_user_init(): natflow_user_major=247, natflow_user_minor=0 [ 16.473126] {natflow}:userinfo_init(): userinfo_major=246, userinfo_minor=0 [ 16.481081] {natflow}:userinfo_event_init(): userinfo_event_major=245, userinfo_event_minor=0 [ 16.490600] {natflow}:qos_init(): qos_major=244, qos_minor=0 [ 16.497379] {natflow}:conntrackinfo_init(): conntrackinfo_major=243, conntrackinfo_minor=0 [ 16.506804] {natflow}:natflow_urllogger_init(): urllogger_major=242, urllogger_minor=0 [ 16.534161] Bridge firewalling registered [ 16.541245] usbcore: registered new interface driver cdc_wdm [ 16.552155] Loading modules backported from Linux version v6.1.24-0-g0102425ac76b [ 16.559818] Backport generated by backports.git v5.15.92-1-44-gd6ea70fafd36 [ 16.575867] usbcore: registered new interface driver ipheth [ 16.798753] usbcore: registered new interface driver r8152 [ 16.819602] usbcore: registered new interface driver ums-alauda [ 16.828192] usbcore: registered new interface driver ums-cypress [ 16.837894] usbcore: registered new interface driver ums-datafab [ 16.846399] usbcore: registered new interface driver ums-freecom [ 16.855987] usbcore: registered new interface driver ums-isd200 [ 16.865581] usbcore: registered new interface driver ums-jumpshot [ 16.875049] usbcore: registered new interface driver ums-karma [ 16.885425] usbcore: registered new interface driver ums-sddr09 [ 16.894240] usbcore: registered new interface driver ums-sddr55 [ 16.904021] usbcore: registered new interface driver ums-usbat [ 16.913475] usbcore: registered new interface driver usblp [ 16.931279] usbcore: registered new interface driver usbserial_generic [ 16.938264] usbserial: USB Serial support registered for generic [ 16.999056] xt_time: kernel timezone is -0000 [ 17.007674] usbcore: registered new interface driver cdc_ether [ 17.018233] usbcore: registered new interface driver cdc_ncm [ 17.055218] usbcore: registered new interface driver huawei_cdc_ncm [ 17.267057] pci 0000:00:01.0: enabling device (0000 -> 0003) [ 17.272806] mt7603e 0000:02:00.0: enabling device (0000 -> 0002) [ 17.279023] mt7603e 0000:02:00.0: ASIC revision: 76030010 [ 18.364183] mt7603e 0000:02:00.0: Firmware Version: CL173766_R [ 18.370106] mt7603e 0000:02:00.0: Build Time: 20171110105932 [ 18.396581] mt7603e 0000:02:00.0: firmware init done [ 18.580407] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 18.600850] pci 0000:00:00.0: enabling device (0000 -> 0003) [ 18.606674] mt76x2e 0000:01:00.0: enabling device (0000 -> 0002) [ 18.612944] mt76x2e 0000:01:00.0: ASIC revision: 76120044 [ 19.356921] mt76x2e 0000:01:00.0: ROM patch build: 20141115060606a [ 19.367563] mt76x2e 0000:01:00.0: Firmware Version: 0.0.00 [ 19.373077] mt76x2e 0000:01:00.0: Build: 1 [ 19.377174] mt76x2e 0000:01:00.0: Build Time: 201607111443____ [ 19.396580] mt76x2e 0000:01:00.0: Firmware running! [ 19.403476] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' [ 19.418343] PPP generic driver version 2.4.2 [ 19.424917] PPP MPPE Compression module registered [ 19.431595] NET: Registered PF_PPPOX protocol family [ 19.438707] PPTP driver version 0.8.5 [ 19.446157] usbcore: registered new interface driver qmi_wwan [ 19.455210] usbcore: registered new interface driver rndis_host [ 19.464130] usbcore: registered new interface driver sierra [ 19.469980] usbserial: USB Serial support registered for Sierra USB modem [ 19.479455] usbcore: registered new interface driver sierra_net [ 19.494450] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 19.502314] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld Jason@zx2c4.com. All Rights Reserved. [ 19.580129] cdc_mbim 2-1:1.8: setting rx_max = 16384 [ 19.585944] cdc_mbim 2-1:1.8: cdc-wdm0: USB WDM device [ 19.592866] cdc_mbim 2-1:1.8 wwan0: register 'cdc_mbim' at usb-1e1c0000.xhci-1, CDC MBIM, f2:94:35:18:6f:a5 [ 19.603109] usbcore: registered new interface driver cdc_mbim [ 19.611923] usbcore: registered new interface driver option [ 19.617796] usbserial: USB Serial support registered for GSM modem (1-port) [ 19.625230] option 2-1:1.0: GSM modem (1-port) converter detected [ 19.632009] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB0 [ 19.639469] option 2-1:1.1: GSM modem (1-port) converter detected [ 19.646372] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB1 [ 19.653949] option 2-1:1.2: GSM modem (1-port) converter detected [ 19.661021] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB2 [ 19.668614] option 2-1:1.3: GSM modem (1-port) converter detected [ 19.675594] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB3 [ 19.689545] usbcore: registered new interface driver qcserial [ 19.695542] usbserial: USB Serial support registered for Qualcomm USB modem [ 19.703512] kmodloader: done loading kernel modules from /etc/modules.d/ [ 22.297438] /dev/sda1: Can't open blockdev [ 22.303623] /dev/sda1: Can't open blockdev [ 22.320909] /dev/sda1: Can't open blockdev [ 33.980437] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=SQM_IFB_2976c [ 34.197689] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=SQM_IFB_1f6c9 [ 34.429297] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=SQM_IFB_a6d92 [ 34.660763] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=SQM_IFB_12bac [ 34.812527] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=SQM_IFB_b91c0 [ 36.907093] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 36.915273] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=eth0(tso=1,1,hw_csum=1,1), add ingress ho ok [ 36.926368] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 36.934984] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 36.947770] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=eth0.1(tso=1,1,hw_csum=1,1), add ingress hook [ 36.959591] br-lan: port 1(eth0.1) entered blocking state [ 36.965039] br-lan: port 1(eth0.1) entered disabled state [ 36.971314] device eth0.1 entered promiscuous mode [ 36.976192] device eth0 entered promiscuous mode [ 36.986198] br-lan: port 1(eth0.1) entered blocking state [ 36.991815] br-lan: port 1(eth0.1) entered forwarding state [ 37.039378] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=eth0.2(tso=1,1,hw_csum=1,1), add ingress hook [ 37.969179] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 38.077976] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=wlan0 [ 38.227893] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=wlan1 [ 42.401934] warning: (zone_netdev_event:347)dev=phy0-ap0 set zone=127 type=0 [ 42.409093] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=phy0-ap0(tso=0,0,hw_csum=0,0), add ingres s hook [ 42.448135] br-lan: port 2(phy0-ap0) entered blocking state [ 42.453799] br-lan: port 2(phy0-ap0) entered disabled state [ 42.460344] device phy0-ap0 entered promiscuous mode [ 42.980995] warning: (zone_netdev_event:347)dev=phy1-ap0 set zone=127 type=0 [ 42.988199] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=phy1-ap0(tso=0,0,hw_csum=0,0), add ingres s hook [ 43.010894] br-lan: port 3(phy1-ap0) entered blocking state [ 43.016644] br-lan: port 3(phy1-ap0) entered disabled state [ 43.023008] device phy1-ap0 entered promiscuous mode [ 43.028619] br-lan: port 3(phy1-ap0) entered blocking state [ 43.034344] br-lan: port 3(phy1-ap0) entered forwarding state [ 43.487835] br-lan: port 3(phy1-ap0) entered disabled state [ 55.106162] IPv6: ADDRCONF(NETDEV_CHANGE): phy1-ap0: link becomes ready [ 55.113339] br-lan: port 3(phy1-ap0) entered blocking state [ 55.119011] br-lan: port 3(phy1-ap0) entered forwarding state [ 55.320682] IPv6: ADDRCONF(NETDEV_CHANGE): phy0-ap0: link becomes ready [ 55.327834] br-lan: port 2(phy0-ap0) entered blocking state [ 55.333447] br-lan: port 2(phy0-ap0) entered forwarding state [ 136.177496] ksmbd: The ksmbd server is experimental, use at your own risk. [ 324.740737] 8021q: adding VLAN 0 to HW filter on device wwan0 [ 324.747115] warning: (zone_netdev_event:347)dev=wwan0 set zone=127 type=0 [ 324.753891] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=wwan0(tso=0,0,hw_csum=0,0), add ingress h ook [ 331.260201] ksmbd: The ksmbd server is experimental, use at your own risk. [ 852.670431] warning: (PD)PRE[8.218.31.137:58203->10.129.180.41:44756|ID:e00a,IL:48|.... ..S.|S=1709371854|A=0|]: mismatch pmi user=793b97c1,ba7642c8, just bypass [ 996.706953] info: keepalive[5272] nfn[192.168.15.177:57896->210.22.155.34:8080] ct0 diff_jiffies=147 HZ=100 bytes=0 h w=1 [ 996.778229] info: keepalive[4862] nfn[192.168.15.177:57889->203.208.39.225:443] ct0 diff_jiffies=201 HZ=100 bytes=0 h w=0 [ 996.890426] info: keepalive[8178] nfn[192.168.15.177:57745->18.142.80.74:443] ct1 diff_jiffies=1453 HZ=100 bytes=0 hw =0 [ 996.951624] info: keepalive[4860] nfn[192.168.15.177:57888->203.208.39.225:443] ct0 diff_jiffies=473 HZ=100 bytes=105 9 hw=0 [ 996.957281] info: keepalive[7110] nfn[192.168.15.177:57739->18.142.80.74:443] ct1 diff_jiffies=1451 HZ=100 bytes=0 hw =0 [ 997.038711] info: keepalive[5272] nfn[192.168.15.177:57896->210.22.155.34:8080] ct1 diff_jiffies=33 HZ=100 bytes=2264 0584 hw=0 [ 997.040065] info: keepalive[4654] nfn[192.168.15.177:57892->153.35.187.2:8080] ct1 diff_jiffies=179 HZ=100 bytes=1077 780 hw=0 [ 997.061535] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:57892|ID:EAC7,IL:142 0|...AP...]: dir=0 use hash=4654 outdev=wwan0(vlan:-1 pppoe=-1) [ 997.069103] info: keepalive[8013] nfn[192.168.15.177:57897->101.95.48.41:8080] ct1 diff_jiffies=198 HZ=100 bytes=8528 520 hw=0 [ 997.069109] info: keepalive[5744] nfn[192.168.15.177:57898->61.191.111.11:8080] ct1 diff_jiffies=182 HZ=100 bytes=117 8600 hw=0 [ 997.069235] info: (PCO)PRE[61.191.111.11:8080->192.168.15.177:57898|ID:A1D5,IL:14 20|...A....]: dir=0 use hash=5744 outdev=wwan0(vlan:-1 pppoe=-1) [ 997.069294] info: (PCO)PRE[61.191.111.11:8080->192.168.15.177:57898|ID:A1D5,IL:14 20|...A....]: dir=1 use hash=3650 outdev=eth0(vlan:1 pppoe=-1) [ 997.069386] info: (PCO) set hwnat offload 3 dev=eth0(vlan:1 pppoe:-1) s=61.191.111.11:8080 d=10.129.180.41:57898 dev= wwan0(vlan:-1 pppoe:-1) s=192.168.15.177:57898 d=61.191.111.11:8080 [ 997.077648] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:57892|ID:EAC7,IL:142 0|...AP...]: dir=1 use hash=28 outdev=eth0(vlan:1 pppoe=-1) [ 997.077709] info: (PCO) set hwnat offload 3 dev=eth0(vlan:1 pppoe:-1) s=153.35.187.2:8080 d=10.129.180.41:57892 dev=w wan0(vlan:-1 pppoe:-1) s=192.168.15.177:57892 d=153.35.187.2:8080 [ 997.077717] info: keepalive[5744] nfn[192.168.15.177:57898->61.191.111.11:8080] ct0 diff_jiffies=1 HZ=100 bytes=0 hw= 1 [ 997.191635] info: keepalive[4654] nfn[192.168.15.177:57892->153.35.187.2:8080] ct0 diff_jiffies=11 HZ=100 bytes=0 hw= 1 [ 997.202808] info: keepalive[8013] nfn[192.168.15.177:57897->101.95.48.41:8080] ct0 diff_jiffies=13 HZ=100 bytes=16240 8 hw=1 [ 997.214020] info: keepalive[5272] nfn[192.168.15.177:57896->210.22.155.34:8080] ct0 diff_jiffies=17 HZ=100 bytes=2531 10 hw=1 [ 997.225254] info: keepalive[5744] nfn[192.168.15.177:57898->61.191.111.11:8080] ct0 diff_jiffies=14 HZ=100 bytes=66 h w=1 [ 997.236161] info: keepalive[4654] nfn[192.168.15.177:57892->153.35.187.2:8080] ct0 diff_jiffies=5 HZ=100 bytes=1452 h w=1 [ 997.248277] info: keepalive[5744] nfn[192.168.15.177:57898->61.191.111.11:8080] ct0 diff_jiffies=3 HZ=100 bytes=0 hw= 1 [ 998.050160] info: keepalive[60] nfn[192.168.15.177:57901->153.35.187.2:8080] ct1 diff_jiffies=142 HZ=100 bytes=138020 hw=0 [ 998.063175] info: keepalive[60] nfn[192.168.15.177:57901->153.35.187.2:8080] ct0 diff_jiffies=1 HZ=100 bytes=2239 hw= 0 [ 998.313050] info: keepalive[5832] nfn[192.168.15.177:57754->8.218.31.137:443] ct1 diff_jiffies=1494 HZ=100 bytes=0 hw =0 [ 999.036098] info: keepalive[5272] nfn[192.168.15.177:57896->210.22.155.34:8080] ct1 diff_jiffies=183 HZ=100 bytes=224 43308 hw=0 [ 999.044102] info: keepalive[4654] nfn[192.168.15.177:57892->153.35.187.2:8080] ct1 diff_jiffies=180 HZ=100 bytes=1702 580 hw=0 [ 999.047542] info: keepalive[8013] nfn[192.168.15.177:57897->101.95.48.41:8080] ct1 diff_jiffies=185 HZ=100 bytes=6743 580 hw=0 [ 999.049381] info: keepalive[5744] nfn[192.168.15.177:57898->61.191.111.11:8080] ct1 diff_jiffies=180 HZ=100 bytes=470 020 hw=0 [ 999.315897] info: keepalive[8013] nfn[192.168.15.177:57897->101.95.48.41:8080] ct0 diff_jiffies=27 HZ=100 bytes=12889 8 hw=1 [ 999.327126] info: keepalive[5272] nfn[192.168.15.177:57896->210.22.155.34:8080] ct0 diff_jiffies=29 HZ=100 bytes=3246 54 hw=1 [ 999.338479] info: keepalive[5744] nfn[192.168.15.177:57898->61.191.111.11:8080] ct0 diff_jiffies=29 HZ=100 bytes=1230 6 hw=1 [ 999.349804] info: keepalive[4654] nfn[192.168.15.177:57892->153.35.187.2:8080] ct0 diff_jiffies=31 HZ=100 bytes=37554 hw=1 [ 999.441393] info: keepalive[8013] nfn[192.168.15.177:57897->101.95.48.41:8080] ct0 diff_jiffies=12 HZ=100 bytes=0 hw= 1 [ 999.704691] info: (PCO)PRE[210.22.155.34:8080->192.168.15.177:57907|ID:5A03,IL:52 |...A....]: dir=0 use hash=174 outdev=wwan0(vlan:-1 pppoe=-1) [ 999.720793] info: (PCO)PRE[210.22.155.34:8080->192.168.15.177:57907|ID:5A03,IL:52 |...A....]: dir=1 use hash=6808 outdev=eth0(vlan:1 pppoe=-1) [ 999.736773] info: keepalive[174] nfn[192.168.15.177:57907->210.22.155.34:8080] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 999.749605] info: keepalive[174] nfn[192.168.15.177:57907->210.22.155.34:8080] ct0 diff_jiffies=2 HZ=100 bytes=0 hw=0 [ 999.874934] info: keepalive[6122] nfn[192.168.15.177:51045->39.106.148.116:3478] ct0 diff_jiffies=1001 HZ=100 bytes=0 hw=0 [ 1000.008809] info: keepalive[6122] nfn[192.168.15.177:51045->39.106.148.116:3478] ct1 diff_jiffies=14 HZ=100 bytes=0 h w=0 [ 1000.043746] info: keepalive[60] nfn[192.168.15.177:57901->153.35.187.2:8080] ct1 diff_jiffies=198 HZ=100 bytes=109746 0 hw=0 [ 1000.055042] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:57901|ID:BBED,IL:134 0|...A....]: dir=0 use hash=60 outdev=wwan0(vlan:-1 pppoe=-1) [ 1000.071053] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:57901|ID:BBED,IL:134 0|...A....]: dir=1 use hash=4622 outdev=eth0(vlan:1 pppoe=-1) [ 1000.087101] info: (PCO) set hwnat offload 3 dev=eth0(vlan:1 pppoe:-1) s=153.35.187.2:8080 d=10.129.180.41:57901 dev=w wan0(vlan:-1 pppoe:-1) s=192.168.15.177:57901 d=153.35.187.2:8080 [ 1000.106012] info: keepalive[60] nfn[192.168.15.177:57901->153.35.187.2:8080] ct0 diff_jiffies=2 HZ=100 bytes=0 hw=1 [ 1001.038584] info: keepalive[5272] nfn[192.168.15.177:57896->210.22.155.34:8080] ct1 diff_jiffies=171 HZ=100 bytes=267 78464 hw=0 [ 1001.039905] info: keepalive[8013] nfn[192.168.15.177:57897->101.95.48.41:8080] ct1 diff_jiffies=160 HZ=100 bytes=6851 500 hw=0 [ 1001.039913] info: keepalive[4654] nfn[192.168.15.177:57892->153.35.187.2:8080] ct1 diff_jiffies=169 HZ=100 bytes=3209 200 hw=0 [ 1001.079315] info: keepalive[174] nfn[192.168.15.177:57907->210.22.155.34:8080] ct1 diff_jiffies=133 HZ=100 bytes=1269 532 hw=0 [ 1001.088823] info: keepalive[5744] nfn[192.168.15.177:57898->61.191.111.11:8080] ct1 diff_jiffies=175 HZ=100 bytes=475 700 hw=0 [ 1001.090846] info: (PCO)PRE[210.22.155.34:8080->192.168.15.177:57907|ID:17B1,IL:14 20|...A....]: dir=0 use hash=174 outdev=wwan0(vlan:-1 pppoe=-1) [ 1001.118209] info: (PCO)PRE[210.22.155.34:8080->192.168.15.177:57907|ID:17B1,IL:14 20|...A....]: dir=1 use hash=6808 outdev=eth0(vlan:1 pppoe=-1) [ 1001.134291] info: (PCO) set hwnat offload 3 dev=eth0(vlan:1 pppoe:-1) s=210.22.155.34:8080 d=10.129.180.41:57907 dev= wwan0(vlan:-1 pppoe:-1) s=192.168.15.177:57907 d=210.22.155.34:8080 [ 1001.151397] info: keepalive[174] nfn[192.168.15.177:57907->210.22.155.34:8080] ct0 diff_jiffies=2 HZ=100 bytes=0 hw=1 [ 1001.162652] info: (PCO)PRE[10.129.180.41:56371->203.208.49.2:443|ID:F724,IL:41|.. .A....]: dir=0 use hash=1288 outdev=wwan0(vlan:-1 pppoe=-1) [ 1001.178527] info: (PCO)PRE[10.129.180.41:56371->203.208.49.2:443|ID:F724,IL:41|.. .A....]: dir=1 use hash=4890 outdev=eth0(vlan:1 pppoe=-1) [ 1001.432890] info: keepalive[1288] nfn[192.168.15.177:56371->203.208.49.2:443] ct1 diff_jiffies=25 HZ=100 bytes=0 hw=0 [ 1001.475796] info: keepalive[8013] nfn[192.168.15.177:57897->101.95.48.41:8080] ct0 diff_jiffies=44 HZ=100 bytes=11497 2 hw=1 [ 1001.487055] info: keepalive[5272] nfn[192.168.15.177:57896->210.22.155.34:8080] ct0 diff_jiffies=45 HZ=100 bytes=3142 26 hw=1 [ 1001.498421] info: keepalive[5744] nfn[192.168.15.177:57898->61.191.111.11:8080] ct0 diff_jiffies=41 HZ=100 bytes=1181 4 hw=1 [ 1001.509680] info: keepalive[4654] nfn[192.168.15.177:57892->153.35.187.2:8080] ct0 diff_jiffies=47 HZ=100 bytes=63954 hw=1 [ 1001.520843] info: keepalive[60] nfn[192.168.15.177:57901->153.35.187.2:8080] ct0 diff_jiffies=141 HZ=100 bytes=27324 hw=1 [ 1001.531924] info: keepalive[174] nfn[192.168.15.177:57907->210.22.155.34:8080] ct0 diff_jiffies=38 HZ=100 bytes=11748 hw=1 [ 1002.038988] info: keepalive[60] nfn[192.168.15.177:57901->153.35.187.2:8080] ct1 diff_jiffies=52 HZ=100 bytes=2059580 hw=0 [ 1002.201129] info: keepalive[5822] nfn[192.168.15.177:55003->151.101.110.219:443] ct1 diff_jiffies=2355 HZ=100 bytes=0 hw=0 [ 1002.596231] info: keepalive[90] nfn[192.168.15.177:55005->146.75.114.133:443] ct1 diff_jiffies=2170 HZ=100 bytes=0 hw =0 [ 1003.038438] info: keepalive[5272] nfn[192.168.15.177:57896->210.22.155.34:8080] ct1 diff_jiffies=155 HZ=100 bytes=223 45120 hw=0 [ 1003.038950] info: keepalive[4654] nfn[192.168.15.177:57892->153.35.187.2:8080] ct1 diff_jiffies=153 HZ=100 bytes=4190 420 hw=0 [ 1003.050388] info: keepalive[174] nfn[192.168.15.177:57907->210.22.155.34:8080] ct1 diff_jiffies=152 HZ=100 bytes=4754 160 hw=0 [ 1003.051920] info: keepalive[5744] nfn[192.168.15.177:57898->61.191.111.11:8080] ct1 diff_jiffies=155 HZ=100 bytes=336 540 hw=0 [ 1003.091208] info: keepalive[8013] nfn[192.168.15.177:57897->101.95.48.41:8080] ct1 diff_jiffies=161 HZ=100 bytes=6424 080 hw=0 [ 1003.635661] info: keepalive[8013] nfn[192.168.15.177:57897->101.95.48.41:8080] ct0 diff_jiffies=55 HZ=100 bytes=11668 8 hw=1 [ 1003.646910] info: keepalive[5272] nfn[192.168.15.177:57896->210.22.155.34:8080] ct0 diff_jiffies=61 HZ=100 bytes=2627 46 hw=1 [ 1003.658194] info: keepalive[5744] nfn[192.168.15.177:57898->61.191.111.11:8080] ct0 diff_jiffies=61 HZ=100 bytes=9072 hw=1 [ 1003.669379] info: keepalive[4654] nfn[192.168.15.177:57892->153.35.187.2:8080] ct0 diff_jiffies=63 HZ=100 bytes=81444 hw=1 [ 1003.680558] info: keepalive[60] nfn[192.168.15.177:57901->153.35.187.2:8080] ct0 diff_jiffies=164 HZ=100 bytes=60852 hw=1 [ 1003.691592] info: keepalive[174] nfn[192.168.15.177:57907->210.22.155.34:8080] ct0 diff_jiffies=64 HZ=100 bytes=75768 hw=1 [ 1003.941345] info: (PCO)PRE[10.129.180.41:57872->172.217.160.106:443|ID:CECE,IL:52 |...A....]: dir=0 use hash=1374 outdev=wwan0(vlan:-1 pppoe=-1) [ 1003.957518] info: (PCO)PRE[10.129.180.41:57872->172.217.160.106:443|ID:CECE,IL:52 |...A....]: dir=1 use hash=5497 outdev=eth0(vlan:1 pppoe=-1) [ 1003.973520] info: keepalive[1374] nfn[192.168.15.177:57872->172.217.160.106:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw =0 [ 1004.047437] info: keepalive[60] nfn[192.168.15.177:57901->153.35.187.2:8080] ct1 diff_jiffies=37 HZ=100 bytes=2836780 hw=0 [ 1004.273845] info: keepalive[4654] nfn[192.168.15.177:57892->153.35.187.2:8080] ct0 diff_jiffies=60 HZ=100 bytes=0 hw= 1 [ 1004.872799] info: keepalive[5968] nfn[192.168.15.177:54757->103.28.54.165:27022] ct0 diff_jiffies=1474 HZ=100 bytes=7 46 hw=0 [ 1004.891011] info: keepalive[5272] nfn[192.168.15.177:57896->210.22.155.34:8080] ct0 diff_jiffies=124 HZ=100 bytes=0 h w=1 [ 1005.035673] info: keepalive[174] nfn[192.168.15.177:57907->210.22.155.34:8080] ct1 diff_jiffies=135 HZ=100 bytes=5211 400 hw=0 [ 1005.035651] info: keepalive[5272] nfn[192.168.15.177:57896->210.22.155.34:8080] ct1 diff_jiffies=15 HZ=100 bytes=1551 0660 hw=0 [ 1005.035651] info: keepalive[4654] nfn[192.168.15.177:57892->153.35.187.2:8080] ct1 diff_jiffies=77 HZ=100 bytes=36763 80 hw=0 [ 1005.074784] info: keepalive[5744] nfn[192.168.15.177:57898->61.191.111.11:8080] ct1 diff_jiffies=141 HZ=100 bytes=176 080 hw=0 [ 1005.077944] info: keepalive[8013] nfn[192.168.15.177:57897->101.95.48.41:8080] ct1 diff_jiffies=144 HZ=100 bytes=5006 920 hw=0 [ 1005.158343] info: keepalive[5968] nfn[192.168.15.177:54757->103.28.54.165:27022] ct1 diff_jiffies=29 HZ=100 bytes=111 0 hw=0 [ 1005.370568] info: keepalive[5744] nfn[192.168.15.177:57898->61.191.111.11:8080] ct0 diff_jiffies=30 HZ=100 bytes=0 hw =1 [ 1005.795581] info: keepalive[8013] nfn[192.168.15.177:57897->101.95.48.41:8080] ct0 diff_jiffies=72 HZ=100 bytes=92928 hw=1 [ 1005.806698] info: keepalive[5272] nfn[192.168.15.177:57896->210.22.155.34:8080] ct0 diff_jiffies=77 HZ=100 bytes=1923 24 hw=1 [ 1005.818040] info: keepalive[5744] nfn[192.168.15.177:57898->61.191.111.11:8080] ct0 diff_jiffies=45 HZ=100 bytes=3894 hw=1 [ 1005.829272] info: keepalive[4654] nfn[192.168.15.177:57892->153.35.187.2:8080] ct0 diff_jiffies=79 HZ=100 bytes=77088 hw=1 [ 1005.840430] info: keepalive[60] nfn[192.168.15.177:57901->153.35.187.2:8080] ct0 diff_jiffies=179 HZ=100 bytes=64680 hw=1 [ 1005.851509] info: keepalive[174] nfn[192.168.15.177:57907->210.22.155.34:8080] ct0 diff_jiffies=81 HZ=100 bytes=83028 hw=1 [ 1006.069379] info: keepalive[60] nfn[192.168.15.177:57901->153.35.187.2:8080] ct1 diff_jiffies=23 HZ=100 bytes=3442460 hw=0 [ 1006.278923] info: (PCO)PRE[8.131.81.4:443->192.168.15.177:57730|ID:070B,IL:91|... AP...]: dir=0 use hash=6480 outdev=wwan0(vlan:-1 pppoe=-1) [ 1006.294644] info: (PCO)PRE[8.131.81.4:443->192.168.15.177:57730|ID:070B,IL:91|... AP...]: dir=1 use hash=1372 outdev=eth0(vlan:1 pppoe=-1) [ 1006.310255] info: keepalive[6480] nfn[192.168.15.177:57730->8.131.81.4:443] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 1006.361787] info: (PCO)PRE[10.129.180.41:57774->124.132.138.105:80|ID:2773,IL:41| ...A....]: dir=0 use hash=6858 outdev=wwan0(vlan:-1 pppoe=-1) [ 1006.377857] info: (PCO)PRE[10.129.180.41:57774->124.132.138.105:80|ID:2773,IL:41| ...A....]: dir=1 use hash=2266 outdev=eth0(vlan:1 pppoe=-1) [ 1006.957348] info: (PCO)PRE[10.129.180.41:57695->203.208.39.198:443|ID:A606,IL:41| ...A....]: dir=0 use hash=586 outdev=wwan0(vlan:-1 pppoe=-1) [ 1006.973310] info: (PCO)PRE[10.129.180.41:57695->203.208.39.198:443|ID:A606,IL:41| ...A....]: dir=1 use hash=5228 outdev=eth0(vlan:1 pppoe=-1) [ 1007.038403] info: keepalive[5272] nfn[192.168.15.177:57896->210.22.155.34:8080] ct1 diff_jiffies=123 HZ=100 bytes=165 50204 hw=0 [ 1007.039740] info: keepalive[4654] nfn[192.168.15.177:57892->153.35.187.2:8080] ct1 diff_jiffies=121 HZ=100 bytes=5089 280 hw=0 [ 1007.052515] info: keepalive[5744] nfn[192.168.15.177:57898->61.191.111.11:8080] ct1 diff_jiffies=123 HZ=100 bytes=214 420 hw=0 [ 1007.059538] info: keepalive[8013] nfn[192.168.15.177:57897->101.95.48.41:8080] ct1 diff_jiffies=126 HZ=100 bytes=6213 920 hw=0 [ 1007.081014] info: keepalive[174] nfn[192.168.15.177:57907->210.22.155.34:8080] ct1 diff_jiffies=123 HZ=100 bytes=8352 440 hw=0 [ 1007.290348] info: keepalive[586] nfn[192.168.15.177:57695->203.208.39.198:443] ct1 diff_jiffies=30 HZ=100 bytes=0 hw= 0 [ 1007.644216] info: keepalive[8013] nfn[192.168.15.177:57897->101.95.48.41:8080] ct0 diff_jiffies=58 HZ=100 bytes=0 hw= 1 [ 1007.869217] info: keepalive[60] nfn[192.168.15.177:57901->153.35.187.2:8080] ct0 diff_jiffies=180 HZ=100 bytes=0 hw=1 [ 1007.955495] info: keepalive[8013] nfn[192.168.15.177:57897->101.95.48.41:8080] ct0 diff_jiffies=32 HZ=100 bytes=12421 2 hw=1 [ 1007.966754] info: keepalive[5272] nfn[192.168.15.177:57896->210.22.155.34:8080] ct0 diff_jiffies=93 HZ=100 bytes=1939 08 hw=1 [ 1007.978073] info: keepalive[5744] nfn[192.168.15.177:57898->61.191.111.11:8080] ct0 diff_jiffies=93 HZ=100 bytes=4488 hw=1 [ 1007.983776] info: keepalive[174] nfn[192.168.15.177:57907->210.22.155.34:8080] ct0 diff_jiffies=90 HZ=100 bytes=0 hw= 1 [ 1007.989224] info: keepalive[4654] nfn[192.168.15.177:57892->153.35.187.2:8080] ct0 diff_jiffies=95 HZ=100 bytes=10131 0 hw=1 [ 1007.989277] info: keepalive[60] nfn[192.168.15.177:57901->153.35.187.2:8080] ct0 diff_jiffies=12 HZ=100 bytes=93060 h w=1 [ 1008.022065] info: keepalive[174] nfn[192.168.15.177:57907->210.22.155.34:8080] ct0 diff_jiffies=4 HZ=100 bytes=139128 hw=1 [ 1008.045881] info: keepalive[60] nfn[192.168.15.177:57901->153.35.187.2:8080] ct1 diff_jiffies=6 HZ=100 bytes=5025000 hw=0 [ 1008.219697] info: (PCO)PRE[10.129.180.41:57786->27.206.25.218:8088|ID:F19C,IL:41| ...A....]: dir=0 use hash=110 outdev=wwan0(vlan:-1 pppoe=-1) [ 1008.235587] info: (PCO)PRE[10.129.180.41:57786->27.206.25.218:8088|ID:F19C,IL:41| ...A....]: dir=1 use hash=6232 outdev=eth0(vlan:1 pppoe=-1) [ 1008.547109] info: (PCO)PRE[120.133.59.143:443->192.168.15.177:57620|ID:E729,IL:71 |...AP...]: dir=0 use hash=6055 outdev=wwan0(vlan:-1 pppoe=-1) [ 1008.563411] info: (PCO)PRE[120.133.59.143:443->192.168.15.177:57620|ID:E729,IL:71 |...AP...]: dir=1 use hash=1950 outdev=eth0(vlan:1 pppoe=-1) [ 1008.655900] info: keepalive[1374] nfn[192.168.15.177:57872->172.217.160.106:443] ct0 diff_jiffies=469 HZ=100 bytes=0 hw=0 [ 1008.982361] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:57892|ID:14AC,IL:142 0|...A....]: dir=0 use hash=4654 outdev=wwan0(vlan:-1 pppoe=-1) [ 1008.998535] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:57892|ID:14AC,IL:142 0|...A....]: dir=1 use hash=28 outdev=eth0(vlan:1 pppoe=-1) [ 1009.016371] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:57892|ID:31E9,IL:142 0|...A....]: dir=0 use hash=4654 outdev=wwan0(vlan:-1 pppoe=-1) [ 1009.018301] info: (PCO)PRE[210.22.155.34:8080->192.168.15.177:57896|ID:67C9,IL:14 20|...A....]: dir=0 use hash=5272 outdev=wwan0(vlan:-1 pppoe=-1) [ 1009.024295] info: (PCO)PRE[101.95.48.41:8080->192.168.15.177:57897|ID:3FE3,IL:142 0|...A....]: dir=0 use hash=8013 outdev=wwan0(vlan:-1 pppoe=-1) [ 1009.024386] info: (PCO)PRE[101.95.48.41:8080->192.168.15.177:57897|ID:3FE3,IL:142 0|...A....]: dir=1 use hash=378 outdev=eth0(vlan:1 pppoe=-1) [ 1009.032546] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:57892|ID:31E9,IL:142 0|...A....]: dir=1 use hash=28 outdev=eth0(vlan:1 pppoe=-1) [ 1009.044828] info: (PCO)PRE[210.22.155.34:8080->192.168.15.177:57907|ID:90EB,IL:14 20|...A....]: dir=0 use hash=174 outdev=wwan0(vlan:-1 pppoe=-1) [ 1009.044924] info: (PCO)PRE[210.22.155.34:8080->192.168.15.177:57907|ID:90EB,IL:14 20|...A....]: dir=1 use hash=6808 outdev=eth0(vlan:1 pppoe=-1) [ 1009.045036] info: keepalive[174] nfn[192.168.15.177:57907->210.22.155.34:8080] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 1009.046828] info: keepalive[8013] nfn[192.168.15.177:57897->101.95.48.41:8080] ct1 diff_jiffies=3 HZ=100 bytes=719372 0 hw=0 [ 1009.048707] info: (PCO)PRE[210.22.155.34:8080->192.168.15.177:57896|ID:67C9,IL:14 20|...A....]: dir=1 use hash=3246 outdev=eth0(vlan:1 pppoe=-1) [ 1009.064825] info: keepalive[4654] nfn[192.168.15.177:57892->153.35.187.2:8080] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 1009.080756] info: keepalive[5272] nfn[192.168.15.177:57896->210.22.155.34:8080] ct1 diff_jiffies=0 HZ=100 bytes=0 hw= 0 [ 1009.097000] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:57901|ID:3B81,IL:134 0|...A....]: dir=0 use hash=60 outdev=wwan0(vlan:-1 pppoe=-1) [ 1009.115247] info: (PCO)PRE[61.191.111.11:8080->192.168.15.177:57898|ID:841B,IL:14 20|...A....]: dir=0 use hash=5744 outdev=wwan0(vlan:-1 pppoe=-1) [ 1009.128406] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:57901|ID:3B81,IL:134 0|...A....]: dir=1 use hash=4622 outdev=eth0(vlan:1 pppoe=-1) [ 1009.139020] info: (PCO)PRE[61.191.111.11:8080->192.168.15.177:57898|ID:841B,IL:14 20|...A....]: dir=1 use hash=3650 outdev=eth0(vlan:1 pppoe=-1) [ 1009.156704] info: (PCO)PRE[101.95.48.41:8080->192.168.15.177:57897|ID:A243,IL:142 0|...A....]: dir=0 use hash=8013 outdev=wwan0(vlan:-1 pppoe=-1) [ 1009.166220] info: (PCO)PRE[61.191.111.11:8080->192.168.15.177:57898|ID:841C,IL:14 20|...AP...]: dir=0 use hash=5744 outdev=wwan0(vlan:-1 pppoe=-1) [ 1009.166301] info: (PCO)PRE[61.191.111.11:8080->192.168.15.177:57898|ID:841C,IL:14 20|...AP...]: dir=1 use hash=3650 outdev=eth0(vlan:1 pppoe=-1) [ 1009.175744] info: (PCO)PRE[10.129.180.41:57794->124.130.102.254:8088|ID:CB20,IL:4 1|...A....]: dir=0 use hash=4274 outdev=wwan0(vlan:-1 pppoe=-1) [ 1009.175817] info: (PCO)PRE[10.129.180.41:57794->124.130.102.254:8088|ID:CB20,IL:4 1|...A....]: dir=1 use hash=2180 outdev=eth0(vlan:1 pppoe=-1) [ 1009.177164] info: (PCO)PRE[101.95.48.41:8080->192.168.15.177:57897|ID:A243,IL:142 0|...A....]: dir=1 use hash=378 outdev=eth0(vlan:1 pppoe=-1) [ 1009.187717] info: (PCO)PRE[210.22.155.34:8080->192.168.15.177:57896|ID:EEB6,IL:14 20|...A....]: dir=0 use hash=5272 outdev=wwan0(vlan:-1 pppoe=-1) [ 1009.209278] info: (PCO)PRE[210.22.155.34:8080->192.168.15.177:57907|ID:D031,IL:14 20|...A....]: dir=0 use hash=174 outdev=wwan0(vlan:-1 pppoe=-1) [ 1009.212443] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:57901|ID:1A53,IL:134 0|...A....]: dir=0 use hash=60 outdev=wwan0(vlan:-1 pppoe=-1) [ 1009.212549] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:57901|ID:1A53,IL:134 0|...A....]: dir=1 use hash=4622 outdev=eth0(vlan:1 pppoe=-1) [ 1009.219868] info: (PCO)PRE[210.22.155.34:8080->192.168.15.177:57896|ID:EEB6,IL:14 20|...A....]: dir=1 use hash=3246 outdev=eth0(vlan:1 pppoe=-1) [ 1009.235780] info: (PCO)PRE[210.22.155.34:8080->192.168.15.177:57907|ID:D031,IL:14 20|...A....]: dir=1 use hash=6808 outdev=eth0(vlan:1 pppoe=-1) [ 1009.256030] info: keepalive[5744] nfn[192.168.15.177:57898->61.191.111.11:8080] ct1 diff_jiffies=7 HZ=100 bytes=0 hw= 0 [ 1009.454197] info: (PCO)PRE[61.191.111.11:8080->192.168.15.177:57898|ID:265B,IL:14 20|...AP...]: dir=0 use hash=5744 outdev=wwan0(vlan:-1 pppoe=-1) [ 1009.470392] info: (PCO)PRE[61.191.111.11:8080->192.168.15.177:57898|ID:265B,IL:14 20|...AP...]: dir=1 use hash=3650 outdev=eth0(vlan:1 pppoe=-1) [ 1009.496853] info: (PCO)PRE[10.129.180.41:57795->124.130.103.227:8088|ID:F738,IL:4 1|...A....]: dir=0 use hash=648 outdev=wwan0(vlan:-1 pppoe=-1) [ 1009.512877] info: (PCO)PRE[10.129.180.41:57795->124.130.103.227:8088|ID:F738,IL:4 1|...A....]: dir=1 use hash=4284 outdev=eth0(vlan:1 pppoe=-1) root@X-WRT:~#

ptpt52 commented 1 year ago

@gsmantenna 跑流量通的话,就说明没问题。

gsmantenna commented 1 year ago

我现在5Gnr信号不是很好,极限速度也跑不太快, 我可以用 ECM 模式做环回跑流 iperf3 ,这个模式能offloading 加速吗?

ptpt52 commented 1 year ago

不知道你描述的回环是什么意思,数据从一个网口进,从另外一个网口出,就可以有软件加速。

gsmantenna commented 1 year ago

就是我这个 移远的 RM500U ECM 模式会有自己的独立的IP地址 192.168.42.1 . 这个模组也可以ssh 进去,然后我 做iperf3 跑流测试 ,newifi-->RM500U (ecm)

ptpt52 commented 1 year ago

可以。电脑---路由---模组 这样跑流量。

gsmantenna commented 1 year ago

RG200U (RM500U) ---usb3.0 转接板 ---Newifi 3 RG200U ecm 模式 192.168.42.1 , 开启iperf3 服务器模式 newifi3 iperf3 客户端 和rg200u打流 iperf3

root@X-WRT:~# echo debug=7 >/dev/natflow_ctl root@X-WRT:~# dmesg [ 0.000000] Linux version 5.15.114 (ptpt52@SC-GAME) (mipsel-openwrt-linux-mus l-gcc (OpenWrt GCC 12.3.0 r23276+1-af51bfd67a2) 12.3.0, GNU ld (GNU Binutils) 2. 40.0) #0 SMP Fri Jun 9 22:37:20 2023 [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: machine is D-Team Newifi D2 [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] VPE topology {2,2} total 4 [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 byt es [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] HighMem [mem 0x0000000010000000-0x0000000023ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000001bffffff] [ 0.000000] node 0: [mem 0x0000000020000000-0x0000000023ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000023ffffff] [ 0.000000] percpu: Embedded 11 pages/cpu s15376 r8192 d21488 u45056 [ 0.000000] pcpu-alloc: s15376 r8192 d21488 u45056 alloc=11*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130560 [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jff s2 [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, l inear) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, lin ear) [ 0.000000] Writing ErrCtl register=0003b2ba [ 0.000000] Readback ErrCtl register=0003b2ba [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 508028K/524288K available (7071K kernel code, 649K rwdata , 1460K rodata, 1240K init, 251K bss, 16260K reserved, 0K cma-reserved, 262144K highmem) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jif fies. [ 0.000000] NR_IRQS: 256 [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478ab b4, max_idle_ns: 440795247997 ns [ 0.000005] sched_clock: 64 bits at 880MHz, resolution 1ns, wraps every 43980 46511103ns [ 0.008056] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.066229] pid_max: default: 32768 minimum: 301 [ 0.071531] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linea r) [ 0.078743] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.089861] rcu: Hierarchical SRCU implementation. [ 0.095332] smp: Bringing up secondary CPUs ... [ 0.100731] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.100756] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 byt es [ 0.100772] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.100822] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.160175] Synchronize counters for CPU 1: done. [ 0.193022] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.193041] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 byt es [ 0.193053] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.193082] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.251791] Synchronize counters for CPU 2: done. [ 0.282394] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.282416] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 byt es [ 0.282427] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.282461] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.336989] Synchronize counters for CPU 3: done. [ 0.366843] smp: Brought up 1 node, 4 CPUs [ 0.372008] devtmpfs: initialized [ 0.380127] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma x_idle_ns: 19112604462750000 ns [ 0.389944] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.396915] pinctrl core: initialized pinctrl subsystem [ 0.403616] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.410254] thermal_sys: Registered thermal governor 'step_wise' [ 0.410844] cpuidle: using governor teo [ 0.433047] FPU Affinity set after 11720 emulations [ 0.434671] pstore: Registered ramoops as persistent store backend [ 0.440772] ramoops: using 0x80000@0x3f00000, ecc: 0 [ 0.457287] clocksource: Switched to clocksource GIC [ 0.464492] NET: Registered PF_INET protocol family [ 0.469602] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear ) [ 0.477818] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.486111] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.493815] TCP established hash table entries: 2048 (order: 1, 8192 bytes, l inear) [ 0.501414] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.508527] TCP: Hash tables configured (established 2048 bind 2048) [ 0.514961] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.521449] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.528713] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.534343] PCI: CLS 0 bytes, default 32 [ 0.541525] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 0.552113] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.557935] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORIT Y) (c) 2001-2006 Red Hat, Inc. [ 0.569183] bounce: pool size: 64 pages [ 0.577050] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.583198] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.589269] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.595436] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: [ 0.602179] mt7621-pci 1e140000.pcie: No bus range found for /pcie@1e140000 , using [bus 00-ff] [ 0.610916] mt7621-pci 1e140000.pcie: MEM 0x0060000000..0x006fffffff -> 0x0060000000 [ 0.619019] mt7621-pci 1e140000.pcie: IO 0x001e160000..0x001e16ffff -> 0x0000000000 [ 0.987269] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) [ 0.994170] mt7621-pci 1e140000.pcie: PCIE0 enabled [ 0.999018] mt7621-pci 1e140000.pcie: PCIE1 enabled [ 1.003867] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 [ 1.011018] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 [ 1.017312] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.022716] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 1.029554] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 1.035770] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 [ 1.041710] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 1.047922] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 1.054190] pci 0000:00:00.0: supports D1 [ 1.058115] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 1.064678] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400 [ 1.070669] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 1.076850] pci 0000:00:01.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 1.083149] pci 0000:00:01.0: supports D1 [ 1.087067] pci 0000:00:01.0: PME# supported from D0 D1 D3hot [ 1.094818] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), rec onfiguring [ 1.102772] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), rec onfiguring [ 1.110994] pci 0000:01:00.0: [14c3:7612] type 00 class 0x028000 [ 1.116959] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit] [ 1.123707] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 1.130427] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 1.137980] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 1.143144] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 1.149198] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 1.155923] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff pref ] [ 1.163111] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 1.169964] pci 0000:02:00.0: [14c3:7603] type 00 class 0x028000 [ 1.175923] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff] [ 1.182262] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 1.189787] pci 0000:00:01.0: PCI bridge to [bus 02-ff] [ 1.194947] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff] [ 1.201009] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff] [ 1.207742] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff pref ] [ 1.214903] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 1.221534] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] [ 1.228071] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] [ 1.234962] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] [ 1.241539] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] [ 1.248455] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 1.255178] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref ] [ 1.262364] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] [ 1.269104] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref ] [ 1.276259] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] [ 1.283019] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] [ 1.289761] pci 0000:00:00.0: BAR 7: assigned [io 0x0000-0x0fff] [ 1.295786] pci 0000:00:01.0: BAR 7: assigned [io 0x1000-0x1fff] [ 1.301861] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bi t] [ 1.309117] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref ] [ 1.316264] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.321203] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 1.327257] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 1.333976] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref ] [ 1.341167] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff] [ 1.347909] pci 0000:00:01.0: PCI bridge to [bus 02] [ 1.352810] pci 0000:00:01.0: bridge window [io 0x1000-0x1fff] [ 1.358872] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] [ 1.365597] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref ] [ 1.375469] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 1.384849] printk: console [ttyS0] disabled [ 1.389206] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A [ 1.398221] printk: console [ttyS0] enabled [ 1.406465] printk: bootconsole [early0] disabled [ 1.419311] spi-mt7621 1e000b00.spi: sys_freq: 220000000 [ 1.425979] ------------[ cut here ]------------ [ 1.430663] WARNING: CPU: 3 PID: 1 at drivers/mtd/spi-nor/core.c:2864 spi_nor _init+0x17c/0x184 [ 1.439299] enabling reset hack; may not recover from unexpected reboots [ 1.445969] Modules linked in: [ 1.449031] CPU: 3 PID: 1 Comm: swapper/0 Not tainted 5.15.114 #0 [ 1.455108] Stack : 80ef666c 8007d824 00000000 00000004 00000000 00000000 814 33964 80a30000 [ 1.463463] 80870000 80793f10 81452898 8086ce43 00000000 00000001 814 33910 81478620 [ 1.471819] 00000000 00000000 80793f10 814337b0 ffffefff 00000000 fff fffea 00000000 [ 1.480173] 814337bc 000000a2 80871b30 ffffffff 80793f10 00000001 000 00000 80441078 [ 1.488530] 00000009 80ef666c 807e0000 815e9a00 00000018 803e45c0 000 0000c 80a3000c [ 1.496885] ... [ 1.499324] Call Trace: [ 1.501758] [<800080ec>] show_stack+0x28/0xf0 [ 1.506129] [<803591e0>] dump_stack_lvl+0x60/0x80 [ 1.510826] [<8002f508>] warn+0x9c/0x124 [ 1.514937] [<8002f61c>] warn_slowpath_fmt+0x8c/0xac [ 1.519886] [<80441078>] spi_nor_init+0x17c/0x184 [ 1.524582] [<8044192c>] spi_nor_scan+0x7c4/0xc20 [ 1.529271] [<804426cc>] spi_nor_probe+0x94/0x310 [ 1.533965] [<803f5f04>] really_probe.part.0+0xac/0x354 [ 1.539179] [<803f6438>] driver_probe_device+0x4c/0x154 [ 1.544390] [<803f6a90>] __device_attach_driver+0xd0/0x15c [ 1.549857] [<803f39f0>] bus_for_each_drv+0x70/0xb0 [ 1.554752] [<803f67b4>] device_attach+0xe0/0x180 [ 1.559613] [<803f4e50>] bus_probe_device+0xa0/0xbc [ 1.564477] [<803f22c4>] device_add+0x3e4/0x8f0 [ 1.568994] [<80461c98>] spi_add_device+0x80/0x160 [ 1.573958] [<80461dd8>] spi_add_device+0x60/0x9c [ 1.578646] [<8046277c>] spi_register_controller+0x7f4/0xb34 [ 1.584288] [<80465300>] mt7621_spi_probe+0x168/0x220 [ 1.589329] [<803f85f0>] platform_probe+0x50/0xa4 [ 1.594028] [<803f5f04>] really_probe.part.0+0xac/0x354 [ 1.599233] [<803f6438>] driver_probe_device+0x4c/0x154 [ 1.604443] [<803f6bc8>] driver_attach+0xac/0x1ac [ 1.609302] [<803f3944>] bus_for_each_dev+0x68/0xa4 [ 1.614169] [<803f5124>] bus_add_driver+0x150/0x238 [ 1.619029] [<803f73ec>] driver_register+0x98/0x154 [ 1.623894] [<80001638>] do_one_initcall+0x50/0x1b4 [ 1.628755] [<808fb0f8>] kernel_init_freeable+0x1f0/0x28c [ 1.634140] [<806df6a0>] kernel_init+0x20/0x110 [ 1.638688] [<80003038>] ret_from_kernel_thread+0x14/0x1c [ 1.644075] [ 1.645748] ---[ end trace 602602d5c03009da ]--- [ 1.650455] spi-nor spi0.0: w25q256 (32768 Kbytes) [ 1.655315] 4 fixed-partitions partitions found on MTD device spi0.0 [ 1.661734] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitio ns [ 1.669079] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitio ns [ 1.676910] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitio ns [ 1.684344] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitio ns [ 1.691955] Creating 4 MTD partitions on "spi0.0": [ 1.696747] 0x000000000000-0x000000030000 : "u-boot" [ 1.703093] 0x000000030000-0x000000040000 : "u-boot-env" [ 1.710060] 0x000000040000-0x000000050000 : "factory" [ 1.716429] 0x000000050000-0x000002000000 : "firmware" [ 1.723006] 2 uimage-fw partitions found on MTD device firmware [ 1.728983] Creating 2 MTD partitions on "firmware": [ 1.733939] 0x000000000000-0x0000002c3ff8 : "kernel" [ 1.738925] mtd: partition "kernel" doesn't end on an erase/write block -- fo rce read-only [ 1.748540] 0x0000002c3ff8-0x000001fb0000 : "rootfs" [ 1.753525] mtd: partition "rootfs" doesn't start on an erase/write block bou ndary -- force read-only [ 1.763752] mtd: setting mtd5 (rootfs) as root device [ 1.769104] 1 squashfs-split partitions found on MTD device rootfs [ 1.775295] 0x000000b40000-0x000001fb0000 : "rootfs_data" [ 1.933309] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe 100000, irq 21 [ 1.943674] i2c_dev: i2c /dev entries driver [ 1.952243] NET: Registered PF_INET6 protocol family [ 1.959462] Segment Routing with IPv6 [ 1.963209] In-situ OAM (IOAM) with IPv6 [ 1.967210] NET: Registered PF_PACKET protocol family [ 1.972334] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.985844] 8021q: 802.1Q VLAN Support v1.8 [ 1.993868] pstore: Using crash dump compression: deflate [ 2.003310] gpio-export gpio_export: 1 gpio(s) exported [ 2.057453] mt753x 1e110000.gsw: LAN/WAN VLAN setting=llllw [ 2.063159] mt753x 1e110000.gsw: Switch is MediaTek MT7530 rev 1 [ 3.504327] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 3.517767] devtmpfs: mounted [ 3.525452] Freeing unused kernel image (initmem) memory: 1240K [ 3.531440] This architecture does not have kernel memory protection. [ 3.537900] Run /sbin/init as init process [ 3.541987] with arguments: [ 3.541992] /sbin/init [ 3.541998] with environment: [ 3.542002] HOME=/ [ 3.542008] TERM=linux [ 4.006633] init: Console is alive [ 4.010612] init: - watchdog - [ 6.458913] kmodloader: loading kernel modules from /etc/modules-boot.d/ [ 6.524177] usbcore: registered new interface driver usbfs [ 6.529891] usbcore: registered new interface driver hub [ 6.535344] usbcore: registered new device driver usb [ 6.586647] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 6.602642] SCSI subsystem initialized [ 6.612020] fsl-ehci: Freescale EHCI Host controller driver [ 6.619580] ehci-platform: EHCI generic platform driver [ 6.629205] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic =0 (nowayout=0) [ 6.637710] softdog: soft_reboot_cmd= soft_active_on_bo ot=0 [ 6.648114] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 6.656064] ohci-platform: OHCI generic platform driver [ 6.671062] xhci-mtk 1e1c0000.xhci: supply vbus not found, using dummy regula tor [ 6.678763] xhci-mtk 1e1c0000.xhci: supply vusb33 not found, using dummy regu lator [ 6.686591] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 6.691966] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus numb er 1 [ 6.707463] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 qu irks 0x0000000000290010 [ 6.716657] xhci-mtk 1e1c0000.xhci: irq 20, io mem 0x1e1c0000 [ 6.722657] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 6.727995] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus numb er 2 [ 6.735477] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed [ 6.743241] hub 1-0:1.0: USB hub found [ 6.747151] hub 1-0:1.0: 2 ports detected [ 6.747686] mt753x 1e110000.gsw: Port 1 Link is Up - 1Gbps/Full [ 6.752215] usb usb2: We don't know the algorithms for LPM for this host, dis abling LPM. [ 6.766435] hub 2-0:1.0: USB hub found [ 6.770377] hub 2-0:1.0: 1 port detected [ 6.788575] usbcore: registered new interface driver usb-storage [ 6.797335] usbcore: registered new interface driver uas [ 6.803473] kmodloader: done loading kernel modules from /etc/modules-boot.d/ [ 6.827740] init: - preinit - [ 7.749187] random: jshn: uninitialized urandom read (4 bytes read) [ 7.878061] random: jshn: uninitialized urandom read (4 bytes read) [ 8.062859] random: jshn: uninitialized urandom read (4 bytes read) [ 8.097666] usb 2-1: new SuperSpeed USB device number 2 using xhci-mtk [ 10.447409] random: crng init done [ 10.450612] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii l ink mode [ 10.450846] random: 7 urandom warning(s) missed due to ratelimiting [ 10.459926] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flo w control rx/tx [ 10.473423] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 12.718474] mount_root: loading kmods from internal overlay [ 12.782905] kmodloader: loading kernel modules from //etc/modules-boot.d/ [ 12.798422] kmodloader: done loading kernel modules from //etc/modules-boot.d / [ 13.341748] jffs2: notice: (448) jffs2_build_xattr_subsystem: complete buildi ng xattr subsystem, 23 of xdatum (16 unchecked, 7 orphan) and 27 of xref (7 dead , 0 orphan) found. [ 13.358491] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab [ 13.374428] block: extroot: not configured [ 13.441928] jffs2: notice: (446) jffs2_build_xattr_subsystem: complete buildi ng xattr subsystem, 23 of xdatum (16 unchecked, 7 orphan) and 27 of xref (7 dead , 0 orphan) found. [ 13.779601] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab [ 13.794710] block: extroot: not configured [ 13.800468] mount_root: switching to jffs2 overlay [ 13.815015] overlayfs: upper fs does not support tmpfile. [ 13.861123] urandom-seed: Seeding with /etc/urandom.seed [ 13.940615] mtk_soc_eth 1e100000.ethernet eth0: Link is Down [ 14.026168] procd: - early - [ 14.029418] procd: - watchdog - [ 14.657673] procd: - watchdog - [ 14.662745] procd: - ubus - [ 14.879038] procd: - init - [ 15.795397] kmodloader: loading kernel modules from /etc/modules.d/ [ 15.847969] urngd: v1.0.2 started. [ 16.039683] NET: Registered PF_ALG protocol family [ 16.062079] Key type dns_resolver registered [ 16.088467] RPC: Registered named UNIX socket transport module. [ 16.094407] RPC: Registered udp transport module. [ 16.099166] RPC: Registered tcp transport module. [ 16.103852] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 16.119260] tun: Universal TUN/TAP device driver, 1.6 [ 16.142354] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 16.159203] gre: GRE over IPv4 demultiplexor driver [ 16.166597] ip_gre: GRE over IPv4 tunneling driver [ 16.179939] ip6_gre: GRE over IPv6 tunneling driver [ 16.226400] ksmbd: The ksmbd server is experimental, use at your own risk. [ 16.251070] NFS: Registering the id_resolver key type [ 16.256200] Key type id_resolver registered [ 16.260418] Key type id_legacy registered [ 16.331018] GACT probability on [ 16.336234] Mirror/redirect action on [ 16.353864] u32 classifier [ 16.356668] input device check on [ 16.360398] Actions configured [ 16.390039] ntfs3: Max link count 4000 [ 16.393847] ntfs3: Enabled Linux POSIX ACLs support [ 16.439161] {natcap}:natcap_init(): version: 8.0.0 [ 16.443991] {natcap}:natcap_init(): natcap_major=251, natcap_minor=0 [ 16.456835] {natcap}:natcap_peer_init(): natcap_peer_major=250, natcap_peer_m inor=0 [ 16.473048] {natflow}:natflow_init(): natflow_major=249, natflow_minor=0 [ 16.480553] {natflow}:natflow_zone_init(): natflow_zone_major=248, natflow_zo ne_minor=0 [ 16.489267] {natflow}:natflow_user_init(): natflow_user_major=247, natflow_us er_minor=0 [ 16.498027] {natflow}:userinfo_init(): userinfo_major=246, userinfo_minor=0 [ 16.505689] {natflow}:userinfo_event_init(): userinfo_event_major=245, userin fo_event_minor=0 [ 16.514985] {natflow}:qos_init(): qos_major=244, qos_minor=0 [ 16.521312] {natflow}:conntrackinfo_init(): conntrackinfo_major=243, conntrac kinfo_minor=0 [ 16.530518] {natflow}:natflow_urllogger_init(): urllogger_major=242, urllogge r_minor=0 [ 16.557556] Bridge firewalling registered [ 16.565447] usbcore: registered new interface driver cdc_wdm [ 16.576137] Loading modules backported from Linux version v6.1.24-0-g0102425a c76b [ 16.583744] Backport generated by backports.git v5.15.92-1-44-gd6ea70fafd36 [ 16.599488] usbcore: registered new interface driver ipheth [ 16.825476] usbcore: registered new interface driver r8152 [ 16.844096] usbcore: registered new interface driver ums-alauda [ 16.852624] usbcore: registered new interface driver ums-cypress [ 16.861363] usbcore: registered new interface driver ums-datafab [ 16.869906] usbcore: registered new interface driver ums-freecom [ 16.879611] usbcore: registered new interface driver ums-isd200 [ 16.888571] usbcore: registered new interface driver ums-jumpshot [ 16.898155] usbcore: registered new interface driver ums-karma [ 16.907605] usbcore: registered new interface driver ums-sddr09 [ 16.917197] usbcore: registered new interface driver ums-sddr55 [ 16.927209] usbcore: registered new interface driver ums-usbat [ 16.937985] usbcore: registered new interface driver usblp [ 16.960394] usbcore: registered new interface driver usbserial_generic [ 16.967171] usbserial: USB Serial support registered for generic [ 17.021842] xt_time: kernel timezone is -0000 [ 17.034391] cdc_ether 2-1:1.0 usb0: register 'cdc_ether' at usb-1e1c0000.xhci -1, CDC Ethernet Device, fa:28:db:70:7c:18 [ 17.045771] usbcore: registered new interface driver cdc_ether [ 17.058461] usbcore: registered new interface driver cdc_ncm [ 17.110126] usbcore: registered new interface driver huawei_cdc_ncm [ 17.306581] pci 0000:00:01.0: enabling device (0000 -> 0003) [ 17.312347] mt7603e 0000:02:00.0: enabling device (0000 -> 0002) [ 17.318646] mt7603e 0000:02:00.0: ASIC revision: 76030010 [ 18.404818] mt7603e 0000:02:00.0: Firmware Version: CL173766_R [ 18.410741] mt7603e 0000:02:00.0: Build Time: 20171110105932 [ 18.437302] mt7603e 0000:02:00.0: firmware init done [ 18.621352] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 18.647877] pci 0000:00:00.0: enabling device (0000 -> 0003) [ 18.653594] mt76x2e 0000:01:00.0: enabling device (0000 -> 0002) [ 18.659860] mt76x2e 0000:01:00.0: ASIC revision: 76120044 [ 19.416699] mt76x2e 0000:01:00.0: ROM patch build: 20141115060606a [ 19.427581] mt76x2e 0000:01:00.0: Firmware Version: 0.0.00 [ 19.433098] mt76x2e 0000:01:00.0: Build: 1 [ 19.437174] mt76x2e 0000:01:00.0: Build Time: 201607111443____ [ 19.457318] mt76x2e 0000:01:00.0: Firmware running! [ 19.464416] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' [ 19.479393] PPP generic driver version 2.4.2 [ 19.486070] PPP MPPE Compression module registered [ 19.492881] NET: Registered PF_PPPOX protocol family [ 19.499900] PPTP driver version 0.8.5 [ 19.507661] usbcore: registered new interface driver qmi_wwan [ 19.516803] usbcore: registered new interface driver rndis_host [ 19.525773] usbcore: registered new interface driver sierra [ 19.531724] usbserial: USB Serial support registered for Sierra USB modem [ 19.541294] usbcore: registered new interface driver sierra_net [ 19.556189] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for info rmation. [ 19.564126] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c 4.com>. All Rights Reserved. [ 19.576620] usbcore: registered new interface driver cdc_mbim [ 19.585537] usbcore: registered new interface driver option [ 19.591482] usbserial: USB Serial support registered for GSM modem (1-port) [ 19.598930] option 2-1:1.2: GSM modem (1-port) converter detected [ 19.605756] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB0 [ 19.613090] option 2-1:1.3: GSM modem (1-port) converter detected [ 19.620065] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB1 [ 19.627407] option 2-1:1.4: GSM modem (1-port) converter detected [ 19.634396] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB2 [ 19.641726] option 2-1:1.5: GSM modem (1-port) converter detected [ 19.648829] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB3 [ 19.656131] option 2-1:1.6: GSM modem (1-port) converter detected [ 19.663148] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB4 [ 19.676817] usbcore: registered new interface driver qcserial [ 19.682940] usbserial: USB Serial support registered for Qualcomm USB modem [ 19.691067] kmodloader: done loading kernel modules from /etc/modules.d/ [ 22.203432] /dev/sda1: Can't open blockdev [ 22.210823] /dev/sda1: Can't open blockdev [ 22.232277] /dev/sda1: Can't open blockdev [ 33.801330] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event f or dev=SQM_IFB_3cc3b [ 34.055959] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event f or dev=SQM_IFB_3a486 [ 34.262347] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event f or dev=SQM_IFB_374e8 [ 34.477654] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event f or dev=SQM_IFB_9d5a3 [ 34.615253] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event f or dev=SQM_IFB_4a5e5 [ 36.526974] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii l ink mode [ 36.535320] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=e th0(tso=1,1,hw_csum=1,1), add ingress hook [ 36.546402] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flo w control rx/tx [ 36.556271] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 36.573004] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=e th0.1(tso=1,1,hw_csum=1,1), add ingress hook [ 36.586126] br-lan: port 1(eth0.1) entered blocking state [ 36.591782] br-lan: port 1(eth0.1) entered disabled state [ 36.598062] device eth0.1 entered promiscuous mode [ 36.602921] device eth0 entered promiscuous mode [ 36.616667] br-lan: port 1(eth0.1) entered blocking state [ 36.622195] br-lan: port 1(eth0.1) entered forwarding state [ 36.670160] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=u sb0(tso=0,0,hw_csum=0,0), add ingress hook [ 36.699857] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=e th0.2(tso=1,1,hw_csum=1,1), add ingress hook [ 37.568718] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 37.770125] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event f or dev=wlan0 [ 37.909624] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event f or dev=wlan1 [ 42.297042] warning: (zone_netdev_event:347)dev=phy0-ap0 set zone=127 type=0 [ 42.304243] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=p hy0-ap0(tso=0,0,hw_csum=0,0), add ingress hook [ 42.323103] br-lan: port 2(phy0-ap0) entered blocking state [ 42.328866] br-lan: port 2(phy0-ap0) entered disabled state [ 42.335298] device phy0-ap0 entered promiscuous mode [ 42.887980] warning: (zone_netdev_event:347)dev=phy1-ap0 set zone=127 type=0 [ 42.895097] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=p hy1-ap0(tso=0,0,hw_csum=0,0), add ingress hook [ 42.914494] br-lan: port 3(phy1-ap0) entered blocking state [ 42.920276] br-lan: port 3(phy1-ap0) entered disabled state [ 42.926715] device phy1-ap0 entered promiscuous mode [ 42.932389] br-lan: port 3(phy1-ap0) entered blocking state [ 42.938139] br-lan: port 3(phy1-ap0) entered forwarding state [ 43.344448] br-lan: port 3(phy1-ap0) entered disabled state [ 55.076792] IPv6: ADDRCONF(NETDEV_CHANGE): phy1-ap0: link becomes ready [ 55.083871] br-lan: port 3(phy1-ap0) entered blocking state [ 55.089532] br-lan: port 3(phy1-ap0) entered forwarding state [ 55.311330] IPv6: ADDRCONF(NETDEV_CHANGE): phy0-ap0: link becomes ready [ 55.318378] br-lan: port 2(phy0-ap0) entered blocking state [ 55.323979] br-lan: port 2(phy0-ap0) entered forwarding state [ 136.748385] ksmbd: The ksmbd server is experimental, use at your own risk. [ 400.825298] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct1 diff_jiffies=969 HZ=100 bytes=52 hw=0 [ 400.848696] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct0 diff_jiffies=3 HZ=100 bytes=0 hw=0 [ 402.850017] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct1 diff_jiffies=200 HZ=100 bytes=640 hw=0 [ 402.916224] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct0 diff_jiffies=6 HZ=100 bytes=104 hw=0 [ 404.848411] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct1 diff_jiffies=194 HZ=100 bytes=180 hw=0 [ 404.914201] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct0 diff_jiffies=6 HZ=100 bytes=52 hw=0 [ 406.850914] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct1 diff_jiffies=194 HZ=100 bytes=180 hw=0 [ 406.865427] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct0 diff_jiffies=1 HZ=100 bytes=52 hw=0 [ 408.852795] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct1 diff_jiffies=199 HZ=100 bytes=232 hw=0 [ 408.920727] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct0 diff_jiffies=7 HZ=100 bytes=52 hw=0 [ 410.848308] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct1 diff_jiffies=193 HZ=100 bytes=180 hw=0 [ 410.888386] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct0 diff_jiffies=4 HZ=100 bytes=52 hw=0 [ 417.107749] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct1 diff_jiffies=622 HZ=100 bytes=732 hw=0 [ 417.131097] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct0 diff_jiffies=2 HZ=100 bytes=104 hw=0 [ 419.130466] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct1 diff_jiffies=200 HZ=100 bytes=556 hw=0 [ 419.198255] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct0 diff_jiffies=7 HZ=100 bytes=52 hw=0 [ 421.138814] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct1 diff_jiffies=194 HZ=100 bytes=196 hw=0 [ 421.154247] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct0 diff_jiffies=1 HZ=100 bytes=52 hw=0 [ 423.157149] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct1 diff_jiffies=200 HZ=100 bytes=248 hw=0 [ 423.232483] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct0 diff_jiffies=8 HZ=100 bytes=52 hw=0 [ 425.130192] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct1 diff_jiffies=190 HZ=100 bytes=196 hw=0 [ 425.212407] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct0 diff_jiffies=8 HZ=100 bytes=52 hw=0 [ 427.133242] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct1 diff_jiffies=192 HZ=100 bytes=196 hw=0 [ 427.200955] info: keepalive[3150] nfn[192.168.15.177:51790->192.168.42.1:22] ct0 diff_jiffies=7 HZ=100 bytes=52 hw=0 root@X-WRT:~#

gsmantenna commented 1 year ago

第二次测试
pc (iperf3 server 端)-newifi3 -rg200u(ecm) iperf3 pc-newifi3-rg200u

echo debug=7 >/dev/nat natcap_ctl natflow_ctl natflow_zone_ctl natcap_peer_ctl natflow_user_ctl root@X-WRT:~# echo debug=7 >/dev/natflow_ctl root@X-WRT:~# dmesg [ 0.000000] Linux version 5.15.114 (ptpt52@SC-GAME) (mipsel-openwrt-linux-mus l-gcc (OpenWrt GCC 12.3.0 r23276+1-af51bfd67a2) 12.3.0, GNU ld (GNU Binutils) 2. 40.0) #0 SMP Fri Jun 9 22:37:20 2023 [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: machine is D-Team Newifi D2 [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] VPE topology {2,2} total 4 [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 byt es [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] HighMem [mem 0x0000000010000000-0x0000000023ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000001bffffff] [ 0.000000] node 0: [mem 0x0000000020000000-0x0000000023ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000023ffffff] [ 0.000000] percpu: Embedded 11 pages/cpu s15376 r8192 d21488 u45056 [ 0.000000] pcpu-alloc: s15376 r8192 d21488 u45056 alloc=11*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130560 [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jff s2 [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, l inear) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, lin ear) [ 0.000000] Writing ErrCtl register=00033032 [ 0.000000] Readback ErrCtl register=00033032 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 508028K/524288K available (7071K kernel code, 649K rwdata , 1460K rodata, 1240K init, 251K bss, 16260K reserved, 0K cma-reserved, 262144K highmem) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jif fies. [ 0.000000] NR_IRQS: 256 [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478ab b4, max_idle_ns: 440795247997 ns [ 0.000004] sched_clock: 64 bits at 880MHz, resolution 1ns, wraps every 43980 46511103ns [ 0.008051] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.066219] pid_max: default: 32768 minimum: 301 [ 0.071512] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linea r) [ 0.078724] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.089731] rcu: Hierarchical SRCU implementation. [ 0.095159] smp: Bringing up secondary CPUs ... [ 0.100521] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.100546] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 byt es [ 0.100561] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.100610] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.159955] Synchronize counters for CPU 1: done. [ 0.192339] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.192359] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 byt es [ 0.192370] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.192400] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.251317] Synchronize counters for CPU 2: done. [ 0.281909] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.281931] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 byt es [ 0.281942] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.281977] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.336514] Synchronize counters for CPU 3: done. [ 0.366368] smp: Brought up 1 node, 4 CPUs [ 0.371529] devtmpfs: initialized [ 0.379628] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma x_idle_ns: 19112604462750000 ns [ 0.389444] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.396412] pinctrl core: initialized pinctrl subsystem [ 0.403102] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.409740] thermal_sys: Registered thermal governor 'step_wise' [ 0.410325] cpuidle: using governor teo [ 0.432437] FPU Affinity set after 11720 emulations [ 0.434051] pstore: Registered ramoops as persistent store backend [ 0.440151] ramoops: using 0x80000@0x3f00000, ecc: 0 [ 0.456735] clocksource: Switched to clocksource GIC [ 0.463861] NET: Registered PF_INET protocol family [ 0.468937] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear ) [ 0.477144] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.485441] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.493157] TCP established hash table entries: 2048 (order: 1, 8192 bytes, l inear) [ 0.500753] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.507863] TCP: Hash tables configured (established 2048 bind 2048) [ 0.514291] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.520812] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.528107] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.533718] PCI: CLS 0 bytes, default 32 [ 0.540919] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 0.551540] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.557367] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORIT Y) (c) 2001-2006 Red Hat, Inc. [ 0.568589] bounce: pool size: 64 pages [ 0.576360] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.582497] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.588661] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.594822] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: [ 0.601544] mt7621-pci 1e140000.pcie: No bus range found for /pcie@1e140000 , using [bus 00-ff] [ 0.610277] mt7621-pci 1e140000.pcie: MEM 0x0060000000..0x006fffffff -> 0x0060000000 [ 0.618380] mt7621-pci 1e140000.pcie: IO 0x001e160000..0x001e16ffff -> 0x0000000000 [ 0.986718] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) [ 0.993618] mt7621-pci 1e140000.pcie: PCIE0 enabled [ 0.998465] mt7621-pci 1e140000.pcie: PCIE1 enabled [ 1.003311] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 [ 1.010466] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 [ 1.016771] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.022182] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 1.029021] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 1.035195] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 [ 1.041135] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 1.047346] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 1.053612] pci 0000:00:00.0: supports D1 [ 1.057540] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 1.064158] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400 [ 1.070161] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 1.076343] pci 0000:00:01.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 1.082647] pci 0000:00:01.0: supports D1 [ 1.086565] pci 0000:00:01.0: PME# supported from D0 D1 D3hot [ 1.094296] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), rec onfiguring [ 1.102250] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), rec onfiguring [ 1.110467] pci 0000:01:00.0: [14c3:7612] type 00 class 0x028000 [ 1.116431] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit] [ 1.123186] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 1.129907] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 1.137476] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 1.142638] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 1.148694] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 1.155419] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff pref ] [ 1.162611] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 1.169458] pci 0000:02:00.0: [14c3:7603] type 00 class 0x028000 [ 1.175417] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff] [ 1.181807] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 1.189317] pci 0000:00:01.0: PCI bridge to [bus 02-ff] [ 1.194479] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff] [ 1.200544] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff] [ 1.207281] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff pref ] [ 1.214435] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 1.221067] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] [ 1.227605] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] [ 1.234497] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] [ 1.241078] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] [ 1.247990] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 1.254713] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref ] [ 1.261903] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] [ 1.268638] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref ] [ 1.275794] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] [ 1.282558] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] [ 1.289295] pci 0000:00:00.0: BAR 7: assigned [io 0x0000-0x0fff] [ 1.295320] pci 0000:00:01.0: BAR 7: assigned [io 0x1000-0x1fff] [ 1.301396] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bi t] [ 1.308652] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref ] [ 1.315799] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.320741] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 1.326789] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 1.333510] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref ] [ 1.340705] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff] [ 1.347444] pci 0000:00:01.0: PCI bridge to [bus 02] [ 1.352344] pci 0000:00:01.0: bridge window [io 0x1000-0x1fff] [ 1.358411] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] [ 1.365131] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref ] [ 1.375264] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 1.384497] printk: console [ttyS0] disabled [ 1.388891] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A [ 1.397958] printk: console [ttyS0] enabled [ 1.406201] printk: bootconsole [early0] disabled [ 1.419139] spi-mt7621 1e000b00.spi: sys_freq: 220000000 [ 1.425830] ------------[ cut here ]------------ [ 1.430493] WARNING: CPU: 3 PID: 1 at drivers/mtd/spi-nor/core.c:2864 spi_nor _init+0x17c/0x184 [ 1.439130] enabling reset hack; may not recover from unexpected reboots [ 1.445803] Modules linked in: [ 1.448863] CPU: 3 PID: 1 Comm: swapper/0 Not tainted 5.15.114 #0 [ 1.454940] Stack : 80ef666c 8007d824 00000000 00000004 00000000 00000000 814 33964 80a30000 [ 1.463294] 80870000 80793f10 81455fb8 8086ce43 00000000 00000001 814 33910 8147d5c0 [ 1.471653] 00000000 00000000 80793f10 814337b0 ffffefff 00000000 fff fffea 00000000 [ 1.480008] 814337bc 000000a2 80871b30 ffffffff 80793f10 00000001 000 00000 80441078 [ 1.488366] 00000009 80ef666c 807e0000 815e8200 00000018 803e45c0 000 0000c 80a3000c [ 1.496723] ... [ 1.499173] Call Trace: [ 1.501603] [<800080ec>] show_stack+0x28/0xf0 [ 1.505974] [<803591e0>] dump_stack_lvl+0x60/0x80 [ 1.510670] [<8002f508>] warn+0x9c/0x124 [ 1.514779] [<8002f61c>] warn_slowpath_fmt+0x8c/0xac [ 1.519730] [<80441078>] spi_nor_init+0x17c/0x184 [ 1.524429] [<8044192c>] spi_nor_scan+0x7c4/0xc20 [ 1.529118] [<804426cc>] spi_nor_probe+0x94/0x310 [ 1.533811] [<803f5f04>] really_probe.part.0+0xac/0x354 [ 1.539025] [<803f6438>] driver_probe_device+0x4c/0x154 [ 1.544238] [<803f6a90>] __device_attach_driver+0xd0/0x15c [ 1.549705] [<803f39f0>] bus_for_each_drv+0x70/0xb0 [ 1.554597] [<803f67b4>] device_attach+0xe0/0x180 [ 1.559459] [<803f4e50>] bus_probe_device+0xa0/0xbc [ 1.564325] [<803f22c4>] device_add+0x3e4/0x8f0 [ 1.568843] [<80461c98>] spi_add_device+0x80/0x160 [ 1.573804] [<80461dd8>] spi_add_device+0x60/0x9c [ 1.578494] [<8046277c>] spi_register_controller+0x7f4/0xb34 [ 1.584138] [<80465300>] mt7621_spi_probe+0x168/0x220 [ 1.589177] [<803f85f0>] platform_probe+0x50/0xa4 [ 1.593876] [<803f5f04>] really_probe.part.0+0xac/0x354 [ 1.599084] [<803f6438>] driver_probe_device+0x4c/0x154 [ 1.604297] [<803f6bc8>] driver_attach+0xac/0x1ac [ 1.609157] [<803f3944>] bus_for_each_dev+0x68/0xa4 [ 1.614023] [<803f5124>] bus_add_driver+0x150/0x238 [ 1.618884] [<803f73ec>] driver_register+0x98/0x154 [ 1.623751] [<80001638>] do_one_initcall+0x50/0x1b4 [ 1.628612] [<808fb0f8>] kernel_init_freeable+0x1f0/0x28c [ 1.633995] [<806df6a0>] kernel_init+0x20/0x110 [ 1.638543] [<80003038>] ret_from_kernel_thread+0x14/0x1c [ 1.643932] [ 1.645599] ---[ end trace d9811b569077ee8e ]--- [ 1.650269] spi-nor spi0.0: w25q256 (32768 Kbytes) [ 1.655121] 4 fixed-partitions partitions found on MTD device spi0.0 [ 1.661527] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitio ns [ 1.668870] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitio ns [ 1.676808] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitio ns [ 1.684188] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitio ns [ 1.691769] Creating 4 MTD partitions on "spi0.0": [ 1.696575] 0x000000000000-0x000000030000 : "u-boot" [ 1.702990] 0x000000030000-0x000000040000 : "u-boot-env" [ 1.709630] 0x000000040000-0x000000050000 : "factory" [ 1.716141] 0x000000050000-0x000002000000 : "firmware" [ 1.722783] 2 uimage-fw partitions found on MTD device firmware [ 1.728785] Creating 2 MTD partitions on "firmware": [ 1.733740] 0x000000000000-0x0000002c3ff8 : "kernel" [ 1.738701] mtd: partition "kernel" doesn't end on an erase/write block -- fo rce read-only [ 1.748275] 0x0000002c3ff8-0x000001fb0000 : "rootfs" [ 1.753270] mtd: partition "rootfs" doesn't start on an erase/write block bou ndary -- force read-only [ 1.763763] mtd: setting mtd5 (rootfs) as root device [ 1.768975] 1 squashfs-split partitions found on MTD device rootfs [ 1.775152] 0x000000b40000-0x000001fb0000 : "rootfs_data" [ 1.932744] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe 100000, irq 21 [ 1.942822] i2c_dev: i2c /dev entries driver [ 1.951351] NET: Registered PF_INET6 protocol family [ 1.958482] Segment Routing with IPv6 [ 1.962222] In-situ OAM (IOAM) with IPv6 [ 1.966222] NET: Registered PF_PACKET protocol family [ 1.971406] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.984949] 8021q: 802.1Q VLAN Support v1.8 [ 1.993026] pstore: Using crash dump compression: deflate [ 2.002574] gpio-export gpio_export: 1 gpio(s) exported [ 2.056923] mt753x 1e110000.gsw: LAN/WAN VLAN setting=llllw [ 2.062628] mt753x 1e110000.gsw: Switch is MediaTek MT7530 rev 1 [ 3.503913] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 3.517435] devtmpfs: mounted [ 3.525121] Freeing unused kernel image (initmem) memory: 1240K [ 3.531117] This architecture does not have kernel memory protection. [ 3.537581] Run /sbin/init as init process [ 3.541664] with arguments: [ 3.541669] /sbin/init [ 3.541674] with environment: [ 3.541679] HOME=/ [ 3.541685] TERM=linux [ 4.005759] init: Console is alive [ 4.009748] init: - watchdog - [ 6.493121] kmodloader: loading kernel modules from /etc/modules-boot.d/ [ 6.559406] usbcore: registered new interface driver usbfs [ 6.565076] usbcore: registered new interface driver hub [ 6.570586] usbcore: registered new device driver usb [ 6.621881] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 6.637569] SCSI subsystem initialized [ 6.646483] fsl-ehci: Freescale EHCI Host controller driver [ 6.654091] ehci-platform: EHCI generic platform driver [ 6.663502] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic =0 (nowayout=0) [ 6.671988] softdog: soft_reboot_cmd= soft_active_on_bo ot=0 [ 6.682185] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 6.690181] ohci-platform: OHCI generic platform driver [ 6.704986] xhci-mtk 1e1c0000.xhci: supply vbus not found, using dummy regula tor [ 6.712702] xhci-mtk 1e1c0000.xhci: supply vusb33 not found, using dummy regu lator [ 6.720582] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 6.725945] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus numb er 1 [ 6.746912] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 qu irks 0x0000000000290010 [ 6.756124] xhci-mtk 1e1c0000.xhci: irq 20, io mem 0x1e1c0000 [ 6.762121] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 6.767476] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus numb er 2 [ 6.774947] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed [ 6.782683] hub 1-0:1.0: USB hub found [ 6.786601] hub 1-0:1.0: 2 ports detected [ 6.791576] usb usb2: We don't know the algorithms for LPM for this host, dis abling LPM. [ 6.801009] hub 2-0:1.0: USB hub found [ 6.804919] hub 2-0:1.0: 1 port detected [ 6.822675] usbcore: registered new interface driver usb-storage [ 6.831247] usbcore: registered new interface driver uas [ 6.837442] kmodloader: done loading kernel modules from /etc/modules-boot.d/ [ 6.847265] init: - preinit - [ 6.916572] mt753x 1e110000.gsw: Port 1 Link is Up - 1Gbps/Full [ 7.768478] random: jshn: uninitialized urandom read (4 bytes read) [ 7.896545] random: jshn: uninitialized urandom read (4 bytes read) [ 8.080319] random: jshn: uninitialized urandom read (4 bytes read) [ 8.127134] usb 2-1: new SuperSpeed USB device number 2 using xhci-mtk [ 10.086796] random: crng init done [ 10.090243] random: 7 urandom warning(s) missed due to ratelimiting [ 10.471143] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii l ink mode [ 10.480317] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flo w control rx/tx [ 10.488882] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 12.729532] mount_root: loading kmods from internal overlay [ 12.793012] kmodloader: loading kernel modules from //etc/modules-boot.d/ [ 12.808336] kmodloader: done loading kernel modules from //etc/modules-boot.d / [ 13.325185] jffs2: notice: (449) jffs2_build_xattr_subsystem: complete buildi ng xattr subsystem, 24 of xdatum (16 unchecked, 8 orphan) and 28 of xref (8 dead , 0 orphan) found. [ 13.341870] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab [ 13.355037] block: extroot: not configured [ 13.422074] jffs2: notice: (447) jffs2_build_xattr_subsystem: complete buildi ng xattr subsystem, 24 of xdatum (16 unchecked, 8 orphan) and 28 of xref (8 dead , 0 orphan) found. [ 13.758364] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab [ 13.773414] block: extroot: not configured [ 13.779121] mount_root: switching to jffs2 overlay [ 13.794037] overlayfs: upper fs does not support tmpfile. [ 13.839196] urandom-seed: Seeding with /etc/urandom.seed [ 13.919425] mtk_soc_eth 1e100000.ethernet eth0: Link is Down [ 14.015358] procd: - early - [ 14.018559] procd: - watchdog - [ 14.647054] procd: - watchdog - [ 14.652287] procd: - ubus - [ 14.868203] procd: - init - [ 15.760176] kmodloader: loading kernel modules from /etc/modules.d/ [ 15.813934] urngd: v1.0.2 started. [ 16.003646] NET: Registered PF_ALG protocol family [ 16.026095] Key type dns_resolver registered [ 16.052493] RPC: Registered named UNIX socket transport module. [ 16.058520] RPC: Registered udp transport module. [ 16.063205] RPC: Registered tcp transport module. [ 16.067941] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 16.083271] tun: Universal TUN/TAP device driver, 1.6 [ 16.105984] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 16.122689] gre: GRE over IPv4 demultiplexor driver [ 16.130339] ip_gre: GRE over IPv4 tunneling driver [ 16.143542] ip6_gre: GRE over IPv6 tunneling driver [ 16.197688] ksmbd: The ksmbd server is experimental, use at your own risk. [ 16.228492] NFS: Registering the id_resolver key type [ 16.233631] Key type id_resolver registered [ 16.237877] Key type id_legacy registered [ 16.319004] GACT probability on [ 16.325035] Mirror/redirect action on [ 16.344740] u32 classifier [ 16.347691] input device check on [ 16.351392] Actions configured [ 16.382446] ntfs3: Max link count 4000 [ 16.386255] ntfs3: Enabled Linux POSIX ACLs support [ 16.425676] {natcap}:natcap_init(): version: 8.0.0 [ 16.430593] {natcap}:natcap_init(): natcap_major=251, natcap_minor=0 [ 16.443255] {natcap}:natcap_peer_init(): natcap_peer_major=250, natcap_peer_m inor=0 [ 16.460135] {natflow}:natflow_init(): natflow_major=249, natflow_minor=0 [ 16.467515] {natflow}:natflow_zone_init(): natflow_zone_major=248, natflow_zo ne_minor=0 [ 16.476388] {natflow}:natflow_user_init(): natflow_user_major=247, natflow_us er_minor=0 [ 16.485396] {natflow}:userinfo_init(): userinfo_major=246, userinfo_minor=0 [ 16.493126] {natflow}:userinfo_event_init(): userinfo_event_major=245, userin fo_event_minor=0 [ 16.502464] {natflow}:qos_init(): qos_major=244, qos_minor=0 [ 16.508982] {natflow}:conntrackinfo_init(): conntrackinfo_major=243, conntrac kinfo_minor=0 [ 16.518168] {natflow}:natflow_urllogger_init(): urllogger_major=242, urllogge r_minor=0 [ 16.545919] Bridge firewalling registered [ 16.552977] usbcore: registered new interface driver cdc_wdm [ 16.564304] Loading modules backported from Linux version v6.1.24-0-g0102425a c76b [ 16.571931] Backport generated by backports.git v5.15.92-1-44-gd6ea70fafd36 [ 16.588090] usbcore: registered new interface driver ipheth [ 16.812195] usbcore: registered new interface driver r8152 [ 16.830186] usbcore: registered new interface driver ums-alauda [ 16.838523] usbcore: registered new interface driver ums-cypress [ 16.847396] usbcore: registered new interface driver ums-datafab [ 16.855773] usbcore: registered new interface driver ums-freecom [ 16.865741] usbcore: registered new interface driver ums-isd200 [ 16.874677] usbcore: registered new interface driver ums-jumpshot [ 16.884390] usbcore: registered new interface driver ums-karma [ 16.893700] usbcore: registered new interface driver ums-sddr09 [ 16.903336] usbcore: registered new interface driver ums-sddr55 [ 16.912327] usbcore: registered new interface driver ums-usbat [ 16.922580] usbcore: registered new interface driver usblp [ 16.944367] usbcore: registered new interface driver usbserial_generic [ 16.951245] usbserial: USB Serial support registered for generic [ 17.007203] xt_time: kernel timezone is -0000 [ 17.019818] cdc_ether 2-1:1.0 usb0: register 'cdc_ether' at usb-1e1c0000.xhci -1, CDC Ethernet Device, 16:6b:0d:ee:1b:be [ 17.031280] usbcore: registered new interface driver cdc_ether [ 17.042959] usbcore: registered new interface driver cdc_ncm [ 17.096203] usbcore: registered new interface driver huawei_cdc_ncm [ 17.326428] pci 0000:00:01.0: enabling device (0000 -> 0003) [ 17.332269] mt7603e 0000:02:00.0: enabling device (0000 -> 0002) [ 17.338555] mt7603e 0000:02:00.0: ASIC revision: 76030010 [ 18.424289] mt7603e 0000:02:00.0: Firmware Version: CL173766_R [ 18.430186] mt7603e 0000:02:00.0: Build Time: 20171110105932 [ 18.456731] mt7603e 0000:02:00.0: firmware init done [ 18.640673] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 18.669396] pci 0000:00:00.0: enabling device (0000 -> 0003) [ 18.675132] mt76x2e 0000:01:00.0: enabling device (0000 -> 0002) [ 18.681469] mt76x2e 0000:01:00.0: ASIC revision: 76120044 [ 19.439219] mt76x2e 0000:01:00.0: ROM patch build: 20141115060606a [ 19.449895] mt76x2e 0000:01:00.0: Firmware Version: 0.0.00 [ 19.455411] mt76x2e 0000:01:00.0: Build: 1 [ 19.459511] mt76x2e 0000:01:00.0: Build Time: 201607111443____ [ 19.486822] mt76x2e 0000:01:00.0: Firmware running! [ 19.493780] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' [ 19.508958] PPP generic driver version 2.4.2 [ 19.515628] PPP MPPE Compression module registered [ 19.522407] NET: Registered PF_PPPOX protocol family [ 19.529586] PPTP driver version 0.8.5 [ 19.537385] usbcore: registered new interface driver qmi_wwan [ 19.546328] usbcore: registered new interface driver rndis_host [ 19.555276] usbcore: registered new interface driver sierra [ 19.561205] usbserial: USB Serial support registered for Sierra USB modem [ 19.570889] usbcore: registered new interface driver sierra_net [ 19.585878] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for info rmation. [ 19.593782] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c 4.com>. All Rights Reserved. [ 19.606151] usbcore: registered new interface driver cdc_mbim [ 19.614814] usbcore: registered new interface driver option [ 19.620700] usbserial: USB Serial support registered for GSM modem (1-port) [ 19.628151] option 2-1:1.2: GSM modem (1-port) converter detected [ 19.635027] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB0 [ 19.642332] option 2-1:1.3: GSM modem (1-port) converter detected [ 19.649343] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB1 [ 19.656617] option 2-1:1.4: GSM modem (1-port) converter detected [ 19.663677] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB2 [ 19.670999] option 2-1:1.5: GSM modem (1-port) converter detected [ 19.677968] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB3 [ 19.685214] option 2-1:1.6: GSM modem (1-port) converter detected [ 19.692355] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB4 [ 19.705895] usbcore: registered new interface driver qcserial [ 19.712044] usbserial: USB Serial support registered for Qualcomm USB modem [ 19.720121] kmodloader: done loading kernel modules from /etc/modules.d/ [ 22.259548] /dev/sda1: Can't open blockdev [ 22.265823] /dev/sda1: Can't open blockdev [ 22.283078] /dev/sda1: Can't open blockdev [ 33.929595] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event f or dev=SQM_IFB_55a18 [ 34.164927] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event f or dev=SQM_IFB_fe930 [ 34.399526] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event f or dev=SQM_IFB_25aa8 [ 34.628974] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event f or dev=SQM_IFB_ffaaa [ 34.825694] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event f or dev=SQM_IFB_af2b1 [ 36.563124] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii l ink mode [ 36.571509] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=e th0(tso=1,1,hw_csum=1,1), add ingress hook [ 36.582534] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flo w control rx/tx [ 36.592468] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 36.606895] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=e th0.1(tso=1,1,hw_csum=1,1), add ingress hook [ 36.619802] br-lan: port 1(eth0.1) entered blocking state [ 36.625325] br-lan: port 1(eth0.1) entered disabled state [ 36.631605] device eth0.1 entered promiscuous mode [ 36.636498] device eth0 entered promiscuous mode [ 36.647844] br-lan: port 1(eth0.1) entered blocking state [ 36.653325] br-lan: port 1(eth0.1) entered forwarding state [ 36.698827] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=u sb0(tso=0,0,hw_csum=0,0), add ingress hook [ 36.722236] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=e th0.2(tso=1,1,hw_csum=1,1), add ingress hook [ 37.568677] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 37.818167] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event f or dev=wlan1 [ 37.918305] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event f or dev=wlan0 [ 42.451604] warning: (zone_netdev_event:347)dev=phy0-ap0 set zone=127 type=0 [ 42.458795] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=p hy0-ap0(tso=0,0,hw_csum=0,0), add ingress hook [ 42.496620] br-lan: port 2(phy0-ap0) entered blocking state [ 42.502362] br-lan: port 2(phy0-ap0) entered disabled state [ 42.508959] device phy0-ap0 entered promiscuous mode [ 42.976995] warning: (zone_netdev_event:347)dev=phy1-ap0 set zone=127 type=0 [ 42.984105] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=p hy1-ap0(tso=0,0,hw_csum=0,0), add ingress hook [ 43.005423] br-lan: port 3(phy1-ap0) entered blocking state [ 43.011196] br-lan: port 3(phy1-ap0) entered disabled state [ 43.017761] device phy1-ap0 entered promiscuous mode [ 43.023168] br-lan: port 3(phy1-ap0) entered blocking state [ 43.028982] br-lan: port 3(phy1-ap0) entered forwarding state [ 43.509079] br-lan: port 3(phy1-ap0) entered disabled state [ 55.166262] IPv6: ADDRCONF(NETDEV_CHANGE): phy1-ap0: link becomes ready [ 55.173312] br-lan: port 3(phy1-ap0) entered blocking state [ 55.178956] br-lan: port 3(phy1-ap0) entered forwarding state [ 55.360859] IPv6: ADDRCONF(NETDEV_CHANGE): phy0-ap0: link becomes ready [ 55.367994] br-lan: port 2(phy0-ap0) entered blocking state [ 55.373604] br-lan: port 2(phy0-ap0) entered forwarding state [ 133.937793] ksmbd: The ksmbd server is experimental, use at your own risk. [ 707.454049] info: (PCO)PRE[192.168.42.2:5 9422->34.120.195.249:443|ID:6B54,IL:41|...A....]: dir=0 use hash=3108 outdev=usb 0(vlan:-1 pppoe=-1) [ 707.469817] info: (PCO)PRE[192.168.42.2:5 9422->34.120.195.249:443|ID:6B54,IL:41|...A....]: dir=1 use hash=4878 outdev=eth 0(vlan:1 pppoe=-1) [ 707.537690] info: keepalive[3108] nfn[192.168.15.177:59422->34.120.195.249:44 3] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [ 710.960477] info: (PCO)PRE[117.18.232.200 :443->192.168.15.177:59426|ID:6F54,IL:116|...AP...]: dir=0 use hash=4712 outdev= usb0(vlan:-1 pppoe=-1) [ 710.976496] info: (PCO)PRE[117.18.232.200 :443->192.168.15.177:59426|ID:6F54,IL:116|...AP...]: dir=1 use hash=6506 outdev= eth0(vlan:1 pppoe=-1) [ 710.992439] info: keepalive[4712] nfn[192.168.15.177:59426->117.18.232.200:44 3] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 710.993485] info: keepalive[4712] nfn[192.168.15.177:59426->117.18.232.200:44 3] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 712.227279] info: (PCO)PRE[47.118.71.166: 443->192.168.15.177:58751|ID:16C8,IL:121|...AP...]: dir=0 use hash=3662 outdev=u sb0(vlan:-1 pppoe=-1) [ 712.243212] info: (PCO)PRE[47.118.71.166: 443->192.168.15.177:58751|ID:16C8,IL:121|...AP...]: dir=1 use hash=4452 outdev=e th0(vlan:1 pppoe=-1) [ 712.260152] info: keepalive[3662] nfn[192.168.15.177:58751->47.118.71.166:443 ] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 712.290569] info: keepalive[3662] nfn[192.168.15.177:58751->47.118.71.166:443 ] ct1 diff_jiffies=3 HZ=100 bytes=40 hw=0 [ 714.223432] info: (PCO)PRE[192.168.42.2:5 9396->103.28.54.162:27038|ID:AA46,IL:94|...AP...]: dir=0 use hash=246 outdev=usb 0(vlan:-1 pppoe=-1) [ 714.239217] info: (PCO)PRE[192.168.42.2:5 9396->103.28.54.162:27038|ID:AA46,IL:94|...AP...]: dir=1 use hash=492 outdev=eth 0(vlan:1 pppoe=-1) [ 714.370454] info: keepalive[246] nfn[192.168.15.177:59396->103.28.54.162:2703 8] ct1 diff_jiffies=14 HZ=100 bytes=0 hw=0 [ 715.265189] info: (PCO)PRE[192.168.42.2:2 5898->118.31.13.204:3000|ID:F164,IL:52|UL:32,UC:D110]: dir=0 use hash=1268 outde v=usb0(vlan:-1 pppoe=-1) [ 715.281388] info: (PCO)PRE[192.168.42.2:2 5898->118.31.13.204:3000|ID:F164,IL:52|UL:32,UC:D110]: dir=1 use hash=3438 outde v=eth0(vlan:1 pppoe=-1) [ 715.344622] info: keepalive[1268] nfn[192.168.15.177:60769->118.31.13.204:300 0] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [ 718.950272] info: (PCO)PRE[192.168.42.2:5 9576->172.217.160.74:443|ID:5D59,IL:52|...A....]: dir=0 use hash=4190 outdev=usb 0(vlan:-1 pppoe=-1) [ 718.966063] info: (PCO)PRE[192.168.42.2:5 9576->172.217.160.74:443|ID:5D59,IL:52|...A....]: dir=1 use hash=2940 outdev=eth 0(vlan:1 pppoe=-1) [ 718.981852] info: keepalive[4190] nfn[192.168.15.177:59576->172.217.160.74:44 3] ct0 diff_jiffies=1 HZ=100 bytes=0 hw=0 [ 721.957047] info: keepalive[4190] nfn[192.168.15.177:59576->172.217.160.74:44 3] ct0 diff_jiffies=297 HZ=100 bytes=0 hw=0 [ 734.020025] info: (PCO)PRE[192.168.42.2:5 8813->20.197.71.89:443|ID:F89B,IL:83|...AP...]: dir=0 use hash=2320 outdev=usb0( vlan:-1 pppoe=-1) [ 734.035642] info: (PCO)PRE[192.168.42.2:5 8813->20.197.71.89:443|ID:F89B,IL:83|...AP...]: dir=1 use hash=525 outdev=eth0(v lan:1 pppoe=-1) [ 734.202990] info: keepalive[2320] nfn[192.168.15.177:58813->20.197.71.89:443] ct1 diff_jiffies=19 HZ=100 bytes=0 hw=0 [ 734.269306] info: keepalive[2320] nfn[192.168.15.177:58813->20.197.71.89:443] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [ 738.949672] info: (PCO)PRE[192.168.42.2:5 9594->202.89.233.100:443|ID:EE47,IL:40|...A....]: dir=0 use hash=6948 outdev=usb 0(vlan:-1 pppoe=-1) [ 738.957318] info: (PCO)PRE[192.168.42.2:5 9593->184.50.93.144:443|ID:A5AB,IL:52|...A....]: dir=0 use hash=1756 outdev=usb0 (vlan:-1 pppoe=-1) [ 738.965439] info: (PCO)PRE[192.168.42.2:5 9594->202.89.233.100:443|ID:EE47,IL:40|...A....]: dir=1 use hash=7178 outdev=eth 0(vlan:1 pppoe=-1) [ 738.981056] info: (PCO)PRE[192.168.42.2:5 9593->184.50.93.144:443|ID:A5AB,IL:52|...A....]: dir=1 use hash=7678 outdev=eth0 (vlan:1 pppoe=-1) [ 738.996720] info: keepalive[6948] nfn[192.168.15.177:59594->202.89.233.100:44 3] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 739.012290] info: keepalive[1756] nfn[192.168.15.177:59593->184.50.93.144:443 ] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 739.055677] info: keepalive[6948] nfn[192.168.15.177:59594->202.89.233.100:44 3] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [ 739.083003] info: keepalive[1756] nfn[192.168.15.177:59593->184.50.93.144:443 ] ct1 diff_jiffies=7 HZ=100 bytes=0 hw=0 [ 739.284679] info: (PCO)PRE[192.168.42.2:5 9596->202.89.233.100:443|ID:EE55,IL:40|...A....]: dir=0 use hash=6952 outdev=usb 0(vlan:-1 pppoe=-1) [ 739.300459] info: (PCO)PRE[192.168.42.2:5 9596->202.89.233.100:443|ID:EE55,IL:40|...A....]: dir=1 use hash=4102 outdev=eth 0(vlan:1 pppoe=-1) [ 739.316292] info: keepalive[6952] nfn[192.168.15.177:59596->202.89.233.100:44 3] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 739.327556] info: (PCO)PRE[152.195.38.76: 80->192.168.15.177:59595|ID:9C5F,IL:52|...A....]: dir=0 use hash=5908 outdev=usb 0(vlan:-1 pppoe=-1) [ 739.343304] info: (PCO)PRE[152.195.38.76: 80->192.168.15.177:59595|ID:9C5F,IL:52|...A....]: dir=1 use hash=4624 outdev=eth 0(vlan:1 pppoe=-1) [ 739.359010] info: keepalive[5908] nfn[192.168.15.177:59595->152.195.38.76:80] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 739.370010] info: keepalive[6952] nfn[192.168.15.177:59596->202.89.233.100:44 3] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [ 739.423581] info: keepalive[5908] nfn[192.168.15.177:59595->152.195.38.76:80] ct0 diff_jiffies=8 HZ=100 bytes=0 hw=0 [ 741.350097] info: (PCO)PRE[192.168.42.2:5 9396->103.28.54.162:27038|ID:AA47,IL:94|...AP...]: dir=0 use hash=246 outdev=usb 0(vlan:-1 pppoe=-1) [ 741.365871] info: (PCO)PRE[192.168.42.2:5 9396->103.28.54.162:27038|ID:AA47,IL:94|...AP...]: dir=1 use hash=492 outdev=eth 0(vlan:1 pppoe=-1) [ 741.534196] info: keepalive[246] nfn[192.168.15.177:59396->103.28.54.162:2703 8] ct1 diff_jiffies=15 HZ=100 bytes=0 hw=0 [ 742.438172] info: (PCO)PRE[47.118.71.166: 443->192.168.15.177:58751|ID:BAE8,IL:121|...AP...]: dir=0 use hash=3662 outdev=u sb0(vlan:-1 pppoe=-1) [ 742.454107] info: (PCO)PRE[47.118.71.166: 443->192.168.15.177:58751|ID:BAE8,IL:121|...AP...]: dir=1 use hash=4452 outdev=e th0(vlan:1 pppoe=-1) [ 742.470292] info: keepalive[3662] nfn[192.168.15.177:58751->47.118.71.166:443 ] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 742.485555] info: keepalive[3662] nfn[192.168.15.177:58751->47.118.71.166:443 ] ct1 diff_jiffies=2 HZ=100 bytes=0 hw=0 [ 752.554642] info: (PCO)PRE[192.168.42.2:5 9422->34.120.195.249:443|ID:6B55,IL:41|...A....]: dir=0 use hash=3108 outdev=usb 0(vlan:-1 pppoe=-1) [ 752.570409] info: (PCO)PRE[192.168.42.2:5 9422->34.120.195.249:443|ID:6B55,IL:41|...A....]: dir=1 use hash=4878 outdev=eth 0(vlan:1 pppoe=-1) [ 752.691379] info: keepalive[3108] nfn[192.168.15.177:59422->34.120.195.249:44 3] ct1 diff_jiffies=11 HZ=100 bytes=0 hw=0 [ 766.427736] info: (PCO)PRE[104.16.209.12: 443->192.168.15.177:59210|ID:4426,IL:98|...AP...]: dir=0 use hash=4406 outdev=us b0(vlan:-1 pppoe=-1) [ 766.443640] info: (PCO)PRE[104.16.209.12: 443->192.168.15.177:59210|ID:4426,IL:98|...AP...]: dir=1 use hash=5690 outdev=et h0(vlan:1 pppoe=-1) [ 768.410856] info: (PCO)PRE[192.168.42.2:5 9396->103.28.54.162:27038|ID:AA48,IL:94|...AP...]: dir=0 use hash=246 outdev=usb 0(vlan:-1 pppoe=-1) [ 768.426691] info: (PCO)PRE[192.168.42.2:5 9396->103.28.54.162:27038|ID:AA48,IL:94|...AP...]: dir=1 use hash=492 outdev=eth 0(vlan:1 pppoe=-1) [ 768.546975] info: keepalive[246] nfn[192.168.15.177:59396->103.28.54.162:2703 8] ct1 diff_jiffies=10 HZ=100 bytes=0 hw=0 [ 772.228042] info: (PCO)PRE[47.118.71.166: 443->192.168.15.177:58751|ID:0007,IL:121|...AP...]: dir=0 use hash=3662 outdev=u sb0(vlan:-1 pppoe=-1) [ 772.244033] info: (PCO)PRE[47.118.71.166: 443->192.168.15.177:58751|ID:0007,IL:121|...AP...]: dir=1 use hash=4452 outdev=e th0(vlan:1 pppoe=-1) [ 772.313296] info: keepalive[3662] nfn[192.168.15.177:58751->47.118.71.166:443 ] ct0 diff_jiffies=6 HZ=100 bytes=52 hw=0 [ 775.276165] info: (PCO)PRE[192.168.42.2:2 5898->118.31.13.204:3000|ID:F165,IL:52|UL:32,UC:1718]: dir=0 use hash=1268 outde v=usb0(vlan:-1 pppoe=-1) [ 775.292368] info: (PCO)PRE[192.168.42.2:2 5898->118.31.13.204:3000|ID:F165,IL:52|UL:32,UC:1718]: dir=1 use hash=3438 outde v=eth0(vlan:1 pppoe=-1) [ 775.356390] info: keepalive[1268] nfn[192.168.15.177:60769->118.31.13.204:300 0] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [ 779.016613] info: (PCO)PRE[192.168.42.2:5 8813->20.197.71.89:443|ID:F89D,IL:83|...AP...]: dir=0 use hash=2320 outdev=usb0( vlan:-1 pppoe=-1) [ 779.032206] info: (PCO)PRE[192.168.42.2:5 8813->20.197.71.89:443|ID:F89D,IL:83|...AP...]: dir=1 use hash=525 outdev=eth0(v lan:1 pppoe=-1) [ 779.240083] info: keepalive[2320] nfn[192.168.15.177:58813->20.197.71.89:443] ct1 diff_jiffies=20 HZ=100 bytes=0 hw=0 [ 779.296885] info: keepalive[2320] nfn[192.168.15.177:58813->20.197.71.89:443] ct0 diff_jiffies=5 HZ=100 bytes=0 hw=0 root@X-WRT:~# dmesg [ 0.000000] Linux version 5.15.114 (ptpt52@SC-GAME) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r23276+1-af51bfd67a2) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Fri Jun 9 22:37:20 2023 [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: machine is D-Team Newifi D2 [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] VPE topology {2,2} total 4 [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] HighMem [mem 0x0000000010000000-0x0000000023ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000001bffffff] [ 0.000000] node 0: [mem 0x0000000020000000-0x0000000023ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000023ffffff] [ 0.000000] percpu: Embedded 11 pages/cpu s15376 r8192 d21488 u45056 [ 0.000000] pcpu-alloc: s15376 r8192 d21488 u45056 alloc=11*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130560 [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2 [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] Writing ErrCtl register=00033032 [ 0.000000] Readback ErrCtl register=00033032 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 508028K/524288K available (7071K kernel code, 649K rwdata, 1460K rodata, 1240K init, 251K bss, 16260K reserved, 0K cma-reserved, 262144K highmem) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 256 [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns [ 0.000004] sched_clock: 64 bits at 880MHz, resolution 1ns, wraps every 4398046511103ns [ 0.008051] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.066219] pid_max: default: 32768 minimum: 301 [ 0.071512] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.078724] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.089731] rcu: Hierarchical SRCU implementation. [ 0.095159] smp: Bringing up secondary CPUs ... [ 0.100521] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.100546] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.100561] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.100610] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.159955] Synchronize counters for CPU 1: done. [ 0.192339] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.192359] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.192370] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.192400] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.251317] Synchronize counters for CPU 2: done. [ 0.281909] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.281931] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.281942] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.281977] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.336514] Synchronize counters for CPU 3: done. [ 0.366368] smp: Brought up 1 node, 4 CPUs [ 0.371529] devtmpfs: initialized [ 0.379628] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.389444] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.396412] pinctrl core: initialized pinctrl subsystem [ 0.403102] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.409740] thermal_sys: Registered thermal governor 'step_wise' [ 0.410325] cpuidle: using governor teo [ 0.432437] FPU Affinity set after 11720 emulations [ 0.434051] pstore: Registered ramoops as persistent store backend [ 0.440151] ramoops: using 0x80000@0x3f00000, ecc: 0 [ 0.456735] clocksource: Switched to clocksource GIC [ 0.463861] NET: Registered PF_INET protocol family [ 0.468937] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.477144] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.485441] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.493157] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.500753] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.507863] TCP: Hash tables configured (established 2048 bind 2048) [ 0.514291] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.520812] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.528107] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.533718] PCI: CLS 0 bytes, default 32 [ 0.540919] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 0.551540] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.557367] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.568589] bounce: pool size: 64 pages [ 0.576360] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.582497] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.588661] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.594822] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: [ 0.601544] mt7621-pci 1e140000.pcie: No bus range found for /pcie@1e140000, using [bus 00-ff] [ 0.610277] mt7621-pci 1e140000.pcie: MEM 0x0060000000..0x006fffffff -> 0x0060000000 [ 0.618380] mt7621-pci 1e140000.pcie: IO 0x001e160000..0x001e16ffff -> 0x0000000000 [ 0.986718] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) [ 0.993618] mt7621-pci 1e140000.pcie: PCIE0 enabled [ 0.998465] mt7621-pci 1e140000.pcie: PCIE1 enabled [ 1.003311] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 [ 1.010466] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 [ 1.016771] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.022182] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 1.029021] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 1.035195] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 [ 1.041135] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 1.047346] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 1.053612] pci 0000:00:00.0: supports D1 [ 1.057540] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 1.064158] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400 [ 1.070161] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 1.076343] pci 0000:00:01.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 1.082647] pci 0000:00:01.0: supports D1 [ 1.086565] pci 0000:00:01.0: PME# supported from D0 D1 D3hot [ 1.094296] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.102250] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.110467] pci 0000:01:00.0: [14c3:7612] type 00 class 0x028000 [ 1.116431] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit] [ 1.123186] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 1.129907] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 1.137476] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 1.142638] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 1.148694] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 1.155419] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff pref] [ 1.162611] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 1.169458] pci 0000:02:00.0: [14c3:7603] type 00 class 0x028000 [ 1.175417] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff] [ 1.181807] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 1.189317] pci 0000:00:01.0: PCI bridge to [bus 02-ff] [ 1.194479] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff] [ 1.200544] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff] [ 1.207281] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff pref] [ 1.214435] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 1.221067] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] [ 1.227605] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] [ 1.234497] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] [ 1.241078] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] [ 1.247990] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 1.254713] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] [ 1.261903] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] [ 1.268638] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref] [ 1.275794] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] [ 1.282558] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] [ 1.289295] pci 0000:00:00.0: BAR 7: assigned [io 0x0000-0x0fff] [ 1.295320] pci 0000:00:01.0: BAR 7: assigned [io 0x1000-0x1fff] [ 1.301396] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] [ 1.308652] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref] [ 1.315799] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.320741] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 1.326789] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 1.333510] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] [ 1.340705] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff] [ 1.347444] pci 0000:00:01.0: PCI bridge to [bus 02] [ 1.352344] pci 0000:00:01.0: bridge window [io 0x1000-0x1fff] [ 1.358411] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] [ 1.365131] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref] [ 1.375264] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 1.384497] printk: console [ttyS0] disabled [ 1.388891] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A [ 1.397958] printk: console [ttyS0] enabled [ 1.406201] printk: bootconsole [early0] disabled [ 1.419139] spi-mt7621 1e000b00.spi: sys_freq: 220000000 [ 1.425830] ------------[ cut here ]------------ [ 1.430493] WARNING: CPU: 3 PID: 1 at drivers/mtd/spi-nor/core.c:2864 spi_nor_init+0x17c/0x184 [ 1.439130] enabling reset hack; may not recover from unexpected reboots [ 1.445803] Modules linked in: [ 1.448863] CPU: 3 PID: 1 Comm: swapper/0 Not tainted 5.15.114 #0 [ 1.454940] Stack : 80ef666c 8007d824 00000000 00000004 00000000 00000000 81433964 80a30000 [ 1.463294] 80870000 80793f10 81455fb8 8086ce43 00000000 00000001 81433910 8147d5c0 [ 1.471653] 00000000 00000000 80793f10 814337b0 ffffefff 00000000 ffffffea 00000000 [ 1.480008] 814337bc 000000a2 80871b30 ffffffff 80793f10 00000001 00000000 80441078 [ 1.488366] 00000009 80ef666c 807e0000 815e8200 00000018 803e45c0 0000000c 80a3000c [ 1.496723] ... [ 1.499173] Call Trace: [ 1.501603] [<800080ec>] show_stack+0x28/0xf0 [ 1.505974] [<803591e0>] dump_stack_lvl+0x60/0x80 [ 1.510670] [<8002f508>] warn+0x9c/0x124 [ 1.514779] [<8002f61c>] warn_slowpath_fmt+0x8c/0xac [ 1.519730] [<80441078>] spi_nor_init+0x17c/0x184 [ 1.524429] [<8044192c>] spi_nor_scan+0x7c4/0xc20 [ 1.529118] [<804426cc>] spi_nor_probe+0x94/0x310 [ 1.533811] [<803f5f04>] really_probe.part.0+0xac/0x354 [ 1.539025] [<803f6438>] driver_probe_device+0x4c/0x154 [ 1.544238] [<803f6a90>] __device_attach_driver+0xd0/0x15c [ 1.549705] [<803f39f0>] bus_for_each_drv+0x70/0xb0 [ 1.554597] [<803f67b4>] device_attach+0xe0/0x180 [ 1.559459] [<803f4e50>] bus_probe_device+0xa0/0xbc [ 1.564325] [<803f22c4>] device_add+0x3e4/0x8f0 [ 1.568843] [<80461c98>] spi_add_device+0x80/0x160 [ 1.573804] [<80461dd8>] spi_add_device+0x60/0x9c [ 1.578494] [<8046277c>] spi_register_controller+0x7f4/0xb34 [ 1.584138] [<80465300>] mt7621_spi_probe+0x168/0x220 [ 1.589177] [<803f85f0>] platform_probe+0x50/0xa4 [ 1.593876] [<803f5f04>] really_probe.part.0+0xac/0x354 [ 1.599084] [<803f6438>] driver_probe_device+0x4c/0x154 [ 1.604297] [<803f6bc8>] driver_attach+0xac/0x1ac [ 1.609157] [<803f3944>] bus_for_each_dev+0x68/0xa4 [ 1.614023] [<803f5124>] bus_add_driver+0x150/0x238 [ 1.618884] [<803f73ec>] driver_register+0x98/0x154 [ 1.623751] [<80001638>] do_one_initcall+0x50/0x1b4 [ 1.628612] [<808fb0f8>] kernel_init_freeable+0x1f0/0x28c [ 1.633995] [<806df6a0>] kernel_init+0x20/0x110 [ 1.638543] [<80003038>] ret_from_kernel_thread+0x14/0x1c [ 1.643932] [ 1.645599] ---[ end trace d9811b569077ee8e ]--- [ 1.650269] spi-nor spi0.0: w25q256 (32768 Kbytes) [ 1.655121] 4 fixed-partitions partitions found on MTD device spi0.0 [ 1.661527] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions [ 1.668870] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions [ 1.676808] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions [ 1.684188] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions [ 1.691769] Creating 4 MTD partitions on "spi0.0": [ 1.696575] 0x000000000000-0x000000030000 : "u-boot" [ 1.702990] 0x000000030000-0x000000040000 : "u-boot-env" [ 1.709630] 0x000000040000-0x000000050000 : "factory" [ 1.716141] 0x000000050000-0x000002000000 : "firmware" [ 1.722783] 2 uimage-fw partitions found on MTD device firmware [ 1.728785] Creating 2 MTD partitions on "firmware": [ 1.733740] 0x000000000000-0x0000002c3ff8 : "kernel" [ 1.738701] mtd: partition "kernel" doesn't end on an erase/write block -- force read-only [ 1.748275] 0x0000002c3ff8-0x000001fb0000 : "rootfs" [ 1.753270] mtd: partition "rootfs" doesn't start on an erase/write block boundary -- force read-only [ 1.763763] mtd: setting mtd5 (rootfs) as root device [ 1.768975] 1 squashfs-split partitions found on MTD device rootfs [ 1.775152] 0x000000b40000-0x000001fb0000 : "rootfs_data" [ 1.932744] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21 [ 1.942822] i2c_dev: i2c /dev entries driver [ 1.951351] NET: Registered PF_INET6 protocol family [ 1.958482] Segment Routing with IPv6 [ 1.962222] In-situ OAM (IOAM) with IPv6 [ 1.966222] NET: Registered PF_PACKET protocol family [ 1.971406] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.984949] 8021q: 802.1Q VLAN Support v1.8 [ 1.993026] pstore: Using crash dump compression: deflate [ 2.002574] gpio-export gpio_export: 1 gpio(s) exported [ 2.056923] mt753x 1e110000.gsw: LAN/WAN VLAN setting=llllw [ 2.062628] mt753x 1e110000.gsw: Switch is MediaTek MT7530 rev 1 [ 3.503913] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 3.517435] devtmpfs: mounted [ 3.525121] Freeing unused kernel image (initmem) memory: 1240K [ 3.531117] This architecture does not have kernel memory protection. [ 3.537581] Run /sbin/init as init process [ 3.541664] with arguments: [ 3.541669] /sbin/init [ 3.541674] with environment: [ 3.541679] HOME=/ [ 3.541685] TERM=linux [ 4.005759] init: Console is alive [ 4.009748] init: - watchdog - [ 6.493121] kmodloader: loading kernel modules from /etc/modules-boot.d/ [ 6.559406] usbcore: registered new interface driver usbfs [ 6.565076] usbcore: registered new interface driver hub [ 6.570586] usbcore: registered new device driver usb [ 6.621881] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 6.637569] SCSI subsystem initialized [ 6.646483] fsl-ehci: Freescale EHCI Host controller driver [ 6.654091] ehci-platform: EHCI generic platform driver [ 6.663502] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0) [ 6.671988] softdog: soft_reboot_cmd= soft_active_on_boot=0 [ 6.682185] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 6.690181] ohci-platform: OHCI generic platform driver [ 6.704986] xhci-mtk 1e1c0000.xhci: supply vbus not found, using dummy regulator [ 6.712702] xhci-mtk 1e1c0000.xhci: supply vusb33 not found, using dummy regulator [ 6.720582] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 6.725945] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1 [ 6.746912] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000290010 [ 6.756124] xhci-mtk 1e1c0000.xhci: irq 20, io mem 0x1e1c0000 [ 6.762121] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 6.767476] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2 [ 6.774947] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed [ 6.782683] hub 1-0:1.0: USB hub found [ 6.786601] hub 1-0:1.0: 2 ports detected [ 6.791576] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 6.801009] hub 2-0:1.0: USB hub found [ 6.804919] hub 2-0:1.0: 1 port detected [ 6.822675] usbcore: registered new interface driver usb-storage [ 6.831247] usbcore: registered new interface driver uas [ 6.837442] kmodloader: done loading kernel modules from /etc/modules-boot.d/ [ 6.847265] init: - preinit - [ 6.916572] mt753x 1e110000.gsw: Port 1 Link is Up - 1Gbps/Full [ 7.768478] random: jshn: uninitialized urandom read (4 bytes read) [ 7.896545] random: jshn: uninitialized urandom read (4 bytes read) [ 8.080319] random: jshn: uninitialized urandom read (4 bytes read) [ 8.127134] usb 2-1: new SuperSpeed USB device number 2 using xhci-mtk [ 10.086796] random: crng init done [ 10.090243] random: 7 urandom warning(s) missed due to ratelimiting [ 10.471143] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 10.480317] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 10.488882] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 12.729532] mount_root: loading kmods from internal overlay [ 12.793012] kmodloader: loading kernel modules from //etc/modules-boot.d/ [ 12.808336] kmodloader: done loading kernel modules from //etc/modules-boot.d/ [ 13.325185] jffs2: notice: (449) jffs2_build_xattr_subsystem: complete building xattr subsystem, 24 of xdatum (16 unchecked, 8 orphan) and 28 of xref (8 dead, 0 orphan) found. [ 13.341870] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab [ 13.355037] block: extroot: not configured [ 13.422074] jffs2: notice: (447) jffs2_build_xattr_subsystem: complete building xattr subsystem, 24 of xdatum (16 unchecked, 8 orphan) and 28 of xref (8 dead, 0 orphan) found. [ 13.758364] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab [ 13.773414] block: extroot: not configured [ 13.779121] mount_root: switching to jffs2 overlay [ 13.794037] overlayfs: upper fs does not support tmpfile. [ 13.839196] urandom-seed: Seeding with /etc/urandom.seed [ 13.919425] mtk_soc_eth 1e100000.ethernet eth0: Link is Down [ 14.015358] procd: - early - [ 14.018559] procd: - watchdog - [ 14.647054] procd: - watchdog - [ 14.652287] procd: - ubus - [ 14.868203] procd: - init - [ 15.760176] kmodloader: loading kernel modules from /etc/modules.d/ [ 15.813934] urngd: v1.0.2 started. [ 16.003646] NET: Registered PF_ALG protocol family [ 16.026095] Key type dns_resolver registered [ 16.052493] RPC: Registered named UNIX socket transport module. [ 16.058520] RPC: Registered udp transport module. [ 16.063205] RPC: Registered tcp transport module. [ 16.067941] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 16.083271] tun: Universal TUN/TAP device driver, 1.6 [ 16.105984] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 16.122689] gre: GRE over IPv4 demultiplexor driver [ 16.130339] ip_gre: GRE over IPv4 tunneling driver [ 16.143542] ip6_gre: GRE over IPv6 tunneling driver [ 16.197688] ksmbd: The ksmbd server is experimental, use at your own risk. [ 16.228492] NFS: Registering the id_resolver key type [ 16.233631] Key type id_resolver registered [ 16.237877] Key type id_legacy registered [ 16.319004] GACT probability on [ 16.325035] Mirror/redirect action on [ 16.344740] u32 classifier [ 16.347691] input device check on [ 16.351392] Actions configured [ 16.382446] ntfs3: Max link count 4000 [ 16.386255] ntfs3: Enabled Linux POSIX ACLs support [ 16.425676] {natcap}:natcap_init(): version: 8.0.0 [ 16.430593] {natcap}:natcap_init(): natcap_major=251, natcap_minor=0 [ 16.443255] {natcap}:natcap_peer_init(): natcap_peer_major=250, natcap_peer_minor=0 [ 16.460135] {natflow}:natflow_init(): natflow_major=249, natflow_minor=0 [ 16.467515] {natflow}:natflow_zone_init(): natflow_zone_major=248, natflow_zone_minor=0 [ 16.476388] {natflow}:natflow_user_init(): natflow_user_major=247, natflow_user_minor=0 [ 16.485396] {natflow}:userinfo_init(): userinfo_major=246, userinfo_minor=0 [ 16.493126] {natflow}:userinfo_event_init(): userinfo_event_major=245, userinfo_event_minor=0 [ 16.502464] {natflow}:qos_init(): qos_major=244, qos_minor=0 [ 16.508982] {natflow}:conntrackinfo_init(): conntrackinfo_major=243, conntrackinfo_minor=0 [ 16.518168] {natflow}:natflow_urllogger_init(): urllogger_major=242, urllogger_minor=0 [ 16.545919] Bridge firewalling registered [ 16.552977] usbcore: registered new interface driver cdc_wdm [ 16.564304] Loading modules backported from Linux version v6.1.24-0-g0102425ac76b [ 16.571931] Backport generated by backports.git v5.15.92-1-44-gd6ea70fafd36 [ 16.588090] usbcore: registered new interface driver ipheth [ 16.812195] usbcore: registered new interface driver r8152 [ 16.830186] usbcore: registered new interface driver ums-alauda [ 16.838523] usbcore: registered new interface driver ums-cypress [ 16.847396] usbcore: registered new interface driver ums-datafab [ 16.855773] usbcore: registered new interface driver ums-freecom [ 16.865741] usbcore: registered new interface driver ums-isd200 [ 16.874677] usbcore: registered new interface driver ums-jumpshot [ 16.884390] usbcore: registered new interface driver ums-karma [ 16.893700] usbcore: registered new interface driver ums-sddr09 [ 16.903336] usbcore: registered new interface driver ums-sddr55 [ 16.912327] usbcore: registered new interface driver ums-usbat [ 16.922580] usbcore: registered new interface driver usblp [ 16.944367] usbcore: registered new interface driver usbserial_generic [ 16.951245] usbserial: USB Serial support registered for generic [ 17.007203] xt_time: kernel timezone is -0000 [ 17.019818] cdc_ether 2-1:1.0 usb0: register 'cdc_ether' at usb-1e1c0000.xhci-1, CDC Ethernet Device, 16:6b:0d:ee:1b:be [ 17.031280] usbcore: registered new interface driver cdc_ether [ 17.042959] usbcore: registered new interface driver cdc_ncm [ 17.096203] usbcore: registered new interface driver huawei_cdc_ncm [ 17.326428] pci 0000:00:01.0: enabling device (0000 -> 0003) [ 17.332269] mt7603e 0000:02:00.0: enabling device (0000 -> 0002) [ 17.338555] mt7603e 0000:02:00.0: ASIC revision: 76030010 [ 18.424289] mt7603e 0000:02:00.0: Firmware Version: CL173766_R [ 18.430186] mt7603e 0000:02:00.0: Build Time: 20171110105932 [ 18.456731] mt7603e 0000:02:00.0: firmware init done [ 18.640673] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 18.669396] pci 0000:00:00.0: enabling device (0000 -> 0003) [ 18.675132] mt76x2e 0000:01:00.0: enabling device (0000 -> 0002) [ 18.681469] mt76x2e 0000:01:00.0: ASIC revision: 76120044 [ 19.439219] mt76x2e 0000:01:00.0: ROM patch build: 20141115060606a [ 19.449895] mt76x2e 0000:01:00.0: Firmware Version: 0.0.00 [ 19.455411] mt76x2e 0000:01:00.0: Build: 1 [ 19.459511] mt76x2e 0000:01:00.0: Build Time: 201607111443____ [ 19.486822] mt76x2e 0000:01:00.0: Firmware running! [ 19.493780] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' [ 19.508958] PPP generic driver version 2.4.2 [ 19.515628] PPP MPPE Compression module registered [ 19.522407] NET: Registered PF_PPPOX protocol family [ 19.529586] PPTP driver version 0.8.5 [ 19.537385] usbcore: registered new interface driver qmi_wwan [ 19.546328] usbcore: registered new interface driver rndis_host [ 19.555276] usbcore: registered new interface driver sierra [ 19.561205] usbserial: USB Serial support registered for Sierra USB modem [ 19.570889] usbcore: registered new interface driver sierra_net [ 19.585878] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 19.593782] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld Jason@zx2c4.com. All Rights Reserved. [ 19.606151] usbcore: registered new interface driver cdc_mbim [ 19.614814] usbcore: registered new interface driver option [ 19.620700] usbserial: USB Serial support registered for GSM modem (1-port) [ 19.628151] option 2-1:1.2: GSM modem (1-port) converter detected [ 19.635027] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB0 [ 19.642332] option 2-1:1.3: GSM modem (1-port) converter detected [ 19.649343] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB1 [ 19.656617] option 2-1:1.4: GSM modem (1-port) converter detected [ 19.663677] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB2 [ 19.670999] option 2-1:1.5: GSM modem (1-port) converter detected [ 19.677968] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB3 [ 19.685214] option 2-1:1.6: GSM modem (1-port) converter detected [ 19.692355] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB4 [ 19.705895] usbcore: registered new interface driver qcserial [ 19.712044] usbserial: USB Serial support registered for Qualcomm USB modem [ 19.720121] kmodloader: done loading kernel modules from /etc/modules.d/ [ 22.259548] /dev/sda1: Can't open blockdev [ 22.265823] /dev/sda1: Can't open blockdev [ 22.283078] /dev/sda1: Can't open blockdev [ 33.929595] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=SQM_IFB_55a18 [ 34.164927] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=SQM_IFB_fe930 [ 34.399526] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=SQM_IFB_25aa8 [ 34.628974] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=SQM_IFB_ffaaa [ 34.825694] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=SQM_IFB_af2b1 [ 36.563124] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 36.571509] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=eth0(tso=1,1,hw_csum=1,1), add ingress hook [ 36.582534] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 36.592468] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 36.606895] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=eth0.1(tso=1,1,hw_csum=1,1), add ingress hook [ 36.619802] br-lan: port 1(eth0.1) entered blocking state [ 36.625325] br-lan: port 1(eth0.1) entered disabled state [ 36.631605] device eth0.1 entered promiscuous mode [ 36.636498] device eth0 entered promiscuous mode [ 36.647844] br-lan: port 1(eth0.1) entered blocking state [ 36.653325] br-lan: port 1(eth0.1) entered forwarding state [ 36.698827] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=usb0(tso=0,0,hw_csum=0,0), add ingress hook [ 36.722236] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=eth0.2(tso=1,1,hw_csum=1,1), add ingress hook [ 37.568677] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 37.818167] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=wlan1 [ 37.918305] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=wlan0 [ 42.451604] warning: (zone_netdev_event:347)dev=phy0-ap0 set zone=127 type=0 [ 42.458795] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=phy0-ap0(tso=0,0,hw_csum=0,0), add ingress hook [ 42.496620] br-lan: port 2(phy0-ap0) entered blocking state [ 42.502362] br-lan: port 2(phy0-ap0) entered disabled state [ 42.508959] device phy0-ap0 entered promiscuous mode [ 42.976995] warning: (zone_netdev_event:347)dev=phy1-ap0 set zone=127 type=0 [ 42.984105] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=phy1-ap0(tso=0,0,hw_csum=0,0), add ingress hook [ 43.005423] br-lan: port 3(phy1-ap0) entered blocking state [ 43.011196] br-lan: port 3(phy1-ap0) entered disabled state [ 43.017761] device phy1-ap0 entered promiscuous mode [ 43.023168] br-lan: port 3(phy1-ap0) entered blocking state [ 43.028982] br-lan: port 3(phy1-ap0) entered forwarding state [ 43.509079] br-lan: port 3(phy1-ap0) entered disabled state [ 55.166262] IPv6: ADDRCONF(NETDEV_CHANGE): phy1-ap0: link becomes ready [ 55.173312] br-lan: port 3(phy1-ap0) entered blocking state [ 55.178956] br-lan: port 3(phy1-ap0) entered forwarding state [ 55.360859] IPv6: ADDRCONF(NETDEV_CHANGE): phy0-ap0: link becomes ready [ 55.367994] br-lan: port 2(phy0-ap0) entered blocking state [ 55.373604] br-lan: port 2(phy0-ap0) entered forwarding state [ 133.937793] ksmbd: The ksmbd server is experimental, use at your own risk. [ 707.454049] info: (PCO)PRE[192.168.42.2:59422->34.120.195.249:443|ID:6B54,IL:41|...A....]: dir=0 use hash=3108 outdev=usb0(vlan:-1 pppoe=-1) [ 707.469817] info: (PCO)PRE[192.168.42.2:59422->34.120.195.249:443|ID:6B54,IL:41|...A....]: dir=1 use hash=4878 outdev=eth0(vlan:1 pppoe=-1) [ 707.537690] info: keepalive[3108] nfn[192.168.15.177:59422->34.120.195.249:443] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [ 710.960477] info: (PCO)PRE[117.18.232.200:443->192.168.15.177:59426|ID:6F54,IL:116|...AP...]: dir=0 use hash=4712 outdev=usb0(vlan:-1 pppoe=-1 ) [ 710.976496] info: (PCO)PRE[117.18.232.200:443->192.168.15.177:59426|ID:6F54,IL:116|...AP...]: dir=1 use hash=6506 outdev=eth0(vlan:1 pppoe=-1) [ 710.992439] info: keepalive[4712] nfn[192.168.15.177:59426->117.18.232.200:443] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 710.993485] info: keepalive[4712] nfn[192.168.15.177:59426->117.18.232.200:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 712.227279] info: (PCO)PRE[47.118.71.166:443->192.168.15.177:58751|ID:16C8,IL:121|...AP...]: dir=0 use hash=3662 outdev=usb0(vlan:-1 pppoe=-1) [ 712.243212] info: (PCO)PRE[47.118.71.166:443->192.168.15.177:58751|ID:16C8,IL:121|...AP...]: dir=1 use hash=4452 outdev=eth0(vlan:1 pppoe=-1) [ 712.260152] info: keepalive[3662] nfn[192.168.15.177:58751->47.118.71.166:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 712.290569] info: keepalive[3662] nfn[192.168.15.177:58751->47.118.71.166:443] ct1 diff_jiffies=3 HZ=100 bytes=40 hw=0 [ 714.223432] info: (PCO)PRE[192.168.42.2:59396->103.28.54.162:27038|ID:AA46,IL:94|...AP...]: dir=0 use hash=246 outdev=usb0(vlan:-1 pppoe=-1) [ 714.239217] info: (PCO)PRE[192.168.42.2:59396->103.28.54.162:27038|ID:AA46,IL:94|...AP...]: dir=1 use hash=492 outdev=eth0(vlan:1 pppoe=-1) [ 714.370454] info: keepalive[246] nfn[192.168.15.177:59396->103.28.54.162:27038] ct1 diff_jiffies=14 HZ=100 bytes=0 hw=0 [ 715.265189] info: (PCO)PRE[192.168.42.2:25898->118.31.13.204:3000|ID:F164,IL:52|UL:32,UC:D110]: dir=0 use hash=1268 outdev=usb0(vlan:-1 pppoe= -1) [ 715.281388] info: (PCO)PRE[192.168.42.2:25898->118.31.13.204:3000|ID:F164,IL:52|UL:32,UC:D110]: dir=1 use hash=3438 outdev=eth0(vlan:1 pppoe=- 1) [ 715.344622] info: keepalive[1268] nfn[192.168.15.177:60769->118.31.13.204:3000] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [ 718.950272] info: (PCO)PRE[192.168.42.2:59576->172.217.160.74:443|ID:5D59,IL:52|...A....]: dir=0 use hash=4190 outdev=usb0(vlan:-1 pppoe=-1) [ 718.966063] info: (PCO)PRE[192.168.42.2:59576->172.217.160.74:443|ID:5D59,IL:52|...A....]: dir=1 use hash=2940 outdev=eth0(vlan:1 pppoe=-1) [ 718.981852] info: keepalive[4190] nfn[192.168.15.177:59576->172.217.160.74:443] ct0 diff_jiffies=1 HZ=100 bytes=0 hw=0 [ 721.957047] info: keepalive[4190] nfn[192.168.15.177:59576->172.217.160.74:443] ct0 diff_jiffies=297 HZ=100 bytes=0 hw=0 [ 734.020025] info: (PCO)PRE[192.168.42.2:58813->20.197.71.89:443|ID:F89B,IL:83|...AP...]: dir=0 use hash=2320 outdev=usb0(vlan:-1 pppoe=-1) [ 734.035642] info: (PCO)PRE[192.168.42.2:58813->20.197.71.89:443|ID:F89B,IL:83|...AP...]: dir=1 use hash=525 outdev=eth0(vlan:1 pppoe=-1) [ 734.202990] info: keepalive[2320] nfn[192.168.15.177:58813->20.197.71.89:443] ct1 diff_jiffies=19 HZ=100 bytes=0 hw=0 [ 734.269306] info: keepalive[2320] nfn[192.168.15.177:58813->20.197.71.89:443] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [ 738.949672] info: (PCO)PRE[192.168.42.2:59594->202.89.233.100:443|ID:EE47,IL:40|...A....]: dir=0 use hash=6948 outdev=usb0(vlan:-1 pppoe=-1) [ 738.957318] info: (PCO)PRE[192.168.42.2:59593->184.50.93.144:443|ID:A5AB,IL:52|...A....]: dir=0 use hash=1756 outdev=usb0(vlan:-1 pppoe=-1) [ 738.965439] info: (PCO)PRE[192.168.42.2:59594->202.89.233.100:443|ID:EE47,IL:40|...A....]: dir=1 use hash=7178 outdev=eth0(vlan:1 pppoe=-1) [ 738.981056] info: (PCO)PRE[192.168.42.2:59593->184.50.93.144:443|ID:A5AB,IL:52|...A....]: dir=1 use hash=7678 outdev=eth0(vlan:1 pppoe=-1) [ 738.996720] info: keepalive[6948] nfn[192.168.15.177:59594->202.89.233.100:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 739.012290] info: keepalive[1756] nfn[192.168.15.177:59593->184.50.93.144:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 739.055677] info: keepalive[6948] nfn[192.168.15.177:59594->202.89.233.100:443] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [ 739.083003] info: keepalive[1756] nfn[192.168.15.177:59593->184.50.93.144:443] ct1 diff_jiffies=7 HZ=100 bytes=0 hw=0 [ 739.284679] info: (PCO)PRE[192.168.42.2:59596->202.89.233.100:443|ID:EE55,IL:40|...A....]: dir=0 use hash=6952 outdev=usb0(vlan:-1 pppoe=-1) [ 739.300459] info: (PCO)PRE[192.168.42.2:59596->202.89.233.100:443|ID:EE55,IL:40|...A....]: dir=1 use hash=4102 outdev=eth0(vlan:1 pppoe=-1) [ 739.316292] info: keepalive[6952] nfn[192.168.15.177:59596->202.89.233.100:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 739.327556] info: (PCO)PRE[152.195.38.76:80->192.168.15.177:59595|ID:9C5F,IL:52|...A....]: dir=0 use hash=5908 outdev=usb0(vlan:-1 pppoe=-1) [ 739.343304] info: (PCO)PRE[152.195.38.76:80->192.168.15.177:59595|ID:9C5F,IL:52|...A....]: dir=1 use hash=4624 outdev=eth0(vlan:1 pppoe=-1) [ 739.359010] info: keepalive[5908] nfn[192.168.15.177:59595->152.195.38.76:80] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 739.370010] info: keepalive[6952] nfn[192.168.15.177:59596->202.89.233.100:443] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [ 739.423581] info: keepalive[5908] nfn[192.168.15.177:59595->152.195.38.76:80] ct0 diff_jiffies=8 HZ=100 bytes=0 hw=0 [ 741.350097] info: (PCO)PRE[192.168.42.2:59396->103.28.54.162:27038|ID:AA47,IL:94|...AP...]: dir=0 use hash=246 outdev=usb0(vlan:-1 pppoe=-1) [ 741.365871] info: (PCO)PRE[192.168.42.2:59396->103.28.54.162:27038|ID:AA47,IL:94|...AP...]: dir=1 use hash=492 outdev=eth0(vlan:1 pppoe=-1) [ 741.534196] info: keepalive[246] nfn[192.168.15.177:59396->103.28.54.162:27038] ct1 diff_jiffies=15 HZ=100 bytes=0 hw=0 [ 742.438172] info: (PCO)PRE[47.118.71.166:443->192.168.15.177:58751|ID:BAE8,IL:121|...AP...]: dir=0 use hash=3662 outdev=usb0(vlan:-1 pppoe=-1) [ 742.454107] info: (PCO)PRE[47.118.71.166:443->192.168.15.177:58751|ID:BAE8,IL:121|...AP...]: dir=1 use hash=4452 outdev=eth0(vlan:1 pppoe=-1) [ 742.470292] info: keepalive[3662] nfn[192.168.15.177:58751->47.118.71.166:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 742.485555] info: keepalive[3662] nfn[192.168.15.177:58751->47.118.71.166:443] ct1 diff_jiffies=2 HZ=100 bytes=0 hw=0 [ 752.554642] info: (PCO)PRE[192.168.42.2:59422->34.120.195.249:443|ID:6B55,IL:41|...A....]: dir=0 use hash=3108 outdev=usb0(vlan:-1 pppoe=-1) [ 752.570409] info: (PCO)PRE[192.168.42.2:59422->34.120.195.249:443|ID:6B55,IL:41|...A....]: dir=1 use hash=4878 outdev=eth0(vlan:1 pppoe=-1) [ 752.691379] info: keepalive[3108] nfn[192.168.15.177:59422->34.120.195.249:443] ct1 diff_jiffies=11 HZ=100 bytes=0 hw=0 [ 766.427736] info: (PCO)PRE[104.16.209.12:443->192.168.15.177:59210|ID:4426,IL:98|...AP...]: dir=0 use hash=4406 outdev=usb0(vlan:-1 pppoe=-1) [ 766.443640] info: (PCO)PRE[104.16.209.12:443->192.168.15.177:59210|ID:4426,IL:98|...AP...]: dir=1 use hash=5690 outdev=eth0(vlan:1 pppoe=-1) [ 768.410856] info: (PCO)PRE[192.168.42.2:59396->103.28.54.162:27038|ID:AA48,IL:94|...AP...]: dir=0 use hash=246 outdev=usb0(vlan:-1 pppoe=-1) [ 768.426691] info: (PCO)PRE[192.168.42.2:59396->103.28.54.162:27038|ID:AA48,IL:94|...AP...]: dir=1 use hash=492 outdev=eth0(vlan:1 pppoe=-1) [ 768.546975] info: keepalive[246] nfn[192.168.15.177:59396->103.28.54.162:27038] ct1 diff_jiffies=10 HZ=100 bytes=0 hw=0 [ 772.228042] info: (PCO)PRE[47.118.71.166:443->192.168.15.177:58751|ID:0007,IL:121|...AP...]: dir=0 use hash=3662 outdev=usb0(vlan:-1 pppoe=-1) [ 772.244033] info: (PCO)PRE[47.118.71.166:443->192.168.15.177:58751|ID:0007,IL:121|...AP...]: dir=1 use hash=4452 outdev=eth0(vlan:1 pppoe=-1) [ 772.313296] info: keepalive[3662] nfn[192.168.15.177:58751->47.118.71.166:443] ct0 diff_jiffies=6 HZ=100 bytes=52 hw=0 [ 775.276165] info: (PCO)PRE[192.168.42.2:25898->118.31.13.204:3000|ID:F165,IL:52|UL:32,UC:1718]: dir=0 use hash=1268 outdev=usb0(vlan:-1 pppoe= -1) [ 775.292368] info: (PCO)PRE[192.168.42.2:25898->118.31.13.204:3000|ID:F165,IL:52|UL:32,UC:1718]: dir=1 use hash=3438 outdev=eth0(vlan:1 pppoe=- 1) [ 775.356390] info: keepalive[1268] nfn[192.168.15.177:60769->118.31.13.204:3000] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [ 779.016613] info: (PCO)PRE[192.168.42.2:58813->20.197.71.89:443|ID:F89D,IL:83|...AP...]: dir=0 use hash=2320 outdev=usb0(vlan:-1 pppoe=-1) [ 779.032206] info: (PCO)PRE[192.168.42.2:58813->20.197.71.89:443|ID:F89D,IL:83|...AP...]: dir=1 use hash=525 outdev=eth0(vlan:1 pppoe=-1) [ 779.240083] info: keepalive[2320] nfn[192.168.15.177:58813->20.197.71.89:443] ct1 diff_jiffies=20 HZ=100 bytes=0 hw=0 [ 779.296885] info: keepalive[2320] nfn[192.168.15.177:58813->20.197.71.89:443] ct0 diff_jiffies=5 HZ=100 bytes=0 hw=0 [ 795.537071] info: (PCO)PRE[192.168.42.2:59396->103.28.54.162:27038|ID:AA49,IL:94|...AP...]: dir=0 use hash=246 outdev=usb0(vlan:-1 pppoe=-1) [ 795.552838] info: (PCO)PRE[192.168.42.2:59396->103.28.54.162:27038|ID:AA49,IL:94|...AP...]: dir=1 use hash=492 outdev=eth0(vlan:1 pppoe=-1) [ 795.687425] info: keepalive[246] nfn[192.168.15.177:59396->103.28.54.162:27038] ct1 diff_jiffies=12 HZ=100 bytes=0 hw=0 [ 797.704454] info: (PCO)PRE[192.168.42.2:59422->34.120.195.249:443|ID:6B56,IL:41|...A....]: dir=0 use hash=3108 outdev=usb0(vlan:-1 pppoe=-1) [ 797.720215] info: (PCO)PRE[192.168.42.2:59422->34.120.195.249:443|ID:6B56,IL:41|...A....]: dir=1 use hash=4878 outdev=eth0(vlan:1 pppoe=-1) [ 797.835316] info: keepalive[3108] nfn[192.168.15.177:59422->34.120.195.249:443] ct1 diff_jiffies=10 HZ=100 bytes=0 hw=0 [ 799.867030] info: (PCO)PRE[152.195.38.76:80->192.168.15.177:59595|ID:DAE2,IL:52|...A....]: dir=0 use hash=5908 outdev=usb0(vlan:-1 pppoe=-1) [ 799.882822] info: (PCO)PRE[152.195.38.76:80->192.168.15.177:59595|ID:DAE2,IL:52|...A....]: dir=1 use hash=4624 outdev=eth0(vlan:1 pppoe=-1) [ 799.899752] info: keepalive[5908] nfn[192.168.15.177:59595->152.195.38.76:80] ct0 diff_jiffies=4 HZ=100 bytes=0 hw=0 [ 802.225937] info: (PCO)PRE[47.118.71.166:443->192.168.15.177:58751|ID:1EE2,IL:121|...AP...]: dir=0 use hash=3662 outdev=usb0(vlan:-1 pppoe=-1) [ 802.241871] info: (PCO)PRE[47.118.71.166:443->192.168.15.177:58751|ID:1EE2,IL:121|...AP...]: dir=1 use hash=4452 outdev=eth0(vlan:1 pppoe=-1) [ 802.258893] info: keepalive[3662] nfn[192.168.15.177:58751->47.118.71.166:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 802.305817] info: keepalive[3662] nfn[192.168.15.177:58751->47.118.71.166:443] ct1 diff_jiffies=5 HZ=100 bytes=40 hw=0 [ 808.133118] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59649|ID:6B54,IL:129|...AP...]: dir=0 use hash=5416 outdev=usb0(vlan:-1 pppoe=-1) [ 808.149094] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59649|ID:6B54,IL:129|...AP...]: dir=1 use hash=1037 outdev=eth0(vlan:1 pppoe=-1) [ 808.165167] info: keepalive[5416] nfn[192.168.15.177:59649->58.223.1.234:8080] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 808.176051] info: keepalive[5416] nfn[192.168.15.177:59649->58.223.1.234:8080] ct0 diff_jiffies=1 HZ=100 bytes=0 hw=0 [ 808.223210] info: (PCO)PRE[192.168.42.2:59650->203.208.39.225:443|ID:B8A8,IL:52|...A....]: dir=0 use hash=1198 outdev=usb0(vlan:-1 pppoe=-1) [ 808.239002] info: (PCO)PRE[192.168.42.2:59650->203.208.39.225:443|ID:B8A8,IL:52|...A....]: dir=1 use hash=2957 outdev=eth0(vlan:1 pppoe=-1) [ 808.254710] info: keepalive[1198] nfn[192.168.15.177:59650->203.208.39.225:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 808.265289] info: (PCO)PRE[192.168.42.2:59651->203.208.39.225:443|ID:B8AB,IL:52|...A....]: dir=0 use hash=1196 outdev=usb0(vlan:-1 pppoe=-1) [ 808.281098] info: (PCO)PRE[192.168.42.2:59651->203.208.39.225:443|ID:B8AB,IL:52|...A....]: dir=1 use hash=2446 outdev=eth0(vlan:1 pppoe=-1) [ 808.296823] info: keepalive[1196] nfn[192.168.15.177:59651->203.208.39.225:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 808.307627] info: keepalive[1198] nfn[192.168.15.177:59650->203.208.39.225:443] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [ 808.342860] info: keepalive[1196] nfn[192.168.15.177:59651->203.208.39.225:443] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [ 810.086218] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59654|ID:0DA9,IL:52|...A....]: dir=0 use hash=6951 outdev=usb0(vlan:-1 pppoe=-1) [ 810.102069] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59654|ID:0DA9,IL:52|...A....]: dir=1 use hash=1026 outdev=eth0(vlan:1 pppoe=-1) [ 810.105679] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59655|ID:40A2,IL:52|...A....]: dir=0 use hash=6436 outdev=usb0(vlan:-1 pppoe=-1) [ 810.117878] info: keepalive[6951] nfn[192.168.15.177:59654->58.223.1.234:8080] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 810.133677] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59655|ID:40A2,IL:52|...A....]: dir=1 use hash=1024 outdev=eth0(vlan:1 pppoe=-1) [ 810.160124] info: keepalive[6951] nfn[192.168.15.177:59654->58.223.1.234:8080] ct0 diff_jiffies=5 HZ=100 bytes=0 hw=0 [ 810.160442] info: keepalive[6436] nfn[192.168.15.177:59655->58.223.1.234:8080] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 810.182209] info: keepalive[6436] nfn[192.168.15.177:59655->58.223.1.234:8080] ct0 diff_jiffies=2 HZ=100 bytes=0 hw=0 [ 810.193282] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:D362,IL:52|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1) [ 810.209160] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:D362,IL:52|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 810.220093] info: (PCO)PRE[210.22.155.34:8080->192.168.15.177:59660|ID:79FF,IL:52|...A....]: dir=0 use hash=2772 outdev=usb0(vlan:-1 pppoe=-1) [ 810.225169] info: keepalive[4706] nfn[192.168.15.177:59659->153.35.187.2:8080] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 810.240844] info: (PCO)PRE[210.22.155.34:8080->192.168.15.177:59660|ID:79FF,IL:52|...A....]: dir=1 use hash=1008 outdev=eth0(vlan:1 pppoe=-1) [ 810.267311] info: keepalive[4706] nfn[192.168.15.177:59659->153.35.187.2:8080] ct0 diff_jiffies=4 HZ=100 bytes=0 hw=0 [ 810.267734] info: keepalive[2772] nfn[192.168.15.177:59660->210.22.155.34:8080] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 810.288876] info: (PCO)PRE[101.95.48.41:8080->192.168.15.177:59661|ID:23C1,IL:52|...A....]: dir=0 use hash=262 outdev=usb0(vlan:-1 pppoe=-1) [ 810.304676] info: (PCO)PRE[101.95.48.41:8080->192.168.15.177:59661|ID:23C1,IL:52|...A....]: dir=1 use hash=3122 outdev=eth0(vlan:1 pppoe=-1) [ 810.304762] info: keepalive[2772] nfn[192.168.15.177:59660->210.22.155.34:8080] ct0 diff_jiffies=4 HZ=100 bytes=0 hw=0 [ 810.320567] info: keepalive[262] nfn[192.168.15.177:59661->101.95.48.41:8080] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 810.342028] info: keepalive[262] nfn[192.168.15.177:59661->101.95.48.41:8080] ct0 diff_jiffies=2 HZ=100 bytes=0 hw=0 [ 811.860500] info: keepalive[4706] nfn[192.168.15.177:59659->153.35.187.2:8080] ct1 diff_jiffies=160 HZ=100 bytes=952820 hw=0 [ 811.864991] info: keepalive[6436] nfn[192.168.15.177:59655->58.223.1.234:8080] ct1 diff_jiffies=168 HZ=100 bytes=452980 hw=0 [ 811.883136] info: keepalive[4706] nfn[192.168.15.177:59659->153.35.187.2:8080] ct0 diff_jiffies=2 HZ=100 bytes=17311 hw=0 [ 811.883743] info: keepalive[6436] nfn[192.168.15.177:59655->58.223.1.234:8080] ct0 diff_jiffies=2 HZ=100 bytes=8370 hw=0 [ 811.947565] info: keepalive[2772] nfn[192.168.15.177:59660->210.22.155.34:8080] ct1 diff_jiffies=164 HZ=100 bytes=188860 hw=0 [ 811.959463] info: keepalive[2772] nfn[192.168.15.177:59660->210.22.155.34:8080] ct0 diff_jiffies=2 HZ=100 bytes=3889 hw=0 [ 811.993008] info: keepalive[262] nfn[192.168.15.177:59661->101.95.48.41:8080] ct1 diff_jiffies=165 HZ=100 bytes=66740 hw=0 [ 812.004632] info: keepalive[262] nfn[192.168.15.177:59661->101.95.48.41:8080] ct0 diff_jiffies=1 HZ=100 bytes=1918 hw=0 [ 813.861604] info: keepalive[4706] nfn[192.168.15.177:59659->153.35.187.2:8080] ct1 diff_jiffies=198 HZ=100 bytes=18189424 hw=0 [ 813.865289] info: keepalive[6436] nfn[192.168.15.177:59655->58.223.1.234:8080] ct1 diff_jiffies=198 HZ=100 bytes=904540 hw=0 [ 813.873118] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A0A5,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 813.873155] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A0A5,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 813.873214] info: (PCO) set hwnat offload 3 dev=eth0(vlan:1 pppoe:-1) s=153.35.187.2:8080 d=192.168.42.2:59659 dev=usb0(vlan:-1 pppoe:-1) s=192.168.15.177:59659 d=153.35.187.2:80 80 [ 813.933721] info: keepalive[4706] nfn[192.168.15.177:59659->153.35.187.2:8080] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=1 [ 813.948048] info: keepalive[2772] nfn[192.168.15.177:59660->210.22.155.34:8080] ct1 diff_jiffies=198 HZ=100 bytes=322340 hw=0 [ 813.962080] info: keepalive[6436] nfn[192.168.15.177:59655->58.223.1.234:8080] ct0 diff_jiffies=10 HZ=100 bytes=13728 hw=0 [ 813.962431] info: keepalive[2772] nfn[192.168.15.177:59660->210.22.155.34:8080] ct0 diff_jiffies=2 HZ=100 bytes=4680 hw=0 [ 813.985363] info: keepalive[262] nfn[192.168.15.177:59661->101.95.48.41:8080] ct1 diff_jiffies=198 HZ=100 bytes=127800 hw=0 [ 813.999134] info: keepalive[262] nfn[192.168.15.177:59661->101.95.48.41:8080] ct0 diff_jiffies=2 HZ=100 bytes=2640 hw=0 [ 814.898605] info: keepalive[4706] nfn[192.168.15.177:59659->153.35.187.2:8080] ct0 diff_jiffies=97 HZ=100 bytes=162228 hw=1 [ 815.590786] info: keepalive[4706] nfn[192.168.15.177:59659->153.35.187.2:8080] ct0 diff_jiffies=69 HZ=100 bytes=0 hw=1 [ 815.860558] info: keepalive[4706] nfn[192.168.15.177:59659->153.35.187.2:8080] ct1 diff_jiffies=27 HZ=100 bytes=23635188 hw=0 [ 815.934158] info: keepalive[6436] nfn[192.168.15.177:59655->58.223.1.234:8080] ct1 diff_jiffies=197 HZ=100 bytes=407540 hw=0 [ 815.946126] info: keepalive[6436] nfn[192.168.15.177:59655->58.223.1.234:8080] ct0 diff_jiffies=1 HZ=100 bytes=5720 hw=0 [ 816.040563] info: keepalive[2772] nfn[192.168.15.177:59660->210.22.155.34:8080] ct1 diff_jiffies=208 HZ=100 bytes=174660 hw=0 [ 816.054664] info: keepalive[2772] nfn[192.168.15.177:59660->210.22.155.34:8080] ct0 diff_jiffies=1 HZ=100 bytes=2548 hw=0 [ 816.205537] info: keepalive[262] nfn[192.168.15.177:59661->101.95.48.41:8080] ct1 diff_jiffies=220 HZ=100 bytes=68160 hw=0 [ 816.218107] info: keepalive[262] nfn[192.168.15.177:59661->101.95.48.41:8080] ct0 diff_jiffies=1 HZ=100 bytes=1516 hw=0 [ 816.988558] info: keepalive[4706] nfn[192.168.15.177:59659->153.35.187.2:8080] ct0 diff_jiffies=113 HZ=100 bytes=283536 hw=1 [ 817.860765] info: keepalive[4706] nfn[192.168.15.177:59659->153.35.187.2:8080] ct1 diff_jiffies=87 HZ=100 bytes=21748040 hw=0 [ 817.874268] info: keepalive[6436] nfn[192.168.15.177:59655->58.223.1.234:8080] ct1 diff_jiffies=193 HZ=100 bytes=487060 hw=0 [ 817.887274] info: keepalive[6436] nfn[192.168.15.177:59655->58.223.1.234:8080] ct0 diff_jiffies=1 HZ=100 bytes=6864 hw=0 [ 817.930974] info: keepalive[2772] nfn[192.168.15.177:59660->210.22.155.34:8080] ct1 diff_jiffies=188 HZ=100 bytes=347900 hw=0 [ 817.943623] info: keepalive[2772] nfn[192.168.15.177:59660->210.22.155.34:8080] ct0 diff_jiffies=1 HZ=100 bytes=4836 hw=0 [ 817.993020] info: keepalive[262] nfn[192.168.15.177:59661->101.95.48.41:8080] ct1 diff_jiffies=178 HZ=100 bytes=92300 hw=0 [ 818.006871] info: keepalive[262] nfn[192.168.15.177:59661->101.95.48.41:8080] ct0 diff_jiffies=1 HZ=100 bytes=1544 hw=0 [ 819.058397] info: keepalive[4706] nfn[192.168.15.177:59659->153.35.187.2:8080] ct0 diff_jiffies=120 HZ=100 bytes=297264 hw=1 [ 819.860395] info: keepalive[4706] nfn[192.168.15.177:59659->153.35.187.2:8080] ct1 diff_jiffies=80 HZ=100 bytes=19547976 hw=0 [ 819.863147] info: keepalive[6436] nfn[192.168.15.177:59655->58.223.1.234:8080] ct1 diff_jiffies=198 HZ=100 bytes=541020 hw=0 [ 819.885845] info: keepalive[262] nfn[192.168.15.177:59661->101.95.48.41:8080] ct1 diff_jiffies=188 HZ=100 bytes=113600 hw=0 [ 819.897728] info: keepalive[6436] nfn[192.168.15.177:59655->58.223.1.234:8080] ct0 diff_jiffies=3 HZ=100 bytes=8060 hw=0 [ 819.908824] info: keepalive[262] nfn[192.168.15.177:59661->101.95.48.41:8080] ct0 diff_jiffies=3 HZ=100 bytes=2856 hw=0 [ 819.925965] info: keepalive[2772] nfn[192.168.15.177:59660->210.22.155.34:8080] ct1 diff_jiffies=198 HZ=100 bytes=523980 hw=0 [ 819.940368] info: keepalive[2772] nfn[192.168.15.177:59660->210.22.155.34:8080] ct0 diff_jiffies=2 HZ=100 bytes=6916 hw=0 [ 821.138297] info: keepalive[4706] nfn[192.168.15.177:59659->153.35.187.2:8080] ct0 diff_jiffies=128 HZ=100 bytes=292578 hw=1 [ 821.860149] info: keepalive[4706] nfn[192.168.15.177:59659->153.35.187.2:8080] ct1 diff_jiffies=72 HZ=100 bytes=19373836 hw=0 [ 821.876840] info: keepalive[6436] nfn[192.168.15.177:59655->58.223.1.234:8080] ct1 diff_jiffies=198 HZ=100 bytes=580780 hw=0 [ 821.891397] info: keepalive[6436] nfn[192.168.15.177:59655->58.223.1.234:8080] ct0 diff_jiffies=2 HZ=100 bytes=7800 hw=0 [ 822.151081] info: keepalive[2772] nfn[192.168.15.177:59660->210.22.155.34:8080] ct1 diff_jiffies=221 HZ=100 bytes=572260 hw=0 [ 822.163467] info: keepalive[2772] nfn[192.168.15.177:59660->210.22.155.34:8080] ct0 diff_jiffies=1 HZ=100 bytes=8840 hw=0 [ 822.302260] info: keepalive[262] nfn[192.168.15.177:59661->101.95.48.41:8080] ct1 diff_jiffies=239 HZ=100 bytes=214420 hw=0 [ 822.315395] info: keepalive[262] nfn[192.168.15.177:59661->101.95.48.41:8080] ct0 diff_jiffies=1 HZ=100 bytes=4048 hw=0 [ 822.620173] info: (PCO)PRE[192.168.42.2:59396->103.28.54.162:27038|ID:AA4A,IL:94|...AP...]: dir=0 use hash=246 outdev=usb0(vlan:-1 pppoe=-1) [ 822.635963] info: (PCO)PRE[192.168.42.2:59396->103.28.54.162:27038|ID:AA4A,IL:94|...AP...]: dir=1 use hash=492 outdev=eth0(vlan:1 pppoe=-1) [ 822.713827] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:2B7B,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 822.720026] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59655|ID:C5F4,IL:1420|...A....]: dir=0 use hash=6436 outdev=usb0(vlan:-1 pppoe=-1 ) [ 822.729907] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:2B7B,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 822.763303] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59655|ID:C5F4,IL:1420|...A....]: dir=1 use hash=1024 outdev=eth0(vlan:1 pppoe=-1) [ 822.788792] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:6042,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 822.788792] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59655|ID:C5F5,IL:1420|...A....]: dir=0 use hash=6436 outdev=usb0(vlan:-1 pppoe=-1 ) [ 822.788884] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59655|ID:C5F5,IL:1420|...A....]: dir=1 use hash=1024 outdev=eth0(vlan:1 pppoe=-1) [ 822.804814] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:6042,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 822.860252] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:9BB9,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 822.862381] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59655|ID:F62C,IL:1420|...A....]: dir=0 use hash=6436 outdev=usb0(vlan:-1 pppoe=-1 ) [ 822.876307] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:9BB9,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 822.909132] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59655|ID:F62C,IL:1420|...A....]: dir=1 use hash=1024 outdev=eth0(vlan:1 pppoe=-1) [ 822.931060] info: keepalive[246] nfn[192.168.15.177:59396->103.28.54.162:27038] ct0 diff_jiffies=28 HZ=100 bytes=0 hw=0 [ 822.934608] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:B8C2,IL:500|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1) [ 822.934608] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59655|ID:1CCF,IL:1420|...A....]: dir=0 use hash=6436 outdev=usb0(vlan:-1 pppoe=-1 ) [ 822.934705] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59655|ID:1CCF,IL:1420|...A....]: dir=1 use hash=1024 outdev=eth0(vlan:1 pppoe=-1) [ 822.949764] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59655|ID:6E5A,IL:1420|...A....]: dir=0 use hash=6436 outdev=usb0(vlan:-1 pppoe=-1 ) [ 822.957818] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:B8C2,IL:500|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.023542] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59655|ID:6E5A,IL:1420|...A....]: dir=1 use hash=1024 outdev=eth0(vlan:1 pppoe=-1) [ 823.040662] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A76F,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.050082] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59655|ID:D010,IL:1420|...A....]: dir=0 use hash=6436 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.056724] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A76F,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.057666] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A771,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.073582] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59655|ID:D010,IL:1420|...A....]: dir=1 use hash=1024 outdev=eth0(vlan:1 pppoe=-1) [ 823.089387] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A771,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.112166] info: (PCO)PRE[210.22.155.34:8080->192.168.15.177:59660|ID:6F1B,IL:1420|...AP...]: dir=0 use hash=2772 outdev=usb0(vlan:-1 pppoe=- 1) [ 823.122250] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A798,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.138294] info: (PCO)PRE[210.22.155.34:8080->192.168.15.177:59660|ID:6F1B,IL:1420|...AP...]: dir=1 use hash=1008 outdev=eth0(vlan:1 pppoe=-1 ) [ 823.154181] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A798,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.190495] info: (PCO)PRE[101.95.48.41:8080->192.168.15.177:59661|ID:7388,IL:1420|...A....]: dir=0 use hash=262 outdev=usb0(vlan:-1 pppoe=-1) [ 823.202642] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A799,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.218729] info: (PCO)PRE[101.95.48.41:8080->192.168.15.177:59661|ID:7388,IL:1420|...A....]: dir=1 use hash=3122 outdev=eth0(vlan:1 pppoe=-1) [ 823.234394] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A799,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.234891] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A79C,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.282546] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A79C,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.299272] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A7BB,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.315400] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A7BB,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.331954] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A7BC,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.348055] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A7BC,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.364604] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A7BE,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.380662] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A7BE,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.397150] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A7BF,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.413259] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A7BF,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.429899] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A7C0,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.445986] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:A7C0,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.462678] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C24C,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.478779] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C24C,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.495405] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C28A,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.511493] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C28A,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.528016] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C28D,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.544080] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C28D,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.560612] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C28E,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.576689] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C28E,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.593432] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C29D,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.609238] info: (PCO)PRE[210.22.155.34:8080->192.168.15.177:59660|ID:80FC,IL:1420|...A....]: dir=0 use hash=2772 outdev=usb0(vlan:-1 pppoe=- 1) [ 823.609544] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C29D,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.626182] info: (PCO)PRE[210.22.155.34:8080->192.168.15.177:59660|ID:80FC,IL:1420|...A....]: dir=1 use hash=1008 outdev=eth0(vlan:1 pppoe=-1 ) [ 823.642291] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C29F,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.666040] info: (PCO)PRE[101.95.48.41:8080->192.168.15.177:59661|ID:B386,IL:1420|...A....]: dir=0 use hash=262 outdev=usb0(vlan:-1 pppoe=-1) [ 823.674143] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C29F,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.674988] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C2AF,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.690846] info: (PCO)PRE[101.95.48.41:8080->192.168.15.177:59661|ID:B386,IL:1420|...A....]: dir=1 use hash=3122 outdev=eth0(vlan:1 pppoe=-1) [ 823.706374] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C2AF,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.726446] info: (PCO)PRE[101.95.48.41:8080->192.168.15.177:59661|ID:5055,IL:1420|...A....]: dir=0 use hash=262 outdev=usb0(vlan:-1 pppoe=-1) [ 823.738799] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C2B1,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.754512] info: (PCO)PRE[101.95.48.41:8080->192.168.15.177:59661|ID:5055,IL:1420|...A....]: dir=1 use hash=3122 outdev=eth0(vlan:1 pppoe=-1) [ 823.770314] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C2B1,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.818771] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C2B2,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.834801] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C2B2,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.851539] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C50F,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.867641] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C50F,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.884211] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C522,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.900271] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C522,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.916558] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C526,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.932606] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C526,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.949043] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C532,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.965093] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C532,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 823.981337] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C537,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 823.997386] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C537,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.013375] info: keepalive[4706] nfn[192.168.15.177:59659->153.35.187.2:8080] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 824.019947] info: (PCO)PRE[192.168.42.2:58813->20.197.71.89:443|ID:F89F,IL:83|...AP...]: dir=0 use hash=2320 outdev=usb0(vlan:-1 pppoe=-1) [ 824.024453] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C542,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.039493] info: (PCO)PRE[192.168.42.2:58813->20.197.71.89:443|ID:F89F,IL:83|...AP...]: dir=1 use hash=525 outdev=eth0(vlan:1 pppoe=-1) [ 824.055442] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C542,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.086966] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C543,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.102987] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C543,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.119342] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C544,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.135366] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C544,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.151900] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C545,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.167974] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C545,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.184431] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C547,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.200458] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C547,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.216836] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C557,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.232859] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:C557,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.249996] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E28A,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.266032] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E28A,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.282344] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E2B7,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.298356] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E2B7,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.314683] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E2BB,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.330755] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E2BB,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.347444] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E2BF,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.363557] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E2BF,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.380127] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E2C1,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.396238] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E2C1,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.412757] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E2E0,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.425367] info: keepalive[2320] nfn[192.168.15.177:58813->20.197.71.89:443] ct0 diff_jiffies=40 HZ=100 bytes=0 hw=0 [ 824.428851] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E2E0,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.455806] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E345,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.471880] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E345,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.488418] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E34A,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.504406] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E34A,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.520573] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E34D,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.536619] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E34D,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.553063] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E34F,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.569124] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E34F,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.585400] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E355,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.601453] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:E355,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.617917] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:ED2D,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.633984] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:ED2D,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.650402] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:ED32,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.666447] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:ED32,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.682879] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:ED37,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.698935] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:ED37,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.715380] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:ED57,IL:1196|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.731437] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:ED57,IL:1196|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.747671] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EEAC,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.763742] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EEAC,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.780235] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EEEF,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.796286] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EEEF,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.812741] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EEFA,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.828813] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EEFA,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.845088] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EF02,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.861143] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EF02,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.877570] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EF05,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.893620] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EF05,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.910045] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EF07,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.926097] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EF07,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.942470] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EF3A,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.958525] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EF3A,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 824.974945] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EF3D,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 824.991006] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EF3D,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 825.007409] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EF40,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 825.023462] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EF40,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 825.039744] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EF43,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 825.055788] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EF43,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 825.059379] info: keepalive[246] nfn[192.168.15.177:59396->103.28.54.162:27038] ct0 diff_jiffies=213 HZ=100 bytes=188 hw=0 [ 825.072126] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EF46,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 825.098656] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EF46,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 825.115441] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EF9F,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 825.131525] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EF9F,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 825.148051] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EFB5,IL:276|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1) [ 825.164045] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:EFB5,IL:276|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 825.180477] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:F62C,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 825.196556] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:F62C,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 825.213300] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:F634,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 825.229432] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:F634,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 825.245980] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:F63A,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 825.262080] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:F63A,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 825.278731] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:F65A,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 825.294809] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:F65A,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 825.311295] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:F66C,IL:1420|...A....]: dir=0 use hash=4706 outdev=usb0(vlan:-1 pppoe=-1 ) [ 825.327382] info: (PCO)PRE[153.35.187.2:8080->192.168.15.177:59659|ID:F66C,IL:1420|...A....]: dir=1 use hash=8020 outdev=eth0(vlan:1 pppoe=-1) [ 825.364979] info: keepalive[2320] nfn[192.168.15.177:58813->20.197.71.89:443] ct1 diff_jiffies=94 HZ=100 bytes=0 hw=0 [ 825.382223] info: keepalive[246] nfn[192.168.15.177:59396->103.28.54.162:27038] ct1 diff_jiffies=32 HZ=100 bytes=0 hw=0 [ 825.926931] info: keepalive[6951] nfn[192.168.15.177:59654->58.223.1.234:8080] ct0 diff_jiffies=1576 HZ=100 bytes=52 hw=0 [ 825.959673] info: keepalive[6951] nfn[192.168.15.177:59654->58.223.1.234:8080] ct1 diff_jiffies=4 HZ=100 bytes=55 hw=0 [ 825.980215] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59673|ID:FE8D,IL:52|...A....]: dir=0 use hash=5400 outdev=usb0(vlan:-1 pppoe=-1) [ 825.996218] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59673|ID:FE8D,IL:52|...A....]: dir=1 use hash=5180 outdev=eth0(vlan:1 pppoe=-1) [ 826.013949] info: keepalive[5400] nfn[192.168.15.177:59673->58.223.1.234:8080] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 826.024952] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59676|ID:CB18,IL:52|...A....]: dir=0 use hash=7954 outdev=usb0(vlan:-1 pppoe=-1) [ 826.025137] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59675|ID:C7FF,IL:120|...AP...]: dir=0 use hash=4380 outdev=usb0(vlan:-1 pppoe=-1) [ 826.025264] info: keepalive[5400] nfn[192.168.15.177:59673->58.223.1.234:8080] ct0 diff_jiffies=1 HZ=100 bytes=0 hw=0 [ 826.025259] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59674|ID:CAA5,IL:52|...A....]: dir=0 use hash=4894 outdev=usb0(vlan:-1 pppoe=-1) [ 826.025309] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59674|ID:CAA5,IL:52|...A....]: dir=1 use hash=5178 outdev=eth0(vlan:1 pppoe=-1) [ 826.025385] info: keepalive[4894] nfn[192.168.15.177:59674->58.223.1.234:8080] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 826.040806] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59676|ID:CB18,IL:52|...A....]: dir=1 use hash=5174 outdev=eth0(vlan:1 pppoe=-1) [ 826.040928] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59672|ID:0A18,IL:52|...A....]: dir=0 use hash=5914 outdev=usb0(vlan:-1 pppoe=-1) [ 826.040958] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59672|ID:0A18,IL:52|...A....]: dir=1 use hash=5182 outdev=eth0(vlan:1 pppoe=-1) [ 826.041006] info: keepalive[5914] nfn[192.168.15.177:59672->58.223.1.234:8080] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 826.056915] info: (PCO)PRE[58.223.1.234:8080->192.168.15.177:59675|ID:C7FF,IL:120|...AP...]: dir=1 use hash=5176 outdev=eth0(vlan:1 pppoe=-1) [ 826.067571] info: keepalive[7954] nfn[192.168.15.177:59676->58.223.1.234:8080] ct1 diff_jiffies=2 HZ=100 bytes=0 hw=0 [ 826.083393] info: keepalive[4380] nfn[192.168.15.177:59675->58.223.1.234:8080] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 826.083631] info: keepalive[4380] nfn[192.168.15.177:59675->58.223.1.234:8080] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 826.099072] info: keepalive[5914] nfn[192.168.15.177:59672->58.223.1.234:8080] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [ 826.109876] info: keepalive[7954] nfn[192.168.15.177:59676->58.223.1.234:8080] ct0 diff_jiffies=5 HZ=100 bytes=0 hw=0 [ 826.109922] info: keepalive[4894] nfn[192.168.15.177:59674->58.223.1.234:8080] ct0 diff_jiffies=9 HZ=100 bytes=0 hw=0 [ 827.334574] info: keepalive[246] nfn[192.168.15.177:59396->103.28.54.162:27038] ct0 diff_jiffies=195 HZ=100 bytes=0 hw=0 [ 827.862680] info: keepalive[5400] nfn[192.168.15.177:59673->58.223.1.234:8080] ct1 diff_jiffies=184 HZ=100 bytes=2184 hw=0 [ 827.874039] info: keepalive[5914] nfn[192.168.15.177:59672->58.223.1.234:8080] ct1 diff_jiffies=177 HZ=100 bytes=1369 hw=0 [ 827.874063] info: keepalive[5400] nfn[192.168.15.177:59673->58.223.1.234:8080] ct0 diff_jiffies=1 HZ=100 bytes=111695 hw=0 [ 827.896558] info: keepalive[5914] nfn[192.168.15.177:59672->58.223.1.234:8080] ct0 diff_jiffies=2 HZ=100 bytes=82260 hw=0 [ 827.919691] info: keepalive[4380] nfn[192.168.15.177:59675->58.223.1.234:8080] ct1 diff_jiffies=184 HZ=100 bytes=1352 hw=0 [ 827.957533] info: keepalive[4380] nfn[192.168.15.177:59675->58.223.1.234:8080] ct0 diff_jiffies=3 HZ=100 bytes=95980 hw=0 [ 828.084259] info: keepalive[7954] nfn[192.168.15.177:59676->58.223.1.234:8080] ct1 diff_jiffies=197 HZ=100 bytes=366 hw=0 [ 828.095782] info: keepalive[7954] nfn[192.168.15.177:59676->58.223.1.234:8080] ct0 diff_jiffies=1 HZ=100 bytes=454 hw=0 [ 828.176848] info: keepalive[4894] nfn[192.168.15.177:59674->58.223.1.234:8080] ct1 diff_jiffies=206 HZ=100 bytes=1472 hw=0 [ 828.188239] info: keepalive[4894] nfn[192.168.15.177:59674->58.223.1.234:8080] ct0 diff_jiffies=2 HZ=100 bytes=85100 hw=0 [ 828.339874] info: keepalive[246] nfn[192.168.15.177:59396->103.28.54.162:27038] ct1 diff_jiffies=101 HZ=100 bytes=0 hw=0 [ 828.787826] info: (PCO)PRE[192.168.42.2:59679->120.133.59.143:443|ID:B694,IL:40|...A....]: dir=0 use hash=5536 outdev=usb0(vlan:-1 pppoe=-1) [ 828.803651] info: (PCO)PRE[192.168.42.2:59679->120.133.59.143:443|ID:B694,IL:40|...A....]: dir=1 use hash=7821 outdev=eth0(vlan:1 pppoe=-1) [ 828.819600] info: keepalive[5536] nfn[192.168.15.177:59679->120.133.59.143:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [ 829.859309] info: keepalive[7954] nfn[192.168.15.177:59676->58.223.1.234:8080] ct1 diff_jiffies=177 HZ=100 bytes=19374 hw=0 [ 829.870585] info: keepalive[5914] nfn[192.168.15.177:59672->58.223.1.234:8080] ct1 diff_jiffies=198 HZ=100 bytes=1820 hw=0 [ 829.870818] info: keepalive[7954] nfn[192.168.15.177:59676->58.223.1.234:8080] ct0 diff_jiffies=1 HZ=100 bytes=1768 hw=0 [ 829.881940] info: keepalive[5914] nfn[192.168.15.177:59672->58.223.1.234:8080] ct0 diff_jiffies=1 HZ=100 bytes=58612 hw=0 [ 829.900009] info: keepalive[5400] nfn[192.168.15.177:59673->58.223.1.234:8080] ct1 diff_jiffies=203 HZ=100 bytes=3484 hw=0 [ 829.914798] info: keepalive[5400] nfn[192.168.15.177:59673->58.223.1.234:8080] ct0 diff_jiffies=1 HZ=100 bytes=111151 hw=0 [ 829.948357] info: keepalive[246] nfn[192.168.15.177:59396->103.28.54.162:27038] ct0 diff_jiffies=161 HZ=100 bytes=92 hw=0 [ 830.244817] info: keepalive[4380] nfn[192.168.15.177:59675->58.223.1.234:8080] ct1 diff_jiffies=229 HZ=100 bytes=5356 hw=0 [ 830.256249] info: keepalive[4380] nfn[192.168.15.177:59675->58.223.1.234:8080] ct0 diff_jiffies=1 HZ=100 bytes=317592 hw=0 [ 830.266750] info: keepalive[5536] nfn[192.168.15.177:59679->120.133.59.143:443] ct1 diff_jiffies=144 HZ=100 bytes=0 hw=0 [ 830.279146] info: keepalive[5536] nfn[192.168.15.177:59679->120.133.59.143:443] ct0 diff_jiffies=2 HZ=100 bytes=0 hw=0 [ 831.154427] info: keepalive[4894] nfn[192.168.15.177:59674->58.223.1.234:8080] ct1 diff_jiffies=296 HZ=100 bytes=3016 hw=0 [ 831.165882] info: keepalive[4894] nfn[192.168.15.177:59674->58.223.1.234:8080] ct0 diff_jiffies=1 HZ=100 bytes=112215 hw=0 [ 831.862254] info: keepalive[5914] nfn[192.168.15.177:59672->58.223.1.234:8080] ct1 diff_jiffies=198 HZ=100 bytes=1768 hw=0 [ 831.873427] info: keepalive[7954] nfn[192.168.15.177:59676->58.223.1.234:8080] ct1 diff_jiffies=200 HZ=100 bytes=14694 hw=0 [ 831.884630] info: keepalive[5914] nfn[192.168.15.177:59672->58.223.1.234:8080] ct0 diff_jiffies=2 HZ=100 bytes=72148 hw=0 [ 831.896029] info: keepalive[7954] nfn[192.168.15.177:59676->58.223.1.234:8080] ct0 diff_jiffies=2 HZ=100 bytes=3224 hw=0 [ 831.899666] info: keepalive[5536] nfn[192.168.15.177:59679->120.133.59.143:443] ct0 diff_jiffies=162 HZ=100 bytes=133 hw=0 [ 831.909200] info: keepalive[5400] nfn[192.168.15.177:59673->58.223.1.234:8080] ct1 diff_jiffies=200 HZ=100 bytes=1976 hw=0 [ 832.014671] info: keepalive[5536] nfn[192.168.15.177:59679->120.133.59.143:443] ct1 diff_jiffies=11 HZ=100 bytes=3525 hw=0 [ 832.026089] info: keepalive[246] nfn[192.168.15.177:59396->103.28.54.162:27038] ct1 diff_jiffies=207 HZ=100 bytes=436 hw=0 [ 832.095722] info: keepalive[5400] nfn[192.168.15.177:59673->58.223.1.234:8080] ct0 diff_jiffies=18 HZ=100 bytes=71632 hw=0 [ 832.223939] info: keepalive[246] nfn[192.168.15.177:59396->103.28.54.162:27038] ct0 diff_jiffies=20 HZ=100 bytes=326 hw=0 [ 832.224771] info: (PCO)PRE[47.118.71.166:443->192.168.15.177:58751|ID:69BA,IL:121|...AP...]: dir=0 use hash=3662 outdev=usb0(vlan:-1 pppoe=-1) [ 832.250779] info: (PCO)PRE[47.118.71.166:443->192.168.15.177:58751|ID:69BA,IL:121|...AP...]: dir=1 use hash=4452 outdev=eth0(vlan:1 pppoe=-1) [ 832.252111] info: keepalive[4380] nfn[192.168.15.177:59675->58.223.1.234:8080] ct1 diff_jiffies=200 HZ=100 bytes=5564 hw=0 [ 832.277894] info: keepalive[3662] nfn[192.168.15.177:58751->47.118.71.166:443] ct0 diff_jiffies=2 HZ=100 bytes=0 hw=0 [ 832.288880] info: keepalive[4380] nfn[192.168.15.177:59675->58.223.1.234:8080] ct0 diff_jiffies=4 HZ=100 bytes=425505 hw=0 [ 832.494112] info: keepalive[3662] nfn[192.168.15.177:58751->47.118.71.166:443] ct1 diff_jiffies=21 HZ=100 bytes=0 hw=0 root@X-WRT:~#

ptpt52 commented 1 year ago

不是这样打流吧,应该是客户端iperf3 在电脑上,才行。 电脑(iperf3客户端) --->路由器(x-wrt)---->4G模块(iperf3服务器)

gsmantenna commented 1 year ago

你说的有道理 新取得log 打流速度很少能超过30MBps 反向打流反而更高一些

iperf3 rg200u(server)-newifi-pc root@X-WRT:~# dmesg [12217.046342] info: keepalive[3528] nfn[192.168.15.177:59408->20.242.39.171:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12217.266576] info: keepalive[3528] nfn[192.168.15.177:59408->20.242.39.171:443] ct1 diff_jiffies=22 HZ=100 bytes=0 hw=0 [12217.315683] info: (PCO)PRE[192.168.42.2:59409->52.113.194.132:443|ID:4887,IL:40|...A....]: dir=0 use hash=4816 outdev=usb0(vlan:-1 pppoe=-1) [12217.331486] info: (PCO)PRE[192.168.42.2:59409->52.113.194.132:443|ID:4887,IL:40|...A....]: dir=1 use hash=5078 outdev=eth0(vlan:1 pppoe=-1) [12217.347357] info: keepalive[4816] nfn[192.168.15.177:59409->52.113.194.132:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12217.450203] info: keepalive[4816] nfn[192.168.15.177:59409->52.113.194.132:443] ct1 diff_jiffies=10 HZ=100 bytes=0 hw=0 [12217.848460] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=494 HZ=100 bytes=0 hw=0 [12217.910859] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12218.453954] info: keepalive[3528] nfn[192.168.15.177:59408->20.242.39.171:443] ct1 diff_jiffies=118 HZ=100 bytes=2766 hw=0 [12218.829132] info: keepalive[3528] nfn[192.168.15.177:59408->20.242.39.171:443] ct0 diff_jiffies=38 HZ=100 bytes=89251 hw=0 [12219.215347] info: keepalive[4294] nfn[192.168.15.177:59397->52.168.112.66:443] ct0 diff_jiffies=622 HZ=100 bytes=1361 hw=0 [12219.510859] info: keepalive[4294] nfn[192.168.15.177:59397->52.168.112.66:443] ct1 diff_jiffies=29 HZ=100 bytes=5655 hw=0 [12219.870006] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=1503 HZ=100 bytes=52 hw=0 [12219.881736] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12220.263097] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1003 HZ=100 bytes=0 hw=0 [12220.308711] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12222.906738] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=500 HZ=100 bytes=0 hw=0 [12222.973249] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12223.053363] info: (PCO)PRE[192.168.42.2:57470->203.208.49.66:443|ID:4709,IL:41|...A....]: dir=0 use hash=3330 outdev=usb0(vlan:-1 pppoe=-1) [12223.069125] info: (PCO)PRE[192.168.42.2:57470->203.208.49.66:443|ID:4709,IL:41|...A....]: dir=1 use hash=5645 outdev=eth0(vlan:1 pppoe=-1) [12223.126649] info: keepalive[3330] nfn[192.168.15.177:57470->203.208.49.66:443] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12223.595482] info: (PCO)PRE[192.168.42.2:59327->112.228.226.203:8088|ID:00BF,IL:41|...A....]: dir=0 use hash=4327 outdev=usb0(vlan:-1 pppoe=-1) [12223.611415] info: (PCO)PRE[192.168.42.2:59327->112.228.226.203:8088|ID:00BF,IL:41|...A....]: dir=1 use hash=7616 outdev=eth0(vlan:1 pppoe=-1) [12223.668623] info: keepalive[4327] nfn[192.168.15.177:59327->112.228.226.203:8088] ct1 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12223.691204] info: (PCO)PRE[192.168.42.2:59326->39.67.228.78:8088|ID:3FA2,IL:41|...A....]: dir=0 use hash=7714 outdev=usb0(vlan:-1 pppoe=-1) [12223.706866] info: (PCO)PRE[192.168.42.2:59326->39.67.228.78:8088|ID:3FA2,IL:41|...A....]: dir=1 use hash=4358 outdev=eth0(vlan:1 pppoe=-1) [12223.802116] info: (PCO)PRE[192.168.42.2:59329->112.252.154.209:8088|ID:1206,IL:41|...A....]: dir=0 use hash=2094 outdev=usb0(vlan:-1 pppoe=-1) [12223.818063] info: (PCO)PRE[192.168.42.2:59329->112.252.154.209:8088|ID:1206,IL:41|...A....]: dir=1 use hash=2312 outdev=eth0(vlan:1 pppoe=-1) [12224.136600] info: (PCO)PRE[192.168.42.2:59324->112.83.167.1:80|ID:E80C,IL:41|...A....]: dir=0 use hash=7568 outdev=usb0(vlan:-1 pppoe=-1) [12224.136600] info: (PCO)PRE[192.168.42.2:59325->112.83.167.1:80|ID:E80B,IL:41|...A....]: dir=0 use hash=8082 outdev=usb0(vlan:-1 pppoe=-1) [12224.136678] info: (PCO)PRE[192.168.42.2:59325->112.83.167.1:80|ID:E80B,IL:41|...A....]: dir=1 use hash=4750 outdev=eth0(vlan:1 pppoe=-1) [12224.152112] info: (PCO)PRE[192.168.42.2:59324->112.83.167.1:80|ID:E80C,IL:41|...A....]: dir=1 use hash=4237 outdev=eth0(vlan:1 pppoe=-1) [12224.503227] info: (PCO)PRE[192.168.42.2:59331->39.81.212.38:8088|ID:660C,IL:41|...A....]: dir=0 use hash=6157 outdev=usb0(vlan:-1 pppoe=-1) [12224.518917] info: (PCO)PRE[192.168.42.2:59331->39.81.212.38:8088|ID:660C,IL:41|...A....]: dir=1 use hash=7464 outdev=eth0(vlan:1 pppoe=-1) [12224.641208] info: (PCO)PRE[192.168.42.2:59330->222.133.88.251:8088|ID:805D,IL:41|...A....]: dir=0 use hash=454 outdev=usb0(vlan:-1 pppoe=-1) [12224.656980] info: (PCO)PRE[192.168.42.2:59330->222.133.88.251:8088|ID:805D,IL:41|...A....]: dir=1 use hash=1256 outdev=eth0(vlan:1 pppoe=-1) [12227.904028] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=493 HZ=100 bytes=371 hw=0 [12227.956288] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=80 hw=0 [12229.233150] info: (PCO)PRE[192.168.42.2:49835->101.201.199.174:443|ID:3288,IL:89|...AP...]: dir=0 use hash=6722 outdev=usb0(vlan:-1 pppoe=-1) [12229.249023] info: (PCO)PRE[192.168.42.2:49835->101.201.199.174:443|ID:3288,IL:89|...AP...]: dir=1 use hash=2940 outdev=eth0(vlan:1 pppoe=-1) [12229.391403] info: keepalive[6722] nfn[192.168.15.177:49835->101.201.199.174:443] ct1 diff_jiffies=13 HZ=100 bytes=0 hw=0 [12229.456954] info: keepalive[6722] nfn[192.168.15.177:49835->101.201.199.174:443] ct0 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12229.560249] info: (PCO)PRE[192.168.42.2:59421->20.189.173.12:443|ID:96A9,IL:40|...A....]: dir=0 use hash=5122 outdev=usb0(vlan:-1 pppoe=-1) [12229.575952] info: (PCO)PRE[192.168.42.2:59421->20.189.173.12:443|ID:96A9,IL:40|...A....]: dir=1 use hash=3336 outdev=eth0(vlan:1 pppoe=-1) [12229.591905] info: keepalive[5122] nfn[192.168.15.177:59421->20.189.173.12:443] ct0 diff_jiffies=3 HZ=100 bytes=0 hw=0 [12229.941139] info: keepalive[5122] nfn[192.168.15.177:59421->20.189.173.12:443] ct1 diff_jiffies=35 HZ=100 bytes=0 hw=0 [12230.335612] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1003 HZ=100 bytes=0 hw=0 [12230.462892] info: (PCO)PRE[192.168.42.2:59339->69.192.11.78:443|ID:7B2E,IL:490|...AP...]: dir=0 use hash=7002 outdev=usb0(vlan:-1 pppoe=-1) [12230.478622] info: (PCO)PRE[192.168.42.2:59339->69.192.11.78:443|ID:7B2E,IL:490|...AP...]: dir=1 use hash=6260 outdev=eth0(vlan:1 pppoe=-1) [12230.756327] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=42 HZ=100 bytes=0 hw=0 [12230.764115] info: keepalive[7002] nfn[192.168.15.177:59339->69.192.11.78:443] ct0 diff_jiffies=27 HZ=100 bytes=0 hw=0 [12230.779109] info: keepalive[7002] nfn[192.168.15.177:59339->69.192.11.78:443] ct1 diff_jiffies=2 HZ=100 bytes=0 hw=0 [12232.956372] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=500 HZ=100 bytes=0 hw=0 [12233.017233] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12234.909442] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=1503 HZ=100 bytes=52 hw=0 [12234.921368] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12235.280343] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=226 HZ=100 bytes=0 hw=0 [12235.478159] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=20 HZ=100 bytes=0 hw=0 [12235.999421] info: (PCO)PRE[192.168.42.2:59426->20.189.173.9:443|ID:F6EE,IL:40|...A....]: dir=0 use hash=7286 outdev=usb0(vlan:-1 pppoe=-1) [12236.015023] info: (PCO)PRE[192.168.42.2:59426->20.189.173.9:443|ID:F6EE,IL:40|...A....]: dir=1 use hash=7036 outdev=eth0(vlan:1 pppoe=-1) [12236.030527] info: keepalive[7286] nfn[192.168.15.177:59426->20.189.173.9:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12236.239299] info: keepalive[7286] nfn[192.168.15.177:59426->20.189.173.9:443] ct1 diff_jiffies=21 HZ=100 bytes=0 hw=0 [12236.679797] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=120 HZ=100 bytes=1167 hw=0 [12236.853583] info: (PCO)PRE[124.132.138.104:80->192.168.15.177:59427|ID:38F1,IL:40|...A....]: dir=0 use hash=4546 outdev=usb0(vlan:-1 pppoe=-1) [12236.869542] info: (PCO)PRE[124.132.138.104:80->192.168.15.177:59427|ID:38F1,IL:40|...A....]: dir=1 use hash=5318 outdev=eth0(vlan:1 pppoe=-1) [12236.890901] info: (PCO)PRE[124.132.138.104:80->192.168.15.177:59429|ID:7CB2,IL:40|...A....]: dir=0 use hash=6606 outdev=usb0(vlan:-1 pppoe=-1) [12236.893357] info: (PCO)PRE[124.132.138.104:80->192.168.15.177:59428|ID:E792,IL:40|...A....]: dir=0 use hash=6605 outdev=usb0(vlan:-1 pppoe=-1) [12236.906829] info: (PCO)PRE[124.132.138.104:80->192.168.15.177:59429|ID:7CB2,IL:40|...A....]: dir=1 use hash=4298 outdev=eth0(vlan:1 pppoe=-1) [12236.922674] info: (PCO)PRE[124.132.138.104:80->192.168.15.177:59428|ID:E792,IL:40|...A....]: dir=1 use hash=4296 outdev=eth0(vlan:1 pppoe=-1) [12236.971192] info: keepalive[4546] nfn[192.168.15.177:59427->124.132.138.104:80] ct1 diff_jiffies=8 HZ=100 bytes=0 hw=0 [12237.002593] info: keepalive[6605] nfn[192.168.15.177:59428->124.132.138.104:80] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12237.031565] info: keepalive[4546] nfn[192.168.15.177:59427->124.132.138.104:80] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12237.054279] info: keepalive[6606] nfn[192.168.15.177:59429->124.132.138.104:80] ct1 diff_jiffies=11 HZ=100 bytes=0 hw=0 [12237.065216] info: keepalive[6605] nfn[192.168.15.177:59428->124.132.138.104:80] ct0 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12237.110614] info: keepalive[6606] nfn[192.168.15.177:59429->124.132.138.104:80] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12237.459093] info: keepalive[3330] nfn[192.168.15.177:57470->203.208.49.66:443] ct1 diff_jiffies=1433 HZ=100 bytes=0 hw=0 [12237.470259] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=79 HZ=100 bytes=2235 hw=0 [12237.813546] info: (PCO)PRE[112.240.58.39:80->192.168.15.177:59433|ID:0DD7,IL:40|...A....]: dir=0 use hash=6576 outdev=usb0(vlan:-1 pppoe=-1) [12237.829328] info: (PCO)PRE[112.240.58.39:80->192.168.15.177:59433|ID:0DD7,IL:40|...A....]: dir=1 use hash=7324 outdev=eth0(vlan:1 pppoe=-1) [12238.018532] info: (PCO)PRE[112.240.58.39:80->192.168.15.177:59436|ID:8173,IL:40|...A....]: dir=0 use hash=6586 outdev=usb0(vlan:-1 pppoe=-1) [12238.034320] info: (PCO)PRE[112.240.58.39:80->192.168.15.177:59436|ID:8173,IL:40|...A....]: dir=1 use hash=5782 outdev=eth0(vlan:1 pppoe=-1) [12238.050441] info: keepalive[6576] nfn[192.168.15.177:59433->112.240.58.39:80] ct1 diff_jiffies=20 HZ=100 bytes=0 hw=0 [12238.050463] info: (PCO)PRE[112.240.58.39:80->192.168.15.177:59435|ID:85BC,IL:40|...A....]: dir=0 use hash=6580 outdev=usb0(vlan:-1 pppoe=-1) [12238.050507] info: (PCO)PRE[112.240.58.39:80->192.168.15.177:59435|ID:85BC,IL:40|...A....]: dir=1 use hash=7320 outdev=eth0(vlan:1 pppoe=-1) [12238.092509] info: (PCO)PRE[112.240.58.39:80->192.168.15.177:59434|ID:6CD8,IL:40|...A....]: dir=0 use hash=6582 outdev=usb0(vlan:-1 pppoe=-1) [12238.108325] info: (PCO)PRE[112.240.58.39:80->192.168.15.177:59434|ID:6CD8,IL:40|...A....]: dir=1 use hash=7834 outdev=eth0(vlan:1 pppoe=-1) [12238.124425] info: keepalive[6576] nfn[192.168.15.177:59433->112.240.58.39:80] ct0 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12238.223131] info: keepalive[6580] nfn[192.168.15.177:59435->112.240.58.39:80] ct1 diff_jiffies=13 HZ=100 bytes=0 hw=0 [12238.243263] info: keepalive[6582] nfn[192.168.15.177:59434->112.240.58.39:80] ct1 diff_jiffies=12 HZ=100 bytes=0 hw=0 [12238.274187] info: keepalive[6580] nfn[192.168.15.177:59435->112.240.58.39:80] ct0 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12238.306183] info: keepalive[6582] nfn[192.168.15.177:59434->112.240.58.39:80] ct0 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12238.594228] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=112 HZ=100 bytes=2758 hw=0 [12239.070976] info: (PCO)PRE[112.240.63.6:80->192.168.15.177:59437|ID:DEE5,IL:40|...A....]: dir=0 use hash=5114 outdev=usb0(vlan:-1 pppoe=-1) [12239.086683] info: (PCO)PRE[112.240.63.6:80->192.168.15.177:59437|ID:DEE5,IL:40|...A....]: dir=1 use hash=7900 outdev=eth0(vlan:1 pppoe=-1) [12239.102339] info: keepalive[5114] nfn[192.168.15.177:59437->112.240.63.6:80] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12239.145834] info: (PCO)PRE[112.240.63.6:80->192.168.15.177:59438|ID:773C,IL:40|...A....]: dir=0 use hash=5116 outdev=usb0(vlan:-1 pppoe=-1) [12239.153066] info: keepalive[5114] nfn[192.168.15.177:59437->112.240.63.6:80] ct0 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12239.161520] info: (PCO)PRE[112.240.63.6:80->192.168.15.177:59438|ID:773C,IL:40|...A....]: dir=1 use hash=7898 outdev=eth0(vlan:1 pppoe=-1) [12239.161607] info: keepalive[5116] nfn[192.168.15.177:59438->112.240.63.6:80] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12239.235824] info: (PCO)PRE[112.240.63.6:80->192.168.15.177:59439|ID:1DFA,IL:40|...A....]: dir=0 use hash=5118 outdev=usb0(vlan:-1 pppoe=-1) [12239.239252] info: (PCO)PRE[192.168.42.2:59440->112.228.183.230:8088|ID:76D9,IL:40|...A....]: dir=0 use hash=3464 outdev=usb0(vlan:-1 pppoe=-1) [12239.251564] info: (PCO)PRE[112.240.63.6:80->192.168.15.177:59439|ID:1DFA,IL:40|...A....]: dir=1 use hash=7896 outdev=eth0(vlan:1 pppoe=-1) [12239.267434] info: (PCO)PRE[192.168.42.2:59440->112.228.183.230:8088|ID:76D9,IL:40|...A....]: dir=1 use hash=190 outdev=eth0(vlan:1 pppoe=-1) [12239.283117] info: keepalive[5118] nfn[192.168.15.177:59439->112.240.63.6:80] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12239.298852] info: keepalive[5116] nfn[192.168.15.177:59438->112.240.63.6:80] ct0 diff_jiffies=14 HZ=100 bytes=0 hw=0 [12239.319944] info: keepalive[3464] nfn[192.168.15.177:59440->112.228.183.230:8088] ct0 diff_jiffies=2 HZ=100 bytes=0 hw=0 [12239.331062] info: (PCO)PRE[192.168.42.2:59441->39.67.226.125:8088|ID:9BD1,IL:40|...A....]: dir=0 use hash=7000 outdev=usb0(vlan:-1 pppoe=-1) [12239.344075] info: keepalive[3464] nfn[192.168.15.177:59440->112.228.183.230:8088] ct1 diff_jiffies=2 HZ=100 bytes=0 hw=0 [12239.346877] info: (PCO)PRE[192.168.42.2:59441->39.67.226.125:8088|ID:9BD1,IL:40|...A....]: dir=1 use hash=7790 outdev=eth0(vlan:1 pppoe=-1) [12239.373420] info: keepalive[5118] nfn[192.168.15.177:59439->112.240.63.6:80] ct0 diff_jiffies=9 HZ=100 bytes=0 hw=0 [12239.384058] info: keepalive[7000] nfn[192.168.15.177:59441->39.67.226.125:8088] ct0 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12239.413828] info: keepalive[7000] nfn[192.168.15.177:59441->39.67.226.125:8088] ct1 diff_jiffies=3 HZ=100 bytes=0 hw=0 [12239.413933] info: (PCO)PRE[192.168.42.2:59443->39.81.172.57:8088|ID:EE19,IL:40|...A....]: dir=0 use hash=2028 outdev=usb0(vlan:-1 pppoe=-1) [12239.424699] info: (PCO)PRE[192.168.42.2:59442->124.130.46.107:8088|ID:05B2,IL:40|...A....]: dir=0 use hash=4728 outdev=usb0(vlan:-1 pppoe=-1) [12239.440183] info: (PCO)PRE[192.168.42.2:59443->39.81.172.57:8088|ID:EE19,IL:40|...A....]: dir=1 use hash=2762 outdev=eth0(vlan:1 pppoe=-1) [12239.440356] info: keepalive[2028] nfn[192.168.15.177:59443->39.81.172.57:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12239.456138] info: (PCO)PRE[192.168.42.2:59442->124.130.46.107:8088|ID:05B2,IL:40|...A....]: dir=1 use hash=7502 outdev=eth0(vlan:1 pppoe=-1) [12239.498083] info: keepalive[4728] nfn[192.168.15.177:59442->124.130.46.107:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12239.509660] info: keepalive[4728] nfn[192.168.15.177:59442->124.130.46.107:8088] ct1 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12239.535913] info: keepalive[2028] nfn[192.168.15.177:59443->39.81.172.57:8088] ct1 diff_jiffies=10 HZ=100 bytes=0 hw=0 [12239.836449] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=125 HZ=100 bytes=2980 hw=0 [12240.093365] info: (PCO)PRE[192.168.42.2:59444->27.218.185.25:8088|ID:0121,IL:40|...A....]: dir=0 use hash=5838 outdev=usb0(vlan:-1 pppoe=-1) [12240.109171] info: (PCO)PRE[192.168.42.2:59444->27.218.185.25:8088|ID:0121,IL:40|...A....]: dir=1 use hash=6648 outdev=eth0(vlan:1 pppoe=-1) [12240.124897] info: keepalive[5838] nfn[192.168.15.177:59444->27.218.185.25:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12240.136530] info: (PCO)PRE[192.168.42.2:59445->39.76.127.57:8088|ID:C4DD,IL:40|...A....]: dir=0 use hash=3068 outdev=usb0(vlan:-1 pppoe=-1) [12240.152238] info: (PCO)PRE[192.168.42.2:59445->39.76.127.57:8088|ID:C4DD,IL:40|...A....]: dir=1 use hash=730 outdev=eth0(vlan:1 pppoe=-1) [12240.175695] info: keepalive[5838] nfn[192.168.15.177:59444->27.218.185.25:8088] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12240.186760] info: keepalive[3068] nfn[192.168.15.177:59445->39.76.127.57:8088] ct0 diff_jiffies=2 HZ=100 bytes=0 hw=0 [12240.202918] info: keepalive[3068] nfn[192.168.15.177:59445->39.76.127.57:8088] ct1 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12240.785460] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1003 HZ=100 bytes=48 hw=0 [12240.861283] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=7 HZ=100 bytes=116 hw=0 [12241.620768] info: (PCO)PRE[192.168.42.2:59448->52.168.112.66:443|ID:5664,IL:40|...A....]: dir=0 use hash=4284 outdev=usb0(vlan:-1 pppoe=-1) [12241.636480] info: (PCO)PRE[192.168.42.2:59448->52.168.112.66:443|ID:5664,IL:40|...A....]: dir=1 use hash=7070 outdev=eth0(vlan:1 pppoe=-1) [12241.652127] info: keepalive[4284] nfn[192.168.15.177:59448->52.168.112.66:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12241.954050] info: keepalive[4284] nfn[192.168.15.177:59448->52.168.112.66:443] ct1 diff_jiffies=30 HZ=100 bytes=0 hw=0 [12242.921175] info: (PCO)PRE[192.168.42.2:59451->52.168.112.67:443|ID:A139,IL:40|...A....]: dir=0 use hash=4792 outdev=usb0(vlan:-1 pppoe=-1) [12242.936921] info: (PCO)PRE[192.168.42.2:59451->52.168.112.67:443|ID:A139,IL:40|...A....]: dir=1 use hash=7066 outdev=eth0(vlan:1 pppoe=-1) [12242.952607] info: keepalive[4792] nfn[192.168.15.177:59451->52.168.112.67:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12242.981237] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=314 HZ=100 bytes=276 hw=0 [12243.047008] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=7 HZ=100 bytes=953 hw=0 [12243.254011] info: keepalive[4792] nfn[192.168.15.177:59451->52.168.112.67:443] ct1 diff_jiffies=30 HZ=100 bytes=0 hw=0 [12244.933880] info: (PCO)PRE[120.55.59.130:443->192.168.15.177:49694|ID:64EE,IL:121|...AP...]: dir=0 use hash=5773 outdev=usb0(vlan:-1 pppoe=-1) [12244.949824] info: (PCO)PRE[120.55.59.130:443->192.168.15.177:49694|ID:64EE,IL:121|...AP...]: dir=1 use hash=2546 outdev=eth0(vlan:1 pppoe=-1) [12244.965969] info: keepalive[5773] nfn[192.168.15.177:49694->120.55.59.130:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12245.016076] info: keepalive[5773] nfn[192.168.15.177:49694->120.55.59.130:443] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12248.062840] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=501 HZ=100 bytes=0 hw=0 [12248.117003] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12249.949049] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=1503 HZ=100 bytes=52 hw=0 [12249.960791] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12250.879424] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1002 HZ=100 bytes=0 hw=0 [12250.943096] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12253.067567] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=495 HZ=100 bytes=0 hw=0 [12253.133780] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12254.532462] info: (PCO)PRE[192.168.42.2:57326->39.102.47.15:443|ID:2F78,IL:41|...A....]: dir=0 use hash=2138 outdev=usb0(vlan:-1 pppoe=-1) [12254.548083] info: (PCO)PRE[192.168.42.2:57326->39.102.47.15:443|ID:2F78,IL:41|...A....]: dir=1 use hash=1844 outdev=eth0(vlan:1 pppoe=-1) [12254.637218] info: keepalive[2138] nfn[192.168.15.177:57326->39.102.47.15:443] ct1 diff_jiffies=8 HZ=100 bytes=0 hw=0 [12256.624611] info: (PCO)PRE[192.168.42.2:59212->124.132.138.105:80|ID:4FE3,IL:41|...A....]: dir=0 use hash=5894 outdev=usb0(vlan:-1 pppoe=-1) [12256.640371] info: (PCO)PRE[192.168.42.2:59212->124.132.138.105:80|ID:4FE3,IL:41|...A....]: dir=1 use hash=7194 outdev=eth0(vlan:1 pppoe=-1) [12256.752587] info: (PCO)PRE[192.168.42.2:59334->124.132.138.105:80|ID:4FE6,IL:41|...A....]: dir=0 use hash=1554 outdev=usb0(vlan:-1 pppoe=-1) [12256.768380] info: (PCO)PRE[192.168.42.2:59334->124.132.138.105:80|ID:4FE6,IL:41|...A....]: dir=1 use hash=2318 outdev=eth0(vlan:1 pppoe=-1) [12257.135688] info: (PCO)PRE[192.168.42.2:59275->124.132.138.105:80|ID:4FE9,IL:41|...A....]: dir=0 use hash=7816 outdev=usb0(vlan:-1 pppoe=-1) [12257.151478] info: (PCO)PRE[192.168.42.2:59275->124.132.138.105:80|ID:4FE9,IL:41|...A....]: dir=1 use hash=7060 outdev=eth0(vlan:1 pppoe=-1) [12257.643452] info: (PCO)PRE[192.168.42.2:49847->20.198.162.78:443|ID:A33F,IL:83|...AP...]: dir=0 use hash=7463 outdev=usb0(vlan:-1 pppoe=-1) [12257.659134] info: (PCO)PRE[192.168.42.2:49847->20.198.162.78:443|ID:A33F,IL:83|...AP...]: dir=1 use hash=4656 outdev=eth0(vlan:1 pppoe=-1) [12257.788406] info: keepalive[7463] nfn[192.168.15.177:49847->20.198.162.78:443] ct1 diff_jiffies=11 HZ=100 bytes=0 hw=0 [12257.851164] info: keepalive[7463] nfn[192.168.15.177:49847->20.198.162.78:443] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12257.963241] info: (PCO)PRE[192.168.42.2:59370->112.228.228.175:8088|ID:20C9,IL:41|...A....]: dir=0 use hash=5256 outdev=usb0(vlan:-1 pppoe=-1) [12257.979186] info: (PCO)PRE[192.168.42.2:59370->112.228.228.175:8088|ID:20C9,IL:41|...A....]: dir=1 use hash=7074 outdev=eth0(vlan:1 pppoe=-1) [12258.025320] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=490 HZ=100 bytes=0 hw=0 [12258.088157] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12258.120279] info: (PCO)PRE[192.168.42.2:59371->27.218.189.44:8088|ID:E4E1,IL:41|...A....]: dir=0 use hash=1284 outdev=usb0(vlan:-1 pppoe=-1) [12258.136033] info: (PCO)PRE[192.168.42.2:59371->27.218.189.44:8088|ID:E4E1,IL:41|...A....]: dir=1 use hash=4138 outdev=eth0(vlan:1 pppoe=-1) [12258.187559] info: keepalive[1284] nfn[192.168.15.177:59371->27.218.189.44:8088] ct1 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12258.279377] info: (PCO)PRE[192.168.42.2:59366->112.240.63.1:80|ID:F564,IL:41|...A....]: dir=0 use hash=7266 outdev=usb0(vlan:-1 pppoe=-1) [12258.279377] info: (PCO)PRE[192.168.42.2:59367->112.240.63.1:80|ID:F565,IL:41|...A....]: dir=0 use hash=7265 outdev=usb0(vlan:-1 pppoe=-1) [12258.279456] info: (PCO)PRE[192.168.42.2:59367->112.240.63.1:80|ID:F565,IL:41|...A....]: dir=1 use hash=333 outdev=eth0(vlan:1 pppoe=-1) [12258.294903] info: (PCO)PRE[192.168.42.2:59366->112.240.63.1:80|ID:F564,IL:41|...A....]: dir=1 use hash=846 outdev=eth0(vlan:1 pppoe=-1) [12258.340860] info: keepalive[7265] nfn[192.168.15.177:59367->112.240.63.1:80] ct1 diff_jiffies=3 HZ=100 bytes=0 hw=0 [12258.438644] info: (PCO)PRE[192.168.42.2:59369->124.130.47.42:8088|ID:6F78,IL:41|...A....]: dir=0 use hash=6998 outdev=usb0(vlan:-1 pppoe=-1) [12258.454416] info: (PCO)PRE[192.168.42.2:59369->124.130.47.42:8088|ID:6F78,IL:41|...A....]: dir=1 use hash=4722 outdev=eth0(vlan:1 pppoe=-1) [12258.503610] info: keepalive[6998] nfn[192.168.15.177:59369->124.130.47.42:8088] ct1 diff_jiffies=3 HZ=100 bytes=0 hw=0 [12258.709409] info: (PCO)PRE[192.168.42.2:59375->112.228.229.250:8088|ID:B091,IL:41|...A....]: dir=0 use hash=7722 outdev=usb0(vlan:-1 pppoe=-1) [12258.725349] info: (PCO)PRE[192.168.42.2:59375->112.228.229.250:8088|ID:B091,IL:41|...A....]: dir=1 use hash=4866 outdev=eth0(vlan:1 pppoe=-1) [12259.134622] info: (PCO)PRE[120.133.59.143:443->192.168.15.177:59363|ID:2394,IL:71|...AP...]: dir=0 use hash=4168 outdev=usb0(vlan:-1 pppoe=-1) [12259.150584] info: (PCO)PRE[120.133.59.143:443->192.168.15.177:59363|ID:2394,IL:71|...AP...]: dir=1 use hash=7028 outdev=eth0(vlan:1 pppoe=-1) [12259.235885] info: (PCO)PRE[192.168.42.2:49835->101.201.199.174:443|ID:328B,IL:89|...AP...]: dir=0 use hash=6722 outdev=usb0(vlan:-1 pppoe=-1) [12259.251747] info: (PCO)PRE[192.168.42.2:49835->101.201.199.174:443|ID:328B,IL:89|...AP...]: dir=1 use hash=2940 outdev=eth0(vlan:1 pppoe=-1) [12259.309570] info: keepalive[6722] nfn[192.168.15.177:49835->101.201.199.174:443] ct1 diff_jiffies=4 HZ=100 bytes=86 hw=0 [12259.362652] info: keepalive[6722] nfn[192.168.15.177:49835->101.201.199.174:443] ct0 diff_jiffies=5 HZ=100 bytes=52 hw=0 [12259.394663] info: (PCO)PRE[192.168.42.2:59321->61.162.172.39:80|ID:E49C,IL:41|...A....]: dir=0 use hash=4286 outdev=usb0(vlan:-1 pppoe=-1) [12259.410267] info: (PCO)PRE[192.168.42.2:59321->61.162.172.39:80|ID:E49C,IL:41|...A....]: dir=1 use hash=4514 outdev=eth0(vlan:1 pppoe=-1) [12259.425872] info: (PCO)PRE[61.162.172.39:80->192.168.15.177:59320|ID:4A1F,IL:52|...A....]: dir=0 use hash=4284 outdev=usb0(vlan:-1 pppoe=-1) [12259.441647] info: (PCO)PRE[61.162.172.39:80->192.168.15.177:59320|ID:4A1F,IL:52|...A....]: dir=1 use hash=5024 outdev=eth0(vlan:1 pppoe=-1) [12259.457434] info: (PCO)PRE[61.162.172.39:80->192.168.15.177:59376|ID:6E9E,IL:52|...A....]: dir=0 use hash=44 outdev=usb0(vlan:-1 pppoe=-1) [12259.473041] info: (PCO)PRE[61.162.172.39:80->192.168.15.177:59376|ID:6E9E,IL:52|...A....]: dir=1 use hash=4912 outdev=eth0(vlan:1 pppoe=-1) [12259.489043] info: keepalive[4286] nfn[192.168.15.177:59321->61.162.172.39:80] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12259.585319] info: (PCO)PRE[192.168.42.2:59322->61.162.172.39:80|ID:E4A4,IL:41|...A....]: dir=0 use hash=5304 outdev=usb0(vlan:-1 pppoe=-1) [12259.600944] info: (PCO)PRE[192.168.42.2:59322->61.162.172.39:80|ID:E4A4,IL:41|...A....]: dir=1 use hash=5028 outdev=eth0(vlan:1 pppoe=-1) [12260.984860] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1005 HZ=100 bytes=0 hw=0 [12261.047769] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12263.112272] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=502 HZ=100 bytes=0 hw=0 [12263.173879] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12264.988624] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=1503 HZ=100 bytes=52 hw=0 [12265.000338] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12266.448979] info: (PCO)PRE[192.168.42.2:59466->172.217.160.106:443|ID:3489,IL:52|...A....]: dir=0 use hash=4602 outdev=usb0(vlan:-1 pppoe=-1) [12266.464838] info: (PCO)PRE[192.168.42.2:59466->172.217.160.106:443|ID:3489,IL:52|...A....]: dir=1 use hash=2776 outdev=eth0(vlan:1 pppoe=-1) [12266.480744] info: keepalive[4602] nfn[192.168.15.177:59466->172.217.160.106:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12266.760773] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=358 HZ=100 bytes=0 hw=0 [12266.909639] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=15 HZ=100 bytes=0 hw=0 [12269.223815] info: keepalive[2138] nfn[192.168.15.177:57326->39.102.47.15:443] ct0 diff_jiffies=1459 HZ=100 bytes=0 hw=0 [12269.290015] info: keepalive[2138] nfn[192.168.15.177:57326->39.102.47.15:443] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12270.382345] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=347 HZ=100 bytes=80 hw=0 [12270.519934] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=14 HZ=100 bytes=591 hw=0 [12271.066267] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1002 HZ=100 bytes=0 hw=0 [12271.157792] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=9 HZ=100 bytes=0 hw=0 [12271.162896] info: keepalive[4602] nfn[192.168.15.177:59466->172.217.160.106:443] ct0 diff_jiffies=468 HZ=100 bytes=0 hw=0 [12271.242195] info: (PCO)PRE[192.168.42.2:59437->112.240.63.6:80|ID:08EA,IL:354|...AP...]: dir=0 use hash=5114 outdev=usb0(vlan:-1 pppoe=-1) [12271.257792] info: (PCO)PRE[192.168.42.2:59437->112.240.63.6:80|ID:08EA,IL:354|...AP...]: dir=1 use hash=7900 outdev=eth0(vlan:1 pppoe=-1) [12271.321848] info: keepalive[5114] nfn[192.168.15.177:59437->112.240.63.6:80] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12271.368841] info: (PCO)PRE[192.168.42.2:59439->112.240.63.6:80|ID:08EC,IL:354|...AP...]: dir=0 use hash=5118 outdev=usb0(vlan:-1 pppoe=-1) [12271.369508] info: keepalive[5114] nfn[192.168.15.177:59437->112.240.63.6:80] ct0 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12271.384457] info: (PCO)PRE[192.168.42.2:59439->112.240.63.6:80|ID:08EC,IL:354|...AP...]: dir=1 use hash=7896 outdev=eth0(vlan:1 pppoe=-1) [12271.423436] info: (PCO)PRE[192.168.42.2:59474->112.247.20.131:8088|ID:8D62,IL:40|...A....]: dir=0 use hash=4007 outdev=usb0(vlan:-1 pppoe=-1) [12271.439335] info: (PCO)PRE[192.168.42.2:59474->112.247.20.131:8088|ID:8D62,IL:40|...A....]: dir=1 use hash=2704 outdev=eth0(vlan:1 pppoe=-1) [12271.455165] info: keepalive[4007] nfn[192.168.15.177:59474->112.247.20.131:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12271.466271] info: keepalive[5118] nfn[192.168.15.177:59439->112.240.63.6:80] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12271.513777] info: keepalive[4007] nfn[192.168.15.177:59474->112.247.20.131:8088] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12271.526207] info: keepalive[5118] nfn[192.168.15.177:59439->112.240.63.6:80] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12271.538301] info: (PCO)PRE[192.168.42.2:59475->112.247.20.129:8088|ID:8FE1,IL:40|...A....]: dir=0 use hash=3488 outdev=usb0(vlan:-1 pppoe=-1) [12271.554173] info: (PCO)PRE[192.168.42.2:59475->112.247.20.129:8088|ID:8FE1,IL:40|...A....]: dir=1 use hash=2198 outdev=eth0(vlan:1 pppoe=-1) [12271.570109] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=105 HZ=100 bytes=1256 hw=0 [12271.570109] info: keepalive[3488] nfn[192.168.15.177:59475->112.247.20.129:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12271.570148] info: (PCO)PRE[192.168.42.2:59476->124.130.103.227:8088|ID:D43A,IL:40|...A....]: dir=0 use hash=5558 outdev=usb0(vlan:-1 pppoe=-1) [12271.608030] info: (PCO)PRE[192.168.42.2:59476->124.130.103.227:8088|ID:D43A,IL:40|...A....]: dir=1 use hash=7824 outdev=eth0(vlan:1 pppoe=-1) [12271.624001] info: keepalive[5558] nfn[192.168.15.177:59476->124.130.103.227:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12271.626193] info: keepalive[3488] nfn[192.168.15.177:59475->112.247.20.129:8088] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12271.646168] info: keepalive[5558] nfn[192.168.15.177:59476->124.130.103.227:8088] ct1 diff_jiffies=2 HZ=100 bytes=0 hw=0 [12271.727037] info: (PCO)PRE[192.168.42.2:59477->27.206.27.95:8088|ID:306D,IL:40|...A....]: dir=0 use hash=6828 outdev=usb0(vlan:-1 pppoe=-1) [12271.742721] info: (PCO)PRE[192.168.42.2:59477->27.206.27.95:8088|ID:306D,IL:40|...A....]: dir=1 use hash=5018 outdev=eth0(vlan:1 pppoe=-1) [12271.758616] info: keepalive[6828] nfn[192.168.15.177:59477->27.206.27.95:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12271.814826] info: keepalive[6828] nfn[192.168.15.177:59477->27.206.27.95:8088] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12272.307368] info: (PCO)PRE[192.168.42.2:59478->27.206.17.129:8088|ID:6317,IL:40|...A....]: dir=0 use hash=6914 outdev=usb0(vlan:-1 pppoe=-1) [12272.323151] info: (PCO)PRE[192.168.42.2:59478->27.206.17.129:8088|ID:6317,IL:40|...A....]: dir=1 use hash=5156 outdev=eth0(vlan:1 pppoe=-1) [12272.339061] info: keepalive[6914] nfn[192.168.15.177:59478->27.206.17.129:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12272.408027] info: (PCO)PRE[192.168.42.2:59479->124.130.98.193:8088|ID:94A6,IL:40|...A....]: dir=0 use hash=7166 outdev=usb0(vlan:-1 pppoe=-1) [12272.411665] info: keepalive[6914] nfn[192.168.15.177:59478->27.206.17.129:8088] ct1 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12272.423876] info: (PCO)PRE[192.168.42.2:59479->124.130.98.193:8088|ID:94A6,IL:40|...A....]: dir=1 use hash=5848 outdev=eth0(vlan:1 pppoe=-1) [12272.450513] info: keepalive[7166] nfn[192.168.15.177:59479->124.130.98.193:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12272.476435] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=91 HZ=100 bytes=2313 hw=0 [12272.511431] info: keepalive[7166] nfn[192.168.15.177:59479->124.130.98.193:8088] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12272.562331] info: (PCO)PRE[192.168.42.2:59433->112.240.58.39:80|ID:1BE8,IL:325|...AP...]: dir=0 use hash=6576 outdev=usb0(vlan:-1 pppoe=-1) [12272.578030] info: (PCO)PRE[192.168.42.2:59433->112.240.58.39:80|ID:1BE8,IL:325|...AP...]: dir=1 use hash=7324 outdev=eth0(vlan:1 pppoe=-1) [12272.627035] info: keepalive[6576] nfn[192.168.15.177:59433->112.240.58.39:80] ct1 diff_jiffies=3 HZ=100 bytes=0 hw=0 [12272.679010] info: (PCO)PRE[192.168.42.2:59480->211.91.76.26:443|ID:0A8A,IL:40|...A....]: dir=0 use hash=5866 outdev=usb0(vlan:-1 pppoe=-1) [12272.694646] info: (PCO)PRE[192.168.42.2:59480->211.91.76.26:443|ID:0A8A,IL:40|...A....]: dir=1 use hash=3564 outdev=eth0(vlan:1 pppoe=-1) [12272.710257] info: keepalive[5866] nfn[192.168.15.177:59480->211.91.76.26:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12272.749428] info: keepalive[5866] nfn[192.168.15.177:59480->211.91.76.26:443] ct1 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12272.815630] info: keepalive[6576] nfn[192.168.15.177:59433->112.240.58.39:80] ct0 diff_jiffies=19 HZ=100 bytes=0 hw=0 [12272.815732] info: (PCO)PRE[192.168.42.2:59434->112.240.58.39:80|ID:1BEA,IL:326|...AP...]: dir=0 use hash=6582 outdev=usb0(vlan:-1 pppoe=-1) [12272.841932] info: (PCO)PRE[192.168.42.2:59434->112.240.58.39:80|ID:1BEA,IL:326|...AP...]: dir=1 use hash=7834 outdev=eth0(vlan:1 pppoe=-1) [12272.878674] info: (PCO)PRE[192.168.42.2:59435->112.240.58.39:80|ID:1BEB,IL:326|...AP...]: dir=0 use hash=6580 outdev=usb0(vlan:-1 pppoe=-1) [12272.894384] info: (PCO)PRE[192.168.42.2:59435->112.240.58.39:80|ID:1BEB,IL:326|...AP...]: dir=1 use hash=7320 outdev=eth0(vlan:1 pppoe=-1) [12272.910825] info: keepalive[6582] nfn[192.168.15.177:59434->112.240.58.39:80] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12272.953606] info: keepalive[6580] nfn[192.168.15.177:59435->112.240.58.39:80] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12272.996003] info: (PCO)PRE[192.168.42.2:59481->120.133.59.143:443|ID:A658,IL:40|...A....]: dir=0 use hash=7980 outdev=usb0(vlan:-1 pppoe=-1) [12273.011772] info: (PCO)PRE[192.168.42.2:59481->120.133.59.143:443|ID:A658,IL:40|...A....]: dir=1 use hash=5122 outdev=eth0(vlan:1 pppoe=-1) [12273.027495] info: keepalive[7980] nfn[192.168.15.177:59481->120.133.59.143:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12273.089514] info: keepalive[7980] nfn[192.168.15.177:59481->120.133.59.143:443] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12273.158980] info: keepalive[6582] nfn[192.168.15.177:59434->112.240.58.39:80] ct0 diff_jiffies=25 HZ=100 bytes=0 hw=0 [12273.191163] info: keepalive[6580] nfn[192.168.15.177:59435->112.240.58.39:80] ct0 diff_jiffies=23 HZ=100 bytes=0 hw=0 [12273.501979] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=102 HZ=100 bytes=2773 hw=0 [12273.642316] info: (PCO)PRE[112.85.70.155:80->192.168.15.177:59483|ID:208C,IL:40|...A....]: dir=0 use hash=871 outdev=usb0(vlan:-1 pppoe=-1) [12273.658013] info: (PCO)PRE[112.85.70.155:80->192.168.15.177:59483|ID:208C,IL:40|...A....]: dir=1 use hash=1634 outdev=eth0(vlan:1 pppoe=-1) [12273.819964] info: keepalive[871] nfn[192.168.15.177:59483->112.85.70.155:80] ct1 diff_jiffies=14 HZ=100 bytes=0 hw=0 [12273.834193] info: (PCO)PRE[112.85.70.155:80->192.168.15.177:59485|ID:8F22,IL:40|...A....]: dir=0 use hash=2922 outdev=usb0(vlan:-1 pppoe=-1) [12273.850043] info: (PCO)PRE[112.85.70.155:80->192.168.15.177:59485|ID:8F22,IL:40|...A....]: dir=1 use hash=1646 outdev=eth0(vlan:1 pppoe=-1) [12273.866113] info: keepalive[871] nfn[192.168.15.177:59483->112.85.70.155:80] ct0 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12273.866380] info: (PCO)PRE[112.85.70.155:80->192.168.15.177:59484|ID:7154,IL:40|...A....]: dir=0 use hash=2408 outdev=usb0(vlan:-1 pppoe=-1) [12273.892446] info: (PCO)PRE[112.85.70.155:80->192.168.15.177:59484|ID:7154,IL:40|...A....]: dir=1 use hash=1132 outdev=eth0(vlan:1 pppoe=-1) [12273.921811] info: keepalive[2408] nfn[192.168.15.177:59484->112.85.70.155:80] ct1 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12273.949291] info: keepalive[2922] nfn[192.168.15.177:59485->112.85.70.155:80] ct1 diff_jiffies=8 HZ=100 bytes=0 hw=0 [12273.974839] info: keepalive[2408] nfn[192.168.15.177:59484->112.85.70.155:80] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12274.005791] info: keepalive[2922] nfn[192.168.15.177:59485->112.85.70.155:80] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12274.932313] info: (PCO)PRE[120.55.59.130:443->192.168.15.177:49694|ID:B78D,IL:121|...AP...]: dir=0 use hash=5773 outdev=usb0(vlan:-1 pppoe=-1) [12274.948252] info: (PCO)PRE[120.55.59.130:443->192.168.15.177:49694|ID:B78D,IL:121|...AP...]: dir=1 use hash=2546 outdev=eth0(vlan:1 pppoe=-1) [12274.964376] info: keepalive[5773] nfn[192.168.15.177:49694->120.55.59.130:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12275.012193] info: keepalive[5773] nfn[192.168.15.177:49694->120.55.59.130:443] ct1 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12275.120018] info: (PCO)PRE[192.168.42.2:56760->118.31.34.42:3000|ID:F4CA,IL:52|UL:32,UC:42A6]: dir=0 use hash=5584 outdev=usb0(vlan:-1 pppoe=-1) [12275.136163] info: (PCO)PRE[192.168.42.2:56760->118.31.34.42:3000|ID:F4CA,IL:52|UL:32,UC:42A6]: dir=1 use hash=2946 outdev=eth0(vlan:1 pppoe=-1) [12275.189287] info: keepalive[5584] nfn[192.168.15.177:63754->118.31.34.42:3000] ct1 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12276.703761] info: keepalive[4602] nfn[192.168.15.177:59466->172.217.160.106:443] ct0 diff_jiffies=555 HZ=100 bytes=0 hw=0 [12278.149632] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=465 HZ=100 bytes=2972 hw=0 [12278.216808] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=7 HZ=100 bytes=454 hw=0 [12280.019258] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=1502 HZ=100 bytes=52 hw=0 [12280.030897] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12280.290084] info: (PCO)PRE[192.168.42.2:59491->52.168.112.66:443|ID:5673,IL:40|...A....]: dir=0 use hash=4106 outdev=usb0(vlan:-1 pppoe=-1) [12280.305837] info: (PCO)PRE[192.168.42.2:59491->52.168.112.66:443|ID:5673,IL:40|...A....]: dir=1 use hash=6952 outdev=eth0(vlan:1 pppoe=-1) [12280.321596] info: keepalive[4106] nfn[192.168.15.177:59491->52.168.112.66:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12280.754204] info: keepalive[4106] nfn[192.168.15.177:59491->52.168.112.66:443] ct1 diff_jiffies=44 HZ=100 bytes=0 hw=0 [12281.178180] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1002 HZ=100 bytes=0 hw=0 [12281.231947] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12281.506607] info: keepalive[4106] nfn[192.168.15.177:59491->52.168.112.66:443] ct0 diff_jiffies=75 HZ=100 bytes=4286 hw=0 [12283.131938] info: keepalive[6914] nfn[192.168.15.177:59478->27.206.17.129:8088] ct1 diff_jiffies=1072 HZ=100 bytes=0 hw=0 [12283.143393] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=493 HZ=100 bytes=0 hw=0 [12283.194562] info: keepalive[6914] nfn[192.168.15.177:59478->27.206.17.129:8088] ct0 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12283.210495] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12285.593712] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=239 HZ=100 bytes=0 hw=0 [12285.647525] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12287.775378] info: keepalive[4602] nfn[192.168.15.177:59466->172.217.160.106:443] ct0 diff_jiffies=1107 HZ=100 bytes=0 hw=0 [12288.156287] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=251 HZ=100 bytes=0 hw=0 [12288.218507] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12290.234578] info: (PCO)PRE[192.168.42.2:49835->101.201.199.174:443|ID:328D,IL:89|...AP...]: dir=0 use hash=6722 outdev=usb0(vlan:-1 pppoe=-1) [12290.250464] info: (PCO)PRE[192.168.42.2:49835->101.201.199.174:443|ID:328D,IL:89|...AP...]: dir=1 use hash=2940 outdev=eth0(vlan:1 pppoe=-1) [12290.503653] info: keepalive[6722] nfn[192.168.15.177:49835->101.201.199.174:443] ct1 diff_jiffies=24 HZ=100 bytes=0 hw=0 [12290.561645] info: keepalive[6722] nfn[192.168.15.177:49835->101.201.199.174:443] ct0 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12291.251733] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1002 HZ=100 bytes=0 hw=0 [12291.301072] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12293.202113] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=498 HZ=100 bytes=0 hw=0 [12293.263110] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12293.345494] info: (PCO)PRE[192.168.42.2:59502->120.133.59.143:443|ID:A661,IL:40|...A....]: dir=0 use hash=5442 outdev=usb0(vlan:-1 pppoe=-1) [12293.361269] info: (PCO)PRE[192.168.42.2:59502->120.133.59.143:443|ID:A661,IL:40|...A....]: dir=1 use hash=7788 outdev=eth0(vlan:1 pppoe=-1) [12293.377016] info: keepalive[5442] nfn[192.168.15.177:59502->120.133.59.143:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12293.433433] info: keepalive[5442] nfn[192.168.15.177:59502->120.133.59.143:443] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12295.058773] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=1503 HZ=100 bytes=52 hw=0 [12295.070762] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12296.994153] info: (PCO)PRE[192.168.42.2:59427->124.132.138.104:80|ID:B48F,IL:41|...A....]: dir=0 use hash=4546 outdev=usb0(vlan:-1 pppoe=-1) [12297.009930] info: (PCO)PRE[192.168.42.2:59427->124.132.138.104:80|ID:B48F,IL:41|...A....]: dir=1 use hash=5318 outdev=eth0(vlan:1 pppoe=-1) [12297.496556] info: (PCO)PRE[192.168.42.2:59428->124.132.138.104:80|ID:B494,IL:41|...A....]: dir=0 use hash=6605 outdev=usb0(vlan:-1 pppoe=-1) [12297.512333] info: (PCO)PRE[192.168.42.2:59428->124.132.138.104:80|ID:B494,IL:41|...A....]: dir=1 use hash=4296 outdev=eth0(vlan:1 pppoe=-1) [12297.528082] info: (PCO)PRE[192.168.42.2:59429->124.132.138.104:80|ID:B495,IL:41|...A....]: dir=0 use hash=6606 outdev=usb0(vlan:-1 pppoe=-1) [12297.543864] info: (PCO)PRE[192.168.42.2:59429->124.132.138.104:80|ID:B495,IL:41|...A....]: dir=1 use hash=4298 outdev=eth0(vlan:1 pppoe=-1) [12298.196436] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=493 HZ=100 bytes=0 hw=0 [12298.255405] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12299.200742] info: (PCO)PRE[192.168.42.2:59438->112.240.63.6:80|ID:08F5,IL:41|...A....]: dir=0 use hash=5116 outdev=usb0(vlan:-1 pppoe=-1) [12299.216277] info: (PCO)PRE[192.168.42.2:59438->112.240.63.6:80|ID:08F5,IL:41|...A....]: dir=1 use hash=7898 outdev=eth0(vlan:1 pppoe=-1) [12299.674444] info: (PCO)PRE[192.168.42.2:59440->112.228.183.230:8088|ID:76DD,IL:41|...A....]: dir=0 use hash=3464 outdev=usb0(vlan:-1 pppoe=-1) [12299.690406] info: (PCO)PRE[192.168.42.2:59440->112.228.183.230:8088|ID:76DD,IL:41|...A....]: dir=1 use hash=190 outdev=eth0(vlan:1 pppoe=-1) [12299.721225] info: (PCO)PRE[192.168.42.2:59441->39.67.226.125:8088|ID:9BD5,IL:41|...A....]: dir=0 use hash=7000 outdev=usb0(vlan:-1 pppoe=-1) [12299.737001] info: (PCO)PRE[192.168.42.2:59441->39.67.226.125:8088|ID:9BD5,IL:41|...A....]: dir=1 use hash=7790 outdev=eth0(vlan:1 pppoe=-1) [12300.470151] info: (PCO)PRE[192.168.42.2:59507->120.133.59.143:443|ID:A669,IL:40|...A....]: dir=0 use hash=3960 outdev=usb0(vlan:-1 pppoe=-1) [12300.485925] info: (PCO)PRE[192.168.42.2:59507->120.133.59.143:443|ID:A669,IL:40|...A....]: dir=1 use hash=1110 outdev=eth0(vlan:1 pppoe=-1) [12300.501639] info: keepalive[3960] nfn[192.168.15.177:59507->120.133.59.143:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12300.563760] info: keepalive[3960] nfn[192.168.15.177:59507->120.133.59.143:443] ct1 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12300.698307] info: (PCO)PRE[192.168.42.2:59444->27.218.185.25:8088|ID:0124,IL:41|...A....]: dir=0 use hash=5838 outdev=usb0(vlan:-1 pppoe=-1) [12300.714094] info: (PCO)PRE[192.168.42.2:59444->27.218.185.25:8088|ID:0124,IL:41|...A....]: dir=1 use hash=6648 outdev=eth0(vlan:1 pppoe=-1) [12300.730037] info: (PCO)PRE[192.168.42.2:59445->39.76.127.57:8088|ID:C4E1,IL:41|...A....]: dir=0 use hash=3068 outdev=usb0(vlan:-1 pppoe=-1) [12300.745748] info: (PCO)PRE[192.168.42.2:59445->39.76.127.57:8088|ID:C4E1,IL:41|...A....]: dir=1 use hash=730 outdev=eth0(vlan:1 pppoe=-1) [12300.949311] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=269 HZ=100 bytes=0 hw=0 [12301.119035] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=17 HZ=100 bytes=0 hw=0 [12301.344122] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1005 HZ=100 bytes=0 hw=0 [12301.421200] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12302.649025] info: (PCO)PRE[192.168.42.2:49847->20.198.162.78:443|ID:A341,IL:83|...AP...]: dir=0 use hash=7463 outdev=usb0(vlan:-1 pppoe=-1) [12302.664710] info: (PCO)PRE[192.168.42.2:49847->20.198.162.78:443|ID:A341,IL:83|...AP...]: dir=1 use hash=4656 outdev=eth0(vlan:1 pppoe=-1) [12302.798668] info: keepalive[7463] nfn[192.168.15.177:49847->20.198.162.78:443] ct1 diff_jiffies=12 HZ=100 bytes=0 hw=0 [12302.854927] info: keepalive[7463] nfn[192.168.15.177:49847->20.198.162.78:443] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12303.200743] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=208 HZ=100 bytes=0 hw=0 [12303.263877] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12303.609477] info: (PCO)PRE[192.168.42.2:59510->20.44.229.112:443|ID:8088,IL:40|...A....]: dir=0 use hash=5902 outdev=usb0(vlan:-1 pppoe=-1) [12303.625219] info: (PCO)PRE[192.168.42.2:59510->20.44.229.112:443|ID:8088,IL:40|...A....]: dir=1 use hash=6148 outdev=eth0(vlan:1 pppoe=-1) [12303.641148] info: keepalive[5902] nfn[192.168.15.177:59510->20.44.229.112:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12303.736586] info: keepalive[5902] nfn[192.168.15.177:59510->20.44.229.112:443] ct1 diff_jiffies=10 HZ=100 bytes=0 hw=0 [12304.548665] info: (PCO)PRE[192.168.42.2:59513->120.133.59.143:443|ID:A671,IL:40|...A....]: dir=0 use hash=8044 outdev=usb0(vlan:-1 pppoe=-1) [12304.564435] info: (PCO)PRE[192.168.42.2:59513->120.133.59.143:443|ID:A671,IL:40|...A....]: dir=1 use hash=5186 outdev=eth0(vlan:1 pppoe=-1) [12304.580169] info: keepalive[8044] nfn[192.168.15.177:59513->120.133.59.143:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12304.633579] info: keepalive[8044] nfn[192.168.15.177:59513->120.133.59.143:443] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12304.931568] info: (PCO)PRE[120.55.59.130:443->192.168.15.177:49694|ID:D7CD,IL:121|...AP...]: dir=0 use hash=5773 outdev=usb0(vlan:-1 pppoe=-1) [12304.947503] info: (PCO)PRE[120.55.59.130:443->192.168.15.177:49694|ID:D7CD,IL:121|...AP...]: dir=1 use hash=2546 outdev=eth0(vlan:1 pppoe=-1) [12304.963971] info: keepalive[5773] nfn[192.168.15.177:49694->120.55.59.130:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12305.005503] info: keepalive[5773] nfn[192.168.15.177:49694->120.55.59.130:443] ct1 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12308.405491] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=514 HZ=100 bytes=0 hw=0 [12308.469036] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12308.480298] info: keepalive[8044] nfn[192.168.15.177:59513->120.133.59.143:443] ct0 diff_jiffies=384 HZ=100 bytes=973 hw=0 [12308.545409] info: keepalive[8044] nfn[192.168.15.177:59513->120.133.59.143:443] ct1 diff_jiffies=7 HZ=100 bytes=4076 hw=0 [12310.088753] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=1502 HZ=100 bytes=52 hw=0 [12310.100038] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12310.558119] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=209 HZ=100 bytes=52 hw=0 [12310.715138] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=16 HZ=100 bytes=454 hw=0 [12311.441072] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1002 HZ=100 bytes=0 hw=0 [12311.490298] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12311.681133] info: (PCO)PRE[112.83.167.3:80->192.168.15.177:59521|ID:47DF,IL:40|...A....]: dir=0 use hash=4590 outdev=usb0(vlan:-1 pppoe=-1) [12311.696842] info: (PCO)PRE[112.83.167.3:80->192.168.15.177:59521|ID:47DF,IL:40|...A....]: dir=1 use hash=2280 outdev=eth0(vlan:1 pppoe=-1) [12311.712776] info: keepalive[4590] nfn[192.168.15.177:59521->112.83.167.3:80] ct1 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12311.712784] info: (PCO)PRE[112.83.167.3:80->192.168.15.177:59522|ID:586C,IL:40|...A....]: dir=0 use hash=6120 outdev=usb0(vlan:-1 pppoe=-1) [12311.712891] info: (PCO)PRE[112.83.167.3:80->192.168.15.177:59523|ID:96FF,IL:40|...A....]: dir=0 use hash=5610 outdev=usb0(vlan:-1 pppoe=-1) [12311.723234] info: (PCO)PRE[112.83.167.3:80->192.168.15.177:59522|ID:586C,IL:40|...A....]: dir=1 use hash=2798 outdev=eth0(vlan:1 pppoe=-1) [12311.738814] info: (PCO)PRE[112.83.167.3:80->192.168.15.177:59523|ID:96FF,IL:40|...A....]: dir=1 use hash=2284 outdev=eth0(vlan:1 pppoe=-1) [12311.754416] info: keepalive[6120] nfn[192.168.15.177:59522->112.83.167.3:80] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12311.769910] info: keepalive[5610] nfn[192.168.15.177:59523->112.83.167.3:80] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12311.806659] info: keepalive[4590] nfn[192.168.15.177:59521->112.83.167.3:80] ct0 diff_jiffies=9 HZ=100 bytes=0 hw=0 [12311.838515] info: keepalive[6120] nfn[192.168.15.177:59522->112.83.167.3:80] ct0 diff_jiffies=12 HZ=100 bytes=0 hw=0 [12311.838546] info: (PCO)PRE[192.168.42.2:59524->39.67.235.98:8088|ID:D26B,IL:40|...A....]: dir=0 use hash=6686 outdev=usb0(vlan:-1 pppoe=-1) [12311.838592] info: (PCO)PRE[192.168.42.2:59524->39.67.235.98:8088|ID:D26B,IL:40|...A....]: dir=1 use hash=4408 outdev=eth0(vlan:1 pppoe=-1) [12311.854516] info: keepalive[5610] nfn[192.168.15.177:59523->112.83.167.3:80] ct0 diff_jiffies=14 HZ=100 bytes=0 hw=0 [12311.864709] info: keepalive[6686] nfn[192.168.15.177:59524->39.67.235.98:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12311.883011] info: (PCO)PRE[192.168.42.2:59525->124.130.97.241:8088|ID:6CF9,IL:40|...A....]: dir=0 use hash=6204 outdev=usb0(vlan:-1 pppoe=-1) [12311.917042] info: (PCO)PRE[192.168.42.2:59525->124.130.97.241:8088|ID:6CF9,IL:40|...A....]: dir=1 use hash=5402 outdev=eth0(vlan:1 pppoe=-1) [12311.932917] info: (PCO)PRE[192.168.42.2:59526->124.130.42.211:8088|ID:9A44,IL:40|...A....]: dir=0 use hash=2664 outdev=usb0(vlan:-1 pppoe=-1) [12311.937495] info: (PCO)PRE[192.168.42.2:59527->124.130.40.20:8088|ID:BF5C,IL:40|...A....]: dir=0 use hash=4064 outdev=usb0(vlan:-1 pppoe=-1) [12311.948800] info: (PCO)PRE[192.168.42.2:59526->124.130.42.211:8088|ID:9A44,IL:40|...A....]: dir=1 use hash=1374 outdev=eth0(vlan:1 pppoe=-1) [12311.964453] info: (PCO)PRE[192.168.42.2:59527->124.130.40.20:8088|ID:BF5C,IL:40|...A....]: dir=1 use hash=726 outdev=eth0(vlan:1 pppoe=-1) [12311.980181] info: keepalive[6204] nfn[192.168.15.177:59525->124.130.97.241:8088] ct0 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12311.995672] info: keepalive[2664] nfn[192.168.15.177:59526->124.130.42.211:8088] ct1 diff_jiffies=2 HZ=100 bytes=0 hw=0 [12312.006437] info: keepalive[2664] nfn[192.168.15.177:59526->124.130.42.211:8088] ct0 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12312.017277] info: keepalive[4064] nfn[192.168.15.177:59527->124.130.40.20:8088] ct0 diff_jiffies=2 HZ=100 bytes=0 hw=0 [12312.028091] info: keepalive[6686] nfn[192.168.15.177:59524->39.67.235.98:8088] ct1 diff_jiffies=16 HZ=100 bytes=0 hw=0 [12312.049392] info: keepalive[6204] nfn[192.168.15.177:59525->124.130.97.241:8088] ct1 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12312.077900] info: keepalive[4064] nfn[192.168.15.177:59527->124.130.40.20:8088] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12312.225432] info: (PCO)PRE[192.168.42.2:57326->39.102.47.15:443|ID:2F80,IL:189|...AP...]: dir=0 use hash=2138 outdev=usb0(vlan:-1 pppoe=-1) [12312.241133] info: (PCO)PRE[192.168.42.2:57326->39.102.47.15:443|ID:2F80,IL:189|...AP...]: dir=1 use hash=1844 outdev=eth0(vlan:1 pppoe=-1) [12312.256765] info: keepalive[2138] nfn[192.168.15.177:57326->39.102.47.15:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12312.295823] info: keepalive[2138] nfn[192.168.15.177:57326->39.102.47.15:443] ct1 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12312.487309] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=177 HZ=100 bytes=1731 hw=0 [12312.534236] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=5 HZ=100 bytes=1872 hw=0 [12312.590940] info: (PCO)PRE[192.168.42.2:59530->120.133.52.212:443|ID:6EEB,IL:52|...A....]: dir=0 use hash=5182 outdev=usb0(vlan:-1 pppoe=-1) [12312.606722] info: (PCO)PRE[192.168.42.2:59530->120.133.52.212:443|ID:6EEB,IL:52|...A....]: dir=1 use hash=2844 outdev=eth0(vlan:1 pppoe=-1) [12312.622458] info: keepalive[5182] nfn[192.168.15.177:59530->120.133.52.212:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12312.634472] info: (PCO)PRE[192.168.42.2:59533->124.130.102.85:8088|ID:CF4D,IL:40|...A....]: dir=0 use hash=1898 outdev=usb0(vlan:-1 pppoe=-1) [12312.650336] info: (PCO)PRE[192.168.42.2:59533->124.130.102.85:8088|ID:CF4D,IL:40|...A....]: dir=1 use hash=6733 outdev=eth0(vlan:1 pppoe=-1) [12312.666125] info: keepalive[1898] nfn[192.168.15.177:59533->124.130.102.85:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12312.670059] info: keepalive[5182] nfn[192.168.15.177:59530->120.133.52.212:443] ct1 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12312.670273] info: (PCO)PRE[192.168.42.2:59532->124.130.103.221:8088|ID:D62E,IL:40|...A....]: dir=0 use hash=5242 outdev=usb0(vlan:-1 pppoe=-1) [12312.670327] info: (PCO)PRE[192.168.42.2:59532->124.130.103.221:8088|ID:D62E,IL:40|...A....]: dir=1 use hash=7004 outdev=eth0(vlan:1 pppoe=-1) [12312.677018] info: (PCO)PRE[192.168.42.2:59531->204.79.197.239:443|ID:997E,IL:40|...A....]: dir=0 use hash=7836 outdev=usb0(vlan:-1 pppoe=-1) [12312.714902] info: keepalive[1898] nfn[192.168.15.177:59533->124.130.102.85:8088] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12312.719238] info: (PCO)PRE[192.168.42.2:59531->204.79.197.239:443|ID:997E,IL:40|...A....]: dir=1 use hash=438 outdev=eth0(vlan:1 pppoe=-1) [12312.734994] info: keepalive[5242] nfn[192.168.15.177:59532->124.130.103.221:8088] ct0 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12312.745695] info: keepalive[7836] nfn[192.168.15.177:59531->204.79.197.239:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12312.799742] info: keepalive[5242] nfn[192.168.15.177:59532->124.130.103.221:8088] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12312.870769] info: keepalive[7836] nfn[192.168.15.177:59531->204.79.197.239:443] ct1 diff_jiffies=12 HZ=100 bytes=0 hw=0 [12312.969033] info: (PCO)PRE[192.168.42.2:59485->112.85.70.155:80|ID:BE62,IL:348|...AP...]: dir=0 use hash=2922 outdev=usb0(vlan:-1 pppoe=-1) [12312.984776] info: (PCO)PRE[192.168.42.2:59485->112.85.70.155:80|ID:BE62,IL:348|...AP...]: dir=1 use hash=1646 outdev=eth0(vlan:1 pppoe=-1) [12313.030733] info: keepalive[2922] nfn[192.168.15.177:59485->112.85.70.155:80] ct1 diff_jiffies=3 HZ=100 bytes=0 hw=0 [12313.094489] info: (PCO)PRE[192.168.42.2:59483->112.85.70.155:80|ID:BE63,IL:349|...AP...]: dir=0 use hash=871 outdev=usb0(vlan:-1 pppoe=-1) [12313.110073] info: (PCO)PRE[192.168.42.2:59483->112.85.70.155:80|ID:BE63,IL:349|...AP...]: dir=1 use hash=1634 outdev=eth0(vlan:1 pppoe=-1) [12313.125682] info: (PCO)PRE[192.168.42.2:59484->112.85.70.155:80|ID:BE64,IL:349|...AP...]: dir=0 use hash=2408 outdev=usb0(vlan:-1 pppoe=-1) [12313.141348] info: (PCO)PRE[192.168.42.2:59484->112.85.70.155:80|ID:BE64,IL:349|...AP...]: dir=1 use hash=1132 outdev=eth0(vlan:1 pppoe=-1) [12313.156991] info: keepalive[871] nfn[192.168.15.177:59483->112.85.70.155:80] ct1 diff_jiffies=3 HZ=100 bytes=0 hw=0 [12313.172897] info: keepalive[2922] nfn[192.168.15.177:59485->112.85.70.155:80] ct0 diff_jiffies=15 HZ=100 bytes=0 hw=0 [12313.190628] info: keepalive[2408] nfn[192.168.15.177:59484->112.85.70.155:80] ct1 diff_jiffies=3 HZ=100 bytes=0 hw=0 [12313.347521] info: keepalive[2408] nfn[192.168.15.177:59484->112.85.70.155:80] ct0 diff_jiffies=16 HZ=100 bytes=0 hw=0 [12313.425011] info: keepalive[871] nfn[192.168.15.177:59483->112.85.70.155:80] ct0 diff_jiffies=27 HZ=100 bytes=0 hw=0 [12313.867381] info: (PCO)PRE[192.168.42.2:59433->112.240.58.39:80|ID:1BF1,IL:326|...AP...]: dir=0 use hash=6576 outdev=usb0(vlan:-1 pppoe=-1) [12313.883128] info: (PCO)PRE[192.168.42.2:59433->112.240.58.39:80|ID:1BF1,IL:326|...AP...]: dir=1 use hash=7324 outdev=eth0(vlan:1 pppoe=-1) [12313.935311] info: keepalive[6576] nfn[192.168.15.177:59433->112.240.58.39:80] ct1 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12313.959971] info: (PCO)PRE[192.168.42.2:59434->112.240.58.39:80|ID:1BF2,IL:325|...AP...]: dir=0 use hash=6582 outdev=usb0(vlan:-1 pppoe=-1) [12313.975700] info: (PCO)PRE[192.168.42.2:59434->112.240.58.39:80|ID:1BF2,IL:325|...AP...]: dir=1 use hash=7834 outdev=eth0(vlan:1 pppoe=-1) [12314.027872] info: keepalive[6582] nfn[192.168.15.177:59434->112.240.58.39:80] ct1 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12314.132534] info: keepalive[6576] nfn[192.168.15.177:59433->112.240.58.39:80] ct0 diff_jiffies=20 HZ=100 bytes=0 hw=0 [12314.274010] info: keepalive[6582] nfn[192.168.15.177:59434->112.240.58.39:80] ct0 diff_jiffies=25 HZ=100 bytes=0 hw=0 [12314.550619] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=201 HZ=100 bytes=3715 hw=0 [12314.602972] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=2931 hw=0 [12318.325183] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=372 HZ=100 bytes=0 hw=0 [12318.391779] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12321.227018] info: (PCO)PRE[192.168.42.2:49835->101.201.199.174:443|ID:328F,IL:89|...AP...]: dir=0 use hash=6722 outdev=usb0(vlan:-1 pppoe=-1) [12321.242916] info: (PCO)PRE[192.168.42.2:49835->101.201.199.174:443|ID:328F,IL:89|...AP...]: dir=1 use hash=2940 outdev=eth0(vlan:1 pppoe=-1) [12321.317559] info: keepalive[6722] nfn[192.168.15.177:49835->101.201.199.174:443] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12321.383713] info: keepalive[6722] nfn[192.168.15.177:49835->101.201.199.174:443] ct0 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12321.524883] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1004 HZ=100 bytes=0 hw=0 [12321.607554] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=8 HZ=100 bytes=0 hw=0 [12323.327489] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=494 HZ=100 bytes=0 hw=0 [12323.390163] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12325.127760] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=1503 HZ=100 bytes=52 hw=0 [12325.139677] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12328.349527] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=496 HZ=100 bytes=0 hw=0 [12328.403096] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12329.231826] info: keepalive[2138] nfn[192.168.15.177:57326->39.102.47.15:443] ct0 diff_jiffies=1694 HZ=100 bytes=3979 hw=0 [12329.300423] info: keepalive[2138] nfn[192.168.15.177:57326->39.102.47.15:443] ct1 diff_jiffies=6 HZ=100 bytes=898 hw=0 [12331.351471] info: (PCO)PRE[192.168.42.2:59546->172.217.160.74:443|ID:8584,IL:52|...A....]: dir=0 use hash=4122 outdev=usb0(vlan:-1 pppoe=-1) [12331.367230] info: (PCO)PRE[192.168.42.2:59546->172.217.160.74:443|ID:8584,IL:52|...A....]: dir=1 use hash=2872 outdev=eth0(vlan:1 pppoe=-1) [12331.382923] info: keepalive[4122] nfn[192.168.15.177:59546->172.217.160.74:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12331.635511] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1003 HZ=100 bytes=0 hw=0 [12331.699228] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12331.857942] info: (PCO)PRE[192.168.42.2:59474->112.247.20.131:8088|ID:8D65,IL:41|...A....]: dir=0 use hash=4007 outdev=usb0(vlan:-1 pppoe=-1) [12331.873807] info: (PCO)PRE[192.168.42.2:59474->112.247.20.131:8088|ID:8D65,IL:41|...A....]: dir=1 use hash=2704 outdev=eth0(vlan:1 pppoe=-1) [12331.921209] info: (PCO)PRE[192.168.42.2:59475->112.247.20.129:8088|ID:8FE4,IL:41|...A....]: dir=0 use hash=3488 outdev=usb0(vlan:-1 pppoe=-1) [12331.936982] info: (PCO)PRE[192.168.42.2:59476->124.130.103.227:8088|ID:D43E,IL:41|...A....]: dir=0 use hash=5558 outdev=usb0(vlan:-1 pppoe=-1) [12331.937060] info: (PCO)PRE[192.168.42.2:59476->124.130.103.227:8088|ID:D43E,IL:41|...A....]: dir=1 use hash=7824 outdev=eth0(vlan:1 pppoe=-1) [12331.952906] info: (PCO)PRE[192.168.42.2:59475->112.247.20.129:8088|ID:8FE4,IL:41|...A....]: dir=1 use hash=2198 outdev=eth0(vlan:1 pppoe=-1) [12331.999502] info: keepalive[5558] nfn[192.168.15.177:59476->124.130.103.227:8088] ct1 diff_jiffies=3 HZ=100 bytes=0 hw=0 [12332.249538] info: (PCO)PRE[192.168.42.2:59439->112.240.63.6:80|ID:08F8,IL:41|...A....]: dir=0 use hash=5118 outdev=usb0(vlan:-1 pppoe=-1) [12332.265067] info: (PCO)PRE[192.168.42.2:59439->112.240.63.6:80|ID:08F8,IL:41|...A....]: dir=1 use hash=7896 outdev=eth0(vlan:1 pppoe=-1) [12332.280869] info: (PCO)PRE[192.168.42.2:59437->112.240.63.6:80|ID:08F9,IL:41|...A....]: dir=0 use hash=5114 outdev=usb0(vlan:-1 pppoe=-1) [12332.296439] info: (PCO)PRE[192.168.42.2:59437->112.240.63.6:80|ID:08F9,IL:41|...A....]: dir=1 use hash=7900 outdev=eth0(vlan:1 pppoe=-1) [12332.329819] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=392 HZ=100 bytes=0 hw=0 [12332.494875] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=17 HZ=100 bytes=0 hw=0 [12332.800525] info: (PCO)PRE[192.168.42.2:59479->124.130.98.193:8088|ID:94A9,IL:41|...A....]: dir=0 use hash=7166 outdev=usb0(vlan:-1 pppoe=-1) [12332.816373] info: (PCO)PRE[192.168.42.2:59479->124.130.98.193:8088|ID:94A9,IL:41|...A....]: dir=1 use hash=5848 outdev=eth0(vlan:1 pppoe=-1) [12333.164226] info: (PCO)PRE[192.168.42.2:59435->112.240.58.39:80|ID:1BFB,IL:41|...A....]: dir=0 use hash=6580 outdev=usb0(vlan:-1 pppoe=-1) [12333.179829] info: (PCO)PRE[192.168.42.2:59435->112.240.58.39:80|ID:1BFB,IL:41|...A....]: dir=1 use hash=7320 outdev=eth0(vlan:1 pppoe=-1) [12333.463555] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=97 HZ=100 bytes=0 hw=0 [12334.361277] info: keepalive[4122] nfn[192.168.15.177:59546->172.217.160.74:443] ct0 diff_jiffies=297 HZ=100 bytes=0 hw=0 [12334.930025] info: (PCO)PRE[120.55.59.130:443->192.168.15.177:49694|ID:008E,IL:121|...AP...]: dir=0 use hash=5773 outdev=usb0(vlan:-1 pppoe=-1) [12334.945959] info: (PCO)PRE[120.55.59.130:443->192.168.15.177:49694|ID:008E,IL:121|...AP...]: dir=1 use hash=2546 outdev=eth0(vlan:1 pppoe=-1) [12334.962826] info: keepalive[5773] nfn[192.168.15.177:49694->120.55.59.130:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12335.007593] info: keepalive[5773] nfn[192.168.15.177:49694->120.55.59.130:443] ct1 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12335.133315] info: (PCO)PRE[192.168.42.2:56760->118.31.34.42:3000|ID:F4CB,IL:52|UL:32,UC:83F6]: dir=0 use hash=5584 outdev=usb0(vlan:-1 pppoe=-1) [12335.149419] info: (PCO)PRE[192.168.42.2:56760->118.31.34.42:3000|ID:F4CB,IL:52|UL:32,UC:83F6]: dir=1 use hash=2946 outdev=eth0(vlan:1 pppoe=-1) [12335.199422] info: keepalive[5584] nfn[192.168.15.177:63754->118.31.34.42:3000] ct1 diff_jiffies=3 HZ=100 bytes=0 hw=0 [12337.372739] info: keepalive[4122] nfn[192.168.15.177:59546->172.217.160.74:443] ct0 diff_jiffies=302 HZ=100 bytes=0 hw=0 [12338.595639] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=513 HZ=100 bytes=487 hw=0 [12338.656479] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12340.167302] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=1503 HZ=100 bytes=52 hw=0 [12340.179273] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12341.723454] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1003 HZ=100 bytes=0 hw=0 [12341.849694] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=12 HZ=100 bytes=0 hw=0 [12342.316256] info: (PCO)PRE[192.168.42.2:59510->20.44.229.112:443|ID:8095,IL:1420|...A....]: dir=0 use hash=5902 outdev=usb0(vlan:-1 pppoe=-1) [12342.332146] info: (PCO)PRE[192.168.42.2:59510->20.44.229.112:443|ID:8095,IL:1420|...A....]: dir=1 use hash=6148 outdev=eth0(vlan:1 pppoe=-1) [12342.348023] info: keepalive[5902] nfn[192.168.15.177:59510->20.44.229.112:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12342.769687] info: keepalive[5902] nfn[192.168.15.177:59510->20.44.229.112:443] ct1 diff_jiffies=42 HZ=100 bytes=0 hw=0 [12343.142482] info: (PCO)PRE[192.168.42.2:59478->27.206.17.129:8088|ID:631B,IL:41|...A....]: dir=0 use hash=6914 outdev=usb0(vlan:-1 pppoe=-1) [12343.158248] info: (PCO)PRE[192.168.42.2:59478->27.206.17.129:8088|ID:631B,IL:41|...A....]: dir=1 use hash=5156 outdev=eth0(vlan:1 pppoe=-1) [12343.212457] info: keepalive[6914] nfn[192.168.15.177:59478->27.206.17.129:8088] ct1 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12343.382590] info: keepalive[4122] nfn[192.168.15.177:59546->172.217.160.74:443] ct0 diff_jiffies=601 HZ=100 bytes=0 hw=0 [12343.450258] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=479 HZ=100 bytes=0 hw=0 [12343.509595] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12347.665387] info: (PCO)PRE[192.168.42.2:49847->20.198.162.78:443|ID:A343,IL:83|...AP...]: dir=0 use hash=7463 outdev=usb0(vlan:-1 pppoe=-1) [12347.681075] info: (PCO)PRE[192.168.42.2:49847->20.198.162.78:443|ID:A343,IL:83|...AP...]: dir=1 use hash=4656 outdev=eth0(vlan:1 pppoe=-1) [12347.826603] info: keepalive[7463] nfn[192.168.15.177:49847->20.198.162.78:443] ct1 diff_jiffies=13 HZ=100 bytes=0 hw=0 [12347.884460] info: keepalive[7463] nfn[192.168.15.177:49847->20.198.162.78:443] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12348.489050] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=498 HZ=100 bytes=0 hw=0 [12348.554493] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12350.988609] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=243 HZ=100 bytes=0 hw=0 [12351.145140] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=16 HZ=100 bytes=0 hw=0 [12351.232632] info: (PCO)PRE[192.168.42.2:49835->101.201.199.174:443|ID:3291,IL:89|...AP...]: dir=0 use hash=6722 outdev=usb0(vlan:-1 pppoe=-1) [12351.248502] info: (PCO)PRE[192.168.42.2:49835->101.201.199.174:443|ID:3291,IL:89|...AP...]: dir=1 use hash=2940 outdev=eth0(vlan:1 pppoe=-1) [12351.306370] info: keepalive[6722] nfn[192.168.15.177:49835->101.201.199.174:443] ct1 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12351.371689] info: keepalive[6722] nfn[192.168.15.177:49835->101.201.199.174:443] ct0 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12351.888889] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1004 HZ=100 bytes=0 hw=0 [12351.937965] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12352.083818] info: (PCO)PRE[124.132.138.105:80->192.168.15.177:59562|ID:9887,IL:40|...A....]: dir=0 use hash=210 outdev=usb0(vlan:-1 pppoe=-1) [12352.083818] info: (PCO)PRE[124.132.138.105:80->192.168.15.177:59563|ID:9810,IL:40|...A....]: dir=0 use hash=208 outdev=usb0(vlan:-1 pppoe=-1) [12352.083901] info: (PCO)PRE[124.132.138.105:80->192.168.15.177:59563|ID:9810,IL:40|...A....]: dir=1 use hash=1492 outdev=eth0(vlan:1 pppoe=-1) [12352.099658] info: (PCO)PRE[124.132.138.105:80->192.168.15.177:59562|ID:9887,IL:40|...A....]: dir=1 use hash=2006 outdev=eth0(vlan:1 pppoe=-1) [12352.147004] info: (PCO)PRE[124.132.138.105:80->192.168.15.177:59561|ID:A20F,IL:40|...A....]: dir=0 use hash=212 outdev=usb0(vlan:-1 pppoe=-1) [12352.162800] info: (PCO)PRE[124.132.138.105:80->192.168.15.177:59561|ID:A20F,IL:40|...A....]: dir=1 use hash=464 outdev=eth0(vlan:1 pppoe=-1) [12352.211315] info: keepalive[212] nfn[192.168.15.177:59561->124.132.138.105:80] ct1 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12352.226335] info: keepalive[210] nfn[192.168.15.177:59562->124.132.138.105:80] ct1 diff_jiffies=8 HZ=100 bytes=0 hw=0 [12352.267261] info: keepalive[212] nfn[192.168.15.177:59561->124.132.138.105:80] ct0 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12352.283417] info: keepalive[210] nfn[192.168.15.177:59562->124.132.138.105:80] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12352.554051] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=141 HZ=100 bytes=1732 hw=0 [12352.595288] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=4 HZ=100 bytes=1757 hw=0 [12352.688285] info: keepalive[208] nfn[192.168.15.177:59563->124.132.138.105:80] ct1 diff_jiffies=60 HZ=100 bytes=0 hw=0 [12352.750513] info: keepalive[208] nfn[192.168.15.177:59563->124.132.138.105:80] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12353.006356] info: (PCO)PRE[119.176.25.39:80->192.168.15.177:59567|ID:50EA,IL:40|...A....]: dir=0 use hash=4156 outdev=usb0(vlan:-1 pppoe=-1) [12353.011613] info: (PCO)PRE[119.176.25.39:80->192.168.15.177:59566|ID:5B2E,IL:40|...A....]: dir=0 use hash=4158 outdev=usb0(vlan:-1 pppoe=-1) [12353.022117] info: (PCO)PRE[119.176.25.39:80->192.168.15.177:59567|ID:50EA,IL:40|...A....]: dir=1 use hash=7448 outdev=eth0(vlan:1 pppoe=-1) [12353.053488] info: (PCO)PRE[119.176.25.39:80->192.168.15.177:59566|ID:5B2E,IL:40|...A....]: dir=1 use hash=7962 outdev=eth0(vlan:1 pppoe=-1) [12353.146281] info: keepalive[4158] nfn[192.168.15.177:59566->119.176.25.39:80] ct1 diff_jiffies=8 HZ=100 bytes=0 hw=0 [12353.158777] info: keepalive[4156] nfn[192.168.15.177:59567->119.176.25.39:80] ct1 diff_jiffies=13 HZ=100 bytes=0 hw=0 [12353.206618] info: keepalive[4158] nfn[192.168.15.177:59566->119.176.25.39:80] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12353.222636] info: keepalive[4156] nfn[192.168.15.177:59567->119.176.25.39:80] ct0 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12353.558293] info: (PCO)PRE[120.133.59.143:443->192.168.15.177:59502|ID:BB4F,IL:71|...AP...]: dir=0 use hash=5442 outdev=usb0(vlan:-1 pppoe=-1) [12353.568693] info: (PCO)PRE[119.176.25.39:80->192.168.15.177:59568|ID:6358,IL:40|...A....]: dir=0 use hash=2 outdev=usb0(vlan:-1 pppoe=-1) [12353.574225] info: (PCO)PRE[120.133.59.143:443->192.168.15.177:59502|ID:BB4F,IL:71|...AP...]: dir=1 use hash=7788 outdev=eth0(vlan:1 pppoe=-1) [12353.589641] info: (PCO)PRE[119.176.25.39:80->192.168.15.177:59568|ID:6358,IL:40|...A....]: dir=1 use hash=5927 outdev=eth0(vlan:1 pppoe=-1) [12353.746893] info: keepalive[2] nfn[192.168.15.177:59568->119.176.25.39:80] ct1 diff_jiffies=18 HZ=100 bytes=0 hw=0 [12353.804233] info: keepalive[2] nfn[192.168.15.177:59568->119.176.25.39:80] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12353.852740] info: (PCO)PRE[192.168.42.2:59522->112.83.167.3:80|ID:05E6,IL:353|...AP...]: dir=0 use hash=6120 outdev=usb0(vlan:-1 pppoe=-1) [12353.868348] info: (PCO)PRE[192.168.42.2:59522->112.83.167.3:80|ID:05E6,IL:353|...AP...]: dir=1 use hash=2798 outdev=eth0(vlan:1 pppoe=-1) [12353.938836] info: keepalive[6120] nfn[192.168.15.177:59522->112.83.167.3:80] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12353.993653] info: keepalive[6120] nfn[192.168.15.177:59522->112.83.167.3:80] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12354.014626] info: (PCO)PRE[192.168.42.2:59569->124.130.43.26:8088|ID:56A8,IL:40|...A....]: dir=0 use hash=7574 outdev=usb0(vlan:-1 pppoe=-1) [12354.030406] info: (PCO)PRE[192.168.42.2:59569->124.130.43.26:8088|ID:56A8,IL:40|...A....]: dir=1 use hash=5280 outdev=eth0(vlan:1 pppoe=-1) [12354.046107] info: keepalive[7574] nfn[192.168.15.177:59569->124.130.43.26:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12354.121817] info: keepalive[7574] nfn[192.168.15.177:59569->124.130.43.26:8088] ct1 diff_jiffies=8 HZ=100 bytes=0 hw=0 [12354.279486] info: (PCO)PRE[192.168.42.2:59570->112.228.238.74:8088|ID:F667,IL:40|...A....]: dir=0 use hash=4071 outdev=usb0(vlan:-1 pppoe=-1) [12354.295382] info: (PCO)PRE[192.168.42.2:59570->112.228.238.74:8088|ID:F667,IL:40|...A....]: dir=1 use hash=2752 outdev=eth0(vlan:1 pppoe=-1) [12354.311376] info: keepalive[4071] nfn[192.168.15.177:59570->112.228.238.74:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12354.369591] info: keepalive[4071] nfn[192.168.15.177:59570->112.228.238.74:8088] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12354.399778] info: (PCO)PRE[192.168.42.2:59571->39.67.225.158:8088|ID:D718,IL:40|...A....]: dir=0 use hash=6556 outdev=usb0(vlan:-1 pppoe=-1) [12354.415560] info: (PCO)PRE[192.168.42.2:59571->39.67.225.158:8088|ID:D718,IL:40|...A....]: dir=1 use hash=7338 outdev=eth0(vlan:1 pppoe=-1) [12354.445033] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=185 HZ=100 bytes=3150 hw=0 [12354.481551] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=4 HZ=100 bytes=2618 hw=0 [12354.582100] info: (PCO)PRE[192.168.42.2:59572->124.130.44.97:8088|ID:F0CF,IL:40|...A....]: dir=0 use hash=868 outdev=usb0(vlan:-1 pppoe=-1) [12354.597792] info: (PCO)PRE[192.168.42.2:59572->124.130.44.97:8088|ID:F0CF,IL:40|...A....]: dir=1 use hash=3154 outdev=eth0(vlan:1 pppoe=-1) [12354.613607] info: keepalive[868] nfn[192.168.15.177:59572->124.130.44.97:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12354.671127] info: keepalive[868] nfn[192.168.15.177:59572->124.130.44.97:8088] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12354.900089] info: (PCO)PRE[192.168.42.2:59573->27.218.15.115:8088|ID:55B2,IL:40|...A....]: dir=0 use hash=2868 outdev=usb0(vlan:-1 pppoe=-1) [12354.915865] info: (PCO)PRE[192.168.42.2:59573->27.218.15.115:8088|ID:55B2,IL:40|...A....]: dir=1 use hash=514 outdev=eth0(vlan:1 pppoe=-1) [12354.923523] info: keepalive[5902] nfn[192.168.15.177:59510->20.44.229.112:443] ct0 diff_jiffies=1216 HZ=100 bytes=4840 hw=0 [12354.931498] info: keepalive[2868] nfn[192.168.15.177:59573->27.218.15.115:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12355.043707] info: keepalive[5902] nfn[192.168.15.177:59510->20.44.229.112:443] ct1 diff_jiffies=12 HZ=100 bytes=2889 hw=0 [12355.059584] info: keepalive[2868] nfn[192.168.15.177:59573->27.218.15.115:8088] ct1 diff_jiffies=12 HZ=100 bytes=0 hw=0 [12355.207049] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=1503 HZ=100 bytes=52 hw=0 [12355.218346] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12355.388939] info: keepalive[4122] nfn[192.168.15.177:59546->172.217.160.74:443] ct0 diff_jiffies=1200 HZ=100 bytes=0 hw=0 [12358.045099] info: (PCO)PRE[192.168.42.2:59531->204.79.197.239:443|ID:9985,IL:41|...A....]: dir=0 use hash=7836 outdev=usb0(vlan:-1 pppoe=-1) [12358.060896] info: (PCO)PRE[192.168.42.2:59531->204.79.197.239:443|ID:9985,IL:41|...A....]: dir=1 use hash=438 outdev=eth0(vlan:1 pppoe=-1) [12358.174554] info: keepalive[7836] nfn[192.168.15.177:59531->204.79.197.239:443] ct1 diff_jiffies=13 HZ=100 bytes=0 hw=0 [12358.936893] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=445 HZ=100 bytes=432 hw=0 [12359.004231] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=7 HZ=100 bytes=80 hw=0 [12360.673599] info: (PCO)PRE[120.133.59.143:443->192.168.15.177:59507|ID:3E93,IL:71|...AP...]: dir=0 use hash=3960 outdev=usb0(vlan:-1 pppoe=-1) [12360.689555] info: (PCO)PRE[120.133.59.143:443->192.168.15.177:59507|ID:3E93,IL:71|...AP...]: dir=1 use hash=1110 outdev=eth0(vlan:1 pppoe=-1) [12361.964846] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1003 HZ=100 bytes=0 hw=0 [12362.133469] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=17 HZ=100 bytes=0 hw=0 [12363.530673] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=453 HZ=100 bytes=0 hw=0 [12363.546172] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12364.933374] info: (PCO)PRE[120.55.59.130:443->192.168.15.177:49694|ID:F5FD,IL:121|...AP...]: dir=0 use hash=5773 outdev=usb0(vlan:-1 pppoe=-1) [12364.949307] info: (PCO)PRE[120.55.59.130:443->192.168.15.177:49694|ID:F5FD,IL:121|...AP...]: dir=1 use hash=2546 outdev=eth0(vlan:1 pppoe=-1) [12364.966348] info: keepalive[5773] nfn[192.168.15.177:49694->120.55.59.130:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12365.003318] info: keepalive[5773] nfn[192.168.15.177:49694->120.55.59.130:443] ct1 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12368.908209] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=536 HZ=100 bytes=40 hw=0 [12368.969253] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=40 hw=0 [12369.022045] info: (PCO)PRE[192.168.42.2:59584->120.133.59.143:443|ID:A685,IL:40|...A....]: dir=0 use hash=3102 outdev=usb0(vlan:-1 pppoe=-1) [12369.037801] info: (PCO)PRE[192.168.42.2:59584->120.133.59.143:443|ID:A685,IL:40|...A....]: dir=1 use hash=1840 outdev=eth0(vlan:1 pppoe=-1) [12369.053516] info: (PCO)PRE[192.168.42.2:59585->120.133.59.143:443|ID:A686,IL:40|...A....]: dir=0 use hash=3612 outdev=usb0(vlan:-1 pppoe=-1) [12369.069261] info: (PCO)PRE[192.168.42.2:59585->120.133.59.143:443|ID:A686,IL:40|...A....]: dir=1 use hash=1330 outdev=eth0(vlan:1 pppoe=-1) [12369.085032] info: keepalive[3612] nfn[192.168.15.177:59585->120.133.59.143:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12369.095934] info: keepalive[3102] nfn[192.168.15.177:59584->120.133.59.143:443] ct0 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12369.139488] info: keepalive[3612] nfn[192.168.15.177:59585->120.133.59.143:443] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12369.145972] info: keepalive[3102] nfn[192.168.15.177:59584->120.133.59.143:443] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12369.788619] info: keepalive[5902] nfn[192.168.15.177:59510->20.44.229.112:443] ct0 diff_jiffies=1474 HZ=100 bytes=6654 hw=0 [12369.903340] info: keepalive[5902] nfn[192.168.15.177:59510->20.44.229.112:443] ct1 diff_jiffies=12 HZ=100 bytes=5483 hw=0 [12370.235817] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=1502 HZ=100 bytes=52 hw=0 [12370.247254] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12371.722838] info: (PCO)PRE[192.168.42.2:59521->112.83.167.3:80|ID:05F1,IL:41|...A....]: dir=0 use hash=4590 outdev=usb0(vlan:-1 pppoe=-1) [12371.738381] info: (PCO)PRE[192.168.42.2:59521->112.83.167.3:80|ID:05F1,IL:41|...A....]: dir=1 use hash=2280 outdev=eth0(vlan:1 pppoe=-1) [12372.163104] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1003 HZ=100 bytes=0 hw=0 [12372.194715] info: (PCO)PRE[192.168.42.2:59524->39.67.235.98:8088|ID:D26E,IL:41|...A....]: dir=0 use hash=6686 outdev=usb0(vlan:-1 pppoe=-1) [12372.210399] info: (PCO)PRE[192.168.42.2:59524->39.67.235.98:8088|ID:D26E,IL:41|...A....]: dir=1 use hash=4408 outdev=eth0(vlan:1 pppoe=-1) [12372.229010] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12372.263550] info: keepalive[6686] nfn[192.168.15.177:59524->39.67.235.98:8088] ct1 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12372.317494] info: (PCO)PRE[192.168.42.2:59525->124.130.97.241:8088|ID:6CFC,IL:41|...A....]: dir=0 use hash=6204 outdev=usb0(vlan:-1 pppoe=-1) [12372.333341] info: (PCO)PRE[192.168.42.2:59525->124.130.97.241:8088|ID:6CFC,IL:41|...A....]: dir=1 use hash=5402 outdev=eth0(vlan:1 pppoe=-1) [12372.364163] info: (PCO)PRE[192.168.42.2:59526->124.130.42.211:8088|ID:9A48,IL:41|...A....]: dir=0 use hash=2664 outdev=usb0(vlan:-1 pppoe=-1) [12372.379996] info: (PCO)PRE[192.168.42.2:59526->124.130.42.211:8088|ID:9A48,IL:41|...A....]: dir=1 use hash=1374 outdev=eth0(vlan:1 pppoe=-1) [12372.395841] info: keepalive[6204] nfn[192.168.15.177:59525->124.130.97.241:8088] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12372.426053] info: keepalive[2664] nfn[192.168.15.177:59526->124.130.42.211:8088] ct1 diff_jiffies=3 HZ=100 bytes=0 hw=0 [12372.584714] info: (PCO)PRE[192.168.42.2:59523->112.83.167.3:80|ID:05F4,IL:41|...A....]: dir=0 use hash=5610 outdev=usb0(vlan:-1 pppoe=-1) [12372.600224] info: (PCO)PRE[192.168.42.2:59523->112.83.167.3:80|ID:05F4,IL:41|...A....]: dir=1 use hash=2284 outdev=eth0(vlan:1 pppoe=-1) [12373.056172] info: (PCO)PRE[192.168.42.2:59533->124.130.102.85:8088|ID:CF50,IL:41|...A....]: dir=0 use hash=1898 outdev=usb0(vlan:-1 pppoe=-1) [12373.072037] info: (PCO)PRE[192.168.42.2:59533->124.130.102.85:8088|ID:CF50,IL:41|...A....]: dir=1 use hash=6733 outdev=eth0(vlan:1 pppoe=-1) [12373.125665] info: keepalive[1898] nfn[192.168.15.177:59533->124.130.102.85:8088] ct1 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12373.308747] info: (PCO)PRE[192.168.42.2:59484->112.85.70.155:80|ID:BE6E,IL:41|...A....]: dir=0 use hash=2408 outdev=usb0(vlan:-1 pppoe=-1) [12373.324346] info: (PCO)PRE[192.168.42.2:59484->112.85.70.155:80|ID:BE6E,IL:41|...A....]: dir=1 use hash=1132 outdev=eth0(vlan:1 pppoe=-1) [12373.324717] info: (PCO)PRE[192.168.42.2:59532->124.130.103.221:8088|ID:D631,IL:41|...A....]: dir=0 use hash=5242 outdev=usb0(vlan:-1 pppoe=-1) [12373.355692] info: (PCO)PRE[192.168.42.2:59532->124.130.103.221:8088|ID:D631,IL:41|...A....]: dir=1 use hash=7004 outdev=eth0(vlan:1 pppoe=-1) [12373.575638] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=461 HZ=100 bytes=454 hw=0 [12373.591432] info: (PCO)PRE[192.168.42.2:59483->112.85.70.155:80|ID:BE71,IL:41|...A....]: dir=0 use hash=871 outdev=usb0(vlan:-1 pppoe=-1) [12373.606930] info: (PCO)PRE[192.168.42.2:59483->112.85.70.155:80|ID:BE71,IL:41|...A....]: dir=1 use hash=1634 outdev=eth0(vlan:1 pppoe=-1) [12373.638664] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=52 hw=0 [12373.797340] info: (PCO)PRE[192.168.42.2:59485->112.85.70.155:80|ID:BE74,IL:41|...A....]: dir=0 use hash=2922 outdev=usb0(vlan:-1 pppoe=-1) [12373.812947] info: (PCO)PRE[192.168.42.2:59485->112.85.70.155:80|ID:BE74,IL:41|...A....]: dir=1 use hash=1646 outdev=eth0(vlan:1 pppoe=-1) [12374.584964] info: (PCO)PRE[192.168.42.2:57326->39.102.47.15:443|ID:2F8F,IL:41|...A....]: dir=0 use hash=2138 outdev=usb0(vlan:-1 pppoe=-1) [12374.600585] info: (PCO)PRE[192.168.42.2:57326->39.102.47.15:443|ID:2F8F,IL:41|...A....]: dir=1 use hash=1844 outdev=eth0(vlan:1 pppoe=-1) [12374.631978] info: (PCO)PRE[192.168.42.2:59433->112.240.58.39:80|ID:1BFE,IL:41|...A....]: dir=0 use hash=6576 outdev=usb0(vlan:-1 pppoe=-1) [12374.647546] info: (PCO)PRE[192.168.42.2:59433->112.240.58.39:80|ID:1BFE,IL:41|...A....]: dir=1 use hash=7324 outdev=eth0(vlan:1 pppoe=-1) [12374.835664] info: (PCO)PRE[192.168.42.2:59434->112.240.58.39:80|ID:1C00,IL:41|...A....]: dir=0 use hash=6582 outdev=usb0(vlan:-1 pppoe=-1) [12374.851286] info: (PCO)PRE[192.168.42.2:59434->112.240.58.39:80|ID:1C00,IL:41|...A....]: dir=1 use hash=7834 outdev=eth0(vlan:1 pppoe=-1) [12375.015533] info: keepalive[2138] nfn[192.168.15.177:57326->39.102.47.15:443] ct1 diff_jiffies=43 HZ=100 bytes=0 hw=0 [12378.766200] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=513 HZ=100 bytes=0 hw=0 [12378.823048] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12380.712033] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=189 HZ=100 bytes=0 hw=0 [12381.152708] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=44 HZ=100 bytes=0 hw=0 [12382.229148] info: (PCO)PRE[192.168.42.2:49835->101.201.199.174:443|ID:3293,IL:89|...AP...]: dir=0 use hash=6722 outdev=usb0(vlan:-1 pppoe=-1) [12382.245135] info: (PCO)PRE[192.168.42.2:49835->101.201.199.174:443|ID:3293,IL:89|...AP...]: dir=1 use hash=2940 outdev=eth0(vlan:1 pppoe=-1) [12382.261258] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1004 HZ=100 bytes=0 hw=0 [12382.310641] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12382.321736] info: keepalive[6722] nfn[192.168.15.177:49835->101.201.199.174:443] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12382.386097] info: keepalive[6722] nfn[192.168.15.177:49835->101.201.199.174:443] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12383.652693] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=250 HZ=100 bytes=291 hw=0 [12383.721392] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=7 HZ=100 bytes=285 hw=0 [12385.275165] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=1503 HZ=100 bytes=52 hw=0 [12385.287206] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12385.490068] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=177 HZ=100 bytes=40 hw=0 [12385.537587] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=4 HZ=100 bytes=168 hw=0 [12386.457501] info: (PCO)PRE[112.240.58.39:80->192.168.15.177:59601|ID:E48D,IL:40|...A....]: dir=0 use hash=2112 outdev=usb0(vlan:-1 pppoe=-1) [12386.473296] info: (PCO)PRE[112.240.58.39:80->192.168.15.177:59601|ID:E48D,IL:40|...A....]: dir=1 use hash=7532 outdev=eth0(vlan:1 pppoe=-1) [12386.489725] info: (PCO)PRE[112.240.58.39:80->192.168.15.177:59602|ID:001B,IL:40|...A....]: dir=0 use hash=2118 outdev=usb0(vlan:-1 pppoe=-1) [12386.505542] info: (PCO)PRE[112.240.58.39:80->192.168.15.177:59602|ID:001B,IL:40|...A....]: dir=1 use hash=8042 outdev=eth0(vlan:1 pppoe=-1) [12386.521335] info: (PCO)PRE[112.240.58.39:80->192.168.15.177:59600|ID:EA98,IL:40|...A....]: dir=0 use hash=2114 outdev=usb0(vlan:-1 pppoe=-1) [12386.537101] info: (PCO)PRE[112.240.58.39:80->192.168.15.177:59600|ID:EA98,IL:40|...A....]: dir=1 use hash=8046 outdev=eth0(vlan:1 pppoe=-1) [12386.657391] info: keepalive[2114] nfn[192.168.15.177:59600->112.240.58.39:80] ct1 diff_jiffies=10 HZ=100 bytes=0 hw=0 [12386.662412] info: keepalive[2112] nfn[192.168.15.177:59601->112.240.58.39:80] ct1 diff_jiffies=21 HZ=100 bytes=0 hw=0 [12386.668123] info: keepalive[2118] nfn[192.168.15.177:59602->112.240.58.39:80] ct1 diff_jiffies=14 HZ=100 bytes=0 hw=0 [12386.689321] info: keepalive[2114] nfn[192.168.15.177:59600->112.240.58.39:80] ct0 diff_jiffies=3 HZ=100 bytes=0 hw=0 [12386.733326] info: keepalive[2118] nfn[192.168.15.177:59602->112.240.58.39:80] ct0 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12386.733326] info: keepalive[2112] nfn[192.168.15.177:59601->112.240.58.39:80] ct0 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12387.487919] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=195 HZ=100 bytes=2089 hw=0 [12387.538811] info: (PCO)PRE[112.240.63.1:80->192.168.15.177:59603|ID:480F,IL:40|...A....]: dir=0 use hash=520 outdev=usb0(vlan:-1 pppoe=-1) [12387.550901] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=7 HZ=100 bytes=2335 hw=0 [12387.554437] info: (PCO)PRE[112.240.63.1:80->192.168.15.177:59603|ID:480F,IL:40|...A....]: dir=1 use hash=7982 outdev=eth0(vlan:1 pppoe=-1) [12387.581155] info: keepalive[520] nfn[192.168.15.177:59603->112.240.63.1:80] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12387.645942] info: keepalive[520] nfn[192.168.15.177:59603->112.240.63.1:80] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12387.657749] info: (PCO)PRE[112.240.63.1:80->192.168.15.177:59604|ID:10A0,IL:40|...A....]: dir=0 use hash=518 outdev=usb0(vlan:-1 pppoe=-1) [12387.660997] info: (PCO)PRE[192.168.42.2:59605->39.67.226.188:8088|ID:DE73,IL:40|...A....]: dir=0 use hash=6930 outdev=usb0(vlan:-1 pppoe=-1) [12387.673368] info: (PCO)PRE[112.240.63.1:80->192.168.15.177:59604|ID:10A0,IL:40|...A....]: dir=1 use hash=6432 outdev=eth0(vlan:1 pppoe=-1) [12387.689050] info: (PCO)PRE[192.168.42.2:59605->39.67.226.188:8088|ID:DE73,IL:40|...A....]: dir=1 use hash=5668 outdev=eth0(vlan:1 pppoe=-1) [12387.704672] info: keepalive[518] nfn[192.168.15.177:59604->112.240.63.1:80] ct1 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12387.720444] info: keepalive[6930] nfn[192.168.15.177:59605->39.67.226.188:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12387.776400] info: (PCO)PRE[192.168.42.2:59606->112.228.107.131:8088|ID:C53A,IL:40|...A....]: dir=0 use hash=7350 outdev=usb0(vlan:-1 pppoe=-1) [12387.792477] info: (PCO)PRE[192.168.42.2:59606->112.228.107.131:8088|ID:C53A,IL:40|...A....]: dir=1 use hash=5008 outdev=eth0(vlan:1 pppoe=-1) [12387.808725] info: keepalive[518] nfn[192.168.15.177:59604->112.240.63.1:80] ct0 diff_jiffies=10 HZ=100 bytes=0 hw=0 [12387.808725] info: keepalive[7350] nfn[192.168.15.177:59606->112.228.107.131:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12387.809865] info: keepalive[6930] nfn[192.168.15.177:59605->39.67.226.188:8088] ct1 diff_jiffies=9 HZ=100 bytes=0 hw=0 [12387.860467] info: keepalive[7350] nfn[192.168.15.177:59606->112.228.107.131:8088] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12387.969272] info: (PCO)PRE[192.168.42.2:59608->112.228.225.186:8088|ID:B373,IL:40|...A....]: dir=0 use hash=205 outdev=usb0(vlan:-1 pppoe=-1) [12387.969271] info: (PCO)PRE[192.168.42.2:59607->124.130.41.13:8088|ID:5E3F,IL:40|...A....]: dir=0 use hash=7536 outdev=usb0(vlan:-1 pppoe=-1) [12387.969374] info: (PCO)PRE[192.168.42.2:59608->112.228.225.186:8088|ID:B373,IL:40|...A....]: dir=1 use hash=1530 outdev=eth0(vlan:1 pppoe=-1) [12387.985155] info: (PCO)PRE[192.168.42.2:59607->124.130.41.13:8088|ID:5E3F,IL:40|...A....]: dir=1 use hash=4166 outdev=eth0(vlan:1 pppoe=-1) [12388.001014] info: keepalive[205] nfn[192.168.15.177:59608->112.228.225.186:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12388.016684] info: keepalive[7536] nfn[192.168.15.177:59607->124.130.41.13:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12388.078016] info: keepalive[205] nfn[192.168.15.177:59608->112.228.225.186:8088] ct1 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12388.097161] info: keepalive[7536] nfn[192.168.15.177:59607->124.130.41.13:8088] ct1 diff_jiffies=8 HZ=100 bytes=0 hw=0 [12388.478733] info: (PCO)PRE[192.168.42.2:59609->192.168.42.1:5201|ID:600E,IL:52|...A....]: dir=0 use hash=487 outdev=usb0(vlan:-1 pppoe=-1) [12388.494335] info: (PCO)PRE[192.168.42.2:59609->192.168.42.1:5201|ID:600E,IL:52|...A....]: dir=1 use hash=2242 outdev=eth0(vlan:1 pppoe=-1) [12388.509947] info: keepalive[487] nfn[192.168.15.177:59609->192.168.42.1:5201] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12388.520901] info: keepalive[487] nfn[192.168.15.177:59609->192.168.42.1:5201] ct1 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12388.576760] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=329 HZ=100 bytes=52 hw=0 [12388.577733] info: (PCO)PRE[192.168.42.2:59611->192.168.42.1:5201|ID:6013,IL:52|...A....]: dir=0 use hash=482 outdev=usb0(vlan:-1 pppoe=-1) [12388.603018] info: (PCO)PRE[192.168.42.2:59611->192.168.42.1:5201|ID:6013,IL:52|...A....]: dir=1 use hash=3270 outdev=eth0(vlan:1 pppoe=-1) [12388.618640] info: keepalive[482] nfn[192.168.15.177:59611->192.168.42.1:5201] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12388.629253] info: (PCO)PRE[192.168.42.2:59610->27.218.189.247:8088|ID:E50F,IL:40|...A....]: dir=0 use hash=2758 outdev=usb0(vlan:-1 pppoe=-1) [12388.645073] info: (PCO)PRE[192.168.42.2:59610->27.218.189.247:8088|ID:E50F,IL:40|...A....]: dir=1 use hash=3568 outdev=eth0(vlan:1 pppoe=-1) [12388.660842] info: keepalive[2758] nfn[192.168.15.177:59610->27.218.189.247:8088] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12388.672697] info: keepalive[482] nfn[192.168.15.177:59611->192.168.42.1:5201] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12388.672744] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=10 HZ=100 bytes=0 hw=0 [12388.711762] info: keepalive[2758] nfn[192.168.15.177:59610->27.218.189.247:8088] ct1 diff_jiffies=10 HZ=100 bytes=0 hw=0 [12389.069078] info: (PCO)PRE[192.168.42.2:59563->124.132.138.105:80|ID:4FFD,IL:349|...AP...]: dir=0 use hash=208 outdev=usb0(vlan:-1 pppoe=-1) [12389.069126] info: (PCO)PRE[192.168.42.2:59562->124.132.138.105:80|ID:4FFE,IL:349|...AP...]: dir=0 use hash=210 outdev=usb0(vlan:-1 pppoe=-1) [12389.084873] info: (PCO)PRE[192.168.42.2:59563->124.132.138.105:80|ID:4FFD,IL:349|...AP...]: dir=1 use hash=1492 outdev=eth0(vlan:1 pppoe=-1) [12389.100553] info: (PCO)PRE[192.168.42.2:59562->124.132.138.105:80|ID:4FFE,IL:349|...AP...]: dir=1 use hash=2006 outdev=eth0(vlan:1 pppoe=-1) [12389.132142] info: keepalive[210] nfn[192.168.15.177:59562->124.132.138.105:80] ct1 diff_jiffies=3 HZ=100 bytes=0 hw=0 [12389.161831] info: keepalive[208] nfn[192.168.15.177:59563->124.132.138.105:80] ct1 diff_jiffies=3 HZ=100 bytes=0 hw=0 [12389.229939] info: keepalive[2138] nfn[192.168.15.177:57326->39.102.47.15:443] ct0 diff_jiffies=1422 HZ=100 bytes=0 hw=0 [12389.244325] info: (PCO)PRE[124.132.138.105:80->192.168.15.177:59614|ID:7451,IL:40|...A....]: dir=0 use hash=2106 outdev=usb0(vlan:-1 pppoe=-1) [12389.260871] info: (PCO)PRE[124.132.138.105:80->192.168.15.177:59614|ID:7451,IL:40|...A....]: dir=1 use hash=1854 outdev=eth0(vlan:1 pppoe=-1) [12389.280174] info: keepalive[2138] nfn[192.168.15.177:57326->39.102.47.15:443] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12389.342216] info: keepalive[2106] nfn[192.168.15.177:59614->124.132.138.105:80] ct1 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12389.399247] info: keepalive[2106] nfn[192.168.15.177:59614->124.132.138.105:80] ct0 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12389.414069] info: keepalive[208] nfn[192.168.15.177:59563->124.132.138.105:80] ct0 diff_jiffies=25 HZ=100 bytes=0 hw=0 [12389.429880] info: keepalive[210] nfn[192.168.15.177:59562->124.132.138.105:80] ct0 diff_jiffies=30 HZ=100 bytes=0 hw=0 [12389.506320] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=195 HZ=100 bytes=2453 hw=0 [12389.562590] info: (PCO)PRE[192.168.42.2:59616->101.75.234.106:443|ID:6139,IL:40|...A....]: dir=0 use hash=5658 outdev=usb0(vlan:-1 pppoe=-1) [12389.578401] info: (PCO)PRE[192.168.42.2:59616->101.75.234.106:443|ID:6139,IL:40|...A....]: dir=1 use hash=7484 outdev=eth0(vlan:1 pppoe=-1) [12389.594185] info: keepalive[5658] nfn[192.168.15.177:59616->101.75.234.106:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12389.651571] info: keepalive[5658] nfn[192.168.15.177:59616->101.75.234.106:443] ct1 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12389.699013] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=19 HZ=100 bytes=1800 hw=0 [12390.439659] info: keepalive[482] nfn[192.168.15.177:59611->192.168.42.1:5201] ct0 diff_jiffies=177 HZ=100 bytes=443508 hw=0 [12390.441081] info: keepalive[482] nfn[192.168.15.177:59611->192.168.42.1:5201] ct1 diff_jiffies=0 HZ=100 bytes=61136840 hw=0 [12390.462037] info: (PCO)PRE[192.168.42.1:5201->192.168.15.177:59611|ID:E7C7,IL:1500|...A....]: dir=0 use hash=482 outdev=usb0(vlan:-1 pppoe=-1) [12390.477997] info: (PCO)PRE[192.168.42.1:5201->192.168.15.177:59611|ID:E7C7,IL:1500|...A....]: dir=1 use hash=3270 outdev=eth0(vlan:1 pppoe=-1) [12390.493974] info: (PCO) set hwnat offload 3 dev=eth0(vlan:1 pppoe:-1) s=192.168.42.1:5201 d=192.168.42.2:59611 dev=usb0(vlan:-1 pppoe:-1) s=192.168.15.177:59611 d=192.168.42.1:5201 [12390.510789] info: keepalive[482] nfn[192.168.15.177:59611->192.168.42.1:5201] ct0 diff_jiffies=2 HZ=100 bytes=0 hw=1 [12390.643118] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=197 HZ=100 bytes=672 hw=0 [12390.708895] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=6 HZ=100 bytes=104 hw=0 [12392.333077] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1002 HZ=100 bytes=0 hw=0 [12392.440242] info: keepalive[482] nfn[192.168.15.177:59611->192.168.42.1:5201] ct1 diff_jiffies=193 HZ=100 bytes=101718272 hw=0 [12392.479457] info: keepalive[482] nfn[192.168.15.177:59611->192.168.42.1:5201] ct0 diff_jiffies=4 HZ=100 bytes=990726 hw=1 [12392.644070] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=194 HZ=100 bytes=196 hw=0 [12392.677397] info: (PCO)PRE[192.168.42.2:49847->20.198.162.78:443|ID:A345,IL:83|...AP...]: dir=0 use hash=7463 outdev=usb0(vlan:-1 pppoe=-1) [12392.682001] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=35 HZ=100 bytes=0 hw=0 [12392.693086] info: (PCO)PRE[192.168.42.2:49847->20.198.162.78:443|ID:A345,IL:83|...AP...]: dir=1 use hash=4656 outdev=eth0(vlan:1 pppoe=-1) [12392.708052] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=6 HZ=100 bytes=52 hw=0 [12392.811019] info: keepalive[7463] nfn[192.168.15.177:49847->20.198.162.78:443] ct1 diff_jiffies=9 HZ=100 bytes=0 hw=0 [12392.865029] info: keepalive[7463] nfn[192.168.15.177:49847->20.198.162.78:443] ct0 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12393.438687] info: keepalive[482] nfn[192.168.15.177:59611->192.168.42.1:5201] ct0 diff_jiffies=95 HZ=100 bytes=0 hw=1 [12393.693513] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=400 HZ=100 bytes=176 hw=0 [12393.757698] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12394.559335] info: keepalive[482] nfn[192.168.15.177:59611->192.168.42.1:5201] ct0 diff_jiffies=113 HZ=100 bytes=594924 hw=1 [12394.605022] info: keepalive[482] nfn[192.168.15.177:59611->192.168.42.1:5201] ct1 diff_jiffies=4 HZ=100 bytes=62965100 hw=0 [12394.641359] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=194 HZ=100 bytes=196 hw=0 [12394.695513] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=5 HZ=100 bytes=52 hw=0 [12394.928314] info: (PCO)PRE[120.55.59.130:443->192.168.15.177:49694|ID:C175,IL:121|...AP...]: dir=0 use hash=5773 outdev=usb0(vlan:-1 pppoe=-1) [12394.944243] info: (PCO)PRE[120.55.59.130:443->192.168.15.177:49694|ID:C175,IL:121|...AP...]: dir=1 use hash=2546 outdev=eth0(vlan:1 pppoe=-1) [12395.009571] info: keepalive[5773] nfn[192.168.15.177:49694->120.55.59.130:443] ct0 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12395.136772] info: (PCO)PRE[192.168.42.2:56760->118.31.34.42:3000|ID:F4CC,IL:52|UL:32,UC:C694]: dir=0 use hash=5584 outdev=usb0(vlan:-1 pppoe=-1) [12395.152890] info: (PCO)PRE[192.168.42.2:56760->118.31.34.42:3000|ID:F4CC,IL:52|UL:32,UC:C694]: dir=1 use hash=2946 outdev=eth0(vlan:1 pppoe=-1) [12395.204790] info: keepalive[5584] nfn[192.168.15.177:63754->118.31.34.42:3000] ct1 diff_jiffies=4 HZ=100 bytes=0 hw=0 [12396.642073] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=195 HZ=100 bytes=180 hw=0 [12396.700249] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=6 HZ=100 bytes=52 hw=0 [12397.254857] info: keepalive[482] nfn[192.168.15.177:59611->192.168.42.1:5201] ct1 diff_jiffies=265 HZ=100 bytes=52 hw=0 [12398.641374] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=194 HZ=100 bytes=180 hw=0 [12398.703649] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=6 HZ=100 bytes=52 hw=0 [12398.967196] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=521 HZ=100 bytes=0 hw=0 [12398.997554] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=3 HZ=100 bytes=0 hw=0 [12400.640626] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=194 HZ=100 bytes=312 hw=0 [12400.694315] info: keepalive[482] nfn[192.168.15.177:59611->192.168.42.1:5201] ct1 diff_jiffies=344 HZ=100 bytes=0 hw=0 [12400.695644] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=5 HZ=100 bytes=100 hw=0 [12402.641807] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=195 HZ=100 bytes=180 hw=0 [12402.696929] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=5 HZ=100 bytes=52 hw=0 [12402.728595] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1004 HZ=100 bytes=48 hw=0 [12402.814289] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=9 HZ=100 bytes=116 hw=0 [12403.200294] info: (PCO)PRE[192.168.42.2:59531->204.79.197.239:443|ID:9986,IL:41|...A....]: dir=0 use hash=7836 outdev=usb0(vlan:-1 pppoe=-1) [12403.216059] info: (PCO)PRE[192.168.42.2:59531->204.79.197.239:443|ID:9986,IL:41|...A....]: dir=1 use hash=438 outdev=eth0(vlan:1 pppoe=-1) [12403.484457] info: keepalive[7836] nfn[192.168.15.177:59531->204.79.197.239:443] ct1 diff_jiffies=25 HZ=100 bytes=0 hw=0 [12403.756687] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=476 HZ=100 bytes=454 hw=0 [12403.814252] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12407.480884] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=367 HZ=100 bytes=0 hw=0 [12407.891263] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=41 HZ=100 bytes=0 hw=0 [12410.916665] info: (PCO)PRE[192.168.42.2:59633->192.168.42.1:5201|ID:DF5F,IL:52|...A....]: dir=0 use hash=439 outdev=usb0(vlan:-1 pppoe=-1) [12410.932259] info: (PCO)PRE[192.168.42.2:59633->192.168.42.1:5201|ID:DF5F,IL:52|...A....]: dir=1 use hash=2194 outdev=eth0(vlan:1 pppoe=-1) [12410.947860] info: keepalive[439] nfn[192.168.15.177:59633->192.168.42.1:5201] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12410.961030] info: keepalive[439] nfn[192.168.15.177:59633->192.168.42.1:5201] ct1 diff_jiffies=2 HZ=100 bytes=0 hw=0 [12411.018446] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=832 HZ=100 bytes=656 hw=0 [12411.021890] info: (PCO)PRE[192.168.42.2:59634->192.168.42.1:5201|ID:DF64,IL:52|...A....]: dir=0 use hash=432 outdev=usb0(vlan:-1 pppoe=-1) [12411.044792] info: (PCO)PRE[192.168.42.2:59634->192.168.42.1:5201|ID:DF64,IL:52|...A....]: dir=1 use hash=3732 outdev=eth0(vlan:1 pppoe=-1) [12411.060487] info: keepalive[432] nfn[192.168.15.177:59634->192.168.42.1:5201] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12411.071194] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=6 HZ=100 bytes=104 hw=0 [12411.072257] info: keepalive[432] nfn[192.168.15.177:59634->192.168.42.1:5201] ct1 diff_jiffies=1 HZ=100 bytes=0 hw=0 [12412.243695] info: (PCO)PRE[192.168.42.2:49835->101.201.199.174:443|ID:3295,IL:89|...AP...]: dir=0 use hash=6722 outdev=usb0(vlan:-1 pppoe=-1) [12412.259585] info: (PCO)PRE[192.168.42.2:49835->101.201.199.174:443|ID:3295,IL:89|...AP...]: dir=1 use hash=2940 outdev=eth0(vlan:1 pppoe=-1) [12412.423816] info: keepalive[6722] nfn[192.168.15.177:49835->101.201.199.174:443] ct1 diff_jiffies=15 HZ=100 bytes=0 hw=0 [12412.438982] info: keepalive[432] nfn[192.168.15.177:59634->192.168.42.1:5201] ct0 diff_jiffies=137 HZ=100 bytes=39854076 hw=0 [12412.450426] info: (PCO)PRE[192.168.42.2:59634->192.168.42.1:5201|ID:4B6E,IL:11636|...A....]: dir=0 use hash=432 outdev=usb0(vlan:-1 pppoe=-1) [12412.466267] info: (PCO)PRE[192.168.42.2:59634->192.168.42.1:5201|ID:4B6E,IL:11636|...A....]: dir=1 use hash=3732 outdev=eth0(vlan:1 pppoe=-1) [12412.482129] info: (PCO) set hwnat offload 3 dev=eth0(vlan:1 pppoe:-1) s=192.168.42.1:5201 d=192.168.42.2:59634 dev=usb0(vlan:-1 pppoe:-1) s=192.168.15.177:59634 d=192.168.42.1:5201 [12412.500236] info: keepalive[432] nfn[192.168.15.177:59634->192.168.42.1:5201] ct1 diff_jiffies=0 HZ=100 bytes=321724 hw=0 [12412.515576] info: keepalive[6722] nfn[192.168.15.177:49835->101.201.199.174:443] ct0 diff_jiffies=9 HZ=100 bytes=0 hw=0 [12412.527704] info: keepalive[432] nfn[192.168.15.177:59634->192.168.42.1:5201] ct0 diff_jiffies=4 HZ=100 bytes=0 hw=1 [12412.855385] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1004 HZ=100 bytes=0 hw=0 [12413.050102] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=20 HZ=100 bytes=0 hw=0 [12413.083156] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=201 HZ=100 bytes=560 hw=0 [12413.138398] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=5 HZ=100 bytes=316 hw=0 [12413.724595] info: (PCO)PRE[192.168.42.2:59566->119.176.25.39:80|ID:B1D5,IL:41|...A....]: dir=0 use hash=4158 outdev=usb0(vlan:-1 pppoe=-1) [12413.740219] info: (PCO)PRE[192.168.42.2:59566->119.176.25.39:80|ID:B1D5,IL:41|...A....]: dir=1 use hash=7962 outdev=eth0(vlan:1 pppoe=-1) [12413.771884] info: (PCO)PRE[192.168.42.2:59568->119.176.25.39:80|ID:B1D6,IL:41|...A....]: dir=0 use hash=2 outdev=usb0(vlan:-1 pppoe=-1) [12413.787994] info: (PCO)PRE[192.168.42.2:59568->119.176.25.39:80|ID:B1D6,IL:41|...A....]: dir=1 use hash=5927 outdev=eth0(vlan:1 pppoe=-1) [12413.881521] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=599 HZ=100 bytes=506 hw=0 [12413.933713] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=5 HZ=100 bytes=139 hw=0 [12413.959694] info: (PCO)PRE[192.168.42.2:59567->119.176.25.39:80|ID:B1DB,IL:41|...A....]: dir=0 use hash=4156 outdev=usb0(vlan:-1 pppoe=-1) [12413.975307] info: (PCO)PRE[192.168.42.2:59567->119.176.25.39:80|ID:B1DB,IL:41|...A....]: dir=1 use hash=7448 outdev=eth0(vlan:1 pppoe=-1) [12414.015681] info: keepalive[4156] nfn[192.168.15.177:59567->119.176.25.39:80] ct1 diff_jiffies=2 HZ=100 bytes=0 hw=0 [12414.318708] info: keepalive[432] nfn[192.168.15.177:59634->192.168.42.1:5201] ct0 diff_jiffies=180 HZ=100 bytes=65523284 hw=1 [12414.366128] info: (PCO)PRE[192.168.42.2:59569->124.130.43.26:8088|ID:56AB,IL:41|...A....]: dir=0 use hash=7574 outdev=usb0(vlan:-1 pppoe=-1) [12414.381914] info: (PCO)PRE[192.168.42.2:59569->124.130.43.26:8088|ID:56AB,IL:41|...A....]: dir=1 use hash=5280 outdev=eth0(vlan:1 pppoe=-1) [12414.439332] info: keepalive[432] nfn[192.168.15.177:59634->192.168.42.1:5201] ct1 diff_jiffies=12 HZ=100 bytes=608972 hw=0 [12414.786301] info: (PCO)PRE[192.168.42.2:59570->112.228.238.74:8088|ID:F66A,IL:41|...A....]: dir=0 use hash=4071 outdev=usb0(vlan:-1 pppoe=-1) [12414.802683] info: (PCO)PRE[192.168.42.2:59570->112.228.238.74:8088|ID:F66A,IL:41|...A....]: dir=1 use hash=2752 outdev=eth0(vlan:1 pppoe=-1) [12414.881451] info: (PCO)PRE[192.168.42.2:59572->124.130.44.97:8088|ID:F0D2,IL:41|...A....]: dir=0 use hash=868 outdev=usb0(vlan:-1 pppoe=-1) [12414.897205] info: (PCO)PRE[192.168.42.2:59572->124.130.44.97:8088|ID:F0D2,IL:41|...A....]: dir=1 use hash=3154 outdev=eth0(vlan:1 pppoe=-1) [12415.082361] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=195 HZ=100 bytes=180 hw=0 [12415.150020] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=7 HZ=100 bytes=52 hw=0 [12415.430876] info: (PCO)PRE[192.168.42.2:59573->27.218.15.115:8088|ID:55B5,IL:41|...A....]: dir=0 use hash=2868 outdev=usb0(vlan:-1 pppoe=-1) [12415.446691] info: (PCO)PRE[192.168.42.2:59573->27.218.15.115:8088|ID:55B5,IL:41|...A....]: dir=1 use hash=514 outdev=eth0(vlan:1 pppoe=-1) [12415.969995] info: (PCO)PRE[192.168.42.2:59510->20.44.229.112:443|ID:80B3,IL:1420|...A....]: dir=0 use hash=5902 outdev=usb0(vlan:-1 pppoe=-1) [12415.986587] info: (PCO)PRE[192.168.42.2:59510->20.44.229.112:443|ID:80B3,IL:1420|...A....]: dir=1 use hash=6148 outdev=eth0(vlan:1 pppoe=-1) [12416.002424] info: keepalive[5902] nfn[192.168.15.177:59510->20.44.229.112:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12416.317338] info: keepalive[5902] nfn[192.168.15.177:59510->20.44.229.112:443] ct1 diff_jiffies=31 HZ=100 bytes=0 hw=0 [12416.398661] info: keepalive[432] nfn[192.168.15.177:59634->192.168.42.1:5201] ct0 diff_jiffies=196 HZ=100 bytes=75765466 hw=1 [12416.439076] info: keepalive[432] nfn[192.168.15.177:59634->192.168.42.1:5201] ct1 diff_jiffies=4 HZ=100 bytes=580736 hw=0 [12417.081534] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=193 HZ=100 bytes=180 hw=0 [12417.146219] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=6 HZ=100 bytes=52 hw=0 [12417.438605] info: keepalive[432] nfn[192.168.15.177:59634->192.168.42.1:5201] ct0 diff_jiffies=100 HZ=100 bytes=37049728 hw=1 [12417.816615] info: (PCO)PRE[192.168.42.2:49734->103.212.12.43:3000|ID:BDD6,IL:53|...AP...]: dir=0 use hash=4268 outdev=usb0(vlan:-1 pppoe=-1) [12417.832435] info: (PCO)PRE[192.168.42.2:49734->103.212.12.43:3000|ID:BDD6,IL:53|...AP...]: dir=1 use hash=8066 outdev=eth0(vlan:1 pppoe=-1) [12417.895698] info: keepalive[4268] nfn[192.168.15.177:49734->103.212.12.43:3000] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12417.958000] info: keepalive[4268] nfn[192.168.15.177:49734->103.212.12.43:3000] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12417.969475] info: keepalive[432] nfn[192.168.15.177:59634->192.168.42.1:5201] ct0 diff_jiffies=53 HZ=100 bytes=0 hw=1 [12418.438805] info: keepalive[432] nfn[192.168.15.177:59634->192.168.42.1:5201] ct1 diff_jiffies=47 HZ=100 bytes=674700 hw=0 [12418.856030] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=492 HZ=100 bytes=0 hw=0 [12418.919311] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=7 HZ=100 bytes=0 hw=0 [12419.081322] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=194 HZ=100 bytes=180 hw=0 [12419.139079] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=6 HZ=100 bytes=52 hw=0 [12419.518516] info: keepalive[432] nfn[192.168.15.177:59634->192.168.42.1:5201] ct0 diff_jiffies=108 HZ=100 bytes=76763680 hw=1 [12420.442400] info: keepalive[432] nfn[192.168.15.177:59634->192.168.42.1:5201] ct1 diff_jiffies=92 HZ=100 bytes=726024 hw=0 [12421.082806] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct1 diff_jiffies=194 HZ=100 bytes=296 hw=0 [12421.086522] info: keepalive[439] nfn[192.168.15.177:59633->192.168.42.1:5201] ct0 diff_jiffies=1012 HZ=100 bytes=346 hw=0 [12421.105207] info: keepalive[439] nfn[192.168.15.177:59633->192.168.42.1:5201] ct1 diff_jiffies=2 HZ=100 bytes=316 hw=0 [12421.116170] info: keepalive[1672] nfn[192.168.15.177:57133->192.168.42.1:22] ct0 diff_jiffies=3 HZ=100 bytes=52 hw=0 [12422.655233] info: (PCO)PRE[192.168.42.2:59638->172.217.160.74:443|ID:8592,IL:52|...A....]: dir=0 use hash=4290 outdev=usb0(vlan:-1 pppoe=-1) [12422.671012] info: (PCO)PRE[192.168.42.2:59638->172.217.160.74:443|ID:8592,IL:52|...A....]: dir=1 use hash=7136 outdev=eth0(vlan:1 pppoe=-1) [12422.686719] info: keepalive[4290] nfn[192.168.15.177:59638->172.217.160.74:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12423.080419] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct0 diff_jiffies=1003 HZ=100 bytes=0 hw=0 [12423.135911] info: keepalive[3482] nfn[192.168.15.177:51800->39.106.148.116:3478] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12423.854552] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=493 HZ=100 bytes=0 hw=0 [12423.911688] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=6 HZ=100 bytes=0 hw=0 [12424.927406] info: (PCO)PRE[120.55.59.130:443->192.168.15.177:49694|ID:359C,IL:121|...AP...]: dir=0 use hash=5773 outdev=usb0(vlan:-1 pppoe=-1) [12424.943342] info: (PCO)PRE[120.55.59.130:443->192.168.15.177:49694|ID:359C,IL:121|...AP...]: dir=1 use hash=2546 outdev=eth0(vlan:1 pppoe=-1) [12424.959835] info: keepalive[5773] nfn[192.168.15.177:49694->120.55.59.130:443] ct0 diff_jiffies=0 HZ=100 bytes=0 hw=0 [12425.009038] info: keepalive[5773] nfn[192.168.15.177:49694->120.55.59.130:443] ct1 diff_jiffies=5 HZ=100 bytes=0 hw=0 [12425.666804] info: keepalive[4290] nfn[192.168.15.177:59638->172.217.160.74:443] ct0 diff_jiffies=298 HZ=100 bytes=0 hw=0 [12426.052883] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct0 diff_jiffies=214 HZ=100 bytes=0 hw=0 [12426.256514] info: keepalive[7264] nfn[192.168.15.177:49893->155.133.239.51:27031] ct1 diff_jiffies=20 HZ=100 bytes=0 hw=0 root@X-WRT:~#

ptpt52 commented 1 year ago

下载速度300Mbps多,是吧。你可以关闭加速 echo disabled=1 >/dev/natflow_ctl 测速对比一下。就知道有没有加速了。

gsmantenna commented 1 year ago

感觉关掉了反而更快一点, 最快有超过36MBps的速度 。红框sh是关闭前的打流

disable natflow

ptpt52 commented 1 year ago

可以对比cpu使用情况,在路由器上执行

mpstat -P ALL 1
ptpt52 commented 1 year ago

另外你测试下载速度吧,iperf3 -R

gsmantenna commented 1 year ago

可以对比cpu使用情况,在路由器上执行

mpstat -P ALL 1

cpu 占用来看 natflow 有些效果, 但跑流速度还是上不来 root@ disable=1 natflow mpstat X-WRT:~# echo disabled=1 >/dev/natflow_ctl

root@X-WRT:~# mpstat -P ALL 1 Linux 5.15.114 (X-WRT) 06/11/23 mips (4 CPU)

19:44:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:17 all 0.00 0.00 0.00 0.00 0.00 0.50 0.00 0.00 99.50 19:44:17 0 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01 19:44:17 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:44:17 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:44:17 3 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01

19:44:17 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:18 all 0.50 0.00 1.98 0.00 0.00 0.00 0.00 0.00 97.52 19:44:18 0 0.00 0.00 2.97 0.00 0.00 0.00 0.00 0.00 97.03 19:44:18 1 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 19:44:18 2 0.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 98.02 19:44:18 3 0.99 0.00 2.97 0.00 0.00 0.00 0.00 0.00 96.04

19:44:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:19 all 0.00 0.00 0.00 0.00 0.00 0.25 0.00 0.00 99.75 19:44:19 0 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01 19:44:19 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:44:19 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:44:19 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

19:44:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:20 all 0.00 0.00 4.46 0.00 0.00 17.57 0.00 0.00 77.97 19:44:20 0 0.00 0.00 13.86 0.00 0.00 20.79 0.00 0.00 65.35 19:44:20 1 0.00 0.00 3.96 0.00 0.00 0.00 0.00 0.00 96.04 19:44:20 2 0.00 0.00 0.00 0.00 0.00 49.50 0.00 0.00 50.50 19:44:20 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

19:44:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:21 all 2.23 0.00 7.67 0.00 0.00 34.41 0.00 0.00 55.69 19:44:21 0 1.98 0.00 7.92 0.00 0.00 43.56 0.00 0.00 46.53 19:44:21 1 2.97 0.00 12.87 0.00 0.00 0.00 0.00 0.00 84.16 19:44:21 2 0.00 0.00 4.95 0.00 0.00 94.06 0.00 0.00 0.99 19:44:21 3 3.96 0.00 4.95 0.00 0.00 0.00 0.00 0.00 91.09

19:44:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:22 all 1.00 0.00 8.50 0.00 0.00 32.00 0.00 0.00 58.50 19:44:22 0 1.00 0.00 24.00 0.00 0.00 31.00 0.00 0.00 44.00 19:44:22 1 2.00 0.00 3.00 0.00 0.00 1.00 0.00 0.00 94.00 19:44:22 2 0.00 0.00 0.00 0.00 0.00 96.00 0.00 0.00 4.00 19:44:22 3 1.00 0.00 7.00 0.00 0.00 0.00 0.00 0.00 92.00

19:44:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:23 all 0.25 0.00 5.69 0.00 0.00 33.66 0.00 0.00 60.40 19:44:23 0 0.00 0.00 11.88 0.00 0.00 41.58 0.00 0.00 46.53 19:44:23 1 0.99 0.00 9.90 0.00 0.00 0.00 0.00 0.00 89.11 19:44:23 2 0.00 0.00 0.00 0.00 0.00 93.07 0.00 0.00 6.93 19:44:23 3 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01

19:44:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:24 all 1.24 0.00 7.43 0.00 0.00 34.41 0.00 0.00 56.93 19:44:24 0 2.97 0.00 4.95 0.00 0.00 44.55 0.00 0.00 47.52 19:44:24 1 0.00 0.00 13.86 0.00 0.00 0.00 0.00 0.00 86.14 19:44:24 2 0.00 0.00 5.94 0.00 0.00 93.07 0.00 0.00 0.99 19:44:24 3 1.98 0.00 4.95 0.00 0.00 0.00 0.00 0.00 93.07

19:44:24 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:25 all 0.25 0.00 6.19 0.00 0.00 34.16 0.00 0.00 59.41 19:44:25 0 0.99 0.00 10.89 0.00 0.00 40.59 0.00 0.00 47.52 19:44:25 1 0.00 0.00 9.90 0.00 0.00 0.00 0.00 0.00 90.10 19:44:25 2 0.00 0.00 0.99 0.00 0.00 96.04 0.00 0.00 2.97 19:44:25 3 0.00 0.00 2.97 0.00 0.00 0.00 0.00 0.00 97.03

19:44:25 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:26 all 0.00 0.00 4.95 0.00 0.00 34.41 0.00 0.00 60.64 19:44:26 0 0.00 0.00 0.00 0.00 0.00 38.61 0.00 0.00 61.39 19:44:26 1 0.00 0.00 17.82 0.00 0.00 0.00 0.00 0.00 82.18 19:44:26 2 0.00 0.00 0.00 0.00 0.00 99.01 0.00 0.00 0.99 19:44:26 3 0.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 98.02

19:44:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:27 all 0.74 0.00 8.42 0.00 0.00 35.89 0.00 0.00 54.95 19:44:27 0 0.00 0.00 14.85 0.00 0.00 43.56 0.00 0.00 41.58 19:44:27 1 0.99 0.00 10.89 0.00 0.00 0.00 0.00 0.00 88.12 19:44:27 2 0.00 0.00 0.00 0.00 0.00 100.00 0.00 0.00 0.00 19:44:27 3 1.98 0.00 7.92 0.00 0.00 0.00 0.00 0.00 90.10

19:44:27 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:28 all 0.25 0.00 7.18 0.00 0.00 33.42 0.00 0.00 59.16 19:44:28 0 0.00 0.00 5.94 0.00 0.00 34.65 0.00 0.00 59.41 19:44:28 1 0.00 0.00 17.82 0.00 0.00 0.00 0.00 0.00 82.18 19:44:28 2 0.00 0.00 0.00 0.00 0.00 99.01 0.00 0.00 0.99 19:44:28 3 0.99 0.00 4.95 0.00 0.00 0.00 0.00 0.00 94.06

19:44:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:29 all 0.00 0.00 3.96 0.00 0.00 37.13 0.00 0.00 58.91 19:44:29 0 0.00 0.00 0.99 0.00 0.00 48.51 0.00 0.00 50.50 19:44:29 1 0.00 0.00 11.88 0.00 0.00 0.00 0.00 0.00 88.12 19:44:29 2 0.00 0.00 0.00 0.00 0.00 100.00 0.00 0.00 0.00 19:44:29 3 0.00 0.00 2.97 0.00 0.00 0.00 0.00 0.00 97.03

19:44:29 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:30 all 0.25 0.00 4.46 0.00 0.00 15.10 0.00 0.00 80.20 19:44:30 0 0.00 0.00 7.92 0.00 0.00 16.83 0.00 0.00 75.25 19:44:30 1 0.99 0.00 6.93 0.00 0.00 0.00 0.00 0.00 92.08 19:44:30 2 0.00 0.00 0.00 0.00 0.00 42.57 0.00 0.00 57.43 19:44:30 3 0.00 0.00 2.97 0.00 0.00 0.99 0.00 0.00 96.04

19:44:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:31 all 0.25 0.00 0.99 0.00 0.00 0.00 0.00 0.00 98.76 19:44:31 0 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 98.02 19:44:31 1 0.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 98.02 19:44:31 2 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01 19:44:31 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

19:44:31 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:32 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:44:32 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:44:32 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:44:32 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:44:32 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

19:44:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:33 all 0.00 0.00 4.95 0.00 0.00 56.44 0.00 0.00 38.61 19:44:33 0 0.00 0.00 2.97 0.00 0.00 76.24 0.00 0.00 20.79 19:44:33 1 0.00 0.00 4.95 0.00 0.00 81.19 0.00 0.00 13.86 19:44:33 2 0.00 0.00 3.96 0.00 0.00 68.32 0.00 0.00 27.72 19:44:33 3 0.00 0.00 7.92 0.00 0.00 0.00 0.00 0.00 92.08

19:44:33 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:34 all 1.98 0.00 9.90 0.00 0.00 58.91 0.00 0.00 29.21 19:44:34 0 0.00 0.00 8.91 0.00 0.00 83.17 0.00 0.00 7.92 19:44:34 1 0.00 0.00 0.00 0.00 0.00 99.01 0.00 0.00 0.99 19:44:34 2 2.97 0.00 13.86 0.00 0.00 53.47 0.00 0.00 29.70 19:44:34 3 4.95 0.00 16.83 0.00 0.00 0.00 0.00 0.00 78.22

19:44:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:35 all 0.00 0.00 6.19 0.00 0.00 62.62 0.00 0.00 31.19 19:44:35 0 0.00 0.00 0.99 0.00 0.00 87.13 0.00 0.00 11.88 19:44:35 1 0.00 0.00 0.00 0.00 0.00 97.03 0.00 0.00 2.97 19:44:35 2 0.00 0.00 12.87 0.00 0.00 66.34 0.00 0.00 20.79 19:44:35 3 0.00 0.00 10.89 0.00 0.00 0.00 0.00 0.00 89.11

19:44:35 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:36 all 0.00 0.00 5.94 0.00 0.00 65.35 0.00 0.00 28.71 19:44:36 0 0.00 0.00 1.98 0.00 0.00 87.13 0.00 0.00 10.89 19:44:36 1 0.00 0.00 0.00 0.00 0.00 99.01 0.00 0.00 0.99 19:44:36 2 0.00 0.00 9.90 0.00 0.00 75.25 0.00 0.00 14.85 19:44:36 3 0.00 0.00 11.88 0.00 0.00 0.00 0.00 0.00 88.12

19:44:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:37 all 0.99 0.00 10.40 0.00 0.00 59.65 0.00 0.00 28.96 19:44:37 0 0.00 0.00 6.93 0.00 0.00 83.17 0.00 0.00 9.90 19:44:37 1 0.00 0.00 1.98 0.00 0.00 93.07 0.00 0.00 4.95 19:44:37 2 2.97 0.00 9.90 0.00 0.00 62.38 0.00 0.00 24.75 19:44:37 3 0.99 0.00 22.77 0.00 0.00 0.00 0.00 0.00 76.24

19:44:37 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:38 all 0.74 0.00 7.92 0.00 0.00 63.37 0.00 0.00 27.97 19:44:38 0 0.00 0.00 5.94 0.00 0.00 83.17 0.00 0.00 10.89 19:44:38 1 0.00 0.00 0.99 0.00 0.00 96.04 0.00 0.00 2.97 19:44:38 2 0.99 0.00 7.92 0.00 0.00 74.26 0.00 0.00 16.83 19:44:38 3 1.98 0.00 16.83 0.00 0.00 0.00 0.00 0.00 81.19

19:44:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:39 all 0.00 0.00 10.05 0.00 0.00 59.80 0.00 0.00 30.15 19:44:39 0 0.00 0.00 7.84 0.00 0.00 79.41 0.00 0.00 12.75 19:44:39 1 0.00 0.00 0.00 0.00 0.00 96.08 0.00 0.00 3.92 19:44:39 2 0.00 0.00 24.51 0.00 0.00 63.73 0.00 0.00 11.76 19:44:39 3 0.00 0.00 7.84 0.00 0.00 0.00 0.00 0.00 92.16

19:44:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:40 all 0.75 0.00 7.25 0.00 0.00 64.00 0.00 0.00 28.00 19:44:40 0 0.00 0.00 4.00 0.00 0.00 88.00 0.00 0.00 8.00 19:44:40 1 0.00 0.00 1.00 0.00 0.00 96.00 0.00 0.00 3.00 19:44:40 2 2.00 0.00 9.00 0.00 0.00 72.00 0.00 0.00 17.00 19:44:40 3 1.00 0.00 15.00 0.00 0.00 0.00 0.00 0.00 84.00

19:44:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:41 all 0.25 0.00 5.69 0.00 0.00 57.67 0.00 0.00 36.39 19:44:41 0 0.00 0.00 6.93 0.00 0.00 81.19 0.00 0.00 11.88 19:44:41 1 0.00 0.00 2.97 0.00 0.00 86.14 0.00 0.00 10.89 19:44:41 2 0.99 0.00 5.94 0.00 0.00 63.37 0.00 0.00 29.70 19:44:41 3 0.00 0.00 6.93 0.00 0.00 0.00 0.00 0.00 93.07

19:44:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:43 all 0.00 0.00 6.93 0.00 0.00 63.86 0.00 0.00 29.21 19:44:43 0 0.00 0.00 2.97 0.00 0.00 86.14 0.00 0.00 10.89 19:44:43 1 0.00 0.00 0.00 0.00 0.00 99.01 0.00 0.00 0.99 19:44:43 2 0.00 0.00 13.86 0.00 0.00 70.30 0.00 0.00 15.84 19:44:43 3 0.00 0.00 10.89 0.00 0.00 0.00 0.00 0.00 89.11

19:44:43 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:44 all 0.25 0.00 0.25 0.00 0.00 0.25 0.00 0.00 99.26 19:44:44 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:44:44 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:44:44 2 0.99 0.00 0.00 0.00 0.00 0.99 0.00 0.00 98.02 19:44:44 3 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01

19:44:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:45 all 0.00 0.00 2.48 0.00 0.00 0.00 0.00 0.00 97.52 19:44:45 0 0.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 98.02 19:44:45 1 0.00 0.00 2.97 0.00 0.00 0.00 0.00 0.00 97.03 19:44:45 2 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01 19:44:45 3 0.00 0.00 3.96 0.00 0.00 0.00 0.00 0.00 96.04

19:44:45 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:46 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:44:46 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:44:46 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:44:46 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:44:46 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

19:44:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:44:47 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:44:47 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:44:47 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:44:47 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:44:47 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 ^C root@X-WRT:~#

enable natflow mpstat

echo disabled=0 >/dev/natflow_ctl

root@X-WRT:~# mpstat -P ALL 1 Linux 5.15.114 (X-WRT) 06/11/23 mips (4 CPU)

19:46:33 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:34 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:46:34 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:46:34 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:46:34 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:46:34 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

19:46:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:35 all 0.99 0.00 4.46 0.00 0.00 0.25 0.00 0.00 94.31 19:46:35 0 2.97 0.00 3.96 0.00 0.00 0.99 0.00 0.00 92.08 19:46:35 1 0.99 0.00 2.97 0.00 0.00 0.00 0.00 0.00 96.04 19:46:35 2 0.00 0.00 6.93 0.00 0.00 0.00 0.00 0.00 93.07 19:46:35 3 0.00 0.00 3.96 0.00 0.00 0.00 0.00 0.00 96.04

19:46:35 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:36 all 0.00 0.00 0.49 0.00 0.00 2.43 0.00 0.00 97.09 19:46:36 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:46:36 1 0.00 0.00 0.97 0.00 0.00 4.85 0.00 0.00 94.17 19:46:36 2 0.00 0.00 0.00 0.00 0.00 0.97 0.00 0.00 99.03 19:46:36 3 0.00 0.00 0.97 0.00 0.00 3.88 0.00 0.00 95.15

19:46:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:37 all 0.25 0.00 5.69 0.00 0.00 45.30 0.00 0.00 48.76 19:46:37 0 0.00 0.00 0.00 0.00 0.00 83.17 0.00 0.00 16.83 19:46:37 1 0.00 0.00 0.00 0.00 0.00 85.15 0.00 0.00 14.85 19:46:37 2 0.99 0.00 7.92 0.00 0.00 0.00 0.00 0.00 91.09 19:46:37 3 0.00 0.00 14.85 0.00 0.00 12.87 0.00 0.00 72.28

19:46:37 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:38 all 1.24 0.00 7.44 0.00 0.00 33.50 0.00 0.00 57.82 19:46:38 0 0.00 0.00 0.99 0.00 0.00 67.33 0.00 0.00 31.68 19:46:38 1 1.00 0.00 3.00 0.00 0.00 53.00 0.00 0.00 43.00 19:46:38 2 1.98 0.00 15.84 0.00 0.00 0.99 0.00 0.00 81.19 19:46:38 3 1.98 0.00 9.90 0.00 0.00 12.87 0.00 0.00 75.25

19:46:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:39 all 0.00 0.00 4.20 0.00 0.00 20.49 0.00 0.00 75.31 19:46:39 0 0.00 0.00 3.96 0.00 0.00 70.30 0.00 0.00 25.74 19:46:39 1 0.00 0.00 5.88 0.00 0.00 1.96 0.00 0.00 92.16 19:46:39 2 0.00 0.00 5.94 0.00 0.00 0.00 0.00 0.00 94.06 19:46:39 3 0.00 0.00 0.99 0.00 0.00 9.90 0.00 0.00 89.11

19:46:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:40 all 0.00 0.00 3.96 0.00 0.00 21.29 0.00 0.00 74.75 19:46:40 0 0.00 0.00 0.00 0.00 0.00 75.25 0.00 0.00 24.75 19:46:40 1 0.00 0.00 1.98 0.00 0.00 1.98 0.00 0.00 96.04 19:46:40 2 0.00 0.00 6.93 0.00 0.00 0.99 0.00 0.00 92.08 19:46:40 3 0.00 0.00 6.93 0.00 0.00 6.93 0.00 0.00 86.14

19:46:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:41 all 0.99 0.00 5.45 0.00 0.00 20.30 0.00 0.00 73.27 19:46:41 0 0.00 0.00 1.98 0.00 0.00 70.30 0.00 0.00 27.72 19:46:41 1 0.99 0.00 2.97 0.00 0.00 0.00 0.00 0.00 96.04 19:46:41 2 0.99 0.00 11.88 0.00 0.00 0.00 0.00 0.00 87.13 19:46:41 3 1.98 0.00 4.95 0.00 0.00 10.89 0.00 0.00 82.18

19:46:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:42 all 1.24 0.00 5.20 0.00 0.00 21.04 0.00 0.00 72.52 19:46:42 0 0.00 0.00 7.92 0.00 0.00 75.25 0.00 0.00 16.83 19:46:42 1 0.99 0.00 8.91 0.00 0.00 0.99 0.00 0.00 89.11 19:46:42 2 0.99 0.00 2.97 0.00 0.00 0.99 0.00 0.00 95.05 19:46:42 3 2.97 0.00 0.99 0.00 0.00 6.93 0.00 0.00 89.11

19:46:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:43 all 0.00 0.00 4.95 0.00 0.00 22.03 0.00 0.00 73.02 19:46:43 0 0.00 0.00 0.00 0.00 0.00 83.17 0.00 0.00 16.83 19:46:43 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01 19:46:43 2 0.00 0.00 10.89 0.00 0.00 0.00 0.00 0.00 89.11 19:46:43 3 0.00 0.00 7.92 0.00 0.00 4.95 0.00 0.00 87.13

19:46:43 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:44 all 0.00 0.00 3.71 0.00 0.00 22.52 0.00 0.00 73.76 19:46:44 0 0.00 0.00 0.00 0.00 0.00 79.21 0.00 0.00 20.79 19:46:44 1 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01 19:46:44 2 0.00 0.00 9.90 0.00 0.00 0.99 0.00 0.00 89.11 19:46:44 3 0.00 0.00 4.95 0.00 0.00 8.91 0.00 0.00 86.14

19:46:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:45 all 1.98 0.00 3.96 0.00 0.00 21.29 0.00 0.00 72.77 19:46:45 0 0.99 0.00 0.00 0.00 0.00 76.24 0.00 0.00 22.77 19:46:45 1 1.98 0.00 2.97 0.00 0.00 0.00 0.00 0.00 95.05 19:46:45 2 2.97 0.00 10.89 0.00 0.00 0.00 0.00 0.00 86.14 19:46:45 3 1.98 0.00 1.98 0.00 0.00 8.91 0.00 0.00 87.13

19:46:45 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:46 all 0.00 0.00 2.97 0.00 0.00 18.81 0.00 0.00 78.22 19:46:46 0 0.00 0.00 0.00 0.00 0.00 59.41 0.00 0.00 40.59 19:46:46 1 0.00 0.00 3.96 0.00 0.00 1.98 0.00 0.00 94.06 19:46:46 2 0.00 0.00 5.94 0.00 0.00 1.98 0.00 0.00 92.08 19:46:46 3 0.00 0.00 1.98 0.00 0.00 11.88 0.00 0.00 86.14

19:46:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:47 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50 19:46:47 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:46:47 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01 19:46:47 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:46:47 3 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01

19:46:47 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:48 all 0.50 0.00 2.23 0.00 0.00 0.50 0.00 0.00 96.78 19:46:48 0 0.00 0.00 2.97 0.00 0.00 0.99 0.00 0.00 96.04 19:46:48 1 0.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 98.02 19:46:48 2 0.99 0.00 3.96 0.00 0.00 0.99 0.00 0.00 94.06 19:46:48 3 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01

19:46:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:49 all 0.00 0.00 2.48 0.00 0.00 12.13 0.00 0.00 85.40 19:46:49 0 0.00 0.00 0.99 0.00 0.00 21.78 0.00 0.00 77.23 19:46:49 1 0.00 0.00 0.99 0.00 0.00 0.99 0.00 0.00 98.02 19:46:49 2 0.00 0.00 2.97 0.00 0.00 25.74 0.00 0.00 71.29 19:46:49 3 0.00 0.00 4.95 0.00 0.00 0.00 0.00 0.00 95.05

19:46:49 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:50 all 0.00 0.00 5.45 0.00 0.00 29.46 0.00 0.00 65.10 19:46:50 0 0.00 0.00 0.00 0.00 0.00 47.52 0.00 0.00 52.48 19:46:50 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:46:50 2 0.00 0.00 5.94 0.00 0.00 70.30 0.00 0.00 23.76 19:46:50 3 0.00 0.00 15.84 0.00 0.00 0.00 0.00 0.00 84.16

19:46:50 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:51 all 1.24 0.00 9.65 0.00 0.00 24.01 0.00 0.00 65.10 19:46:51 0 0.99 0.00 6.93 0.00 0.00 44.55 0.00 0.00 47.52 19:46:51 1 2.97 0.00 8.91 0.00 0.00 1.98 0.00 0.00 86.14 19:46:51 2 0.00 0.00 14.85 0.00 0.00 48.51 0.00 0.00 36.63 19:46:51 3 0.99 0.00 7.92 0.00 0.00 0.99 0.00 0.00 90.10

19:46:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:52 all 0.25 0.00 5.69 0.00 0.00 20.79 0.00 0.00 73.27 19:46:52 0 0.00 0.00 0.00 0.00 0.00 74.26 0.00 0.00 25.74 19:46:52 1 0.00 0.00 4.95 0.00 0.00 0.00 0.00 0.00 95.05 19:46:52 2 0.99 0.00 15.84 0.00 0.00 8.91 0.00 0.00 74.26 19:46:52 3 0.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 98.02

19:46:52 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:53 all 0.00 0.00 3.71 0.00 0.00 21.53 0.00 0.00 74.75 19:46:53 0 0.00 0.00 3.96 0.00 0.00 73.27 0.00 0.00 22.77 19:46:53 1 0.00 0.00 3.96 0.00 0.00 0.99 0.00 0.00 95.05 19:46:53 2 0.00 0.00 2.97 0.00 0.00 11.88 0.00 0.00 85.15 19:46:53 3 0.00 0.00 3.96 0.00 0.00 0.00 0.00 0.00 96.04

19:46:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:54 all 1.49 0.00 8.42 0.00 0.00 20.30 0.00 0.00 69.80 19:46:54 0 0.99 0.00 2.97 0.00 0.00 73.27 0.00 0.00 22.77 19:46:54 1 1.98 0.00 3.96 0.00 0.00 0.00 0.00 0.00 94.06 19:46:54 2 1.98 0.00 11.88 0.00 0.00 7.92 0.00 0.00 78.22 19:46:54 3 0.99 0.00 14.85 0.00 0.00 0.00 0.00 0.00 84.16

19:46:54 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:55 all 0.50 0.00 2.72 0.00 0.00 21.29 0.00 0.00 75.50 19:46:55 0 0.00 0.00 0.00 0.00 0.00 76.24 0.00 0.00 23.76 19:46:55 1 1.98 0.00 0.00 0.00 0.00 0.99 0.00 0.00 97.03 19:46:55 2 0.00 0.00 5.94 0.00 0.00 7.92 0.00 0.00 86.14 19:46:55 3 0.00 0.00 4.95 0.00 0.00 0.00 0.00 0.00 95.05

19:46:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:56 all 0.00 0.00 2.48 0.00 0.00 22.03 0.00 0.00 75.50 19:46:56 0 0.00 0.00 0.00 0.00 0.00 83.17 0.00 0.00 16.83 19:46:56 1 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01 19:46:56 2 0.00 0.00 5.94 0.00 0.00 3.96 0.00 0.00 90.10 19:46:56 3 0.00 0.00 3.96 0.00 0.00 0.00 0.00 0.00 96.04

19:46:56 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:57 all 1.49 0.00 4.95 0.00 0.00 19.31 0.00 0.00 74.26 19:46:57 0 1.98 0.00 0.99 0.00 0.00 69.31 0.00 0.00 27.72 19:46:57 1 2.97 0.00 4.95 0.00 0.00 0.99 0.00 0.00 91.09 19:46:57 2 0.99 0.00 7.92 0.00 0.00 6.93 0.00 0.00 84.16 19:46:57 3 0.00 0.00 5.94 0.00 0.00 0.00 0.00 0.00 94.06

19:46:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:58 all 0.00 0.00 3.96 0.00 0.00 21.78 0.00 0.00 74.26 19:46:58 0 0.00 0.00 0.00 0.00 0.00 79.21 0.00 0.00 20.79 19:46:58 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:46:58 2 0.00 0.00 7.92 0.00 0.00 7.92 0.00 0.00 84.16 19:46:58 3 0.00 0.00 7.92 0.00 0.00 0.00 0.00 0.00 92.08

19:46:58 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:46:59 all 0.00 0.00 2.72 0.00 0.00 13.12 0.00 0.00 84.16 19:46:59 0 0.00 0.00 0.00 0.00 0.00 48.51 0.00 0.00 51.49 19:46:59 1 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01 19:46:59 2 0.00 0.00 7.92 0.00 0.00 2.97 0.00 0.00 89.11 19:46:59 3 0.00 0.00 2.97 0.00 0.00 0.00 0.00 0.00 97.03

19:46:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:47:00 all 0.74 0.00 1.73 0.00 0.00 0.00 0.00 0.00 97.52 19:47:00 0 0.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 98.02 19:47:00 1 0.99 0.00 1.98 0.00 0.00 0.00 0.00 0.00 97.03 19:47:00 2 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 98.02 19:47:00 3 0.99 0.00 1.98 0.00 0.00 0.00 0.00 0.00 97.03

19:47:00 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 19:47:01 all 0.00 0.00 0.25 0.00 0.00 0.00 0.00 0.00 99.75 19:47:01 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01 19:47:01 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:47:01 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 19:47:01 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 ^C root@X-WRT:~#

ptpt52 commented 1 year ago

cpu差别,说明没有加速情况已经达到cpu瓶颈了。 也说明natflow有加速的效果。 另外为什么没有跑上去,瓶颈在哪里,就不好说了,可能是usb,可能是4G模块那边,也可能是其他。

gsmantenna commented 1 year ago

你这个natflow 用到MTK 的hwnat 吗? 我测过用sdk编译的固件 同一个模块 同一个模式 打流600+ ,现网speedtest实测也可以500 RM500U-CN +SDK firmware test

模组这边也没有瓶颈, 因为模组+usb转接板连接电脑,电脑和模组之间直接打留 可以到1.1G ipref RM500U + AUX

ptpt52 commented 1 year ago

瓶颈可能在usb驱动或者usb模块驱动。

gsmantenna commented 1 year ago

瓶颈可能在usb驱动或者usb模块驱动。

估计你的猜想是正确的,ecm 驱动有瓶颈 我到实网用rm502Q 做了测试, mbim 模式speedtest 可以跑到430Mbps,测速时cpu0占满了

x-wrt newifi 内核版本:5.15.114

4x4 panel antenna , root@X-WRT:~# mpstat -P ALL 1 Linux 5.15.114 (X-WRT) 06/12/23 mips (4 CPU)

16:03:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:20 all 0.25 0.00 1.49 0.00 0.00 1.24 0.00 0.00 97.03 16:03:20 0 0.99 0.00 0.99 0.00 0.00 1.98 0.00 0.00 96.04 16:03:20 1 0.00 0.00 1.98 0.00 0.00 0.99 0.00 0.00 97.03 16:03:20 2 0.00 0.00 0.99 0.00 0.00 0.99 0.00 0.00 98.02 16:03:20 3 0.00 0.00 1.98 0.00 0.00 0.99 0.00 0.00 97.03

16:03:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:21 all 0.25 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.26 16:03:21 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:21 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:21 2 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 98.02 16:03:21 3 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01

16:03:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:22 all 0.00 0.00 0.25 0.00 0.00 0.74 0.00 0.00 99.01 16:03:22 0 0.00 0.00 0.99 0.00 0.00 0.99 0.00 0.00 98.02 16:03:22 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:22 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:22 3 0.00 0.00 0.00 0.00 0.00 1.98 0.00 0.00 98.02

16:03:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:23 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:23 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:23 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:23 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:23 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

16:03:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:24 all 0.25 0.00 2.72 0.00 0.00 0.25 0.00 0.00 96.78 16:03:24 0 0.00 0.00 1.98 0.00 0.00 0.99 0.00 0.00 97.03 16:03:24 1 0.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 98.02 16:03:24 2 0.99 0.00 4.95 0.00 0.00 0.00 0.00 0.00 94.06 16:03:24 3 0.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 98.02

16:03:24 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:25 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:25 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:25 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:25 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:25 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

16:03:25 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:26 all 0.00 0.00 0.25 0.00 0.00 0.00 0.00 0.00 99.75 16:03:26 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:26 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:26 2 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01 16:03:26 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

16:03:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:27 all 0.74 0.00 1.98 0.00 0.00 1.49 0.00 0.00 95.79 16:03:27 0 1.98 0.00 0.99 0.00 0.00 4.95 0.00 0.00 92.08 16:03:27 1 0.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 98.02 16:03:27 2 0.99 0.00 2.97 0.00 0.00 0.99 0.00 0.00 95.05 16:03:27 3 0.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 98.02

16:03:27 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:28 all 0.00 0.00 0.00 0.00 0.00 1.73 0.00 0.00 98.27 16:03:28 0 0.00 0.00 0.00 0.00 0.00 4.95 0.00 0.00 95.05 16:03:28 1 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01 16:03:28 2 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01 16:03:28 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

16:03:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:29 all 0.25 0.00 0.25 0.00 0.00 1.98 0.00 0.00 97.52 16:03:29 0 0.99 0.00 0.99 0.00 0.00 4.95 0.00 0.00 93.07 16:03:29 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:29 2 0.00 0.00 0.00 0.00 0.00 2.97 0.00 0.00 97.03 16:03:29 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

16:03:29 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:30 all 0.25 0.00 2.23 0.00 0.00 1.24 0.00 0.00 96.29 16:03:30 0 0.99 0.00 0.99 0.00 0.00 2.97 0.00 0.00 95.05 16:03:30 1 0.00 0.00 3.96 0.00 0.00 0.00 0.00 0.00 96.04 16:03:30 2 0.00 0.00 1.98 0.00 0.00 1.98 0.00 0.00 96.04 16:03:30 3 0.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 98.02

16:03:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:31 all 0.00 0.00 0.00 0.00 0.00 3.22 0.00 0.00 96.78 16:03:31 0 0.00 0.00 0.00 0.00 0.00 9.90 0.00 0.00 90.10 16:03:31 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:31 2 0.00 0.00 0.00 0.00 0.00 2.97 0.00 0.00 97.03 16:03:31 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

16:03:31 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:32 all 0.25 0.00 0.25 0.00 0.00 1.24 0.00 0.00 98.27 16:03:32 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:32 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01 16:03:32 2 0.99 0.00 0.00 0.00 0.00 4.95 0.00 0.00 94.06 16:03:32 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

16:03:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:33 all 0.50 0.00 2.72 0.00 0.00 0.74 0.00 0.00 96.04 16:03:33 0 0.00 0.00 0.99 0.00 0.00 0.99 0.00 0.00 98.02 16:03:33 1 0.00 0.00 3.96 0.00 0.00 1.98 0.00 0.00 94.06 16:03:33 2 1.98 0.00 4.95 0.00 0.00 0.00 0.00 0.00 93.07 16:03:33 3 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01

16:03:33 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:34 all 0.00 0.00 0.99 0.00 0.00 0.74 0.00 0.00 98.27 16:03:34 0 0.00 0.00 1.98 0.00 0.00 1.98 0.00 0.00 96.04 16:03:34 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01 16:03:34 2 0.00 0.00 0.99 0.00 0.00 0.99 0.00 0.00 98.02 16:03:34 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

16:03:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:35 all 0.00 0.00 0.25 0.00 0.00 0.50 0.00 0.00 99.26 16:03:35 0 0.00 0.00 0.00 0.00 0.00 1.98 0.00 0.00 98.02 16:03:35 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:35 2 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01 16:03:35 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

16:03:35 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:36 all 0.25 0.00 2.48 0.00 0.00 0.50 0.00 0.00 96.78 16:03:36 0 0.00 0.00 2.97 0.00 0.00 1.98 0.00 0.00 95.05 16:03:36 1 0.00 0.00 3.96 0.00 0.00 0.00 0.00 0.00 96.04 16:03:36 2 0.99 0.00 1.98 0.00 0.00 0.00 0.00 0.00 97.03 16:03:36 3 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01

16:03:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:37 all 0.00 0.00 0.25 0.00 0.00 0.50 0.00 0.00 99.26 16:03:37 0 0.00 0.00 0.99 0.00 0.00 0.99 0.00 0.00 98.02 16:03:37 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:37 2 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01 16:03:37 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

16:03:37 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:38 all 0.25 0.00 1.73 0.00 0.00 1.24 0.00 0.00 96.78 16:03:38 0 0.00 0.00 0.99 0.00 0.00 0.99 0.00 0.00 98.02 16:03:38 1 0.99 0.00 3.96 0.00 0.00 1.98 0.00 0.00 93.07 16:03:38 2 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01 16:03:38 3 0.00 0.00 1.98 0.00 0.00 0.99 0.00 0.00 97.03

16:03:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:39 all 0.74 0.00 2.72 0.00 0.00 0.99 0.00 0.00 95.54 16:03:39 0 0.00 0.00 1.98 0.00 0.00 0.99 0.00 0.00 97.03 16:03:39 1 0.99 0.00 1.98 0.00 0.00 1.98 0.00 0.00 95.05 16:03:39 2 0.00 0.00 3.96 0.00 0.00 0.99 0.00 0.00 95.05 16:03:39 3 1.98 0.00 2.97 0.00 0.00 0.00 0.00 0.00 95.05

16:03:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:40 all 0.25 0.00 0.00 0.00 0.00 0.99 0.00 0.00 98.76 16:03:40 0 0.00 0.00 0.00 0.00 0.00 1.98 0.00 0.00 98.02 16:03:40 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:40 2 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01 16:03:40 3 0.99 0.00 0.00 0.00 0.00 0.99 0.00 0.00 98.02

16:03:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:41 all 0.25 0.00 1.24 0.00 0.00 0.25 0.00 0.00 98.27 16:03:41 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:41 1 0.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 98.02 16:03:41 2 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01 16:03:41 3 0.99 0.00 2.97 0.00 0.00 0.00 0.00 0.00 96.04

16:03:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:42 all 0.99 0.00 1.73 0.00 0.00 0.25 0.00 0.00 97.03 16:03:42 0 0.99 0.00 0.00 0.00 0.00 0.99 0.00 0.00 98.02 16:03:42 1 0.99 0.00 1.98 0.00 0.00 0.00 0.00 0.00 97.03 16:03:42 2 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 98.02 16:03:42 3 0.99 0.00 3.96 0.00 0.00 0.00 0.00 0.00 95.05

16:03:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:43 all 0.00 0.00 0.50 0.00 0.00 0.00 0.00 0.00 99.50 16:03:43 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01 16:03:43 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01 16:03:43 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:43 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

16:03:43 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:44 all 0.00 0.00 0.25 0.00 0.00 0.00 0.00 0.00 99.75 16:03:44 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:44 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:03:44 2 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01 16:03:44 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

16:03:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:45 all 0.74 0.00 1.98 0.00 0.00 0.50 0.00 0.00 96.78 16:03:45 0 0.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 98.02 16:03:45 1 0.99 0.00 2.97 0.00 0.00 0.99 0.00 0.00 95.05 16:03:45 2 0.00 0.00 0.99 0.00 0.00 0.99 0.00 0.00 98.02 16:03:45 3 1.98 0.00 1.98 0.00 0.00 0.00 0.00 0.00 96.04

16:03:45 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:46 all 1.24 0.00 0.50 0.00 0.00 0.50 0.00 0.00 97.77 16:03:46 0 0.99 0.00 0.99 0.00 0.00 1.98 0.00 0.00 96.04 16:03:46 1 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 16:03:46 2 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01 16:03:46 3 1.98 0.00 0.99 0.00 0.00 0.00 0.00 0.00 97.03

16:03:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:47 all 0.00 0.00 0.74 0.00 0.00 0.50 0.00 0.00 98.76 16:03:47 0 0.00 0.00 1.98 0.00 0.00 0.99 0.00 0.00 97.03 16:03:47 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01 16:03:47 2 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01 16:03:47 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

16:03:47 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:48 all 0.25 0.00 2.97 0.00 0.00 0.00 0.00 0.00 96.78 16:03:48 0 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 98.02 16:03:48 1 0.00 0.00 3.96 0.00 0.00 0.00 0.00 0.00 96.04 16:03:48 2 0.00 0.00 2.97 0.00 0.00 0.00 0.00 0.00 97.03 16:03:48 3 0.00 0.00 3.96 0.00 0.00 0.00 0.00 0.00 96.04

16:03:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:49 all 0.00 0.00 2.72 0.00 0.00 19.31 0.00 0.00 77.97 16:03:49 0 0.00 0.00 0.00 0.00 0.00 54.46 0.00 0.00 45.54 16:03:49 1 0.00 0.00 5.94 0.00 0.00 3.96 0.00 0.00 90.10 16:03:49 2 0.00 0.00 4.95 0.00 0.00 0.99 0.00 0.00 94.06 16:03:49 3 0.00 0.00 0.00 0.00 0.00 17.82 0.00 0.00 82.18

16:03:49 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:50 all 0.00 0.00 5.45 0.00 0.00 29.95 0.00 0.00 64.60 16:03:50 0 0.00 0.00 0.00 0.00 0.00 90.10 0.00 0.00 9.90 16:03:50 1 0.00 0.00 2.97 0.00 0.00 0.00 0.00 0.00 97.03 16:03:50 2 0.00 0.00 12.87 0.00 0.00 1.98 0.00 0.00 85.15 16:03:50 3 0.00 0.00 5.94 0.00 0.00 27.72 0.00 0.00 66.34

16:03:50 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:51 all 0.50 0.00 10.64 0.00 0.00 33.91 0.00 0.00 54.95 16:03:51 0 0.00 0.00 0.00 0.00 0.00 100.00 0.00 0.00 0.00 16:03:51 1 0.00 0.00 21.78 0.00 0.00 1.98 0.00 0.00 76.24 16:03:51 2 0.99 0.00 11.88 0.00 0.00 2.97 0.00 0.00 84.16 16:03:51 3 0.99 0.00 8.91 0.00 0.00 30.69 0.00 0.00 59.41

16:03:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:52 all 0.25 0.00 6.19 0.00 0.00 35.89 0.00 0.00 57.67 16:03:52 0 0.00 0.00 0.00 0.00 0.00 100.00 0.00 0.00 0.00 16:03:52 1 0.00 0.00 11.88 0.00 0.00 6.93 0.00 0.00 81.19 16:03:52 2 0.00 0.00 10.89 0.00 0.00 3.96 0.00 0.00 85.15 16:03:52 3 0.99 0.00 1.98 0.00 0.00 32.67 0.00 0.00 64.36

16:03:52 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:53 all 0.50 0.00 8.17 0.00 0.00 38.12 0.00 0.00 53.22 16:03:53 0 0.00 0.00 0.00 0.00 0.00 100.00 0.00 0.00 0.00 16:03:53 1 0.00 0.00 11.88 0.00 0.00 8.91 0.00 0.00 79.21 16:03:53 2 0.99 0.00 14.85 0.00 0.00 7.92 0.00 0.00 76.24 16:03:53 3 0.99 0.00 5.94 0.00 0.00 35.64 0.00 0.00 57.43

16:03:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:54 all 1.73 0.00 9.65 0.00 0.00 36.63 0.00 0.00 51.98 16:03:54 0 0.00 0.00 0.00 0.00 0.00 100.00 0.00 0.00 0.00 16:03:54 1 0.99 0.00 12.87 0.00 0.00 12.87 0.00 0.00 73.27 16:03:54 2 3.96 0.00 14.85 0.00 0.00 7.92 0.00 0.00 73.27 16:03:54 3 1.98 0.00 10.89 0.00 0.00 25.74 0.00 0.00 61.39

16:03:54 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:55 all 0.00 0.00 4.46 0.00 0.00 33.42 0.00 0.00 62.13 16:03:55 0 0.00 0.00 0.00 0.00 0.00 100.00 0.00 0.00 0.00 16:03:55 1 0.00 0.00 7.92 0.00 0.00 7.92 0.00 0.00 84.16 16:03:55 2 0.00 0.00 6.93 0.00 0.00 3.96 0.00 0.00 89.11 16:03:55 3 0.00 0.00 2.97 0.00 0.00 21.78 0.00 0.00 75.25

16:03:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:56 all 0.00 0.00 5.94 0.00 0.00 34.65 0.00 0.00 59.41 16:03:56 0 0.00 0.00 0.00 0.00 0.00 100.00 0.00 0.00 0.00 16:03:56 1 0.00 0.00 0.99 0.00 0.00 12.87 0.00 0.00 86.14 16:03:56 2 0.00 0.00 16.83 0.00 0.00 5.94 0.00 0.00 77.23 16:03:56 3 0.00 0.00 5.94 0.00 0.00 19.80 0.00 0.00 74.26

16:03:56 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:57 all 0.74 0.00 8.91 0.00 0.00 38.61 0.00 0.00 51.73 16:03:57 0 0.00 0.00 0.00 0.00 0.00 100.00 0.00 0.00 0.00 16:03:57 1 0.99 0.00 3.96 0.00 0.00 15.84 0.00 0.00 79.21 16:03:57 2 0.00 0.00 20.79 0.00 0.00 7.92 0.00 0.00 71.29 16:03:57 3 1.98 0.00 10.89 0.00 0.00 30.69 0.00 0.00 56.44

16:03:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:58 all 0.50 0.00 6.44 0.00 0.00 36.39 0.00 0.00 56.68 16:03:58 0 0.00 0.00 0.00 0.00 0.00 100.00 0.00 0.00 0.00 16:03:58 1 0.99 0.00 3.96 0.00 0.00 15.84 0.00 0.00 79.21 16:03:58 2 0.99 0.00 10.89 0.00 0.00 7.92 0.00 0.00 80.20 16:03:58 3 0.00 0.00 10.89 0.00 0.00 21.78 0.00 0.00 67.33

16:03:58 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:03:59 all 0.00 0.00 5.69 0.00 0.00 36.63 0.00 0.00 57.67 16:03:59 0 0.00 0.00 0.00 0.00 0.00 100.00 0.00 0.00 0.00 16:03:59 1 0.00 0.00 5.94 0.00 0.00 13.86 0.00 0.00 80.20 16:03:59 2 0.00 0.00 10.89 0.00 0.00 6.93 0.00 0.00 82.18 16:03:59 3 0.00 0.00 5.94 0.00 0.00 25.74 0.00 0.00 68.32

16:03:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:00 all 0.00 0.00 6.93 0.00 0.00 35.89 0.00 0.00 57.18 16:04:00 0 0.00 0.00 0.00 0.00 0.00 100.00 0.00 0.00 0.00 16:04:00 1 0.00 0.00 1.98 0.00 0.00 10.89 0.00 0.00 87.13 16:04:00 2 0.00 0.00 20.79 0.00 0.00 4.95 0.00 0.00 74.26 16:04:00 3 0.00 0.00 4.95 0.00 0.00 27.72 0.00 0.00 67.33

16:04:00 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:01 all 2.72 0.00 8.66 0.00 0.00 40.59 0.00 0.00 48.02 16:04:01 0 0.00 0.00 0.00 0.00 0.00 100.00 0.00 0.00 0.00 16:04:01 1 2.97 0.00 9.90 0.00 0.00 27.72 0.00 0.00 59.41 16:04:01 2 3.96 0.00 15.84 0.00 0.00 11.88 0.00 0.00 68.32 16:04:01 3 3.96 0.00 8.91 0.00 0.00 22.77 0.00 0.00 64.36

16:04:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:02 all 0.50 0.00 4.70 0.00 0.00 46.53 0.00 0.00 48.27 16:04:02 0 0.00 0.00 0.99 0.00 0.00 81.19 0.00 0.00 17.82 16:04:02 1 1.98 0.00 2.97 0.00 0.00 20.79 0.00 0.00 74.26 16:04:02 2 0.00 0.00 13.86 0.00 0.00 16.83 0.00 0.00 69.31 16:04:02 3 0.00 0.00 0.99 0.00 0.00 67.33 0.00 0.00 31.68

16:04:02 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:03 all 0.00 0.00 0.00 0.00 0.00 0.25 0.00 0.00 99.75 16:04:03 0 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01 16:04:03 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:04:03 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:04:03 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

16:04:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:04 all 0.99 0.00 1.73 0.00 0.00 5.45 0.00 0.00 91.83 16:04:04 0 0.00 0.00 0.99 0.00 0.00 5.94 0.00 0.00 93.07 16:04:04 1 1.98 0.00 0.99 0.00 0.00 8.91 0.00 0.00 88.12 16:04:04 2 0.99 0.00 0.00 0.00 0.00 5.94 0.00 0.00 93.07 16:04:04 3 0.99 0.00 4.95 0.00 0.00 0.99 0.00 0.00 93.07

16:04:04 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:05 all 0.25 0.00 2.23 0.00 0.00 9.41 0.00 0.00 88.12 16:04:05 0 0.00 0.00 0.99 0.00 0.00 10.89 0.00 0.00 88.12 16:04:05 1 0.00 0.00 2.97 0.00 0.00 10.89 0.00 0.00 86.14 16:04:05 2 0.00 0.00 0.99 0.00 0.00 12.87 0.00 0.00 86.14 16:04:05 3 0.99 0.00 3.96 0.00 0.00 2.97 0.00 0.00 92.08

16:04:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:06 all 0.00 0.00 2.23 0.00 0.00 4.95 0.00 0.00 92.82 16:04:06 0 0.00 0.00 0.00 0.00 0.00 9.90 0.00 0.00 90.10 16:04:06 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01 16:04:06 2 0.00 0.00 7.92 0.00 0.00 9.90 0.00 0.00 82.18 16:04:06 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

16:04:06 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:07 all 0.74 0.00 1.98 0.00 0.00 2.97 0.00 0.00 94.31 16:04:07 0 0.99 0.00 1.98 0.00 0.00 3.96 0.00 0.00 93.07 16:04:07 1 0.99 0.00 1.98 0.00 0.00 0.00 0.00 0.00 97.03 16:04:07 2 0.00 0.00 1.98 0.00 0.00 7.92 0.00 0.00 90.10 16:04:07 3 0.99 0.00 1.98 0.00 0.00 0.00 0.00 0.00 97.03

16:04:07 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:08 all 0.00 0.00 0.00 0.00 0.00 3.47 0.00 0.00 96.53 16:04:08 0 0.00 0.00 0.00 0.00 0.00 9.90 0.00 0.00 90.10 16:04:08 1 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01 16:04:08 2 0.00 0.00 0.00 0.00 0.00 1.98 0.00 0.00 98.02 16:04:08 3 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01

16:04:08 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:09 all 0.00 0.00 1.49 0.00 0.00 3.47 0.00 0.00 95.05 16:04:09 0 0.00 0.00 5.94 0.00 0.00 10.89 0.00 0.00 83.17 16:04:09 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:04:09 2 0.00 0.00 0.00 0.00 0.00 2.97 0.00 0.00 97.03 16:04:09 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

16:04:09 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:10 all 0.99 0.00 1.98 0.00 0.00 4.70 0.00 0.00 92.33 16:04:10 0 0.99 0.00 0.99 0.00 0.00 15.84 0.00 0.00 82.18 16:04:10 1 0.99 0.00 2.97 0.00 0.00 0.00 0.00 0.00 96.04 16:04:10 2 0.99 0.00 1.98 0.00 0.00 2.97 0.00 0.00 94.06 16:04:10 3 0.99 0.00 1.98 0.00 0.00 0.00 0.00 0.00 97.03

16:04:10 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:11 all 0.00 0.00 0.50 0.00 0.00 2.23 0.00 0.00 97.28 16:04:11 0 0.00 0.00 0.99 0.00 0.00 6.93 0.00 0.00 92.08 16:04:11 1 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01 16:04:11 2 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01 16:04:11 3 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01

16:04:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:12 all 0.00 0.00 2.23 0.00 0.00 6.19 0.00 0.00 91.58 16:04:12 0 0.00 0.00 3.96 0.00 0.00 19.80 0.00 0.00 76.24 16:04:12 1 0.00 0.00 4.95 0.00 0.00 0.99 0.00 0.00 94.06 16:04:12 2 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01 16:04:12 3 0.00 0.00 0.00 0.00 0.00 2.97 0.00 0.00 97.03

16:04:12 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:13 all 0.99 0.00 5.45 0.00 0.00 7.92 0.00 0.00 85.64 16:04:13 0 0.00 0.00 13.86 0.00 0.00 29.70 0.00 0.00 56.44 16:04:13 1 0.99 0.00 5.94 0.00 0.00 0.99 0.00 0.00 92.08 16:04:13 2 0.99 0.00 0.00 0.00 0.00 0.99 0.00 0.00 98.02 16:04:13 3 1.98 0.00 1.98 0.00 0.00 0.00 0.00 0.00 96.04

16:04:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:14 all 0.25 0.00 1.98 0.00 0.00 10.64 0.00 0.00 87.13 16:04:14 0 0.00 0.00 6.93 0.00 0.00 37.62 0.00 0.00 55.45 16:04:14 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:04:14 2 0.99 0.00 0.99 0.00 0.00 4.95 0.00 0.00 93.07 16:04:14 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

16:04:14 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:15 all 0.50 0.00 1.49 0.00 0.00 2.72 0.00 0.00 95.30 16:04:15 0 0.99 0.00 3.96 0.00 0.00 10.89 0.00 0.00 84.16 16:04:15 1 0.99 0.00 1.98 0.00 0.00 0.00 0.00 0.00 97.03 16:04:15 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:04:15 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

16:04:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:16 all 1.24 0.00 4.46 0.00 0.00 8.17 0.00 0.00 86.14 16:04:16 0 0.00 0.00 5.94 0.00 0.00 29.70 0.00 0.00 64.36 16:04:16 1 2.97 0.00 5.94 0.00 0.00 2.97 0.00 0.00 88.12 16:04:16 2 1.98 0.00 1.98 0.00 0.00 0.00 0.00 0.00 96.04 16:04:16 3 0.00 0.00 3.96 0.00 0.00 0.00 0.00 0.00 96.04

16:04:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:17 all 0.00 0.00 3.96 0.00 0.00 9.41 0.00 0.00 86.63 16:04:17 0 0.00 0.00 4.95 0.00 0.00 36.63 0.00 0.00 58.42 16:04:17 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:04:17 2 0.00 0.00 6.93 0.00 0.00 0.00 0.00 0.00 93.07 16:04:17 3 0.00 0.00 3.96 0.00 0.00 0.99 0.00 0.00 95.05

16:04:17 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:18 all 0.00 0.00 1.49 0.00 0.00 8.42 0.00 0.00 90.10 16:04:18 0 0.00 0.00 0.00 0.00 0.00 32.67 0.00 0.00 67.33 16:04:18 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:04:18 2 0.00 0.00 0.99 0.00 0.00 0.99 0.00 0.00 98.02 16:04:18 3 0.00 0.00 4.95 0.00 0.00 0.00 0.00 0.00 95.05

16:04:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:19 all 0.25 0.00 3.22 0.00 0.00 3.22 0.00 0.00 93.32 16:04:19 0 0.00 0.00 4.95 0.00 0.00 11.88 0.00 0.00 83.17 16:04:19 1 0.00 0.00 2.97 0.00 0.00 0.00 0.00 0.00 97.03 16:04:19 2 0.99 0.00 0.99 0.00 0.00 0.99 0.00 0.00 97.03 16:04:19 3 0.00 0.00 3.96 0.00 0.00 0.00 0.00 0.00 96.04

16:04:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:20 all 0.74 0.00 1.98 0.00 0.00 0.99 0.00 0.00 96.29 16:04:20 0 0.99 0.00 1.98 0.00 0.00 3.96 0.00 0.00 93.07 16:04:20 1 0.99 0.00 1.98 0.00 0.00 0.00 0.00 0.00 97.03 16:04:20 2 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01 16:04:20 3 0.99 0.00 2.97 0.00 0.00 0.00 0.00 0.00 96.04

16:04:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:21 all 0.00 0.00 0.25 0.00 0.00 0.50 0.00 0.00 99.26 16:04:21 0 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01 16:04:21 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:04:21 2 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 99.01 16:04:21 3 0.00 0.00 0.00 0.00 0.00 0.99 0.00 0.00 99.01

16:04:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:22 all 0.50 0.00 2.97 0.00 0.00 0.00 0.00 0.00 96.53 16:04:22 0 0.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 98.02 16:04:22 1 0.99 0.00 3.96 0.00 0.00 0.00 0.00 0.00 95.05 16:04:22 2 0.00 0.00 2.97 0.00 0.00 0.00 0.00 0.00 97.03 16:04:22 3 0.99 0.00 2.97 0.00 0.00 0.00 0.00 0.00 96.04

16:04:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle 16:04:23 all 0.00 0.00 0.00 0.00 0.00 0.50 0.00 0.00 99.50 16:04:23 0 0.00 0.00 0.00 0.00 0.00 1.98 0.00 0.00 98.02 16:04:23 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:04:23 2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 16:04:23 3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00

root@X-WRT:~# dmesg [ 0.000000] Linux version 5.15.114 (ptpt52@SC-GAME) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r23276+1-af51bfd67a2) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Fri Jun 9 22:37:20 2023 [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: machine is D-Team Newifi D2 [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] VPE topology {2,2} total 4 [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x000000000fffffff] [ 0.000000] HighMem [mem 0x0000000010000000-0x0000000023ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000001bffffff] [ 0.000000] node 0: [mem 0x0000000020000000-0x0000000023ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000023ffffff] [ 0.000000] percpu: Embedded 11 pages/cpu s15376 r8192 d21488 u45056 [ 0.000000] pcpu-alloc: s15376 r8192 d21488 u45056 alloc=11*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130560 [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2 [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] Writing ErrCtl register=0003b212 [ 0.000000] Readback ErrCtl register=0003b212 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 508028K/524288K available (7071K kernel code, 649K rwdata, 1460K rodata, 1240K init, 251K bss, 16260K reserved, 0K cma-reserved, 262144K highmem) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 256 [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns [ 0.000004] sched_clock: 64 bits at 880MHz, resolution 1ns, wraps every 4398046511103ns [ 0.008052] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.066219] pid_max: default: 32768 minimum: 301 [ 0.071513] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.078724] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.089735] rcu: Hierarchical SRCU implementation. [ 0.095176] smp: Bringing up secondary CPUs ... [ 0.100534] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.100557] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.100573] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.100622] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.159973] Synchronize counters for CPU 1: done. [ 0.192350] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.192371] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.192382] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.192413] CPU2 revision is: 0001992f (MIPS 1004Kc) [ 0.251332] Synchronize counters for CPU 2: done. [ 0.281934] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.281955] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.281966] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.282000] CPU3 revision is: 0001992f (MIPS 1004Kc) [ 0.336531] Synchronize counters for CPU 3: done. [ 0.366387] smp: Brought up 1 node, 4 CPUs [ 0.371547] devtmpfs: initialized [ 0.379657] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.389473] futex hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.396437] pinctrl core: initialized pinctrl subsystem [ 0.403120] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.409751] thermal_sys: Registered thermal governor 'step_wise' [ 0.410337] cpuidle: using governor teo [ 0.432460] FPU Affinity set after 11720 emulations [ 0.434075] pstore: Registered ramoops as persistent store backend [ 0.440176] ramoops: using 0x80000@0x3f00000, ecc: 0 [ 0.456752] clocksource: Switched to clocksource GIC [ 0.463875] NET: Registered PF_INET protocol family [ 0.468950] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.477159] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.485455] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.493166] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.500763] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.507874] TCP: Hash tables configured (established 2048 bind 2048) [ 0.514301] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.520824] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.528128] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.533740] PCI: CLS 0 bytes, default 32 [ 0.540824] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 0.551443] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.557268] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.568386] bounce: pool size: 64 pages [ 0.576131] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.582218] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.588360] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 0.594586] mt7621-pci 1e140000.pcie: host bridge /pcie@1e140000 ranges: [ 0.601309] mt7621-pci 1e140000.pcie: No bus range found for /pcie@1e140000, using [bus 00-ff] [ 0.610051] mt7621-pci 1e140000.pcie: MEM 0x0060000000..0x006fffffff -> 0x0060000000 [ 0.618155] mt7621-pci 1e140000.pcie: IO 0x001e160000..0x001e16ffff -> 0x0000000000 [ 0.986733] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK) [ 0.993636] mt7621-pci 1e140000.pcie: PCIE0 enabled [ 0.998489] mt7621-pci 1e140000.pcie: PCIE1 enabled [ 1.003331] PCI coherence region base: 0x60000000, mask/settings: 0xf0000002 [ 1.010536] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00 [ 1.016837] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.022239] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 1.029091] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 1.035252] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 [ 1.041196] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 1.047410] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 1.053670] pci 0000:00:00.0: supports D1 [ 1.057606] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 1.064173] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400 [ 1.070185] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 1.076360] pci 0000:00:01.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 1.082665] pci 0000:00:01.0: supports D1 [ 1.086582] pci 0000:00:01.0: PME# supported from D0 D1 D3hot [ 1.094220] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.102197] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.110395] pci 0000:01:00.0: [14c3:7612] type 00 class 0x028000 [ 1.116346] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit] [ 1.123121] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 1.129855] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 1.137378] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 1.142542] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 1.148602] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 1.155322] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff pref] [ 1.162516] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 1.169397] pci 0000:02:00.0: [14c3:7603] type 00 class 0x028000 [ 1.175342] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff] [ 1.181710] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 1.189168] pci 0000:00:01.0: PCI bridge to [bus 02-ff] [ 1.194328] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff] [ 1.200410] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff] [ 1.207129] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff pref] [ 1.214286] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 1.220917] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] [ 1.227462] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] [ 1.234347] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] [ 1.240929] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] [ 1.247853] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 1.254563] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] [ 1.261755] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] [ 1.268495] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref] [ 1.275644] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] [ 1.282410] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] [ 1.289153] pci 0000:00:00.0: BAR 7: assigned [io 0x0000-0x0fff] [ 1.295170] pci 0000:00:01.0: BAR 7: assigned [io 0x1000-0x1fff] [ 1.301247] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] [ 1.308508] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref] [ 1.315649] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.320593] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 1.326621] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 1.333379] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] [ 1.340557] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff] [ 1.347300] pci 0000:00:01.0: PCI bridge to [bus 02] [ 1.352194] pci 0000:00:01.0: bridge window [io 0x1000-0x1fff] [ 1.358269] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] [ 1.364981] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref] [ 1.375298] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled [ 1.383953] printk: console [ttyS0] disabled [ 1.388313] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A [ 1.397325] printk: console [ttyS0] enabled [ 1.405567] printk: bootconsole [early0] disabled [ 1.418537] spi-mt7621 1e000b00.spi: sys_freq: 220000000 [ 1.425302] ------------[ cut here ]------------ [ 1.429973] WARNING: CPU: 2 PID: 1 at drivers/mtd/spi-nor/core.c:2864 spi_nor_init+0x17c/0x184 [ 1.438608] enabling reset hack; may not recover from unexpected reboots [ 1.445277] Modules linked in: [ 1.448337] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 5.15.114 #0 [ 1.454413] Stack : 80ef666c 8007d824 00000000 00000004 00000000 00000000 81433964 80a30000 [ 1.462768] 80870000 80793f10 81452278 8086ce43 00000000 00000001 81433910 8147aae0 [ 1.471124] 00000000 00000000 80793f10 814337b0 ffffefff 00000000 ffffffea 00000000 [ 1.479483] 814337bc 000000a2 80871b30 ffffffff 80793f10 00000001 00000000 80441078 [ 1.487838] 00000009 80ef666c 807e0000 816cc800 00000018 803e45c0 00000008 80a30008 [ 1.496192] ... [ 1.498632] Call Trace: [ 1.501065] [<800080ec>] show_stack+0x28/0xf0 [ 1.505436] [<803591e0>] dump_stack_lvl+0x60/0x80 [ 1.510132] [<8002f508>] warn+0x9c/0x124 [ 1.514240] [<8002f61c>] warn_slowpath_fmt+0x8c/0xac [ 1.519189] [<80441078>] spi_nor_init+0x17c/0x184 [ 1.523883] [<8044192c>] spi_nor_scan+0x7c4/0xc20 [ 1.528572] [<804426cc>] spi_nor_probe+0x94/0x310 [ 1.533266] [<803f5f04>] really_probe.part.0+0xac/0x354 [ 1.538478] [<803f6438>] driver_probe_device+0x4c/0x154 [ 1.543687] [<803f6a90>] __device_attach_driver+0xd0/0x15c [ 1.549154] [<803f39f0>] bus_for_each_drv+0x70/0xb0 [ 1.554047] [<803f67b4>] device_attach+0xe0/0x180 [ 1.558908] [<803f4e50>] bus_probe_device+0xa0/0xbc [ 1.563771] [<803f22c4>] device_add+0x3e4/0x8f0 [ 1.568289] [<80461c98>] spi_add_device+0x80/0x160 [ 1.573251] [<80461dd8>] spi_add_device+0x60/0x9c [ 1.577938] [<8046277c>] spi_register_controller+0x7f4/0xb34 [ 1.583579] [<80465300>] mt7621_spi_probe+0x168/0x220 [ 1.588620] [<803f85f0>] platform_probe+0x50/0xa4 [ 1.593319] [<803f5f04>] really_probe.part.0+0xac/0x354 [ 1.598524] [<803f6438>] driver_probe_device+0x4c/0x154 [ 1.603733] [<803f6bc8>] driver_attach+0xac/0x1ac [ 1.608593] [<803f3944>] bus_for_each_dev+0x68/0xa4 [ 1.613459] [<803f5124>] bus_add_driver+0x150/0x238 [ 1.618319] [<803f73ec>] driver_register+0x98/0x154 [ 1.623182] [<80001638>] do_one_initcall+0x50/0x1b4 [ 1.628043] [<808fb0f8>] kernel_init_freeable+0x1f0/0x28c [ 1.633427] [<806df6a0>] kernel_init+0x20/0x110 [ 1.637974] [<80003038>] ret_from_kernel_thread+0x14/0x1c [ 1.643361] [ 1.644983] ---[ end trace b65ff1274a45c5c2 ]--- [ 1.649651] spi-nor spi0.0: w25q256 (32768 Kbytes) [ 1.654497] 4 fixed-partitions partitions found on MTD device spi0.0 [ 1.660891] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions [ 1.668263] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions [ 1.676125] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions [ 1.683510] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions [ 1.691185] Creating 4 MTD partitions on "spi0.0": [ 1.695997] 0x000000000000-0x000000030000 : "u-boot" [ 1.702334] 0x000000030000-0x000000040000 : "u-boot-env" [ 1.709122] 0x000000040000-0x000000050000 : "factory" [ 1.715473] 0x000000050000-0x000002000000 : "firmware" [ 1.722059] 2 uimage-fw partitions found on MTD device firmware [ 1.728031] Creating 2 MTD partitions on "firmware": [ 1.732984] 0x000000000000-0x0000002c3ff8 : "kernel" [ 1.737947] mtd: partition "kernel" doesn't end on an erase/write block -- force read-only [ 1.747612] 0x0000002c3ff8-0x000001fb0000 : "rootfs" [ 1.752597] mtd: partition "rootfs" doesn't start on an erase/write block boundary -- force read-only [ 1.763018] mtd: setting mtd5 (rootfs) as root device [ 1.768219] 1 squashfs-split partitions found on MTD device rootfs [ 1.774399] 0x000000b40000-0x000001fb0000 : "rootfs_data" [ 1.932852] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21 [ 1.943060] i2c_dev: i2c /dev entries driver [ 1.951603] NET: Registered PF_INET6 protocol family [ 1.958685] Segment Routing with IPv6 [ 1.962428] In-situ OAM (IOAM) with IPv6 [ 1.966428] NET: Registered PF_PACKET protocol family [ 1.971604] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.985231] 8021q: 802.1Q VLAN Support v1.8 [ 1.993308] pstore: Using crash dump compression: deflate [ 2.002715] gpio-export gpio_export: 1 gpio(s) exported [ 2.056941] mt753x 1e110000.gsw: LAN/WAN VLAN setting=llllw [ 2.062645] mt753x 1e110000.gsw: Switch is MediaTek MT7530 rev 1 [ 3.504103] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 3.517688] devtmpfs: mounted [ 3.525298] Freeing unused kernel image (initmem) memory: 1240K [ 3.531258] This architecture does not have kernel memory protection. [ 3.537716] Run /sbin/init as init process [ 3.541795] with arguments: [ 3.541800] /sbin/init [ 3.541806] with environment: [ 3.541810] HOME=/ [ 3.541816] TERM=linux [ 4.017800] init: Console is alive [ 4.021606] init: - watchdog - [ 6.444812] kmodloader: loading kernel modules from /etc/modules-boot.d/ [ 6.510428] usbcore: registered new interface driver usbfs [ 6.516077] usbcore: registered new interface driver hub [ 6.521577] usbcore: registered new device driver usb [ 6.571757] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 6.587610] SCSI subsystem initialized [ 6.596539] fsl-ehci: Freescale EHCI Host controller driver [ 6.604139] ehci-platform: EHCI generic platform driver [ 6.613695] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0) [ 6.622199] softdog: soft_reboot_cmd= soft_active_on_boot=0 [ 6.632455] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 6.640452] ohci-platform: OHCI generic platform driver [ 6.655413] xhci-mtk 1e1c0000.xhci: supply vbus not found, using dummy regulator [ 6.663145] xhci-mtk 1e1c0000.xhci: supply vusb33 not found, using dummy regulator [ 6.670998] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 6.676350] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1 [ 6.696945] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000290010 [ 6.706159] xhci-mtk 1e1c0000.xhci: irq 20, io mem 0x1e1c0000 [ 6.712130] xhci-mtk 1e1c0000.xhci: xHCI Host Controller [ 6.717490] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2 [ 6.724959] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed [ 6.732753] hub 1-0:1.0: USB hub found [ 6.736672] hub 1-0:1.0: 2 ports detected [ 6.741829] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 6.751240] hub 2-0:1.0: USB hub found [ 6.755166] hub 2-0:1.0: 1 port detected [ 6.773141] usbcore: registered new interface driver usb-storage [ 6.781784] usbcore: registered new interface driver uas [ 6.788038] kmodloader: done loading kernel modules from /etc/modules-boot.d/ [ 6.807221] init: - preinit - [ 7.126983] usb 2-1: new SuperSpeed USB device number 2 using xhci-mtk [ 7.157502] usb 2-1: LPM exit latency is zeroed, disabling LPM. [ 7.163832] usb 2-1: config 1 has an invalid interface number: 8 but max is 5 [ 7.171007] usb 2-1: config 1 has an invalid interface number: 9 but max is 5 [ 7.178150] usb 2-1: config 1 has an invalid interface number: 9 but max is 5 [ 7.185276] usb 2-1: config 1 has no interface number 4 [ 7.190501] usb 2-1: config 1 has no interface number 5 [ 7.267936] random: procd: uninitialized urandom read (4 bytes read) [ 7.786307] random: jshn: uninitialized urandom read (4 bytes read) [ 7.868349] random: jshn: uninitialized urandom read (4 bytes read) [ 8.302449] random: jshn: uninitialized urandom read (4 bytes read) [ 8.352487] random: jshn: uninitialized urandom read (4 bytes read) [ 8.449823] random: jshn: uninitialized urandom read (4 bytes read) [ 10.434306] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 10.443502] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 10.452126] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 10.476862] random: crng init done [ 10.480327] random: 4 urandom warning(s) missed due to ratelimiting [ 12.695305] mount_root: loading kmods from internal overlay [ 12.759086] kmodloader: loading kernel modules from //etc/modules-boot.d/ [ 12.774353] kmodloader: done loading kernel modules from //etc/modules-boot.d/ [ 13.312449] jffs2: notice: (450) jffs2_build_xattr_subsystem: complete building xattr subsystem, 25 of xdatum (16 unchecked, 9 orphan) and 29 of xref (9 dead, 0 orphan) found. [ 13.329147] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab [ 13.345311] block: extroot: not configured [ 13.423188] jffs2: notice: (448) jffs2_build_xattr_subsystem: complete building xattr subsystem, 25 of xdatum (16 unchecked, 9 orphan) and 29 of xref (9 dead, 0 orphan) found. [ 13.739671] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab [ 13.752388] block: extroot: not configured [ 13.758086] mount_root: switching to jffs2 overlay [ 13.773384] overlayfs: upper fs does not support tmpfile. [ 13.818325] urandom-seed: Seeding with /etc/urandom.seed [ 13.896967] mtk_soc_eth 1e100000.ethernet eth0: Link is Down [ 13.985424] procd: - early - [ 13.988660] procd: - watchdog - [ 14.617082] procd: - watchdog - [ 14.622123] procd: - ubus - [ 14.837910] procd: - init - [ 15.747726] kmodloader: loading kernel modules from /etc/modules.d/ [ 15.805587] urngd: v1.0.2 started. [ 15.985870] NET: Registered PF_ALG protocol family [ 16.008099] Key type dns_resolver registered [ 16.034348] RPC: Registered named UNIX socket transport module. [ 16.040328] RPC: Registered udp transport module. [ 16.045013] RPC: Registered tcp transport module. [ 16.049740] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 16.064773] tun: Universal TUN/TAP device driver, 1.6 [ 16.087987] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 16.105029] gre: GRE over IPv4 demultiplexor driver [ 16.112608] ip_gre: GRE over IPv4 tunneling driver [ 16.125488] ip6_gre: GRE over IPv6 tunneling driver [ 16.168145] ksmbd: The ksmbd server is experimental, use at your own risk. [ 16.192621] NFS: Registering the id_resolver key type [ 16.197827] Key type id_resolver registered [ 16.202000] Key type id_legacy registered [ 16.271738] GACT probability on [ 16.277041] Mirror/redirect action on [ 16.295833] u32 classifier [ 16.298708] input device check on [ 16.302427] Actions configured [ 16.334487] ntfs3: Max link count 4000 [ 16.338342] ntfs3: Enabled Linux POSIX ACLs support [ 16.381760] {natcap}:natcap_init(): version: 8.0.0 [ 16.386590] {natcap}:natcap_init(): natcap_major=251, natcap_minor=0 [ 16.399664] {natcap}:natcap_peer_init(): natcap_peer_major=250, natcap_peer_minor=0 [ 16.416298] {natflow}:natflow_init(): natflow_major=249, natflow_minor=0 [ 16.423796] {natflow}:natflow_zone_init(): natflow_zone_major=248, natflow_zone_minor=0 [ 16.432787] {natflow}:natflow_user_init(): natflow_user_major=247, natflow_user_minor=0 [ 16.441763] {natflow}:userinfo_init(): userinfo_major=246, userinfo_minor=0 [ 16.449599] {natflow}:userinfo_event_init(): userinfo_event_major=245, userinfo_event_minor=0 [ 16.459108] {natflow}:qos_init(): qos_major=244, qos_minor=0 [ 16.466272] {natflow}:conntrackinfo_init(): conntrackinfo_major=243, conntrackinfo_minor=0 [ 16.475840] {natflow}:natflow_urllogger_init(): urllogger_major=242, urllogger_minor=0 [ 16.504850] Bridge firewalling registered [ 16.512431] usbcore: registered new interface driver cdc_wdm [ 16.522095] Loading modules backported from Linux version v6.1.24-0-g0102425ac76b [ 16.529761] Backport generated by backports.git v5.15.92-1-44-gd6ea70fafd36 [ 16.544506] usbcore: registered new interface driver ipheth [ 16.766969] usbcore: registered new interface driver r8152 [ 16.785055] usbcore: registered new interface driver ums-alauda [ 16.793613] usbcore: registered new interface driver ums-cypress [ 16.803121] usbcore: registered new interface driver ums-datafab [ 16.812616] usbcore: registered new interface driver ums-freecom [ 16.821681] usbcore: registered new interface driver ums-isd200 [ 16.831464] usbcore: registered new interface driver ums-jumpshot [ 16.840701] usbcore: registered new interface driver ums-karma [ 16.851104] usbcore: registered new interface driver ums-sddr09 [ 16.859910] usbcore: registered new interface driver ums-sddr55 [ 16.869892] usbcore: registered new interface driver ums-usbat [ 16.879823] usbcore: registered new interface driver usblp [ 16.901138] usbcore: registered new interface driver usbserial_generic [ 16.907980] usbserial: USB Serial support registered for generic [ 16.964165] xt_time: kernel timezone is -0000 [ 16.972435] usbcore: registered new interface driver cdc_ether [ 16.984092] usbcore: registered new interface driver cdc_ncm [ 17.026956] usbcore: registered new interface driver huawei_cdc_ncm [ 17.214412] pci 0000:00:01.0: enabling device (0000 -> 0003) [ 17.220208] mt7603e 0000:02:00.0: enabling device (0000 -> 0002) [ 17.226396] mt7603e 0000:02:00.0: ASIC revision: 76030010 [ 18.314312] mt7603e 0000:02:00.0: Firmware Version: CL173766_R [ 18.320236] mt7603e 0000:02:00.0: Build Time: 20171110105932 [ 18.346768] mt7603e 0000:02:00.0: firmware init done [ 18.530842] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 18.550586] pci 0000:00:00.0: enabling device (0000 -> 0003) [ 18.556291] mt76x2e 0000:01:00.0: enabling device (0000 -> 0002) [ 18.562539] mt76x2e 0000:01:00.0: ASIC revision: 76120044 [ 19.309300] mt76x2e 0000:01:00.0: ROM patch build: 20141115060606a [ 19.319927] mt76x2e 0000:01:00.0: Firmware Version: 0.0.00 [ 19.325441] mt76x2e 0000:01:00.0: Build: 1 [ 19.329617] mt76x2e 0000:01:00.0: Build Time: 201607111443____ [ 19.356754] mt76x2e 0000:01:00.0: Firmware running! [ 19.363707] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' [ 19.378895] PPP generic driver version 2.4.2 [ 19.385431] PPP MPPE Compression module registered [ 19.392247] NET: Registered PF_PPPOX protocol family [ 19.399405] PPTP driver version 0.8.5 [ 19.407114] usbcore: registered new interface driver qmi_wwan [ 19.416115] usbcore: registered new interface driver rndis_host [ 19.425068] usbcore: registered new interface driver sierra [ 19.431019] usbserial: USB Serial support registered for Sierra USB modem [ 19.440610] usbcore: registered new interface driver sierra_net [ 19.455559] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 19.463488] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld Jason@zx2c4.com. All Rights Reserved. [ 19.546371] cdc_mbim 2-1:1.8: setting rx_max = 16384 [ 19.552210] cdc_mbim 2-1:1.8: cdc-wdm0: USB WDM device [ 19.558959] cdc_mbim 2-1:1.8 wwan0: register 'cdc_mbim' at usb-1e1c0000.xhci-1, CDC MBIM, 7a:ab:49:84:6e:c7 [ 19.569255] usbcore: registered new interface driver cdc_mbim [ 19.578300] usbcore: registered new interface driver option [ 19.584173] usbserial: USB Serial support registered for GSM modem (1-port) [ 19.591764] option 2-1:1.0: GSM modem (1-port) converter detected [ 19.598684] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB0 [ 19.606215] option 2-1:1.1: GSM modem (1-port) converter detected [ 19.613331] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB1 [ 19.620900] option 2-1:1.2: GSM modem (1-port) converter detected [ 19.627921] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB2 [ 19.635404] option 2-1:1.3: GSM modem (1-port) converter detected [ 19.642255] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB3 [ 19.656025] usbcore: registered new interface driver qcserial [ 19.662099] usbserial: USB Serial support registered for Qualcomm USB modem [ 19.670087] kmodloader: done loading kernel modules from /etc/modules.d/ [ 22.281119] /dev/sda1: Can't open blockdev [ 22.287484] /dev/sda1: Can't open blockdev [ 22.305455] /dev/sda1: Can't open blockdev [ 33.925840] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=SQM_IFB_ab6eb [ 34.123233] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=SQM_IFB_5499a [ 34.328009] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=SQM_IFB_aa9e3 [ 34.560587] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=SQM_IFB_ae04f [ 34.686817] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=SQM_IFB_6f90c [ 36.709343] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode [ 36.717536] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=eth0(tso=1,1,hw_csum=1,1), add ingress hook [ 36.728507] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 36.737105] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 36.746084] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=eth0.1(tso=1,1,hw_csum=1,1), add ingress hook [ 36.758366] br-lan: port 1(eth0.1) entered blocking state [ 36.763838] br-lan: port 1(eth0.1) entered disabled state [ 36.770016] device eth0.1 entered promiscuous mode [ 36.774903] device eth0 entered promiscuous mode [ 36.786367] br-lan: port 1(eth0.1) entered blocking state [ 36.791992] br-lan: port 1(eth0.1) entered forwarding state [ 36.838519] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=eth0.2(tso=1,1,hw_csum=1,1), add ingress hook [ 37.728998] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 37.843483] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=wlan1 [ 37.936324] {natflow}:natflow_netdev_event(): catch NETDEV_UNREGISTER event for dev=wlan0 [ 40.807977] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=phy1-ap0(tso=0,0,hw_csum=0,0), add ingress hook [ 40.831916] br-lan: port 2(phy1-ap0) entered blocking state [ 40.837684] br-lan: port 2(phy1-ap0) entered disabled state [ 40.844015] device phy1-ap0 entered promiscuous mode [ 42.812582] warning: (zone_netdev_event:347)dev=phy0-ap0 set zone=127 type=0 [ 42.819843] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=phy0-ap0(tso=0,0,hw_csum=0,0), add ingress hook [ 42.846483] br-lan: port 3(phy0-ap0) entered blocking state [ 42.852306] br-lan: port 3(phy0-ap0) entered disabled state [ 42.858796] device phy0-ap0 entered promiscuous mode [ 52.527018] mt753x 1e110000.gsw: Port 3 Link is Up - 1Gbps/Full [ 52.985987] IPv6: ADDRCONF(NETDEV_CHANGE): phy1-ap0: link becomes ready [ 52.992991] br-lan: port 2(phy1-ap0) entered blocking state [ 52.998620] br-lan: port 2(phy1-ap0) entered forwarding state [ 54.980132] IPv6: ADDRCONF(NETDEV_CHANGE): phy0-ap0: link becomes ready [ 54.987161] br-lan: port 3(phy0-ap0) entered blocking state [ 54.992757] br-lan: port 3(phy0-ap0) entered forwarding state [ 136.197916] ksmbd: The ksmbd server is experimental, use at your own risk. [ 185.638587] 8021q: adding VLAN 0 to HW filter on device wwan0 [ 185.644832] warning: (zone_netdev_event:347)dev=wwan0 set zone=127 type=0 [ 185.651643] {natflow}:natflow_netdev_event(): catch NETDEV_UP event for dev=wwan0(tso=0,0,hw_csum=0,0), add ingress hook [ 192.466603] ksmbd: The ksmbd server is experimental, use at your own risk. [ 274.899565] mt753x 1e110000.gsw: Port 3 Link is Down [ 279.959682] mt753x 1e110000.gsw: Port 3 Link is Up - 1Gbps/Full [ 295.294572] mt753x 1e110000.gsw: Port 3 Link is Down [ 320.106092] mt753x 1e110000.gsw: Port 3 Link is Up - 1Gbps/Full

speedtest x-wrt+rm502Q