磊科 NR256 绕开主板固件校验保护刷openwrt
本帖最后由 avin4 于 2021-12-21 21:42 编辑之前在另一个帖子发了折腾磊科NR256路由的经过:
磊科N256 无法刷第三方固件,bootloader有写保护??
有多位大佬提醒多半是板子有固件校验,但是我还不死心,继续折腾了几天,终于算是某种程度上绕开了这个该死的紧箍咒。
一开始刷了配置类似的华硕 N-13U B1 的dd-wrt固件,同样一启动就不停重启,接着又刷N-13U B1 op的20.12,结果一模一样。然后我想是不是版本新了点?于是找了19.07的固件,刷进去,嘿!启动了!ssh进去一看感觉不对,怎么没overlay分区?!再一看原来忙中出错,刷成initramfs-kernel,也就是载入到内存的版本了。遂再找sysupgrade刷入,又开始反复重启了!邪门!!
静下心来一想,这不就是绕开固件校验的法子么??于是套上自己做的缝合怪dts,闪存布局选精简,刷入initramfs-kernel的op固件,其实布局选哪个都无所谓,反正8M闪存上除了breed和固件就没其他东西了。
成果截图:
选择的19.07版官方源码编译,因为不知道为什么,21.02的编译出来刷进去虽然不重启,但是不分配IP!手动指定也无效,原因未知。反正这个路由是没无线的版本,没必要追新,19.07足矣。
和我之前折腾水星D21G的目标一样,也是给路由添加IPV6支持,因为没必要编译无线和USB内核驱动,顺便还加入了wire guard微批恩方便外网远程管理。
19.07版还有switch交换机,整VLAN很方便,新源码换成DSA架构,没交换机了,现在都还没吃透VLAN配置。然后编译时没改network部分的配置,LAN3变成了WAN,WAN1 WAN2依次为 LAN1 LAN2,还多了一个LAN 5口子出来,忽略即可……
Htop进程,可以看到剩余内存还是蛮多的,纯有线路由就这样了。
现在再看这板子,估计是哪里另外弄了个芯片硬校验。这样就造成一开始刷breed正常,一旦用breed刷了固件,breed会在启动后把系统权限交给固件,硬校验会抢在固件之前检测,如果固件里没有磊科的加密码就打回重启……
罢了,反正也算是绕过了校验刷入了能用的op,折腾完毕,也不枉费我专门买了SOP 16的夹子……
随附编译出来的固件,只有initramfs-kernel的版本,因为只有这种载入到内存,不写入的固件才能正常启动。有人问这重启配置不都没了?是啊,不过编译时可以用files带入配置,所以虽然麻烦点,用还是能用的。接下来准备放到父母家做主路由,那边宽带是电信的小儿子,只有100M下载加IPTV,再来个便宜的三剑客路由做AP,给老人用刚好。我还可以顺便用wireguard远程整点挂机什么的……
默认IP 192.168.56.1,CPU和其他LED都定义了,不过WAN口检测网速的黄灯都测了一遍还是没找到是哪个GPIO,不整了。其他部分简单跑了几小时没问题……
查一下MTD分区或者TTL输出对不对,我在怀疑是不是你的BREED不是第一启动,有没有可能是第一引导是官方的,之后是BREED,再然后才是固件,所以导致BREED能运行而固件因为有校验运行不了??? 楼主太厉害了,非常好。学习了。 邪恶海盗 发表于 2021-12-22 08:27
查一下MTD分区或者TTL输出对不对,我在怀疑是不是你的BREED不是第一启动,有没有可能是第一引导是官方的,之后 ...
板子有个四孔区域,我也接了线但是不跑码,怀疑真正的TTL在其他地方,应该是上图右上JP1那里,具体是哪根线就不知道了……
刷官方NR266编程器固件只能不保留breed刷入,进去有个telnet,分区是
mtd0: 00800000 00010000 "ALL"
mtd1: 00030000 00010000 "Bootloader"
mtd2: 00010000 00010000 "Config"
mtd3: 00180000 00010000 "Factory"
mtd4: 0010b33b 00010000 "Kernel"
mtd5: 00534cc5 00010000 "RootFS"
mtd6: 00640000 00010000 "Kernel_RootFS"
看不出什么问题。 op的系统log一开始读秒就是0.00,如果真的是另外有bootloader的bootloader也没法子了{:6_291:}
Tue Dec 21 20:26:55 2021 kern.notice kernel: [ 0.000000] Linux version 4.14.241 (avin@debian) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 r11364-ef56c85848)) #0 Thu Jul 29 19:50:28 2021
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] SoC Type: Ralink RT3052 id:1 rev:3
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] bootconsole enabled
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] CPU0 revision is: 0001964c (MIPS 24KEc)
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] MIPS: machine is Netcore NR256
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] Determined physical RAM map:
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000]memory: 04000000 @ 00000000 (usable)
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] Initrd not found or empty - disabling initrd
Tue Dec 21 20:26:55 2021 kern.warn kernel: [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
Tue Dec 21 20:26:55 2021 kern.warn kernel: [ 0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 bytes
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] Zone ranges:
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] Normal
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] Movable zone start for each node
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] Early memory node ranges
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] node 0:
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] Initmem setup node 0
Tue Dec 21 20:26:55 2021 kern.debug kernel: [ 0.000000] On node 0 totalpages: 16384
Tue Dec 21 20:26:55 2021 kern.debug kernel: [ 0.000000] free_area_init_node: node 0, pgdat 803b3b70, node_mem_map 81000040
Tue Dec 21 20:26:55 2021 kern.debug kernel: [ 0.000000] Normal zone: 128 pages used for memmap
Tue Dec 21 20:26:55 2021 kern.debug kernel: [ 0.000000] Normal zone: 0 pages reserved
Tue Dec 21 20:26:55 2021 kern.debug kernel: [ 0.000000] Normal zone: 16384 pages, LIFO batch:3
Tue Dec 21 20:26:55 2021 kern.notice kernel: [ 0.000000] random: get_random_bytes called from 0x803b56ec with crng_init=0
Tue Dec 21 20:26:55 2021 kern.debug kernel: [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
Tue Dec 21 20:26:55 2021 kern.debug kernel: [ 0.000000] pcpu-alloc: 0
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] Built 1 zonelists, mobility grouping on.Total pages: 16256
Tue Dec 21 20:26:55 2021 kern.notice kernel: [ 0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] Writing ErrCtl register=00000000
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] Readback ErrCtl register=00000000
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] Memory: 55216K/65536K available (3197K kernel code, 168K rwdata, 420K rodata, 5676K init, 192K bss, 10320K reserved, 0K cma-reserved)
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] NR_IRQS: 256
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] CPU Clock: 384MHz
Tue Dec 21 20:26:55 2021 kern.crit kernel: [ 0.000000] timer_probe: no matching timers found
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9954481493 ns
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.000014] sched_clock: 32 bits at 192MHz, resolution 5ns, wraps every 11184811005ns
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.015831] Calibrating delay loop... 255.59 BogoMIPS (lpj=1277952)
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.108339] pid_max: default: 32768 minimum: 301
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.117934] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.131147] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.152227] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.171934] futex hash table entries: 256 (order: -1, 3072 bytes)
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.184265] pinctrl core: initialized pinctrl subsystem
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.195504] NET: Registered protocol family 16
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.240110] rt2880_gpio 10000600.gpio: registering 24 gpios
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.251308] rt2880_gpio 10000600.gpio: registering 24 irq handlers
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.270573] clocksource: Switched to clocksource MIPS
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.282345] NET: Registered protocol family 2
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.291332] IP idents hash table entries: 2048 (order: 2, 16384 bytes)
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.305411] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.319385] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.332095] TCP: Hash tables configured (established 1024 bind 1024)
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.345082] UDP hash table entries: 256 (order: 0, 4096 bytes)
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.356783] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 0.369691] NET: Registered protocol family 1
Tue Dec 21 20:26:55 2021 kern.notice kernel: [ 2.630589] random: fast init done
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.487135] rt-timer 10000100.timer: maximum frequency is 3906Hz
Tue Dec 21 20:26:55 2021 kern.warn kernel: [ 12.500420] Crashlog allocated RAM at address 0x3f00000
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.514157] workingset: timestamp_bits=30 max_order=14 bucket_order=0
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.535827] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.547488] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.689544] io scheduler noop registered
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.697353] io scheduler deadline registered (default)
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.708380] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.722657] console disabled
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.729754] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 20, base_baud = 8000000) is a Palmchip BK-3103
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.749743] console enabled
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.763652] bootconsole disabled
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.782168] libphy: Fixed MDIO Bus: probed
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.793926] rt3050-esw 10110000.esw: link changed 0x10
Tue Dec 21 20:26:55 2021 kern.err kernel: [ 12.812726] mtk_soc_eth 10100000.ethernet: generated random MAC address 9e:8f:c3:ce:ff:80
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.830226] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at 0xb0100000, irq 5
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.847710] rt2880_wdt 10000120.watchdog: Initialized
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.859995] NET: Registered protocol family 10
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.876038] Segment Routing with IPv6
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.883673] NET: Registered protocol family 17
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.892788] 8021q: 802.1Q VLAN Support v1.8
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 12.945468] Freeing unused kernel memory: 5676K
Tue Dec 21 20:26:55 2021 kern.warn kernel: [ 12.954646] This architecture does not have kernel memory protection.
Tue Dec 21 20:26:55 2021 user.info kernel: [ 12.988119] init: Console is alive
Tue Dec 21 20:26:55 2021 user.info kernel: [ 12.995513] init: - watchdog -
Tue Dec 21 20:26:55 2021 user.info kernel: [ 13.036961] kmodloader: loading kernel modules from /etc/modules-boot.d/*
Tue Dec 21 20:26:55 2021 kern.notice kernel: [ 13.063552] SCSI subsystem initialized
Tue Dec 21 20:26:55 2021 user.info kernel: [ 13.084958] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
Tue Dec 21 20:26:55 2021 user.info kernel: [ 13.110327] init: - preinit -
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 13.471672] 8021q: adding VLAN 0 to HW filter on device eth0
Tue Dec 21 20:26:55 2021 kern.notice kernel: [ 13.504812] random: procd: uninitialized urandom read (4 bytes read)
Tue Dec 21 20:26:55 2021 user.info kernel: [ 16.721625] procd: - early -
Tue Dec 21 20:26:55 2021 user.info kernel: [ 16.727647] procd: - watchdog -
Tue Dec 21 20:26:55 2021 user.info kernel: [ 17.288653] procd: - watchdog -
Tue Dec 21 20:26:55 2021 user.info kernel: [ 17.295834] procd: - ubus -
Tue Dec 21 20:26:55 2021 kern.notice kernel: [ 17.312025] random: ubusd: uninitialized urandom read (4 bytes read)
Tue Dec 21 20:26:55 2021 kern.notice kernel: [ 17.351999] random: ubusd: uninitialized urandom read (4 bytes read)
Tue Dec 21 20:26:55 2021 kern.notice kernel: [ 17.365700] random: ubusd: uninitialized urandom read (4 bytes read)
Tue Dec 21 20:26:55 2021 user.info kernel: [ 17.381238] procd: - init -
Tue Dec 21 20:26:55 2021 user.info kernel: [ 18.110924] kmodloader: loading kernel modules from /etc/modules.d/*
Tue Dec 21 20:26:55 2021 kern.notice kernel: [ 18.132737] Key type dns_resolver registered
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 18.191188] RPC: Registered named UNIX socket transport module.
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 18.203207] RPC: Registered udp transport module.
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 18.212725] RPC: Registered tcp transport module.
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 18.222233] RPC: Registered tcp NFSv4.1 backchannel transport module.
Tue Dec 21 20:26:55 2021 kern.notice kernel: [ 18.338132] NFS: Registering the id_resolver key type
Tue Dec 21 20:26:55 2021 kern.notice kernel: [ 18.348436] Key type id_resolver registered
Tue Dec 21 20:26:55 2021 kern.notice kernel: [ 18.356932] Key type id_legacy registered
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 18.417618] ip6_tables: (C) 2000-2006 Netfilter Core Team
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 18.485797] hidraw: raw HID events driver (C) Jiri Kosina
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 18.529566] ip_tables: (C) 2000-2006 Netfilter Core Team
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 18.573756] nf_conntrack version 0.5.0 (1024 buckets, 4096 max)
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 18.716880] Netfilter messages via NETLINK v0.30.
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 18.759529] wireguard: WireGuard 1.0.20200611 loaded. See www.wireguard.com for information.
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 18.776641] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 18.881583] xt_time: kernel timezone is -0000
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 18.923988] ctnetlink v0.93: registering with nfnetlink.
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 18.944341] PPP generic driver version 2.4.2
Tue Dec 21 20:26:55 2021 kern.info kernel: [ 18.971897] NET: Registered protocol family 24
Tue Dec 21 20:26:55 2021 user.info kernel: [ 19.003499] kmodloader: done loading kernel modules from /etc/modules.d/*
Tue Dec 21 20:26:55 2021 user.info kernel: [ 19.057274] urngd: v1.0.2 started.
Tue Dec 21 20:26:55 2021 kern.notice kernel: [ 19.373632] random: crng init done
Tue Dec 21 20:26:55 2021 kern.notice kernel: [ 19.380491] random: 6 urandom warning(s) missed due to ratelimiting
Tue Dec 21 20:26:57 2021 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Tue Dec 21 20:26:57 2021 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Tue Dec 21 20:26:57 2021 daemon.info dnsmasq: started, version 2.80 cachesize 150
Tue Dec 21 20:26:57 2021 daemon.info dnsmasq: DNS service limited to local subnets
Tue Dec 21 20:26:57 2021 daemon.info dnsmasq: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-nettlehash no-DNSSEC no-ID loop-detect inotify dumpfile
Tue Dec 21 20:26:57 2021 daemon.info dnsmasq: using local addresses only for domain test
Tue Dec 21 20:26:57 2021 daemon.info dnsmasq: using local addresses only for domain onion
Tue Dec 21 20:26:57 2021 daemon.info dnsmasq: using local addresses only for domain localhost
Tue Dec 21 20:26:57 2021 daemon.info dnsmasq: using local addresses only for domain local
Tue Dec 21 20:26:57 2021 daemon.info dnsmasq: using local addresses only for domain invalid
Tue Dec 21 20:26:57 2021 daemon.info dnsmasq: using local addresses only for domain bind
Tue Dec 21 20:26:57 2021 daemon.info dnsmasq: using nameserver 127.0.0.1#5053
Tue Dec 21 20:26:57 2021 daemon.info dnsmasq: using nameserver 127.0.0.1#5054
Tue Dec 21 20:26:57 2021 daemon.info dnsmasq: using local addresses only for domain lan
Tue Dec 21 20:26:57 2021 daemon.info dnsmasq: read /etc/hosts - 4 addresses
Tue Dec 21 20:26:57 2021 daemon.info dnsmasq: read /tmp/hosts/dhcp.cfg01411c - 0 addresses
Tue Dec 21 20:26:58 2021 authpriv.info dropbear: Not backgrounding
Tue Dec 21 20:26:59 2021 user.notice : Added device handler type: 8021ad
Tue Dec 21 20:26:59 2021 user.notice : Added device handler type: 8021q
Tue Dec 21 20:26:59 2021 user.notice : Added device handler type: macvlan
Tue Dec 21 20:26:59 2021 user.notice : Added device handler type: veth
Tue Dec 21 20:26:59 2021 user.notice : Added device handler type: bridge
Tue Dec 21 20:26:59 2021 user.notice : Added device handler type: Network device
Tue Dec 21 20:26:59 2021 user.notice : Added device handler type: tunnel
Tue Dec 21 20:27:01 2021 cron.info crond: crond (busybox 1.30.1) started, log level 5
Tue Dec 21 20:27:01 2021 cron.err crond: user root: parse error at 28
Tue Dec 21 20:27:03 2021 kern.info kernel: [ 31.837242] 8021q: adding VLAN 0 to HW filter on device eth0
Tue Dec 21 20:27:03 2021 kern.info kernel: [ 31.901000] device eth0 entered promiscuous mode
Tue Dec 21 20:27:03 2021 kern.info kernel: [ 31.927692] br-lan: port 1(eth0.1) entered blocking state
Tue Dec 21 20:27:03 2021 kern.info kernel: [ 31.938686] br-lan: port 1(eth0.1) entered disabled state
Tue Dec 21 20:27:03 2021 kern.info kernel: [ 31.950151] device eth0.1 entered promiscuous mode
Tue Dec 21 20:27:03 2021 kern.info kernel: [ 32.070766] br-lan: port 1(eth0.1) entered blocking state
Tue Dec 21 20:27:03 2021 kern.info kernel: [ 32.081713] br-lan: port 1(eth0.1) entered forwarding state
Tue Dec 21 20:27:03 2021 kern.info kernel: [ 32.093337] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
Tue Dec 21 20:27:03 2021 daemon.notice netifd: Interface 'lan' is enabled
Tue Dec 21 20:27:03 2021 daemon.notice netifd: Interface 'lan' is setting up now
Tue Dec 21 20:27:03 2021 daemon.notice netifd: Interface 'lan' is now up
Tue Dec 21 20:27:03 2021 daemon.notice netifd: Interface 'loopback' is enabled
Tue Dec 21 20:27:03 2021 daemon.notice netifd: Interface 'loopback' is setting up now
Tue Dec 21 20:27:03 2021 daemon.notice netifd: Interface 'loopback' is now up
Tue Dec 21 20:27:03 2021 daemon.notice netifd: Interface 'wan' is enabled
Tue Dec 21 20:27:03 2021 daemon.notice netifd: Interface 'wan6' is enabled
Tue Dec 21 20:27:03 2021 daemon.notice netifd: bridge 'br-lan' link is up
Tue Dec 21 20:27:03 2021 daemon.notice netifd: Interface 'lan' has link connectivity
Tue Dec 21 20:27:03 2021 daemon.notice netifd: Network device 'eth0' link is up
Tue Dec 21 20:27:03 2021 daemon.notice netifd: VLAN 'eth0.1' link is up
Tue Dec 21 20:27:03 2021 daemon.notice netifd: Network device 'lo' link is up
Tue Dec 21 20:27:03 2021 daemon.notice netifd: Interface 'loopback' has link connectivity
Tue Dec 21 20:27:03 2021 daemon.notice netifd: VLAN 'eth0.2' link is up
Tue Dec 21 20:27:03 2021 daemon.notice netifd: Interface 'wan' has link connectivity
Tue Dec 21 20:27:03 2021 daemon.notice netifd: Interface 'wan' is setting up now
Tue Dec 21 20:27:03 2021 daemon.notice netifd: Interface 'wan6' has link connectivity
Tue Dec 21 20:27:03 2021 daemon.notice netifd: Interface 'wan6' is setting up now
Tue Dec 21 20:27:04 2021 kern.info kernel: [ 32.861439] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Tue Dec 21 20:27:04 2021 daemon.notice netifd: wan (1020): udhcpc: started, v1.30.1
Tue Dec 21 20:27:04 2021 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Tue Dec 21 20:27:04 2021 daemon.err odhcpd: Failed to send to ff02::1%lan@br-lan (Address not available)
Tue Dec 21 20:27:04 2021 daemon.err odhcp6c: Failed to send RS (Address not available)
Tue Dec 21 20:27:05 2021 daemon.notice netifd: wan (1020): udhcpc: sending discover
Tue Dec 21 20:27:05 2021 daemon.notice netifd: wan (1020): udhcpc: sending select for 192.168.88.100
Tue Dec 21 20:27:05 2021 daemon.notice netifd: wan (1020): udhcpc: lease of 192.168.88.100 obtained, lease time 43200
Tue Dec 21 20:27:05 2021 daemon.err odhcp6c: Failed to send DHCPV6 message to ff02::1:2 (Address not available)
Tue Dec 21 20:27:06 2021 daemon.notice netifd: Interface 'wan' is now up
Tue Dec 21 20:27:08 2021 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/dhcp
Tue Dec 21 20:27:08 2021 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/radvd
Tue Dec 21 20:27:08 2021 user.notice ucitrack: Setting up /etc/config/wireless reload dependency on /etc/config/network
Tue Dec 21 20:27:08 2021 user.notice nlbwmon: Reloading nlbwmon due to ifup of lan (br-lan)
Tue Dec 21 20:27:09 2021 daemon.notice netifd: Interface 'wan6' is now up
Tue Dec 21 20:27:09 2021 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/luci-splash
Tue Dec 21 20:27:09 2021 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/qos
Tue Dec 21 20:27:09 2021 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/miniupnpd
Tue Dec 21 20:27:10 2021 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/odhcpd
Tue Dec 21 20:27:10 2021 user.notice ucitrack: Setting up non-init /etc/config/fstab reload handler: /sbin/block mount
Tue Dec 21 20:27:10 2021 user.notice ucitrack: Setting up /etc/config/system reload trigger for non-procd /etc/init.d/led
Tue Dec 21 20:27:11 2021 user.notice ucitrack: Setting up /etc/config/system reload dependency on /etc/config/luci_statistics
Tue Dec 21 20:27:11 2021 user.notice ucitrack: Setting up /etc/config/system reload dependency on /etc/config/dhcp
Tue Dec 21 20:27:11 2021 user.notice nlbwmon: Reloading nlbwmon due to ifup of loopback (lo)
Tue Dec 21 20:27:12 2021 daemon.info dnsmasq: exiting on receipt of SIGTERM
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq: started, version 2.80 cachesize 150
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq: DNS service limited to local subnets
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-nettlehash no-DNSSEC no-ID loop-detect inotify dumpfile
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq-dhcp: DHCP, IP range 192.168.56.100 -- 192.168.56.249, lease time 12h
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq: using local addresses only for domain test
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq: using local addresses only for domain onion
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq: using local addresses only for domain localhost
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq: using local addresses only for domain local
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq: using local addresses only for domain invalid
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq: using local addresses only for domain bind
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq: using nameserver 127.0.0.1#5053
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq: using nameserver 127.0.0.1#5054
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq: using local addresses only for domain lan
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq: read /etc/hosts - 4 addresses
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq: read /tmp/hosts/dhcp.cfg01411c - 1 addresses
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq-dhcp: read /etc/ethers - 0 addresses
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq: read /etc/hosts - 4 addresses
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq: read /tmp/hosts/dhcp.cfg01411c - 1 addresses
Tue Dec 21 20:27:13 2021 daemon.info dnsmasq-dhcp: read /etc/ethers - 0 addresses
Tue Dec 21 20:27:13 2021 user.info vlmcsd: Read ini file /etc/vlmcsd.ini
Tue Dec 21 20:27:13 2021 user.info vlmcsd: Read KMS data file version 2.0 /etc/vlmcsd.kmd
Tue Dec 21 20:27:13 2021 user.info vlmcsd: Listening on 0.0.0.0:1688
Tue Dec 21 20:27:13 2021 user.info vlmcsd: Listening on [::]:1688
Tue Dec 21 20:27:13 2021 daemon.notice procd: /etc/rc.d/S90vlmcsd: KMS Server has started.
Tue Dec 21 20:27:13 2021 user.info vlmcsd: vlmcsd private build started successfully
Tue Dec 21 20:27:13 2021 user.notice firewall: Reloading firewall due to ifup of wan (eth0.2)
Tue Dec 21 20:27:18 2021 user.notice nlbwmon: Reloading nlbwmon due to ifup of wan (eth0.2)
Tue Dec 21 20:27:18 2021 daemon.info procd: - init complete -
avin4 发表于 2021-12-22 11:29
板子有个四孔区域,我也接了线但是不跑码,怀疑真正的TTL在其他地方,应该是上图右上JP1那里,具体是哪根 ...
这分区地址不对,应该是你没抄对,另外要刷好BREED和OP之后的分区地址 邪恶海盗 发表于 2021-12-22 14:15
这分区地址不对,应该是你没抄对,另外要刷好BREED和OP之后的分区地址
这数据我是直接从官方telnet进去copy的,没错
当然这是官方bootloader+官方ROM,刷了breed是进不了除了intramfs之外的任何系统的
估计确实如你所说,还有个背后隐藏的超级bootloader在看着我呢{:5_246:}
无所谓啦,反正现在能用了 磊科的QOS好用。 jizhan 发表于 2021-12-22 20:56
磊科的QOS好用。
时过境迁,现在需要的是ipv6和外网安全管理路由
页:
[1]