作者: 张无忌 時間: 2025-4-6 18:13 標題: GL.iNet with OpenWrt* on GL-MT6000 et al.
本帖最後由 张无忌 於 2026-2-26 15:42 編輯
GL-MT6000 Wi-Fi 6 2.4GHz and 5GHz,NAND flash 8G, RAM 1G ;2.5G WAN port,2.5G WAN/LAN port,4LAN port, USB 3.0。这次是我在2010年以后首次买大陆路由器,主要受前面师兄 fakeman 鼓励,以前买 TL-WR1043ND v1.x, flash 8M,RAM 32M,USB 2.0,这次买 GL.iNet GL-MT6000(GL Admin),flash 8G(1024 x 8M),RAM 1G(32 x 32M),对 GL-MT6000(OpenWrt)加深认识。
GL-MT6000 是个非常好的产品,本身有 Admin Panel 和 GL-MT6000 OpenWrt。在 browser 输入http://192.168.8.1/#/login,进入 GL.iNet Admin Panel,输入 login name and password就可以看到 GL-MT6000 的manual panel。 想进入 GL-MT6000 OpenWrt,就选择 System->Advanced Settings,再点击 192.168.8.1/cgi-bin/luci。
买回来 OS v4.6.6,然后 updated OS v4.7.0,没有 VPN(这个预到的,是因为我买的是大陆版),但是有 ZeroTier and Tailscale。
我把 GL-MT6000 的大陆版(CN)转成美国版(US)后,在英语或繁体版都出现 VPN,而简体版依然没有 VPN。在 OS v4.7.0 版,测试 WireGuard 功能,我输入 Windows WireGuard configure,就出现 error,估计 PresharedKey 有问题,把它 removed 后就OK。于是我把 OS 再 updated v4.7.4 后就 PresharedKey OK,但在 MT6000 OpenWrt 加 Wi-Fi 有问题,就改回 v4.6.6-op24 就好,Wi-Fi 加都没有,WireGuard 都没有问题。
作者: 张无忌 時間: 2025-4-6 18:13
本帖最後由 张无忌 於 2026-6-11 00:41 編輯
MediaTek: GL-MT6000, GL-MT5000, GL-MT3600BE, GL-MT3000, Cudy TR3000
Qualcomm: GL-BE6500, GL-BE3600
OpenWrt: GL-MT6000, GL-MT3600BE, GL-MT3000, Cudy TR3000
目录 OpenWrt on GL-MT6000 et al.
GL.iNet Admin Panel(21.02,23.05,24.10)
GL-MT6000(21.02,24.10),GL-MT5000(21.02),GL-MT3600BE(21.02),GL-MT3000(21.02,24.10),GL-BE6500(23.05),GL-BE3600(23.05)
GL.iNet with OpenWrt* Contents
GL.iNet
https://www.gl-inet.com/
https://www.gl-inet.cn/
################
### New Edition ###
################
GL.iNet 又进入 4.9.x 年代
A1. GL.iNet Admin Panel(21.02,23.05,24.10)
GL.iNet 大陆版 CN 转 US 便有 VPN
WireGuard client on GL.iNet
AdGuard Home on GL.iNet
Tailscale subnets and exit node on GL.iNet
A2. OpenWrt*(21.02,23.05,24.10)
CPU temperature
PuTTY
WinSCP
A3. OpenWrt* OP24(24.10)+ k9
A4. OpenWrt* OP24(24.10)+ ImmortalWrt
HomeProxy on OpenWrt
PassWall on OpenWrt
OpenClash on OpenWrt
Tailscale for everyone
Others
GL.iNet U-Boot
香港人在大陆长期居住,上网工具 WireGuard,v2rayN,PassWall 和 Tailscale
OpenWrt 25.12.0-rc to 25.12.0 using apk
阿里云 / 腾讯云 / 百度云 总连接
PassWall、OpenClash 和 HomeProxy 使用
悟空 wukongdaily 与 牧牛云
香港家用 GL.iNet WireGuard 可能需要改 port
GL.iNet WireGuard Obfuscation
OpenWrt on GL-MT6000 et al.
#################
Qualcomm and MediaTek
GL-BE6500/GL-BE3600/GL-MT6000/GL-MT3000 安装插件时注意事项
GL-iNet 系列路由器 一键iStoreOS风格化脚本
GL-MT6000 Admin Panel
GL.iNet GL-MT6000 淘宝有得卖
大陆版 CN 转到美国版 US 程序
除了GL-MT6000,其他CN | US改动可以利用"悟空"切一键换解锁
Tailscale on GL.iNet
Firmware Download Center overseas
Firmware Download Center 大陆
MikroTik routers CN to HK performance via WireGuard
Admin Panel and GL-MT6000 (OpenWrt)
我们怎样在GL.iNet Admin Panel + GL-MT6000和Official OpenWrt互换
GL.iNet GL-MT6000 4.7.7 HK-Gateway and CN-Gateway
香港与大陆使用GL-MT6000进度(一)
在大陆我上香港网与大陆网的感受(二)
大陆非公网 GL.iNet 路由器
Reboot 后,exit node 解决方法
GL.iNet GL-MT6000/GL-MT3000(Stable/Native OpenWrt 24/Vanilla OpenWrt)可以安装PassWall
Others 目录
目录 GL.iNet with OpenWrt* on GL-MT6000 et al.
作者: 张无忌 時間: 2025-4-6 18:14
本帖最後由 张无忌 於 2026-3-14 01:35 編輯
大陆版 CN 转到美国版 US 程序
GL-MT6000(21.02)
以下 codes 要用 stable version,不能用 native OpenWrt 24 version。
用 PuTTY 192.168.8.1 进入 GL-MT6000,login and password。
Check /dev/mmcblk0p2 里是不是 CN,如果是 CN,就继续
- root@GL-MT6000:~# hexdump -C -n 256 -s 128 /dev/mmcblk0p2
- 00000080 ff ff ff ff ff ff ff ff 43 4e ff ff ff ff ff ff |........CN......|
- 00000090 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
可以将 CN 转 US
- echo -n "US" | dd of=/dev/mmcblk0p2 bs=1 seek=136 conv=notrunc
Check /dev/mmcblk0p2 里是否 US,如果是 US,下一步
- root@GL-MT6000:~# hexdump -C -n 256 -s 128 /dev/mmcblk0p2
- 00000080 ff ff ff ff ff ff ff ff 55 53 ff ff ff ff ff ff |........US......|
- 00000090 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
Reboot
- sync
- reboot
看看是否有 VPN,如果有就 OK [1]。
CN 位置小知识:
1、C=43 位于 8 x 16 + 8 = 136
2、hexdump -C /dev/mmcblk0p2 | grep -n "CN"
Reference:
[1] VPN 结果
目录 GL.iNet with OpenWrt* on GL-MT6000 et al.
作者: chanman60 時間: 2025-4-6 23:08
DDR4 RAM 1G, storage eMMC 8G
作者: 张无忌 時間: 2025-4-6 23:39
本帖最後由 张无忌 於 2026-1-14 03:50 編輯
Others 目录
香港与大陆用MikroTik做HK-Gateway和CN-Gateway集中讨论POST
MikroTik routers CN to HK performance via WireGuard
GL-INET GL-MT6000 (Flint 2) 2x2.5G ports,將有 OpenWrt support fakeman
GL.iNet Wifi7 Flint3 BE9300 (第一隻WIFI7 openwrt?) wongja
香港与大陆网络的"自动分流"分别
只允许大陆居民收看大陆网站 和 香港居民收看大陆网站
用interface安装WireGuard一定要dnsmasq-full
大湾区居住网络
1992-2025互联网加密和大陆发展
MikroTik + IKEv2 + RSA/PSK authentication + iOS/macOS/Android/Windows
163/169/CMI 主幹出海夜晚高峰drop packet liutim1127
大陆三大网络电信、联通、移动
openwrt原生固件,无线mesh组网 zhangfen137
openwrt原生固件,手机漫游802.11kvr zhangfen137
X-RAY翻牆 chung3
阿里云 / 腾讯云 / 百度云
目录 GL.iNet with OpenWrt* on GL-MT6000
======================================
谢谢!已更正。
作者: fakeman 時間: 2025-4-7 15:00
而家已經有部份用家發現 GL 改咗嘢,有人係 MT3000 上改唔到區
不過 GL 果個唔係 official OpenWrt,flash 正式果個的話係唔需要改區,因為呢個只影響 GL firmware
作者: robotmaster 時間: 2025-4-7 15:25
本帖最後由 robotmaster 於 2025-4-7 08:53 編輯
回覆 6# fakeman
之前有師兄 寫過一個簡單教學, 可以透過 dd 和 hexdump 來審視 partition 的該段內容位址是否為 "CN" ; 利用此法, 先檢查 partition 內容是否跟期望的一樣, 然後再決定是否繼續改機的操作,這樣相對會較安全。
如果直上 vanilla 官方版的 OpenWRT, 則 GL 改區碼本身並非必要。
作者: chiaki1314 時間: 2025-4-7 17:51
呢部野好野黎
我仲keep 住
via HKEPC IRF 5.1.14 - iOS(5.1.1)
作者: fakeman 時間: 2025-4-8 10:07
回覆 fakeman
之前有師兄 寫過一個, 可以透過 dd 和 hexdump 來審視 partition 的該段內容位址是否為 "C ...
robotmaster 發表於 2025-4-7 15:25
我部大陸版 MT3000 直上官方 OpenWrt,咩都冇改,唔使煩
作者: 张无忌 時間: 2025-4-8 10:35
本帖最後由 张无忌 於 2026-2-18 11:16 編輯
回覆 9# fakeman
大陆 GL-TM3000 和 GL-MT6000 的 Admin Panel 都很好用,特别 AdGuard Home 和 ZeroTier。AdGuard Home 把很多广告都屏蔽掉,看 hk01.com 舒服多,以前 AdGuard Home 我看 hk01.com 几秒就不想看,看广告看到眼花。
ZeroTier 在大陆私网 IP 的穿透特别有用,在大陆和香港 PC 或手机都能 access 到。
如果把 CN 改到 US 就有 VPN(WireGuard 和 OpenVPN)。
大陆 CN 版的 Admin Panel:
[attach]2472902[/attach]
美国 US 版的 Admin Panel:(要把 CN 改成 US 才行)
[attach]2472903[/attach]
大陆版CN转到美国版US程序
作者: fakeman 時間: 2025-4-8 13:36
回覆 fakeman
大陆GL的TM3000和MT6000的Admin Panel都很好用,特别Adguard Home和ZeroTier。Adguard Hom ...
张无忌 發表於 2025-4-8 10:35
轉 official OpenWrt 想要乜都得,果 D packages 全部都係 OpenWrt repo 有嘅嘢
作者: 张无忌 時間: 2025-4-8 20:35
本帖最後由 张无忌 於 2025-8-16 23:37 編輯
Admin Panel and GL-MT6000 (OpenWrt)
在browser输入http://192.168.8.1/#/login,进入GL.iNet Admin Panel,输入login name and password就可以看到GL-MT6000 (OP)的panel。
一般我们先从Admin Panel入手,可以update/flash firmware(including GL-MT6000 firmware),Admin Panel没有backup整个configuration setup。在GL-MT6000里,可以做backup (Admin Panel)configuration,可以flash Admin Panel firmware,而default IP依然是192.168.8.1。
如果我们想用Clean OpenWrt,不要GL.iNet MT6000,我们在GL-MT6000里,用
OpenWrt的官网https://openwrt.org下载,default IP=192.168.1.1。
如果想回去GL.iNet GL-MT6000 Admin Panel,在192.168.1.1进入OpenWrt,在System->Backup/Flash Firmware,点击Flash new firmware image把GL-MT6000放进去,reboot就可以,IP变回192.168.8.1。
目录帖子GL.iNet and OpenWrt Contents
作者: 张无忌 時間: 2025-4-10 11:45
回覆 11# fakeman
以前的posts里,知道你对RouterOS有丰富经验,而对OpenWrt认识与实积经验,你在MT3000都全用OpenWrt,不用GL Admin Panel,也不用理会什么CN或US;对我来说是刚开始,以前在2010年用过TP-Link TL-WR1043ND V1.x(TL-1043),在安装过OpenWrt后就没有用过,在这15年内OpenWrt进步特别快,当中有很多packages。而我只有OpenWrt本身而已,没有什么packages,所以这次买入GL-MT6000作第二次OpenWrt起点,很多问题都需要你的指导。
作者: fakeman 時間: 2025-4-10 11:47
只係想講,GL firmware 有好多佢自己嘅嘢,但呢度有更加多嘅人係用 general 嘅 OpenWrt,拎返 d 通用 d 嘅先有機會有人去一齊研究,否則又係得你自己一個講
作者: 张无忌 時間: 2025-4-12 12:43
本帖最後由 张无忌 於 2025-4-17 06:35 編輯
回覆 14# fakeman
首先现在谢谢你的提点,集中全力在Official OpenWrt,在GL.iNet Admin Panel不要花太多时间在里面,因为EPC里面大部分都用OpenWrt比较多。
在我来说GL.iNet Admin Panel都有好处,在US版里用WireGuard,ZeroTier,AdGuard Home功能,是挺有用,特别是AdGuard Home删去很多广告,没有OpenWrt技能的members能用GL.iNet也不错。
说回OpenWrt,我会把GL.iNet Admin Panel怎样转换OpenWrt过程,让其他新手参考。
作者: 张无忌 時間: 2025-4-12 12:44
本帖最後由 张无忌 於 2025-8-16 23:38 編輯
我们怎样在GL.iNet Admin Panel + GL-MT6000和Official OpenWrt互换
一般GL.iNet Admin Panel + GL-MT6000,我们在192.168.8.1进入,而Official OpenWrt要在192.168.1.1进入。
GL.iNet GL-MT6000 firmware: https://dl.gl-inet.com/router/mt6000/stable
Offical OpenWrt firmware: https://firmware-selector.openwr ... id=glinet_gl-mt6000
"GL-MT6000"换"Official OpenWrt"
我们在192.168.8.1进入GL-iNet Admin Panel,在"SYSTEM"->"Adanced Settings",Click "Go to Luci"。
进入GL-MT6000,Login and Password,出现"GL-MT6000",里面有GL改动过,我们要flash新的Official OpenWrt firmware。在"System"->"Backup / Flash Firmware",再选"Flash Image",我现在选"openwrt-24.10.0-mediatek-filogic-glinet_gl-mt6000-squashfs-sysupgrade.bin",把"Keep settings and retain the current configuration"勾去掉。登大约1分钟就会进入"Authorization Required",不用password,click "Log in"就进入Official OpenWrt(在browser address:http://openwrt.lan/cgi-bin/luci/,其实IP address已经改变192.168.1.1)
在192.168.1.1时,要回到GL.iNet Admin Panel,我们要flash GL.iNet firmware,我这次用"openwrt-mt6000-4.7.4-0328-1743128642.bin",要用192.168.8.1进入GL.iNet Admin Panel。
当然在GL.iNet Admin Panel,"SYSTEM"->"Update",Click "Firmware Local Update"也可以。
目录帖子GL.iNet and OpenWrt Contents
作者: 张无忌 時間: 2025-4-13 11:24
请问你的GL-MT6000是否用Official OpenWrt,还是用GL.iNet Admin panel?
作者: 张无忌 時間: 2025-4-14 13:49
本帖最後由 张无忌 於 2025-8-18 00:25 編輯
大陆安装WireGuard using LuCI于OpenWrt 24.10.0
我们利用Windows WireGuard client configuration安装OpenWrt WireGuard。
Table 1: Windowns WireGuard client configuration
- [Interface]
- PrivateKey = +FQ4fluMNSIBcnHSU/cxefZacsLzweKCwbGLfQR4XFU=
- Address = 10.1.99.2/32
- DNS = 1.1.1.1, 8.8.8.8
- [Peer]
- PublicKey = iKcWldIXIGx17xvWFZNeGIxC2RvihykAmg8soF2mJXo=
- PresharedKey = mIxePF2TZ8GJWa0nY/ZWqsYHoC5vXqrG5OkDw9eRpUM=
- AllowedIPs = 0.0.0.0/0
- Endpoint = abc.wxy.com:28303
- PersistentKeepalive = 25
1、 先备份OpenWrt configuration,然后reset OpenWrt。
2、 新安装OpenWrt的密码:
- 打开192.168.1.1,打开"Authorization Required",press "Log in";
- on the top yellow bar, click "Go to password configuration";
- 在"Router Password",在"Password"输入密码 and "Confirmation"再输入密码,press "Save";
- 在上面click "Log out"。
3、 安装 luci-proto-wireguard和其他配件:
- 在"Password"输入对应密码,Click"Log in",进入OpenWrt panel;
- "System"->"Software",点击"Update Lists",等一会接出现很多packages,有时会出现"Unable to execute opkg update command: SyntaxError: Unexpected end of JSON input",要ignore,在"System"->"Software"再refresh一下就有;
- 在"Filter:"填wireguard,在"luci-proto-wireguard"位置,然后点击"Install",弹出"Details for package luci-proto-wireguard",click "Install";
- 连同"wireguard-tools","kmod-wireguard","luci-proto-wireguard"都自动一起installed。
4、 "System"->"Reboot",在"Reboot" panel click "Perform reboot"。
5、 加入Windows WireGuard client:
- 在"Authorization Required",在"Password"输入密码;
- 在"Network"->"Interface",出现"Interface" panel;
- click "Add new interface,出现"Add new interface",在"Name" 写"wg0",在"Protocol"选"WireGuard VPN",然后click "Create interface";
- 出现"Interface >> wg0" panel,在下面"Import configuration",点击"Load configuration";
- 在"Interface >> wg0 >> Import configuration",把Table 1 cut-and-paste Windows WireGuard client填上去;press "Import settings";
- 在"Interface >> wg0",再click "Firewall Settings",在"Create / Assign firewall-zone"选"wan (wan,wan6)";
- click "Peers",选"Edit",在"Route Allowed IPs"打勾,最后click "Save";
- 出现"Interface >> wg0",press "Save"。
6、 改动wan interface [1],在大陆需要改,如果在香港可以ignore:
- 出现"OpenWrt" panel,在"wan"右手面,click "Edit";
- 在"Interface >> wan", click "Advanced Settings",untick "Use DNS servers advertised by peer",弹出"Use custom DNS servers",填入"1.1.1.1" and "8.8.8.8",然后"Save"。
7、 出现"OpenWrt" panel, "Save & Apply"。
8、 如果查看Google网页不正常,就"System"->"Reboot",在"Reboot" panel click "Perform reboot"。
安装WireGuard后,从新打开Chrome browser时可以,再打开YouTube and WhatsApp都能正常观看。
本人第一次在OpenWrt写application,以前在2010年接触过OpenWrt就没用,改用MikroTik RouterOS,现在用OpenWrt时很多地方都不太会,希望大家包涵。
Reference:
[1] 在WAN interface加入DNS "1.1.1.1" and "8.8.8.8"。如果不加,在大陆连香港WireGuard后,打不开YouTube and WhatsApp。大家可以参https://www.reddit.com/r/openwrt ... dns_on_openwrt_and/,文章中作者"el_jbase"提及"It's not the right way to do it. You should go to Network -> Interfaces -> Wan -> Edit -> Advanced Settings. There untick the "Use DNS servers advertised by peer" and enter your DNS server IPs. After you Apply, your device will reboot, and then on the Main page you should see your new DNS settings."。
Notes:
1. https://dnsleaktest.com用Extended test找出DNS是否干净。
2. Wireguard Client Configuration | Openwrt | 2024
3. 现在用luci-proto-wireguard做,有点不惯,将来我来会用Linux console CLI做。
4. 在上面Item 6,一大早开积发现wg0不能工作,现把interface disabled,再reboot,待正常后,再enable interface wg0就可以正常,要花时间找出原因。("System"->"Startup"->"network"->"Restart"可以快速解决)
5. 三个packages "luci-proto-wireguard", "kmod-wireguard", "wireguard-tools",在"luci-proto-wireguard"安装会其余两个都一起安好。
目录帖子GL.iNet and OpenWrt Contents
作者: bunch 時間: 2025-4-14 16:02
本帖最後由 bunch 於 2025-4-14 16:06 編輯
MT6000我都有隻放左響兩老屋企
好野黎, 停左HARDWARE OFFLOAD, 著住SQM都可以穩定跑到1000Mbps, 同時buffbloat拎A
隻野收到第一日, 改完區UPDATE完FIRMWARE之後睇見個OPENWRT VERSION降左落去, 睇見唔開胃就冇再用GL FIRMWARE
而家用緊人地TUNE過既CUSTOM BUILD再自己COMPILE
用非OFFICIAL STABLE BUILD唔好處係要留意人地條THREAD睇下新BUILD係咪STABLE先再決定係咪上
(之前條友試HQOS, 試試下先發現會撞瓜WED OFFLOAD)
作者: myPC 時間: 2025-4-14 18:42
MT6000我都有隻放左響兩老屋企
好野黎, 停左HARDWARE OFFLOAD, 著住SQM都可以穩定跑到1000Mbps, 同時buffbl ...
bunch 發表於 2025-4-14 16:02
師兄,依隻野穏定嗎?長開會有異常和過熱嗎?
謝謝!
作者: bunch 時間: 2025-4-14 19:31
回復 20 #myPC
除左我踩入去update firmware 之外,其餘時間唔熄機
每晚都會sync NAS(做異地備份)
冇聽過佢地投訴
屎忽癢踩入去睇Log都幾乾淨
via HKEPC Reader for Android
作者: robotmaster 時間: 2025-4-17 13:45
本帖最後由 robotmaster 於 2025-4-24 15:55 編輯
WED 在 vanilla OpenWRT build 似乎依然有 bugs:
https://github.com/openwrt/openwrt/issues/18342
更新: Bug report 表示問題似乎在 24.10.1 版解決了。
作者: 张无忌 時間: 2025-4-18 08:43
本帖最後由 张无忌 於 2025-4-18 01:30 編輯
MT6000我都有隻放左響兩老屋企
好野黎, 停左HARDWARE OFFLOAD, 著住SQM都可以穩定跑到1000Mbps, 同時buffbl ...
bunch 發表於 2025-4-14 08:02
我发现自己是否update firmware是否正确,如下:
1. 假如我从OpenWrt 24.10.0入firmware,安装WireGuard package,成功用WireGuard连接香港,然后做backup 1(只有 OpenWrt + WireGuard)configuration。
2. 有一天有新的firmware 24.10.1,我又重新安装firmware 24.10.1,又一次安装WireGuard package,成功用WireGuard连接香港,然后再做一次backup2。
发现有个问题,又把firmware 24.10.1重新安装一次,再次下载WireGuard package,我下载上一次backup 1或2 for OpenWrt + WireGuard configuration就可以。是否有一次过整个firmware 24.10.1 +(OpenWrt + WireGuard) configuration做一个package呢?
作者: fakeman 時間: 2025-4-18 11:18
我发现自己是否update firmware是否正确,如下:
1. 假如我从OpenWrt 24.10.0入firmware,安装WireGuard ...
张无忌 發表於 2025-4-18 08:43
Upgrade 當然就係用 Unattended SysUpgrade,單純升級 OS firmware 係唔保留 package
作者: myPC 時間: 2025-4-18 17:56
Yes, Command 可用 "owut upgrade --force"
作者: 张无忌 時間: 2025-4-18 19:22
本帖最後由 张无忌 於 2025-4-18 11:26 編輯
回覆 24# fakeman , 回覆 25# myPC
"Unattended SysUpgrade" LuCI [1] and "owut upgrade --force" terminal [2], 两个都重要。
"Unattended SysUpgrade"利用luci-app-attendedsysupgrade package安装。
感谢两位师兄的协助。
References:
[1] Upgrade using Attended Sysupgrade
[2] owut: OpenWrt Upgrade Tool
作者: 张无忌 時間: 2025-4-18 19:30
本帖最後由 张无忌 於 2025-8-18 00:25 編輯
AdGuard Home on OpenWrt 24.10.1
在GL-MT6000 firmware中,AdGuard Home去广告很好用,特别看hk01.com时,把大部分广告删掉,但是OpenWrt里怎样安装AdGuard Home办?在看YouTube里,有很多关于OpenWrt + AdGuard Home,但是里面经常提及luci-app-adguardhome,但是在OpenWrt里,"system"->"software", 点"update list..."里,没有luci-app-adguardhome,只有adguardhome [1]。
Installation:
1、 Reset OpenWrt, type passwords twice and log out
2、 Install adguardhome:
- "System"->"Software",点击"Update Lists"
- 在"Filter:"填adguardhome,在"adguardhome"位置,然后点击"Install",弹出"Details for package adguardhome",click "Install"
- "System"->"Reboot",在"Reboot" panel click "Perform reboot"。
3、 192.168.1.1:3000,进入"Welcome to AdGuard Home!"
- 1/5, "Get Started"
- 2/5, 80->3000, 53->5353
- 3/5, Username, Password, Confirm password
- 4/5, Notes
- 5/5, Congratulations!
4、 AdGuard Home, Username and Password
- "Settings"->"DNS settings"->"Upstream DNS servers",放入"8.8.8.8",下一行"9.9.9.9", 在下面按下"Apply"。It gives "Upstream servers successfully saved"。
- 看看"Dashboard"。
5、 激活生效,去OpenWrt的管理页面,"Network"->"DHCP and DNS"->"General Settings",
- 在 "DNS forwardings" 中填入 127.0.0.1#5353,让 dnsmasq 的请求转发给 adguardhome 即可。
这种配置方式,就是把 adguardhome,作为 dnsmasq 的上游服务器。
6、 看看hk01.com, hkepc.com,然后看看Dashboard,是否有flow,如果有就AdGuard Home正常工作了。
Remarks:
1. 在Update lists时可能出现"Unable to execute opkg update command: SyntaxError: Unexpected end of JSON input: Dismiss"时,你可以按"System"->"Software",再次输入"adguardhome",就OK。
2. 就算有luci-app-adguardhome,出来information没有用,直接"Welcome to AdGuard Home!",做简单settings就可以。
3. 用opkg安装"opkg update; opkg install adguardhome"。
4. 在官网OpenWrt介绍AdGuard Home [2]。
References
[1] 各种版本OpenWRT上安装AdGuardHome
[2] AdGuard Home
################
现在Adguard Home还初步setup,要怎么修改,要大家给点意见。
目录帖子GL.iNet and OpenWrt Contents
作者: 张无忌 時間: 2025-4-18 19:30
在下面的AdGuard Home其他参考资料
Adguard Home无法更新核心,三种解决方案,任选其一。
https://www.douyin.com/shipin/7281192543843256335
Adguard Home Server On Windows Detailed Guide
https://www.youtube.com/watch?v=pufAhTAPelM
Block ADS in your local network and over VPN using AdGuard
https://www.youtube.com/watch?v=taNoSlKiqCk
Install AdGuard Home on a Router with OpenWRT
https://www.youtube.com/watch?v=xEVQP5XQz7Y
DNS神器AdGuard Home最简单设置,网页秒开!秒解析、去广告、防污染的adguardhome安装设置教程!实现家里所有设备过滤广告,实现国内外流量精准分流#一瓶奶油
https://www.youtube.com/watch?v=qKy2t4id24U
OpenWrt配置Adguardhome演示
https://www.youtube.com/watch?v=3V-t5Iyf33o
【韩风Talk】Openwrt插件对广告说不,怎么做?两款热门插件随你用!
https://www.youtube.com/watch?v=8VBvSnuQfiI
软路由:AdGuardHome + OpenWRT 让你家的网络无广告&无跟踪
https://blog.csdn.net/u012861744/article/details/112491055
作者: bunch 時間: 2025-4-19 01:24
回復 22 #robotmaster
我一直用pesa build,記得佢有自己整幾個bug fix去搞WED,不過果堆fix應該剩係apply落pesa build度,official build 未必有跟
via HKEPC Reader for Android
作者: bunch 時間: 2025-4-19 01:28
回復 23 #张无忌
你要upgrade snapshot先係刷過,official stable build就自己行command update
而且要玩snapshot就自己compile前行make menuconfig加哂你要用嘅package再compile
via HKEPC Reader for Android
作者: 张无忌 時間: 2025-4-20 20:55
回覆 30# bunch
问题怎样我怎样才make menuconfig?
还有自己build,现在等很久都不动!?
[attach]2474840[/attach]
作者: pbodq 時間: 2025-4-20 21:06
回覆 31# 张无忌
你呢個唔算自己build
只係借官網租用背後cloud bot去build,所有config / repo libraries都在雲端由官網link好晒,command都無得你睇。這種限制性就當然有部份script custom values無得讓你改
真正的自己build係download晒呢堆sourcecode 落local disk再用linux compile
而這個過程或先導工夫,就自然包括make menuconfig這類commands
致於你話官網個build process等好耐,因為人地要出錢租VPS,人多requests call多就自然慢。
除非係一些熱門pre-compile好晒的bin image,果種CDN cache好晒就幾秒下載完
冷門models或高峰時段就先去訓個覺,特別係香港的夜晚,有時連forum都逐格逐格display
作者: bunch 時間: 2025-4-20 22:12
本帖最後由 bunch 於 2025-4-20 23:06 編輯
回覆 31# 张无忌
自己build講緊裝linux, git clone落黎再compile
https://openwrt.org/docs/guide-d ... ain/use-buildsystem
OFFICIAL度自己COMPILE的話大概
先響LINUX裝左必要PACKAGE(呢部份我抄PESA)
- sudo apt update
- sudo apt install build-essential clang flex bison g++ gawk \
- gcc-multilib g++-multilib gettext git libncurses-dev libssl-dev \
- python3-distutils rsync swig unzip zlib1g-dev file wget llvm
以下部份最好唔好用ROOT黎行
- git clone https://git.openwrt.org/openwrt/openwrt.git
- cd openwrt
- git pull
可以行git branch -a睇有咩branch再揀checkout乜
- git checkout openwrt-24.10
- ./scripts/feeds update -a
- ./scripts/feeds install -a
- wget https://downloads.openwrt.org/releases/24.10.1/targets/mediatek/filogic/config.buildinfo -O .config
同時你要揀返target device
[attach]2474847[/attach]
- make menuconfig
- make download
- make -j$(nproc)
/openwrt/bin/24.10.1/targets/mediatek/filogic/
玩深入D, 你甚至可以自行加PATCH塞落去試, 甚至改SOURCE CODE, 例如feeds install -a出ERROR你又真係要用果個PACKAGE, 你就改佢DEPEDENCY做新版睇下WORK唔WORK
作者: fakeman 時間: 2025-4-21 02:41
睇 notes,官方最近 server 死死哋
作者: pbodq 時間: 2025-4-21 08:50
回覆 34# fakeman
都唔係最近
這現象至少一年,只不過是偶發性,一個月兩三次左右
作者: fakeman 時間: 2025-4-21 10:02
但今次時間長好多
作者: carlos06 時間: 2025-4-21 20:21
人廢淨係用glinet firmware
唔知係咪glinet firmware唔穩定
久唔久返返下工老母打黎話上唔到網
作者: 张无忌 時間: 2025-4-21 21:21
回覆 37# carlos06
你现在用GL.iNet GL-MT6000的version number是多少?是否有update过?
因为平时主路由器是MikroTik,而平时用GL-MT6000用OpenWrt比较多,而晚上睡觉就关机,所以没有发现不详。
作者: carlos06 時間: 2025-4-21 22:08
回覆 38# 张无忌
4.7.5-op24
作者: 张无忌 時間: 2025-4-21 22:27
本帖最後由 张无忌 於 2025-4-21 14:37 編輯
回覆 39# carlos06
Stable version是4.7.4 2025-03-28,你可以倒安装Stable version是否会好点。
如果有问题,可以与香港的iNet公司联系。
作者: 张无忌 時間: 2025-4-21 22:50
回覆 32# pbodq
现在已经有点好,但是都有error when downloading as given below:
[attach]2474958[/attach]
自己尝试compile但是在大陆compile很慢!是否有在大陆有repository store,download快一些?
作者: 张无忌 時間: 2025-4-21 23:06
回覆 33# bunch
我在大陆compile,其他都没有问题,在last two "make download",去download很慢,last one "make -j$(nproc)"都没有做,以前在香港的network会快很多,是否有大陆的repository site?
在"make menuconfig",我把Wireless Drivers的lists show出来 [1]。
Reference:
[1] OpenWrt 24.10.1 make menuconfig中Wireless Drivers
作者: fakeman 時間: 2025-4-22 02:18
回覆 bunch
我在大陆compile,其他都没有问题,在last two "make download",去download很慢,last one ...
张无忌 發表於 2025-4-21 23:06
我上面咪講咗,其實官方都係 forum 出咗告示(好大個 banner)話呢幾日 server 有問題......
同埋我唔明做咩走去搵 source code make menuconfig......
作者: pbodq 時間: 2025-4-22 08:54
本帖最後由 pbodq 於 2025-4-22 08:56 編輯
回覆 43# fakeman
我對過佢#31張圖,堆package modules根本就係default list,一早built好晒,file server有bin download
佢自己都無另外加wireguard,真係屎忽痕,無野搵野黎搞
好多說法都自相矛盾,比bot更bot

一陣又話以前香港make menuconfig好快,一陣又話唔識make menuconfig
作者: fakeman 時間: 2025-4-22 09:44
回覆 fakeman
我對過佢#31張圖,堆package modules根本就係default list,一早built好晒,file server ...
pbodq 發表於 2025-4-22 08:54
其實 git pull 之後全部嘢都係 local 做,如果慢都係自己部電腦慢
作者: pbodq 時間: 2025-4-22 10:08
回覆 45# fakeman
唔完全是
git pull之後,個feeds update step仍然會上各cloud server URL check package update
當然,佢可以跳走這個 command step, 就只用當下那刻git裡的下載到harddisk package的 version
官方git guide line就建議次次扯online update,如果佢真係跟足官方做,出海感覺慢係唔奇。
只不過我覺得佢一時又話A,一時又話B,但A同B有d描述不吻合。
作者: fakeman 時間: 2025-4-22 10:30
回覆 fakeman
唔完全是
git pull之後,個feeds update step仍然會上各cloud server URL check package ...
pbodq 發表於 2025-4-22 10:08
但佢已經做到 "make menuconfig",呢個位係冇嘢 pull 嘛,呢部分只係 ncurse library 係度砌個介面出來,如果都慢真係唔關出面事。
作者: pbodq 時間: 2025-4-22 10:35
回覆 47# fakeman
咁又係
所以我話佢好多野前言不對後語,胡亂cross描述
作者: fakeman 時間: 2025-4-22 10:50
其實係 d 嘢講到好遠,兼且完全無整理,用 OpenWrt,或其它 software 嘅人 99% 都唔會搞個 source code 啦,除非係要試新嘢,或者做開發,我前排幫 Realtek developer 去試 driver 先會幫手 compile 吓再回報問題,平日邊個得閒搞
作者: bunch 時間: 2025-4-22 11:13
本帖最後由 bunch 於 2025-4-22 11:22 編輯
回覆 42# 张无忌
你正經玩一部成品既official build係唔需要compile, 行command update咪算
事前archive個backup出黎就冇咩需要煩
我玩custom build, 仲要未必跟latest build, 裝左一堆額外package (banip, irqbalance, sqm, wireguard, wol), 打算remote update完射後不理先compile再隊落去
有時過去住幾日有時間test仲會試patch, 本身有build開, 件事會快好多
作者: 张无忌 時間: 2025-4-22 16:55
本帖最後由 张无忌 於 2025-4-24 22:27 編輯
回覆 44# pbodq
我指在香港的时候"以前在香港的network会快很多"指我以前在学校(大学),那个时候要用Red Hat Linux,"以前"是指1996-2000年间,用C language写real-time digital partial differential equations,在之前用过"make manuconfig",已经很多年前的事。
中间在大陆没有接触Linux,现在用已经有些不习惯。
###################
现在"Download OpenWrt firmware for your device"可以了,现在可以make了。
作者: fakeman 時間: 2025-4-23 00:14
本帖最後由 fakeman 於 2025-4-23 00:19 編輯
AdGuard Home on OpenWrt 24.10.1
在GL-MT6000 firmware中,AdGuard Home去广告很好用,特别看hk01.com时 ...
张无忌 發表於 2025-4-18 19:30
官方文檔一早有 AdguardHome 安裝方式,另外唔知點解你會話要有 Wireguard 先得,因為兩者冇關係,如果有 package dependency 的話你安裝 AdguardHome 時會自動幫你裝,所以冇 Wireguard 裝唔到一定有其他問題
BTW,其實你開條 thread 嘅目的係想寫 D 乜?因為太散亂,安裝果 D 未搞掂晒就 Wireguard/AdguardHome.....有未學行先學走嘅感覺,至少都搞咗上網同無線果 D 先啦(預設 OpenWrt 安裝後係冇開 WiFi 嘅),咁搞法你推到去 100 pages 好似出書咁都唔知想點。揀 topic 寫 D 重要嘢,可以假設用戶識基本嘢,咁果 D 咩 flash firmware 步驟就可以省略啦。
作者: 张无忌 時間: 2025-4-23 11:59
回覆 52# fakeman
在我安装过用shell,但是在不太成功,可能我中间忘了些社么,于是我用了"osnosn" [1]方法就好了,就跟着做就OK了。
至于你说问题已经solved,在那个帖已经更新了。至于你说Wi-Fi问题在MT6000,现在没有问题,我估计你指R3S吗?
Reference:
[1] 各种版本OpenWRT上安装AdGuardHome
作者: 张无忌 時間: 2025-4-23 14:28
本帖最後由 张无忌 於 2026-2-26 11:43 編輯
WireGuard client on GL.iNet
GL-TM6000(21.02)4.8.3,(24.10)4.8.3-op24
GL-TM5000(21.02)4.8.4,
GL-TM3600BE(21.02),
GL-TM3000(21.02),
GL-BE6500(23.05)4.8.7,
GL-BE3600(23.05)
香港用 MikroTik hAP ac3 / GL.iNet GL-MT3600BE 安装 WireGuard server,在大陆安装路由器安装 WireGuard client,在大陆用 Windows PC 安装 WireGuard client,去测试连通香港的 WireGuard server 是否正常,如果 OK,我们用 WireGuard client configuration。
大陆路由器安装程序:
1. "VPN"->"WireGuard Client"
2. "+Add Manually"->"Manually Add Configuration",放入 WireGuard client configuration
Listing 1: Windows WireGuard client
- [Interface]
- PrivateKey = 8N8uKPLa0H+pyL8lHxMoySqSq60wieDpCvhiKOlQhG0=
- Address = 10.1.0.2/24, fd00:9262:bc00:b88c::2/64
- DNS = 10.1.0.1, fd00:9262:bc00:b88c::1, 64.6.64.6
- MTU = 1420
- [Peer]
- PublicKey = rHT/pRV/ovJr7tVgRQQ2vaQA3WkcLo4C1gnV1Xd9YhM=
- PresharedKey = hTdAG2Px4u4kQNpwm/dgXZ3OaizlKtBA6PSdyJ0i6+g=
- AllowedIPs = 0.0.0.0/0, ::/0
- Endpoint = site.glddns.com:51820
- PersistentKeepalive = 25
图1:GL.iNet GL-BE6500 WireGuard client
[attach]2516417[/attach]
图2:点击右手面 "...",选 "Start"
[attach]2516442[/attach]
图3:gl 显示绿色,表示 WireGuard 已经成功
[attach]2516443[/attach]
测试:
能打开YouTube and WhatsApp正常使用。
目录 GL.iNet with OpenWrt* on GL-MT6000 et al.
作者: 张无忌 時間: 2025-4-23 14:29
本帖最後由 张无忌 於 2026-2-26 11:59 編輯
AdGuard Home on GL.iNet
GL-TM6000(21.02)4.8.3,(24.10)4.8.3-op24
GL-TM5000(21.02)4.8.4,
GL-TM3600BE(21.02),
GL-TM3000(21.02),
GL-BE6500(23.05)4.8.7,
GL-BE3600(23.05)
香港 / 大陆 路由器安装程序:
1. "Applications"->"AdGuard Home"
2. "Enable AdGuard Home", button grey to green
3. "AdGuard Home Handle Client Requests", button grey to green
4. Press "Apply"
图1:点击 Apply
[attach]2516444[/attach]
有时要 reboot 一次可能启动,GL-TM6000 4.8.3-op24 不用。
图2:Blocked by filters
[attach]2516445[/attach]
测试:
打开 hk01.com,hkepc.com 很多广告没有,非常干净。
目录 GL.iNet with OpenWrt* on GL-MT6000 et al.
作者: 张无忌 時間: 2025-4-24 12:51
GL.iNet GL-TM6000又有新的update,昨天从4.7.4升到4.7.7,change log是"Fixed the issue where the transmit power was abnormal in certain situations."
作者: 张无忌 時間: 2025-4-24 14:20
本帖最後由 张无忌 於 2025-12-24 06:43 編輯
GL.iNet GL-MT6000 4.7.7 HK-Gateway and CN-Gateway
在大陆使用本地网络,就等于CN-Gateway,如果我们用WireGuard,大陆VPN香港,就成为香港网络HK-Gateway。现在在大陆建一个有HK-Gateway(LAN+Wi-Fi)和CN-Gateway(Wi-Fi guest)。
事前要安装好WireGuard,已经有HK-Gateway(LAN+Wi-Fi),再继续下面的部署。
Admin Panel 4.7.7
1. "VPN"->"VPN Dashboard"->"Global Proxy"
2. 点击"Based on the VLAN","VLAN-Guest",点击"Enable VPN" from green to grey,点击"Apply"
3. "WIRELESS"->"5 GHz Guest Wi-Fi"->"Modify", 修改"Wi-Fi Password",点击"Apply"
4. "Enable Wi-Fi" change button from grey to green
测试:
1. HK-Gateway (LAN + "5 GHz Wi-Fi"的"Wi-Fi Security")
2. CN-Gateway ("5 GHz Guest Wi-Fi"的"Wi-Fi Security")
Remarks:
1. 在大陆使用CN-Gateway感觉response很慢,很像MikroTik那么快!(在大陆我用HK-Gateway比较多,大陆看天气预报,不看大陆微信,大陆App都关机。)
目录帖子GL.iNet and OpenWrt Contents
作者: robotmaster 時間: 2025-4-24 23:57
回復 robotmaster
我一直用pesa build,記得佢有自己整幾個bug fix去搞WED,不過果堆fix應該剩係apply落pe ...
bunch 發表於 2025-4-18 17:24
了解;更新的 report 表示 WED 的問題似乎在 24.10.1 版解決了。
作者: 张无忌 時間: 2025-4-25 06:35
最新stable v4.7.7,可能会有帮助。
作者: chanman60 時間: 2025-4-25 10:48
CHing 有無研究過用MT3000/MT6000(wireguard client在CN), 科學上網去HK, 點樣設定(最好用番GL嘅interface)做到自動分流,只有非CN 網data 經VPN。
作者: bunch 時間: 2025-4-25 12:44
本帖最後由 bunch 於 2025-4-25 13:35 編輯
回復 60 #chanman60
要非CN經wireguard
普通openwrt都難做,要讀GeoIP再就住GeoIP table做policy routing,而且響GeoIP之前仲要解決牆嘅DNS poisoning拎正確嘅resolve result
你仲要用GL interface,佢入面嘅package舊到乜咁......
(搞咁多野, 直接xray真實咪算...)
via HKEPC Reader for Android
作者: 张无忌 時間: 2025-4-25 14:19
本帖最後由 张无忌 於 2025-5-14 00:47 編輯
回覆 60# chanman60
在大陆用MT3000/MT6000做router和用GL用WireGuard香港,要做到"自动分流"是不可能!!!什么"自动分流",可能大家不太清楚,就是上网的同一个设备,用时可以看YouTube和看到CCTV5。
我在上面HK-Gateway+CN-Gateway在GL.iNet GL-MT6000安装好,那么老公要看YouTube有要上HK-Gateway,老婆要看CCTV5就上CN-Gateway。
要知道大陆的外国的hostname and外国的IP都是polluted,有很多都能去外国,但是如Google指向某个a.b.c.d,它不是去Google的;去某个IP如1.1.1.1,就去了不知名地方,如果hostname和IP都是大陆的就100%正确!!!
10年前大陆我用Raspberry Pi安装Linux放在大陆的香港,用V2Ray进行交流,利用CNIP database做分流,另外用MikroTik routers大陆和香港,hostname要通过V2Ray问香港,出来的IP就问V2Ray CNIP database,那么可以"自动分流",但是要小心CNIP database要经常update,后来少用就只用MikroTik SSTP算了。
从V2Ray之后发展很多Clash,Passwall等,它们可以接个别VPS,家里servers或加入机场。在大陆人用OpenWrt安装如Clash,Passwall主要上机场比较多;有些大陆人用MikroTik RB5009 + USB-Container安装Clash,Passwall或者单用MikroTik PBR(CNIP + hostname)。
我已经利用ImmortalWrt(another OpenWrt),安装Passwall及使用了机场,可以"自动分流"了,但是还没有摸透Passwall,所以暂时不刊登,等到成熟后再刊登。(因为自己停留在很早时代的TP-Link TL-WR1043ND V1 OpenWrt)
作者: bunch 時間: 2025-4-25 18:27
回復 62 #张无忌
V2ray同Xray本身可以響routing config度打邊d經freedom出,邊d經其他出,無論client定server都有得set,只要入面有geoip.dat同geosite.dat就得
Passwall借sing-box嘅geodata做分流(決定邊d行sing-box,邊d行xray)
後尾sing-box唔再包埋geodata,就要user自己裝埋geoview去用
其實passwall只係方便用機場嘅人,因為機場個config.json唔一定響routing加料,有Passwall 就可以合埋眼掉比Passwall 處理
via HKEPC Reader for Android
作者: 张无忌 時間: 2025-4-30 08:38
本帖最後由 张无忌 於 2025-8-18 00:26 編輯
Wi-Fi network performance using iperf3 between OpenWrt and Windows
The GL-MT6000 was formed as official OpenWrt 24.10.1 and Windows PC connected to OpenWrt via Wi-Fi 6 5GHz. Windows Intel(R) Wi-Fi 6 AX201 160MHz, link speed (receiver/transmitter)=2041/2401 (Mbps). The performance was summarised as follows:
2.4GHz Wi-Fi 6 20MHz channel width: 150 Mbits/sec
5GHz Wi-Fi 6 80MHz channel width: 960 Mbits/sec
5GHz Wi-Fi 6 160MHz channel width: 1.63 Gbits/sec
Used for comparison, wired network speed GL-MT6000 and 2.5GHz LAN port to Windows LAN port (2.5Gbps): 2.36 Gbits/sec
Used for comparison, GL-MT6000 internally: 6.91 Gbits/sec
2.4GHz Wi-Fi 6 20MHz channel width (receiver side) due to 2.4GHz interference but GL-MT6000 had already set to 40MHz channel width ( transmitter side).
The GL-MT6000 OpenWrt installed iperf3.
- opkg update
- opkg install iperf3
- iperf3 -s
- iperf3 -c 192.168.1.1
- C:\Users\User\Downloads\iperf3.18_64>iperf3 -c 192.168.1.1
- Connecting to host 192.168.1.1, port 5201
- [ 5] local 192.168.1.141 port 52677 connected to 192.168.1.1 port 5201
- [ ID] Interval Transfer Bitrate
- [ 5] 0.00-1.01 sec 107 MBytes 892 Mbits/sec
- [ 5] 1.01-2.01 sec 116 MBytes 969 Mbits/sec
- [ 5] 2.01-3.00 sec 113 MBytes 959 Mbits/sec
- [ 5] 3.00-4.01 sec 117 MBytes 973 Mbits/sec
- [ 5] 4.01-5.01 sec 117 MBytes 978 Mbits/sec
- [ 5] 5.01-6.00 sec 111 MBytes 941 Mbits/sec
- [ 5] 6.00-7.00 sec 115 MBytes 965 Mbits/sec
- [ 5] 7.00-8.01 sec 117 MBytes 981 Mbits/sec
- [ 5] 8.01-9.00 sec 116 MBytes 970 Mbits/sec
- [ 5] 9.00-10.01 sec 117 MBytes 974 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - - -
- [ ID] Interval Transfer Bitrate
- [ 5] 0.00-10.01 sec 1.12 GBytes 960 Mbits/sec sender
- [ 5] 0.00-10.04 sec 1.12 GBytes 957 Mbits/sec receiver
- iperf Done.
For 5GHz Wi-Fi 6 160MHz channel width the network speed is
- C:\Users\User\Downloads\iperf3.18_64>iperf3 -c 192.168.20.1
- Connecting to host 192.168.20.1, port 5201
- [ 5] local 192.168.20.141 port 63108 connected to 192.168.20.1 port 5201
- [ ID] Interval Transfer Bitrate
- [ 5] 0.00-1.01 sec 179 MBytes 1.48 Gbits/sec
- [ 5] 1.01-2.01 sec 195 MBytes 1.63 Gbits/sec
- [ 5] 2.01-3.01 sec 200 MBytes 1.68 Gbits/sec
- [ 5] 3.01-4.02 sec 200 MBytes 1.68 Gbits/sec
- [ 5] 4.02-5.00 sec 196 MBytes 1.67 Gbits/sec
- [ 5] 5.00-6.01 sec 198 MBytes 1.66 Gbits/sec
- [ 5] 6.01-7.01 sec 196 MBytes 1.64 Gbits/sec
- [ 5] 7.01-8.01 sec 194 MBytes 1.62 Gbits/sec
- [ 5] 8.01-9.01 sec 196 MBytes 1.64 Gbits/sec
- [ 5] 9.01-10.01 sec 195 MBytes 1.63 Gbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - - -
- [ ID] Interval Transfer Bitrate
- [ 5] 0.00-10.01 sec 1.90 GBytes 1.63 Gbits/sec sender
- [ 5] 0.00-10.02 sec 1.90 GBytes 1.63 Gbits/sec receiver
- iperf Done.
For 2.4GHz Wi-Fi 6 20MHz channel width the network speed is
- C:\Users\User\Downloads\iperf3.18_64>iperf3 -c 192.168.1.1
- Connecting to host 192.168.1.1, port 5201
- [ 5] local 192.168.1.141 port 51821 connected to 192.168.1.1 port 5201
- [ ID] Interval Transfer Bitrate
- [ 5] 0.00-1.01 sec 17.8 MBytes 147 Mbits/sec
- [ 5] 1.01-2.01 sec 19.2 MBytes 161 Mbits/sec
- [ 5] 2.01-3.00 sec 18.0 MBytes 153 Mbits/sec
- [ 5] 3.00-4.00 sec 17.2 MBytes 144 Mbits/sec
- [ 5] 4.00-5.00 sec 16.6 MBytes 139 Mbits/sec
- [ 5] 5.00-6.02 sec 16.4 MBytes 136 Mbits/sec
- [ 5] 6.02-7.00 sec 18.6 MBytes 159 Mbits/sec
- [ 5] 7.00-8.00 sec 17.6 MBytes 148 Mbits/sec
- [ 5] 8.00-9.00 sec 17.4 MBytes 146 Mbits/sec
- [ 5] 9.00-10.01 sec 19.6 MBytes 164 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - - -
- [ ID] Interval Transfer Bitrate
- [ 5] 0.00-10.01 sec 178 MBytes 150 Mbits/sec sender
- [ 5] 0.00-10.07 sec 178 MBytes 149 Mbits/sec receiver
- iperf Done.
- C:\Users\User\Downloads\iperf3.18_64>iperf3 -c 192.168.20.1
- Connecting to host 192.168.20.1, port 5201
- [ 5] local 192.168.20.181 port 55557 connected to 192.168.20.1 port 5201
- [ ID] Interval Transfer Bitrate
- [ 5] 0.00-1.00 sec 283 MBytes 2.36 Gbits/sec
- [ 5] 1.00-2.00 sec 281 MBytes 2.36 Gbits/sec
- [ 5] 2.00-3.00 sec 281 MBytes 2.36 Gbits/sec
- [ 5] 3.00-4.00 sec 282 MBytes 2.36 Gbits/sec
- [ 5] 4.00-5.00 sec 280 MBytes 2.35 Gbits/sec
- [ 5] 5.00-6.01 sec 284 MBytes 2.37 Gbits/sec
- [ 5] 6.01-7.01 sec 282 MBytes 2.37 Gbits/sec
- [ 5] 7.01-8.01 sec 282 MBytes 2.37 Gbits/sec
- [ 5] 8.01-9.00 sec 278 MBytes 2.37 Gbits/sec
- [ 5] 9.00-10.01 sec 285 MBytes 2.36 Gbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - - -
- [ ID] Interval Transfer Bitrate
- [ 5] 0.00-10.01 sec 2.75 GBytes 2.36 Gbits/sec sender
- [ 5] 0.00-10.02 sec 2.75 GBytes 2.36 Gbits/sec receiver
- iperf Done.
- root@OpenWrt:~# iperf3 -c 127.0.0.1
- Connecting to host 127.0.0.1, port 5201
- [ 5] local 127.0.0.1 port 41562 connected to 127.0.0.1 port 5201
- [ ID] Interval Transfer Bitrate Retr Cwnd
- [ 5] 0.00-1.00 sec 1.05 GBytes 9.02 Gbits/sec 0 3.00 MBytes
- [ 5] 1.00-2.00 sec 794 MBytes 6.66 Gbits/sec 0 3.00 MBytes
- [ 5] 2.00-3.00 sec 798 MBytes 6.70 Gbits/sec 0 3.00 MBytes
- [ 5] 3.00-4.00 sec 798 MBytes 6.69 Gbits/sec 0 3.00 MBytes
- [ 5] 4.00-5.00 sec 796 MBytes 6.68 Gbits/sec 0 3.00 MBytes
- [ 5] 5.00-6.00 sec 793 MBytes 6.65 Gbits/sec 0 3.00 MBytes
- [ 5] 6.00-7.00 sec 794 MBytes 6.66 Gbits/sec 0 3.00 MBytes
- [ 5] 7.00-8.00 sec 790 MBytes 6.62 Gbits/sec 0 3.00 MBytes
- [ 5] 8.00-9.00 sec 794 MBytes 6.66 Gbits/sec 0 3.00 MBytes
- [ 5] 9.00-10.00 sec 795 MBytes 6.67 Gbits/sec 0 3.00 MBytes
- - - - - - - - - - - - - - - - - - - - - - - - - -
- [ ID] Interval Transfer Bitrate Retr
- [ 5] 0.00-10.00 sec 8.05 GBytes 6.91 Gbits/sec 0 sender
- [ 5] 0.00-10.00 sec 8.04 GBytes 6.91 Gbits/sec receiver
- iperf Done.
- ps | grep iperf3
- <PID> iperf3
- kill -9 <PID>
作者: 张无忌 時間: 2025-5-1 06:17
本帖最後由 张无忌 於 2026-2-18 09:26 編輯
GL.iNet GL-MT6000 淘宝有得卖
[attach]2476140[/attach]
输入"https://www.taobao.com/",在输入 "GL.iNet GL-MT6000",看看 "glinet旗舰店"。
买回来可以用 Admin Panel 或者 official OpenWrt,如果单用就刷 official OpenWrt 不用改 country code,如果 Admin Panel 要有 VPN 的话就要改 CN country code 到 US country code,这样改一次就以后不用改,改 country code 请参考 link。
至于 power supply 问题,原装是 12VDC 4A two pins 大陆插,用香港的 UK power supply 都可以,在淘宝也有得卖。用电方面,一般 WAN 和一个 LAN 用电不出 10W,估计 12VDC 3A 就足够用。
目录帖子GL.iNet and OpenWrt Contents
作者: fakeman 時間: 2025-5-1 22:32
Network performance using iperf3 between OpenWrt and Windows
The GL-MT6000 was formed as official O ...
张无忌 發表於 2025-4-30 08:38
實際 MT6000 WiFi 速度仲快,行 160MHz 要上到 1.5Gbps 都冇問題的
作者: 张无忌 時間: 2025-5-1 23:33
本帖最後由 张无忌 於 2025-5-2 07:00 編輯
回覆 66# fakeman
我补做5GHz Wi-Fi 6 160MHz,速度上到1.63Gbps.
Windows Intel(R) Wi-Fi 6 AX201 160MHz, link speed (receiver/transmitter)=2402/2402 (Mbps). Used for comparison, wired network speed GL-MT6000 and 2.5GHz LAN port to Windows LAN port (2.5Gbps): 2.36 Gbits/sec.
速度觉得很快!!!
参考Wi-Fi 6 and 6E网址:
1. WiFi 6E vs WiFi 6?160MHz 頻寬?
2. 拆解 Mesh WiFi 選購上必看規格 速度竟不是最重要?
作者: 张无忌 時間: 2025-5-3 11:24
本帖最後由 张无忌 於 2025-8-18 00:27 編輯
OpenWrt WirGuard: mainland China to Hong Kong performance
https://speedtest.ofca.gov.hk/speedtest.html
Mainland China client side:GL-MT6000,4CPU,OpenWrt 24.10.1,broadband=500Mbps/50Mbps
HK server side:hAP ac3,4CPU,v7.18.2,broadband=300Mbps/300Mbps
Table 1 (maximum kept)
- Date Time Latency(ms) Jitter(ms) Download(Mbps) Upload(Mbps)
- 2025-05-08 06:48 39 0.2 167 42
- 2025-05-02 07:40 43 0.4 167 43
- 2025-05-03 08:58 41 1.7 166 43
- 2025-05-10 06:10 41 0.2 167 43
- 2025-07-22 06:40 38 0.2 169 39
目录帖子GL.iNet and OpenWrt Contents
作者: 张无忌 時間: 2025-5-5 10:28
本帖最後由 张无忌 於 2025-8-16 23:35 編輯
GL.iNet U-Boot
If the router does not perform correctly due to applied incorrect firmware, you may perform the U-Boot program.
1. Clear browser cache the data "http://192.168.1.1/cgi-bin/luci/" to "http://192.168.1.1"
2. Set TCP/IPv4 IP=192.168.1.2, mask=255.255.255.0
3. Unplug AC power supply
4. Hold and press the power reset button and then plug AC power supply
5. Observe the panel light flashing for six times
6. You will see Figure 1 "FIRMWARE UPDATE"
7. Select the correct firmware and see Figure 2. Click "Update"
8. You will see Figure 3 "UPDATE COMPLETE!"
9. Reset IP and DNS
10. Browser to "http://192.168.1.1" if the firmware is OpenWrt otherwise "http://192.168.8.1"
Figure 1: FIRMWARE UPDATE
[attach]2476750[/attach]
Figure 2: Update
[attach]2476751[/attach]
Figure 3: UPDATE COMPLETE!
[attach]2476753[/attach]
官方GL.iNet U-Boot
目录帖子GL.iNet and OpenWrt Contents
作者: 张无忌 時間: 2025-5-6 11:58
本帖最後由 张无忌 於 2026-6-13 20:52 編輯
Network and toolbox
在这一段会把network and toolbox一起,方便日后找寻。
Network change
在大陆使用,Mirrors of OpenWRT 软件仓库
Online UUID Generator
https://ping.chinaz.com
ufw allow 80
rm -rf FILE
kill -9 <pid>
08月18日 13:00 18:47 start 16:30
08月20日 13:11 18:45 start 16:15
09月02日 12:48 18:30 start 16:00 -13 days
09月13日 12:25 18:14 start 15:45 -11 days
09月25日 12:04 18:00 start 15:30 -12 days
10月07日 11:42 17:45 start 15:15 -12 days
10月20日 11:18 17:30 start 15:00 -13 days
11月05日 10:50 17:15 start 14:45 -16 days
12月05日 10:13 17:03 start 14:45 -30 days
12月21日 10:06 17:07 start 14:45 +16 days 冬至
01月02日 10:10 17:15 start 15:00 +12 days
01月19日 10:25 17:30 start 15:15 +17 days
02月06日 10:49 17:45 start 15:30 +18 days
02月24日 11:20 18:00 start 15:45 +18 days
03月16日 11:59 18:15 start 16:00 +21 days
04月07日 12:43 18:30 start 16:15 +23 days
04月30日 13:22 18:45 start 16:30 +23 days
06月21日 14:06 15:30 start 16:30 夏至
DOS
tracert
11月17日 17:33 7.15G
05月20日 21:24 8.58G
6月12日 05:50 15410
6月13日 05:43 15859
6月14日 04:51 16191
luci luci-app-statistics collectd-mod-thermal htop luci-app-travelmate adguardhome luci-app-passwall luci-app-homeproxy
目录帖子GL.iNet and OpenWrt Contents
作者: 张无忌 時間: 2025-5-6 11:59
本帖最後由 张无忌 於 2025-5-6 04:01 編輯
Network change
把network address 192.168.1.1如果改到192.168.10.1
- vi /etc/config/network
- /etc/init.d/network restart
作者: 张无忌 時間: 2025-5-7 11:37
本帖最後由 张无忌 於 2025-9-9 13:14 編輯
从GitHub的ImmortalWrt fork出来,再compile给GL-MT6000
首先我们注册一个GitHub https://github.com/,有username and password。
我们先看悟空的YouTube,在[1] 1:00开始wugongdaily showed GitHub address [2],再Click "Fork"空间,把悟空调到自己GitHub里wkccd。
1、 在wkccd里(用你的GitHub account),click "Action",再click "I understanding my workflows and go ahead and enable them"。
2、 Click "build-gl-inet-24.10.1",choose "mt6000" and docker "Run workflow from" select "glinet_gl-mt6000", docker "yes", "Run workflow"。
3、 在"build","Upload ImmortalWrt as release assets"里,点击 "https://github.com/crabhk/AutoBuildImmortalWrt/releases/tag/Autobuild-GL-iNet"。
4、 Download "immortalwrt-24.10.1-mediatek-filogic-glinet_gl-mt6000-squashfs-sysupgrade.bin"。
有了上面“4”就可以安装ImmortalWrt,有很多packages在official OpenWrt里面没有的,因为他们不需要,而在大陆都需要。这个ImmortalWrt还加PassWall,OpenClash,HomeProxy,FileBrowser,Docker,NAS,如果你的只有500M RAM的话,连Docker就接近500M,但是还可以按上。PassWall内面有Xray和Sing-Box,两个都接受WireGuard。
但是经过测试只有Sing-Box + WireGuard可以直接香港,而Xray + WireGuard就连不上香港。
References:
[1] 随便刷 三分钟轻松编译自定义ImmortalWRT(GL-iNet MT3000/2500/6000) 附简单刷机和体验(docker 空间扩展)
[2] https://github.com/wukongdaily/AutoBuildImmortalWrt
目录帖子GL.iNet and OpenWrt Contents
作者: 张无忌 時間: 2025-5-7 11:43
本帖最後由 张无忌 於 2026-2-25 07:20 編輯
GL.iNet 大陆版 CN 转 US 便有 VPN
我们从大陆买回是 CN 版,没有 VPN(用英文或繁体),需要转换 US 版,之后便有 VPN;下面点击不用的型号,就知道详实过程。以下 codes 要用 stable version,不能用 native OpenWrt 24 version,很多参考文献 [1]。
GL-MT6000(21.02)
GL-MT5000(21.02)
GL-MT3600BE(21.02)
GL-MT3000(21.02)
GL-BE6500(23.05)
GL-BE3600(23.05)
Reference:
[1] 除了GL-MT6000,其他CN | US改动可以利用"悟空"切一键换解锁
目录 GL.iNet with OpenWrt* on GL-MT6000 et al.
作者: fakeman 時間: 2025-5-7 23:39
从GitHub的ImmortalWrt fork出来,再compile给GL-MT6000
首先我们注册一个GitHub ,有username and passwo ...
张无忌 發表於 2025-5-7 11:37
你越玩越亂,official OpenWrt,GL-INET 果個,而家又整個 ImmortalWrt
作者: 张无忌 時間: 2025-5-8 08:38
本帖最後由 张无忌 於 2025-5-29 02:52 編輯
Offical ImmortalWrt + PassWall安装
Offical ImmortalWrt是24.10.1。
为了简化PassWall而暂时不用悟空firmware,而改用Offical ImmortalWrt + PassWall。安装ImmortalWrt非常简单,如同OpenWrt一样,按[1],输入GL-TM6000就OK,然后选SYSUPGRADE就可以。
有了ImmortalWrt firmware,我们放入TM6000里,在"System"->"Software",click "Update lists",选"luci-app-passwall",click "Install",就可以把PassWall安装好了。
Reboot后,在"Services"->"Pass Wall"。
References:
[1] Download ImmortalWrt firmware for your device
目录帖子Admin Panel and OpenWrt Contents
作者: 张无忌 時間: 2025-5-8 15:27
本帖最後由 张无忌 於 2025-8-18 00:27 編輯
Two OpenWrt GL-MT6000 routers connected with Wi-Fi 6 5GHz 160MHz at 4802MHz/3843MHz
- root@ImmortalWrt:~# iperf3 -c 192.168.10.1
- Connecting to host 192.168.10.1, port 5201
- [ 5] local 192.168.10.115 port 45212 connected to 192.168.10.1 port 5201
- [ ID] Interval Transfer Bitrate Retr Cwnd
- [ 5] 0.00-1.00 sec 143 MBytes 1.20 Gbits/sec 0 1.30 MBytes
- [ 5] 1.00-2.00 sec 151 MBytes 1.27 Gbits/sec 0 1.38 MBytes
- [ 5] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec 0 1.57 MBytes
- [ 5] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec 0 1.81 MBytes
- [ 5] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec 0 1.81 MBytes
- [ 5] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec 0 1.92 MBytes
- [ 5] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec 0 2.01 MBytes
- [ 5] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec 0 2.13 MBytes
- [ 5] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec 0 2.13 MBytes
- [ 5] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec 0 2.13 MBytes
- - - - - - - - - - - - - - - - - - - - - - - - - -
- [ ID] Interval Transfer Bitrate Retr
- [ 5] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec 0 sender
- [ 5] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
- iperf Done.
Reference:
[1] Wi-Fi network performance using iperf3 between OpenWrt and Windows
目录帖子GL.iNet and OpenWrt Contents
作者: 张无忌 時間: 2025-5-9 10:59
本帖最後由 张无忌 於 2025-5-29 02:52 編輯
ImmortalWrt + PassWall + WireGuard
ImmortalWrt是24.10.1。
下面是大陆连香港,测试过OK;但是香港连大陆要香港members测试。
一般我们用WireGuard都放在Interface里,这次我们利用PassWall的sing-box安装WireGuard。
ImmortalWrt:
1. 192.168.1.1,"登录",root password,"退出",
2. 192.168.1.1,password,"系统->系统->语言和界面","语言=English"和"主题=BootstrapDark",点击"保存并应用",
3. "System"->"Software", "Update lists",
4. "Filter: passwall", package name里有"luci-app-passwall", press "Install",
5. "luci-app-passwall" and "luci-i18n-passwall-zh-cn" were installed,
6. 用putty 192.168.1.1, root and password, change 192.168.1.1 -> 192.168.20.1,
7. Reboot.
PassWall:
1. 192.168.1.1, root and password,
2. "Services", "Pass Wall",
3. "Node List", bottom "Add",
4. "Type=Sing-Box", "Protocol=WireGuard", fill in
"Address (Support Domain Name)
"Port"
"Public Key"
"Private Key"
"Pre shared key"
"Local Address" and press "+",
5. Save & Apply,
6. "Basic Settings", "Main", "Main switch=tick", "TCP Node=Sing-Box WG: [Remarks]",
7. Save & Apply,
8. On Running Status, waiting for "TCP: RUNNING", "DNS: RUNNING", and then press "Google Connection" and "Instagram Connection" should have green figures.
测试:
打开YouTube和CCTV-5可以同时观看。
[attach]2477462[/attach]
目录帖子Admin Panel and OpenWrt Contents
作者: xo_ox 時間: 2025-5-9 11:53
Nice... let me try try
作者: 张无忌 時間: 2025-5-10 09:00
因为在OpenWrt里安装Pass Wall有些packages没有,有不知到哪里下载,所以选用ImmortalWrt。而我发现ImmortalWrt本身是为了大陆而生。
有于我自己对OpenWrt都是一个新手,需要您@fakeman多多指教!!!
作者: 张无忌 時間: 2025-5-10 09:01
本帖最後由 张无忌 於 2025-5-29 02:53 編輯
ImmortalWrt + PassWall + 机场
ImmortalWrt是24.10.1。
下面是大陆连香港,测试过OK;但是香港连大陆要香港members测试。
在寻找机场,我共有2次的经验。第一用了几次后不用了,白天还能用,晚上不能用,特别晚上不能做,所以我不用。第二次我选了悟空提议,不管白天和晚上都很好,大于50k(大陆用于5万)。机场主要可以选那个点可以用,如美国或者日本等,大陆有34点,每个国家有起三点,如香港,日本,台湾,韩国,新加坡,美国,加拿大。
机场:
一般有不同SSR,SS,Clash,Surge,Shadowrocket,Quantumult,Quantumult X,Surfboard。SSR不行,我选SS就可以,其他我没有试过。在SS里就一条URL link会给我,我就把URL link copy到Pass Wall里。
1. "Services->Pass Wall->Node Subscribe",
2. Bottom "Add", top "Subscribe Remark"写一些资料如"666",
3. "Subscribe URL", 把上面的SS URL link放上去,
4. "Save & Apply",
5. Bottom blue "Manual subscription",
6. "Subscribe info"指出"Node num: 34",
7. Top "Basic settings", (click "Main",) "Main switch=tick",
8. "TCP node"选"SS-RUST: [香港A]",
9. "Save & Apply",
10. Check if "TCP RUNNING" and "DNS RUNNING", if ok then click "Google connection" and "Instagram connection" to turn green figures.
测试:
打开YouTube和CCTV-5可以同时观看。
目录帖子Admin Panel and OpenWrt Contents
作者: 张无忌 時間: 2025-5-11 14:56
本帖最後由 张无忌 於 2025-5-29 02:53 編輯
ImmortalWrt + PassWall + Load Balancing
"Services"->"Pass Wall", "Load Balancing",
"Add", "Please choose", choose node 1,
"Add", "Please choose", choose node 2,
"Add", "Please choose", choose node 3,
"Basic Settings", "Enable Load Balancing=tick"
"Save & Apply",
"Services"->"Pass Wall", "Basic Settings".
[attach]2477831[/attach]
目录帖子Admin Panel and OpenWrt Contents
作者: fakeman 時間: 2025-5-11 23:35
所以是說,下面這個不能安裝??
https://github.com/xiaorouji/ope ... leases/tag/25.5.8-1
作者: 张无忌 時間: 2025-5-14 08:36
本帖最後由 张无忌 於 2025-5-14 02:25 編輯
回覆 82# fakeman
谢谢你的link,我之前也看过,可能我的功能有限 ,有些东西总是连不上,不能成功,但是我不放弃OpenWrt安装Pass Wall。
我目前ImmortalWrt很顺利,Pass Wall基本上也能满意,下一个想想OpenClash。
作者: wongja 時間: 2025-5-14 09:09
oc 傻瓜過pw
pw 我用唔慣﹐oc 好快上手﹐一用就用咗一年。
作者: 张无忌 時間: 2025-5-14 10:22
本帖最後由 张无忌 於 2025-5-14 02:27 編輯
回覆 84# wongja
请问你的OpenClash(OC)在香港用?还是在大陆用?
还有你用OpenWrt呢?还是用ImmortalWrt?
作者: wongja 時間: 2025-5-14 11:20
大陸
之前是immortal ﹐現在是跟機(mt6000)嗰個openwrt
香港無需要vpn 啦(對我嚟講)
作者: 张无忌 時間: 2025-5-15 08:25
回覆 86# wongja
谢谢你的信息。
我为什么不能用OpenWrt安装Pass Wall and OpenClash,因为在OpenWrt会出现很多errors,所以改用ImmortalWrt。
而你从ImmortalWrt转到OpenWrt安装到OpenClash,想知道你怎样安装的?那么我就可以从ImmortalWrt改到OpenWrt。
作者: 张无忌 時間: 2025-5-15 08:27
本帖最後由 张无忌 於 2025-9-11 10:03 編輯
香港与大陆网络的"自动分流"分别
香港的Internet network,所有IP and DNS都干净!!!大陆你有公网IP,早期用普通的VPN上大陆就可以。慢慢想香港网和大陆网一起上,你需要"自动分流"——手机不需要安装VPN,就可以上YouTube和CCTV5,那个时候你需要CN.rsc [2]表,它有8000多行。在香港我用MikroTik router + CN.rsc + policy based routing (PBR) + 大陆公网IP,连好后就可以"自动分流"。
大陆的Internet network,分为"大陆以内"和"大陆以外","大陆以内"的IP和DNS都是正常,没有问题;"大陆以外"就分分钟出问题,就是DNS出来有的时候是对,有的时候又不对,就算DNS出来的IP是对,在大陆出口IP审查不给过,或者IP address改为别的IP address,这就是polluted IP and polluted DNS。所以我看网站[1],要有真正大陆IP (CN.rsc) and 外国site (gfwlist.rsc [3])是非常重要!!!如果经常去的地方一般不改,那个可能一年更新一次都可以。
大陆里面有了CN.rsc and gfwlist.rsc后,要查那个hostname要看gfwlist.src,如果没有就看大陆DNS;如果有了IP就要看CN.rsc,如果有的就走大陆通道,没有在CN.rsc就大陆走VPN / proxy通道。由于MikroTik routers处理gfwlist.rsc有问题,于是用MikroTik x86的routers处理。其他routers如OpenWrt有PBR的,能处理类似GeoIP and Geosite都可以,只安装时候很多都在自动化不需要理会,主要填入"节点"或"机场"就可以。
Reference:
[1] https://github.com/ruijzhan/chnroute
[2] http://www.iwik.org/ipcountry/mikrotik/CN
[3] https://github.com/gfwlist/gfwlist
目录帖子GL.iNet and OpenWrt Contents
作者: 张无忌 時間: 2025-5-16 10:07
本帖最後由 张无忌 於 2025-5-29 02:54 編輯
ImmortalWrt + PassWall + HK WireGuard server (MikroTik/ASUS/GL.iNet)
一般我们在大陆用PC里WireGuard client连接香港上VPN,其他设备呢?又要安装WireGuard client app吗?
如果你有GL.iNet GL-MT6000 [1]你可以刷新ImmortalWrt [2]版,然后安装passwall [3],再加上香港的WireGuard server [4]就可以 。有了这样的ImmortalWrt设备,大陆生活的老人家用手机或者LAN设备都可以"自动分流"不同的网络。
References:
[1] GL.iNet GL-MT6000在淘宝有得卖
[2] Download ImmortalWrt firmware for your device
[3] Offical ImmortalWrt + PassWall安装
[4] ImmortalWrt + PassWall + WireGuard
目录帖子Admin Panel and OpenWrt Contents
作者: 张无忌 時間: 2025-5-16 15:46
本帖最後由 张无忌 於 2025-9-11 10:04 編輯
只允许大陆居民收看大陆网站 和 香港居民收看大陆网站
大陆居民可以收看网站:
CCTV5 https://tv.cctv.com/live/cctv5/
CCTV5+ https://tv.cctv.com/live/cctv5plus/
CCTV16 https://tv.cctv.com/live/cctv16/
香港居民可以收看网站:
CCTV9 https://tv.cctv.com/live/cctvjilu/
YouTube https://www.youtube.com
目录帖子GL.iNet and OpenWrt Contents
作者: 张无忌 時間: 2025-5-18 14:07
本帖最後由 张无忌 於 2026-2-7 13:31 編輯
OpenWrt + PassWall + WireGuard + 安装
安装PassWall于ImmortalWrt比较简单,但是在OpenWrt v24.10.1要改动"dnsmasq"为"dnsmasq-full"。有个YouTube介绍安装过程 [1]。PassWall版本25.5.16-1 [2]。
有了OpenWrt,如果大陆安装packages就要大陆以外的OpenWrt repository server,比较时间长,在晚上可能有errors。在大陆有repository server代用,但是要改动一下:
- sed -i 's_https\?://downloads.openwrt.org_https://mirrors.tuna.tsinghua.edu.cn/openwrt_' /etc/opkg/distfeeds.conf
需要"dnsmasq"改变到"dnsmasq-full":
- opkg update
- opkg remove dnsmasq && opkg install dnsmasq-full
- luci-24.10_luci-app-passwall_25.5.16-r1_all.ipk
- luci-24.10_luci-i18n-passwall-zh-cn_25.135.62106.7b4fe5f_all.ipk
- passwall_packages_ipk_aarch64_cortex-a53.zip
- cd passwall_packages_ipk_aarch64_cortex-a53
- opkg install *.ipk --force-reinstall
WireGuard (香港WireGuard server)使用
1. "Service"->"Pass Wall",
2. "Node List", any "Add",
3. "Node Remarks" fill in any remarks, e.g. "hkg",
4. "Type"="Sing-Box",
5. "Protocol"="WireGuard",
6. "Address (Support Domain Name)"=<endpoint address>,
7. "Port"=<endpoint port number>,
8. "Public Key",
9. "Private Key"
10. "Pre shared key",
11. "Local Address"=<address>, press "+",
12. "Save & Apply",
13. Click "Basic Settings",
14. "TCP Node"=select "Sing-Box WG: [hkg]",
15. "Main switch"=<tick>,
16. "Save & Apply",
17. "Systems"->"Reboot", wait 2 minutes for turning green。
测试:
看看YouTube and CCTV5能否看到。
Remarks:
- wget -O pw-1.ipk https://github.com/xiaorouji/openwrt-passwall/releases/download/25.9.3-1/luci-24.10_luci-app-passwall_25.9.3-r1_all.ipk
- wget -O pw-2.ipk https://github.com/xiaorouji/openwrt-passwall/releases/download/25.9.3-1/luci-24.10_luci-i18n-passwall-zh-cn_25.245.60910.793e860_all.ipk
- opkg install *.ipk --force-reinstall
2. System->Software, Filter=passwall, Installed=luci-app-passwall
References:
[1] OpenWrt的核心插件之passwall的安装
[2] Openwrt-Passwall / openwrt-passwall
Old:
[2] xiaorouji openwrt-passwall releases
目录帖子GL.iNet and OpenWrt Contents
作者: 张无忌 時間: 2025-5-18 14:18
回覆 82# fakeman
谢谢你的鼓励终于成功OpenWrt + Passwall + WireGuard。
下一个阶段就是OpenWrt + OpenClash + 机场。
作者: fakeman 時間: 2025-5-18 14:52
回覆 fakeman
谢谢你的鼓励终于成功OpenWrt + Passwall + WireGuard。
下一个阶段就是OpenWrt + OpenCl ...
张无忌 發表於 2025-5-18 14:18
恭喜成功安裝
作者: 张无忌 時間: 2025-5-19 15:42
本帖最後由 张无忌 於 2025-9-9 13:13 編輯
ImmortalWrt temperature records of GL.iNet GL-MT6000
Date RM temp. range(°C) CPU range(°C) WLAN1/WLAN2 range(°C)
2025-MAY 17 - 33 24 - 57 27 - 60
2025-JUN 17 - 34 23 - 57 27 - 60
因为停止使用ImmortalWrt,这里将会停止。
目录帖子GL.iNet and OpenWrt Contents
作者: 张无忌 時間: 2025-5-20 13:35
本帖最後由 张无忌 於 2025-8-18 00:29 編輯
OpenWrt + OpenClash + 机场安装
安装OpenClash要先安装PassWall,router能科学上网。OpenClash的详细可以看官网[1],里面很多广告,但是还有值得参考东西,而OpenClash的官网在[2]。
OpenWrt repository server, (如果在大陆不安装,中间下载比较慢; 安装过可以skip)
- sed -i 's_https\?://downloads.openwrt.org_https://mirrors.tuna.tsinghua.edu.cn/openwrt_' /etc/opkg/distfeeds.conf
- opkg update
- opkg remove dnsmasq && opkg install dnsmasq-full
- #iptables
- #opkg update
- opkg install bash iptables dnsmasq-full curl ca-bundle ipset ip-full iptables-mod-tproxy iptables-mod-extra ruby ruby-yaml kmod-tun kmod-inet-diag unzip luci-compat luci luci-base
- wget https://github.com/vernesong/OpenClash/releases/download/v0.46.079/luci-app-openclash_0.46.079_all.ipk -O openclash.ipk
- opkg install openclash.ipk
- wget https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-arm64.tar.gz
- tar -xvzf clash-linux-arm64.tar.gz
- mv clash /etc/openclash/core/clash_meta
- reboot
"Services"->"OpenClash"
"Config Subscribe", "Add"
"Config Alias=666", "Subscribe Address=URL"
"Commit Settings", "Update Config"
If OpenClash is OK see the following figure then off PassWall.
[attach]2479274[/attach]
测试:
OpenClash能看YouTube and CCTV5。
References:
[1] https://openclash.org/
[2] https://github.com/vernesong/OpenClash
[3] https://github.com/vernesong/OpenClash/releases
[4] https://openclash.org/openclash-download/
目录帖子GL.iNet and OpenWrt Contents
作者: 张无忌 時間: 2025-5-21 18:52
本帖最後由 张无忌 於 2025-9-9 13:15 編輯
ImmortalWrt + OpenClash + 机场
ImmortalWrt v24.10.1
OpenClash v0.46.079
我们可以"Download ImmortalWrt firmware for your device",输入"GL.iNet GL-MT6000",点击"Customize installed packages and/or first boot script",加入"luci-app-passwall luci-app-openclash",再按"REQUEST REBUILD",等到"SYSUPGRADE"。
1. Load SYSUPGRADE firmware, update root password, change “语言=English 主题=BootStrapDark",
2. "Services"->"OpenClash", pop up message disregard
3. 用putty "[Meta] Current Core" 的安装
- wget https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-arm64.tar.gz
- tar -xvzf clash-linux-arm64.tar.gz
- mv clash /etc/openclash/core/clash_meta
- reboot
- "Config Alias=666"
- "Subscribe Address=机场URL"
5. "Commit Settings", "Update Config"
6. "Enable OpenClash" and wait for 30 seconds
7. 有flow,disable PassWall
测试:
YouTube and CCTV5可以播放
目录帖子GL.iNet and OpenWrt Contents
作者: 张无忌 時間: 2025-5-21 20:06
2010年用过TL-WR1043ND v1.x, flash 8M,RAM 32M,USB 2.0,之后就停止用OpenWrt,就开始使用MikroTik RouterOS。在2025年4月6日开GL-MT6000帖子,到今天5月21日,终于把GL-MT6000能到WireGuard,ZeroTier,PassWall and OpenClash on OpenWrt and ImmoertalWrt,在这段期间得到@fakeman,@bunch,@robotmaster,@pbodq及其他members的信息帮助。
将来继续使用PassWall and OpenClash;还有Hong Kong MikroTik hAP ac3 + container使用方法;大陆的PassWall and OpenClash连接container。
作者: 张无忌 時間: 2025-5-22 21:40
本帖最後由 张无忌 於 2025-9-11 10:04 編輯
用interface安装WireGuard一定要dnsmasq-full
如果你用原装dnsmasq,安装interface WireGuard到香港,连接都没有问题,如果你用完要关机,第二天开机连不到香港,要把"Disable this interface=tick",再去"System"->"Startup",在"Start priority=20",右手边click "Restart"一次后才能成功。
安装方法:
- opkg remove dnsmasq && opkg install dnsmasq-full
目录帖子GL.iNet and OpenWrt Contents
作者: 张无忌 時間: 2025-5-25 09:18
本帖最後由 张无忌 於 2025-9-9 13:17 編輯
MikroTik container startups
There are two video clips [1,2] describing the features of container in MikroTik.
### Part 1 [1] ###
打开"system resource print"是否arm或arm64。
- /system resource print
- [admin@MikroTik] > /system resource print
- uptime: 6d5h9m8s
- version: 7.18.2 (stable)
- build-time: 2025-03-11 11:59:04
- factory-software: 6.46.6
- free-memory: 120.7MiB
- total-memory: 256.0MiB
- cpu: ARM
- cpu-count: 4
- cpu-frequency: 672MHz
- cpu-load: 2%
- free-hdd-space: 86.7MiB
- total-hdd-space: 128.0MiB
- write-sect-since-reboot: 2778
- write-sect-total: 465588
- bad-blocks: 0%
- architecture-name: arm
- platform: MikroTik
- [admin@MikroTik] >
- [admin@MikroTik] > /system device-mode update container=yes
Network configuration
- /interface/bridge add name=dockers
- /ip/address add address=172.17.0.1 interface=dockers
- /interface/veth add name=veth1 address=172.17.0.2/24 gateway=172.17.0.1
- /interface/bridge/port add bridge=dockers interface=veth1
- /ip/firewall/nat add chain=scrnat action=masquerade src-address=172.17.0.0/24
- /container envs
- add key=TZ name=pihole_envs value=Europe/Riga
- add key=WEBPASSWORD name=pihole_envs value=mysecurepasswaord
- add key=DNSMASQ_USER name=pihole_envs value=root
- /container mount
- add dst=/etc/pihole name=etc_pihole src=/disk1/etc
- add dst=/etc/dnsmasq.d name=dnsmasq_pihole src=/disk1/etc-dnsmasq.d
- /container config
- add registry-url=https//registry-1.docker.to tmpdir=disk1/pull
- /container add remote-image=piholr/pihole:latest interface=veth1 root-dir=disk1/pihole mounts=dnsmasq_pihole.d,etc_pihole envlist=pihole_envs
- /container print
- 0 ... status=extracting
- /container print
- 0 ... status=stopped
- /container start 0
- 0 ... status=running
- /container add file=disk1/pihole.tar
- sudo docker pull pihole/pihole:latest@<DIGEST=sha256...>
- sudo docker save pihole/pihole > ./Desktop/pihole.tar
- /ip/firewall/nat add chain=dstnat action=dst-nat protocol=tcp to-address=172.17.0.2 to-ports=80 dst-address=192.168.88.1 dst-port=888
- /ip dns set servers=172.17.0.2
- 192.168.88.1:888
[1] Impossible, docker containers on Mikrotik? Part 1
[2] Docker containers on Mikrotik? Part 2: PiHole
目录帖子GL.iNet and OpenWrt Contents
作者: 张无忌 時間: 2025-5-26 11:11
本帖最後由 张无忌 於 2025-9-9 13:14 編輯
Sub-content ImmortalWrt + PassWall + WireGuard/机场/Load Balancing/others
Offical ImmortalWrt + PassWall安装
ImmortalWrt + PassWall + WireGuard
ImmortalWrt + PassWall + 机场
ImmortalWrt + PassWall + Load Balancing
ImmortalWrt + PassWall + HK WireGuard server (MikroTik/ASUS/GL.iNet)
目录帖子GL.iNet and OpenWrt Contents

