Board logo

標題: PassWall on OpenWrt [打印本頁]

作者: 张无忌    時間: 2025-11-3 09:47     標題: PassWall on OpenWrt

本帖最後由 张无忌 於 2026-2-26 14:45 編輯

PassWall on OpenWrt 是我第一次在大陆用的《科学上网》翻墙工具,以前都是用单向的翻墙工具如PPTP,L2TP,L2TP/IPsec,IPsec(IKEv1),SSTP,OpenVPN,IKEv2,V2Ray,WireGuard。Shadowsocks(我没有用过)比较重要,主要 clowwindy 由主持(2012-2015),之后 V2Ray 出现(2015-2019),再之后就有不同的《科学上网》翻墙工具。

你有一台 OpenWrt router(GL-MT6000,GL-MT5000,GL-MT3600BE,GL-MT3000,GL-BE6500,GL-BE3600,Cudy TR3000 256MB v1,其他适合的 routers),然后安装 PassWall。

香港,大陆没有公网 IP:PassWall client only
香港,大陆有公网 IP:PassWall client and server


References:
[1] openwrt-passwall
[2] Releases
作者: 张无忌    時間: 2025-11-3 09:48

本帖最後由 张无忌 於 2026-4-17 10:05 編輯

GL-MT6000(21.02,24.10,25.12)
GL-MT5000(21.02)
GL-MT3600BE(21.02)
GL-MT3000(21.02,24.10,25.12)
GL-BE6500(23.05)
GL-BE3600(23.05)
Cudy TR3000(24.10,25.12)

Contents

APK
PassWall 26.1.13-1 on OpenWrt apk

OPKG
PassWall / PassWall2 on GL.iNet(悟空)
GL.iNet GL-MT6000 stable version with PassWall
PassWall on GL.iNet(ImmortalWrt)
PassWall / PassWall2 on GL.iNet op24
PassWall on GL.iNet op24 using k9
PassWall on GL.iNet op24 using ImmortalWrt
PassWall 26.1.13-1 on OpenWrt

PassWall settings:
PassWall server
PassWall App Update
App update(opkg)

Others:
我在大陆怎样联系香港?
PassWall 测试机场 connect境况
PassWall Load Balancing
OP24 opkg configuration

新安装方法
OpenWrt PassWall using Method 1: Add Software Source
OpenWrt PassWall/PassWall2 on GL-MT6000 usung method 1: short version for aarch64_cortex-a53


目录 PassWall on OpenWrt
作者: 张无忌    時間: 2025-11-3 09:48

本帖最後由 张无忌 於 2026-2-26 03:55 編輯

我在大陆怎样联系香港?

1、香港手机有漫游大陆,什么事直接打电话到香港,看WhatsApp,YouTube等等。
2、到大陆家里,可以都用手机上香港的网,但是比较贵,如果有宽频和电脑就可以上大陆网,其他国家网站(被允许)也可以上。

iPhone 安装 Shadowrocket and WireGuard clients
大陆电脑安装 v2rayN clients
大陆路由器安装 PassWall clients (and servers 如果有 public IP)


目录 PassWall on OpenWrt
作者: 张无忌    時間: 2025-11-3 09:48

本帖最後由 张无忌 於 2026-4-19 13:20 編輯

PassWall on GL.iNet(悟空)
PassWall 26.1.13
GL-MT6000(21.02)4.8.3
GL-MT5000(21.02)4.8.5 ok
GL-MT3600BE(21.02)4.8.5 ok
GL-MT3000(21.02)4.8.1
GL-BE6500(23.05)4.8.7 sub=1
GL-BE3600(23.05)4.8.3
GL-MT6000(24.10)4.8.3-op24

MediaTek(21.02)= GL-MT6000,GL-MT5000,GL-MT3600BE,GL-MT3000

GL-MT6000(24.10)大陆有repository server代用,
  1. sed -i 's_https\?://downloads.openwrt.org_https://mirrors.tuna.tsinghua.edu.cn/openwrt_' /etc/opkg/distfeeds.conf
複製代碼
..

GL-BE6500,GL-BE3600(23.05) Qualcomm 安装
/etc/opkg.conf add
  1. arch all 1
  2. arch noarch 1
  3. arch aarch64_cortex-a53 5
  4. arch aarch64_cortex-a53_neon-vfpv4 10
複製代碼
..

MediaTek(21.02)
Step A1: 大陆安装的 /etc/opkg/distfeeds.conf,fw.gl-inet.com -> fw.gl-inet.cn
  1. src/gz glinet_core https://fw.gl-inet.cn/releases/v21.02-SNAPSHOT/mt7987a/kmod-5.4.281/aarch64_cortex-a53/kmod
  2. src/gz glinet_gli_pub https://fw.gl-inet.cn/releases/v21.02-SNAPSHOT/mt7987a/packages/aarch64_cortex-a53/glinet
  3. src/gz glinet_gli_packages https://fw.gl-inet.cn/releases/v21.02-SNAPSHOT/mt7987a/packages/aarch64_cortex-a53/packages
複製代碼
..

MediaTek(21.02)
Step A2: 香港安装的 /etc/opkg/distfeeds.conf,fw.gl-inet.com
  1. src/gz glinet_core https://fw.gl-inet.com/releases/v21.02-SNAPSHOT/mt7987a/kmod-5.4.281/aarch64_cortex-a53/kmod
  2. src/gz glinet_gli_pub https://fw.gl-inet.com/releases/v21.02-SNAPSHOT/mt7987a/packages/aarch64_cortex-a53/glinet
  3. src/gz glinet_gli_packages https://fw.gl-inet.com/releases/v21.02-SNAPSHOT/mt7987a/packages/aarch64_cortex-a53/packages
複製代碼
..

MediaTek(21.02)
Step B: 安装大陆悟空两个 ipks,
  1. wget "https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/theme/luci-lua-runtime_all.ipk" -O /tmp/luci-lua-runtime_all.ipk
  2. wget "https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/theme/libopenssl3.ipk" -O /tmp/libopenssl3.ipk
  3. opkg update
  4. opkg install /tmp/luci-lua-runtime_all.ipk /tmp/libopenssl3.ipk
複製代碼
..

Step C: Including two main and zip files. If fail then use WireGuard copy and transfer to OpenWrt shell.
  1. wget "https://github.com/Openwrt-Passwall/openwrt-passwall/releases/download/26.1.13-1/luci-app-passwall_26.1.13-r1_all.ipk" -O luci-app-passwall_26.1.13-r1_all.ipk
  2. wget "https://github.com/Openwrt-Passwall/openwrt-passwall/releases/download/26.1.13-1/luci-i18n-passwall-zh-cn_26.1.13_all.ipk" -O luci-i18n-passwall-zh-cn_26.1.13_all.ipk
  3. wget "https://github.com/Openwrt-Passwall/openwrt-passwall/releases/download/26.1.13-1/passwall_packages_ipk_aarch64_cortex-a53.zip" -O passwall_packages_ipk_aarch64_cortex-a53.zip
複製代碼
..

Step D: unzip
  1. unzip passwall*
複製代碼
..

Step E: Move *.ipk /tmp
  1. mv *.ipk /tmp
複製代碼
..

Step F: cd /tmp; opkg install *.ipk --force-reinstall
  1. cd /tmp; opkg update; opkg install *.ipk --force-reinstall
複製代碼
..

在这里不需要科学上网。

##################################
PassWall2 GL-TM3000

Download three files
  1. wget https://sourceforge.net/projects/openwrt-passwall-build/files/releases/packages-21.02/aarch64_cortex-a53/passwall2/luci-app-passwall2_26.3.1_all.ipk/download -O luci-app-passwall2_26.3.1_all.ipk
  2. wget https://sourceforge.net/projects/openwrt-passwall-build/files/releases/packages-21.02/aarch64_cortex-a53/passwall2/luci-i18n-passwall2-zh-cn_26.3.1_all.ipk/download -O luci-i18n-passwall2-zh-cn_26.3.1_all.ipk
  3. wget "https://github.com/Openwrt-Passwall/openwrt-passwall/releases/download/26.1.13-1/passwall_packages_ipk_aarch64_cortex-a53.zip" -O passwall_packages_ipk_aarch64_cortex-a53.zip
複製代碼
..

App updates are not possible.

Reference:
[1] https://github.com/Openwrt-Passwall/openwrt-passwall


目录 PassWall on OpenWrt
作者: 张无忌    時間: 2025-11-3 09:48

本帖最後由 张无忌 於 2026-2-26 03:56 編輯

2023最新软路由iStoreOS系统科学上网插件passwall进阶设置,passwall分流设置|负载均衡|规则设置|访问控制,进一步了解passwall进阶玩法 https://www.youtube.com/watch?v=BgmrMgdCclI



目录 PassWall on OpenWrt
作者: 张无忌    時間: 2025-11-12 09:15

本帖最後由 张无忌 於 2026-2-26 03:56 編輯

PassWall 测试机场 connect 境况

平时安装PassWall这个功能是"Close"。
OpenWrt >>PassWall >> Node List

会出现

图1:Automatic detection delay=Close
[attach]2504461[/attach]

我们想
Automatic detection delay=TCP Ping
然后 Save & Apply

图2:Automatic detection delay=TCP Ping
[attach]2504462[/attach]



目录 PassWall on OpenWrt
作者: VPN-Guru    時間: 2025-11-13 10:22

張無忌兄真是 活人無數,

隨著越來越多港燦返回大陸長居

就越來越需要: 張無忌的服務, Keep On Good Work 雖然我看不明白

目前我還是使用沒有保安能力的  PPTP VPN 能 Work 就 OK 啦, 我不需要 Security 的。 能爬出去就行啦。
作者: 张无忌    時間: 2025-11-23 18:06

本帖最後由 张无忌 於 2026-2-26 03:57 編輯

PassWall server

平时我在大陆都是 PassWall (client)加机场,这样的家里便可以《科学上网》,但是很少接触 PassWall server(家里要有公网 IP),今天看了 YouTube 说起在家里 PassWall 安装 server [1]。

在大陆家里安装 OpenWrt + PassWall + 机场 + 家里有公网 IP,在 PassWall server 按下面安装,在香港朋友能连接大陆的  PassWall server 后能看见 CCTV5 和 WhatsApp。

图1:Server side,Add
[attach]2505893[/attach]

图2:主要 Enable,Type,Listen Port,Password,Encrypt Method,Save & Apply
[attach]2505894[/attach]

图3:Enable,Save & Apply
[attach]2505895[/attach]

图4:Server ready
[attach]2505896[/attach]

图5:iPhone Shadowrocket,点击 "+"
[attach]2505897[/attach]

图6:Server IP address,Port,Password,Method,点击 Save
[attach]2505898[/attach]

图7:关掉 Wi-Fi,用 5G
[attach]2505899[/attach]

图8:YouTube
[attach]2505900[/attach]


Reference:
[1] 【全网首发】低成本搭建海外回国服务器,超高扩展性、可玩性,一个价值几万的解决方案!轻松实现千兆带宽线路,同步家庭网络,在海外不仅可以访问海外资源,同时可以高速访问国内资源,绝对值得了解#一瓶奶油


目录 PassWall on OpenWrt
作者: t101    時間: 2025-11-24 08:37

謝謝詳細
openwrt那個版本安裝passwall比較好?
作者: 张无忌    時間: 2025-11-24 11:04

回覆 9# t101

如果你能用 vanilla OpenWrt,可以用三种方式安装——kiddin9,ImmortalWrt,Manual [1]。


Reference:
[1] GL.iNet GL-MT6000/GL-MT3000(Stable/Native OpenWrt 24/Vanilla OpenWrt)可以安装PassWall
作者: 张无忌    時間: 2026-1-28 18:15

本帖最後由 张无忌 於 2026-3-7 14:58 編輯

PassWall 26.1.13-1 on OpenWrt
PassWall 26.1.13-1
OpenWrt 24.10.5 for GL-MT6000(pending), GL-MT3000,TR3000

1. 大陆repository server
  1. sed -i 's_https\?://downloads.openwrt.org_https://mirrors.tuna.tsinghua.edu.cn/openwrt_' /etc/opkg/distfeeds.conf
複製代碼
..

2. 需要"dnsmasq"改变到"dnsmasq-full"
  1. opkg update
  2. opkg remove dnsmasq && opkg install dnsmasq-full
複製代碼
..

3. Three files(要科学上网)
  1. wget https://github.com/Openwrt-Passwall/openwrt-passwall/releases/download/26.1.13-1/luci-app-passwall_26.1.13-r1_all.ipk -O luci-app-passwall_26.1.13-r1_all.ipk
  2. wget https://github.com/Openwrt-Passwall/openwrt-passwall/releases/download/26.1.13-1/luci-i18n-passwall-zh-cn_26.1.13_all.ipk -O luci-i18n-passwall-zh-cn_26.1.13_all.ipk
  3. wget https://github.com/Openwrt-Passwall/openwrt-passwall/releases/download/26.1.13-1/passwall_packages_ipk_aarch64_cortex-a53.zip -O passwall_packages_ipk_aarch64_cortex-a53.zip
複製代碼
..

4. Dowload unzip
  1. opkg install unzip
複製代碼
..

5. Unzip
  1. unzip passwall_packages_ipk_aarch64_cortex-a53.zip
複製代碼
..

6. Move
  1. mv *.ipk /tmp
複製代碼
..

7. Install
  1. cd /tmp
  2. opkg install *.ipk --force-reinstall
複製代碼
..

References:
[1] Openwrt-Passwall

###################################
App update(opkg)

1: App update except PassWall ang sing-box

2: Opkg update
  1. opkg update
複製代碼
..

3. PassWall update
  1. wget https://github.com/Openwrt-Passwall/openwrt-passwall/releases/download/26.3.2-1/23.05-24.10_luci-app-passwall_26.3.2-r1_all.ipk -O luci-app-passwall_26.3.2-r1_all.ipk
  2. wget https://github.com/Openwrt-Passwall/openwrt-passwall/releases/download/26.3.2-1/23.05-24.10_luci-i18n-passwall-zh-cn_26.3.2_all.ipk -O luci-i18n-passwall-zh-cn_26.3.2_all.ipk
  3. opkg install luci*.ipk
複製代碼
..

4. sing-box update
  1. wget https://sourceforge.net/projects/openwrt-passwall-build/files/releases/packages-24.10/aarch64_cortex-a53/passwall_packages/sing-box_1.13.1-r1_aarch64_cortex-a53.ipk/download -O sing-box-1.13.1-r1.ipk
  2. opkg install sing-box-1.13.0-r1.ipk
複製代碼
..

Reference:
[1] https://github.com/Openwrt-Passwall/openwrt-passwall


目录 PassWall on OpenWrt
#########################

现在 OpenWrt PassWall 都有大改动,之前的安装方法都不用,在 top-up manual 已经没有 load balance,还有 PassWall2,我会用 GL-MT6000 做测试。
作者: 张无忌    時間: 2026-1-28 19:38

本帖最後由 张无忌 於 2026-2-26 07:10 編輯

OpenWrt PassWall using Method 1: Add Software Source
PassWall 26.1.25
OpenWrt GL-MT6000 24.10.5

这次安装跟以前不一样,我们先看 [1, 2],在大陆要在科学上网路由器之下安装,跟以前不一样的;在香港安装不需要科学上网。在这种方法比以前不好,就是没有科学上网,就样有科学上网,以前方法就是香港(通过大陆朋友)把安装所有的 ipks 发给大陆就可以。

OpenWrt(24.10)
A. 大陆安装 OpenWrt repository server,在香港安装不用
  1. sed -i 's_https\?://downloads.openwrt.org_https://mirrors.tuna.tsinghua.edu.cn/openwrt_' /etc/opkg/distfeeds.conf
複製代碼
..

OpenWrt(24.10)
B1. dnsmasq 改变到 dnsmasq-full
  1. opkg update
  2. opkg remove dnsmasq && opkg install dnsmasq-full
複製代碼
..

OpenWrt(24.10)
B2. Ignore the following error from dnsmasq-full
  1. Collected errors:
  2. * resolve_conffiles: Existing conffile /etc/config/dhcp is different from the conffile in the new package. The new conffile will be placed at /etc/config/dhcp-opkg.
  3. root@OpenWrt:~#
複製代碼
..

C. Add new opkg key:
  1. wget -O passwall.pub https://master.dl.sourceforge.net/project/openwrt-passwall-build/passwall.pub
  2. opkg-key add passwall.pub
複製代碼
..

D. Add opkg repository:
  1. read release arch << EOF
  2. $(. /etc/openwrt_release ; echo ${DISTRIB_RELEASE%.*} $DISTRIB_ARCH)
  3. EOF
  4. for feed in passwall_luci passwall_packages passwall2; do
  5.   echo "src/gz $feed https://master.dl.sourceforge.net/project/openwrt-passwall-build/releases/packages-$release/$arch/$feed" >> /etc/opkg/customfeeds.conf
  6. done
複製代碼
..

E. Install package,"opkg install luci-app-passwall" 需要科学上网
  1. opkg update
  2. opkg install luci-app-passwall
複製代碼
..

F1. App update,use unzip
  1. opkg install unzip
複製代碼
..

F2. App update 没有科学上网
图1:
[attach]2513362[/attach]

F3. App update 需要科学上网
图2:
[attach]2513363[/attach]

在这里才可以安装机场。

References:
[1] openwrt-passwall-build
[2] Openwrt-Passwall


目录 PassWall on OpenWrt
作者: 张无忌    時間: 2026-2-2 11:48

本帖最後由 张无忌 於 2026-2-26 03:58 編輯

OpenWrt PassWall/PassWall2 on GL-MT6000 usung method 1: short version for aarch64_cortex-a53

在大陆可以不用科学上网安装,途中可能有 errors,我重复安装能成功;而用科学上网就 errors 少很多,而安装快很多。

A. 大陆安装 OpenWrt repository server,在香港安装不用
  1. sed -i 's_https\?://downloads.openwrt.org_https://mirrors.tuna.tsinghua.edu.cn/openwrt_' /etc/opkg/distfeeds.conf
複製代碼
..

B. dnsmasq 改变到 dnsmasq-full
  1. opkg update
  2. opkg remove dnsmasq && opkg install dnsmasq-full
複製代碼
..

C. passwall.pub
  1. wget -O passwall.pub https://master.dl.sourceforge.net/project/openwrt-passwall-build/passwall.pub
  2. opkg-key add passwall.pub
複製代碼
..

D. Cut-and-past the followings to /etc/opkg/customfeeds.conf
  1. src/gz passwall_luci https://master.dl.sourceforge.net/project/openwrt-passwall-build/releases/packages-24.10/aarch64_cortex-a53/passwall_luci
  2. src/gz passwall_packages https://master.dl.sourceforge.net/project/openwrt-passwall-build/releases/packages-24.10/aarch64_cortex-a53/passwall_packages
  3. src/gz passwall2 https://master.dl.sourceforge.net/project/openwrt-passwall-build/releases/packages-24.10/aarch64_cortex-a53/passwall2
複製代碼
..

E1. Install PassWall
  1. opkg update
  2. open install luci-app-passwall
複製代碼
..

or

E2. Install PassWall2
  1. opkg update
  2. open install luci-app-passwall2
複製代碼
..

F. App update 要加入 Sing-Box and Hysteria,可以按照上一章帖。


目录 PassWall on OpenWrt
作者: 张无忌    時間: 2026-2-26 21:20

本帖最後由 张无忌 於 2026-3-15 00:35 編輯

PassWall on GL.iNet(ImmortalWrt)
GL-MT6000(21.02)4.8.3,sub=1
GL-MT5000(21.02)4.8.4,sub=1
GL-MT3000(21.02)4.8.1,sub=1
GL-MT3600BE(21.02)4.8.5,sub=1
GL-BE6500 (23.05)4.8.7,sub=1
GL-BE3600 (23.05)4.8.3,sub=1

GL-BE6500,GL-BE3600,/etc/opkg.conf added
  1. arch all 1
  2. arch noarch 1
  3. arch aarch64_cortex-a53 5
  4. arch aarch64_cortex-a53_neon-vfpv4 10
複製代碼
..

GL-BE6500,GL-BE3600,加第三特殊插件 ImmortalWrt method,/etc/opkg/customfeeds.conf
  1. src/gz base https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/base
  2. src/gz luci https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/luci
  3. src/gz packages https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/packages
  4. src/gz routing https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/routing
  5. src/gz telephony https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/telephony
複製代碼
..

加第三特殊插件 ImmortalWrt method,/etc/opkg/customfeeds.conf
  1. src/gz base https://mirrors.vsean.net/openwrt/releases/21.02.7/packages/aarch64_cortex-a53/base
  2. src/gz luci https://mirrors.vsean.net/openwrt/releases/21.02.7/packages/aarch64_cortex-a53/luci
  3. src/gz packages https://mirrors.vsean.net/openwrt/releases/21.02.7/packages/aarch64_cortex-a53/packages
  4. src/gz routing https://mirrors.vsean.net/openwrt/releases/21.02.7/packages/aarch64_cortex-a53/routing
  5. src/gz telephony https://mirrors.vsean.net/openwrt/releases/21.02.7/packages/aarch64_cortex-a53/telephony
複製代碼
..

Test Stable version:ImmortalWrt
  1. opkg update
  2. opkg install luci-app-passwall
複製代碼
..

机场用 sub=1,Google 可以


目录 PassWall on OpenWrt
作者: 张无忌    時間: 2026-2-26 21:20

本帖最後由 张无忌 於 2026-3-5 11:29 編輯

PassWall on GL.iNet using k9
GL.iNet GL-MT6000(24.10)4.8.3-op24
GL.iNet GL-MT3000(24.10)4.8.3-op24

kiddin9 method

大陆安装 OPKG Configuration
/etc/opkg/customfeeds.conf
  1. # add your custom package feeds here
  2. #
  3. # src/gz example_feed_name http://www.example.com/path/to/files
  4. src/gz openwrt_kiddin9 https://dl.openwrt.ai/latest/packages/aarch64_cortex-a53/kiddin9
複製代碼
..

/etc/opkg/distfeeds.conf
  1. src/gz core https://fw.gl-inet.cn/releases/v24.x/24.10.4/mediatek/filogic
  2. src/gz base https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/base
  3. src/gz luci https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/luci
  4. src/gz packages https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/packages
  5. src/gz routing https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/routing
  6. src/gz telephony https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/telephony
複製代碼
..

Test Native OpenWrt 24 version:kiddin9
  1. opkg update
  2. opkg install luci-app-passwall
複製代碼
..


目录 PassWall on OpenWrt
作者: 张无忌    時間: 2026-2-26 21:20

本帖最後由 张无忌 於 2026-3-5 11:19 編輯

PassWall on GL.iNet using ImmortalWrt
GL.iNet GL-MT6000(24.10)4.8.3-op24
GL.iNet GL-MT3000(24.10)4.8.3-op24

ImmortalWrt method, /etc/opkg/distfeeds.conf (replaced by ImmortalWrt, kept fw.gl-inet.cn )
  1. src/gz base https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/base
  2. src/gz luci https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/luci
  3. src/gz packages https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/packages
  4. src/gz routing https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/routing
  5. src/gz telephony https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/telephony
複製代碼
..

Test Stable version:ImmortalWrt
  1. opkg update
  2. opkg install luci-app-passwall
複製代碼
..

机场用 sub=2,Google 可以

Using "App update(opkg)" [1] to update PassWall and sing-box.

Reference:
[1] App update(opkg)


目录 PassWall on OpenWrt
作者: 张无忌    時間: 2026-2-26 21:21

本帖最後由 张无忌 於 2026-4-17 10:23 編輯

GL.iNet GL-MT6000 stable version with PassWall
v4.8.3

A. Prepare backgrond to black
B. com -> cn
C. Two 悟空 ipks
D. Go to PassWall source
E. Windows file PassWall to OpenWrt kernel
F. Config PassWall
G. Test PassWall

A. Prepare backgrond to black

A1:
[attach]2522586[/attach]

A2:
[attach]2522587[/attach]

A3:
[attach]2522588[/attach]

A4:
[attach]2522589[/attach]

A5:
[attach]2522590[/attach]

A6:
[attach]2522591[/attach]

A7:
[attach]2522592[/attach]

A8:
[attach]2522594[/attach]

A9:
[attach]2522595[/attach]

A10:
[attach]2522596[/attach]

##################################
B. com -> cn

B1:
[attach]2522600[/attach]

B2:
[attach]2522601[/attach]

B3:
[attach]2522602[/attach]

我在大陆 GL.iNet GL-MT6000 做了 VPN,是原版的 stable version,不用 op24 version,所以在 /etc/opkg/distfeeds.conf 里是自动 fw.gl-inet.com;因为要在大陆安装,要在 fw.gl-inet.com 改回去 fw.gl-inet.cn,下面要用到 Windows PuTTY and WinSCP。

大陆安装的 /etc/opkg/distfeeds.conf,fw.gl-inet.cn
  1. src/gz glinet_core https://fw.gl-inet.cn/releases/v21.02-SNAPSHOT/mt7987a/kmod-5.4.281/aarch64_cortex-a53/kmod
  2. src/gz glinet_gli_pub https://fw.gl-inet.cn/releases/v21.02-SNAPSHOT/mt7987a/packages/aarch64_cortex-a53/glinet
  3. src/gz glinet_gli_packages https://fw.gl-inet.cn/releases/v21.02-SNAPSHOT/mt7987a/packages/aarch64_cortex-a53/packages
複製代碼
..

香港安装的 /etc/opkg/distfeeds.conf,fw.gl-inet.com
  1. src/gz glinet_core https://fw.gl-inet.com/releases/v21.02-SNAPSHOT/mt7987a/kmod-5.4.281/aarch64_cortex-a53/kmod
  2. src/gz glinet_gli_pub https://fw.gl-inet.com/releases/v21.02-SNAPSHOT/mt7987a/packages/aarch64_cortex-a53/glinet
  3. src/gz glinet_gli_packages https://fw.gl-inet.com/releases/v21.02-SNAPSHOT/mt7987a/packages/aarch64_cortex-a53/packages
複製代碼
..

#####################################
C. Two 悟空 ipks

安装 stable version GL.iNet 路由器,我需要悟空的两个 ipks,
  1. wget "https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/theme/luci-lua-runtime_all.ipk"
  2. wget  "https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/theme/libopenssl3.ipk"
  3. opkg update
  4. opkg install luci-lua-runtime_all.ipk libopenssl3.ipk
複製代碼
..

###############################
D. Go to PassWall source

D1. Source PassWall

D2. Three files
  1. luci-app-passwall_26.1.17-r1_all.ipk
  2. luci-i18n-passwall-zh-cn_26.1.17_all
  3. passwall_packages_ipk_aarch64_cortex-a53.zip
複製代碼
D3. Single file

####################################
E. Windows file to OpenWrt kernel

E1:用 WinSCP 把 Windows PassWall 转到 LuCI

E2:Change directory and "
  1. root@GL-MT3600BE:~# cd passwall_packages_ipk_aarch64_cortex-a53/
複製代碼
..

E3:Apply "opkg install *.ipk --force-reinstall"
  1. root@GL-MT3600BE:~/passwall_packages_ipk_aarch64_cortex-a53# opkg install *.ipk
  2. --force-reinstall
  3. No packages removed.
  4. Updating database.
  5. Database update completed.
  6. Installing chinadns-ng (2025.08.09-r1) to root...
  7. Installing dns2socks (2.1-r2) to root...
  8. .
  9. .
  10. .
  11. Configuring luci-app-passwall.
  12. Configuring luci-i18n-passwall-zh-cn.
  13. Configuring shadowsocksr-libev-ssr-redir.
  14. Configuring geoview.
  15. Configuring v2ray-geosite.
  16. Configuring v2ray-geoip.
  17. Configuring xray-core.
  18. Updating database.
  19. Database update completed.
  20. root@GL-MT3600BE:~/passwall_packages_ipk_aarch64_cortex-a53#
複製代碼
..

###############################################
F. Config PassWall

F1:
[attach]2512400[/attach]

F2:
[attach]2512401[/attach]

F3:
[attach]2512402[/attach]

F4:
[attach]2512403[/attach]

F5:
[attach]2512404[/attach]

F6:
[attach]2512405[/attach]

F7:
[attach]2512406[/attach]

F8:
[attach]2512407[/attach]

F9:
[attach]2512408[/attach]

F10:
[attach]2512409[/attach]

F11:
[attach]2512410[/attach]

F12:
[attach]2512411[/attach]

F13:
[attach]2512412[/attach]

F14:
[attach]2512413[/attach]

F15:
[attach]2512414[/attach]

F16:
[attach]2512415[/attach]

F17:
[attach]2512416[/attach]


目录 PassWall on OpenWrt
作者: VPN-Guru    時間: 2026-2-26 21:33

哇, 無忌兄越來越厲害, 我連看也看不懂,完全摸不著邊際。

小心哦, 現在在國内很敏感, 【國内的 YouTuber 都要被:遠洋捕撈】
聽説要罰款 50萬元哦。
作者: 张无忌    時間: 2026-3-4 10:08

本帖最後由 张无忌 於 2026-4-28 00:47 編輯

PassWall 26.1.13-1 on OpenWrt apk
GL-MT6000(25.12)25.12.0
GL-MT3600BE(25.12)25.12.3 pending
GL-MT3000(25.12)25.12.1
Cudy TR3000 256MB v1 (25.12)25.12.1

1:
  1. sed -i 's_https\?://downloads.openwrt.org_https://mirrors.tuna.tsinghua.edu.cn/openwrt_' /etc/apk/repositories.d/distfeeds.list
複製代碼
..

2:
  1. wget https://github.com/Openwrt-Passwall/openwrt-passwall/releases/download/26.1.13-1/luci-app-passwall-26.1.13-r1.apk -O luci-app-passwall-26.1.13-r1.apk
  2. wget https://github.com/Openwrt-Passwall/openwrt-passwall/releases/download/26.1.13-1/luci-i18n-passwall-zh-cn-26.1.13.apk -O luci-i18n-passwall-zh-cn-26.1.13.apk
  3. wget https://github.com/Openwrt-Passwall/openwrt-passwall/releases/download/26.1.13-1/passwall_packages_apk_aarch64_cortex-a53.zip -O passwall_packages_apk_aarch64_cortex-a53.zip
複製代碼
..

3:
  1. apk add unzip
  2. unzip passwall_packages_apk_aarch64_cortex-a53.zip
複製代碼
..

4:
  1. mv *.apk /tmp
複製代碼
..

5:
  1. cd /tmp
  2. apk add --allow-untrusted *.apk
複製代碼
..

###################
6: App update except PassWall ang sing-box

7. PassWall update
  1. wget https://github.com/Openwrt-Passwall/openwrt-passwall/releases/download/26.3.2-1/25.12+_luci-app-passwall-26.3.2-r1.apk -O luci-app-passwall-26.3.2-r1.apk
  2. wget https://github.com/Openwrt-Passwall/openwrt-passwall/releases/download/26.3.2-1/25.12+_luci-i18n-passwall-zh-cn-26.3.2.apk -O luci-i18n-passwall-zh-cn-26.3.2.apk
  3. apk add --allow-untrusted luci*.apk
複製代碼
..

8. sing-box update
  1. wget https://sourceforge.net/projects/openwrt-passwall-build/files/releases/packages-25.12/aarch64_cortex-a53/passwall_packages/sing-box-1.13.0-r1.apk/download -O sing-box-1.13.0-r1.apk
  2. apk add --allow-untrusted sing-box-1.13.0-r1.apk
複製代碼
..

Reference:
[1] https://github.com/Openwrt-Passwall/openwrt-passwall


目录 PassWall on OpenWrt
作者: 张无忌    時間: 2026-3-4 18:30

本帖最後由 张无忌 於 2026-3-4 10:53 編輯

App update(opkg)

1: App update except PassWall ang sing-box

2: Opkg update
  1. opkg update
複製代碼
..

3. PassWall update
  1. wget https://github.com/Openwrt-Passwall/openwrt-passwall/releases/download/26.3.2-1/23.05-24.10_luci-app-passwall_26.3.2-r1_all.ipk -O luci-app-passwall_26.3.2-r1_all.ipk
  2. wget https://github.com/Openwrt-Passwall/openwrt-passwall/releases/download/26.3.2-1/23.05-24.10_luci-i18n-passwall-zh-cn_26.3.2_all.ipk -O luci-i18n-passwall-zh-cn_26.3.2_all.ipk
  3. opkg install luci*.ipk
複製代碼
..

4. sing-box update
  1. wget https://sourceforge.net/projects/openwrt-passwall-build/files/releases/packages-24.10/aarch64_cortex-a53/passwall_packages/sing-box_1.13.0-r1_aarch64_cortex-a53.ipk/download -O sing-box-1.13.0-r1.ipk
  2. opkg install sing-box-1.13.0-r1.ipk
複製代碼
..

Reference:
[1] https://github.com/Openwrt-Passwall/openwrt-passwall


目录 PassWall on OpenWrt
作者: 张无忌    時間: 2026-3-4 20:24

本帖最後由 张无忌 於 2026-3-4 12:27 編輯

OP24 opkg configuration

OPKG Configuration
Below is a listing of the various configuration files used by opkg. Use opkg.conf for global settings and customfeeds.conf for custom repository entries. The configuration in the other files may be changed but is usually not preserved by sysupgrade.

/etc/opkg.conf
  1. dest root /
  2. dest ram /tmp
  3. lists_dir ext /var/opkg-lists
  4. option overlay_root /overlay
複製代碼
..

/etc/opkg/customfeeds.conf
  1. # add your custom package feeds here
  2. #
  3. # src/gz example_feed_name http://www.example.com/path/to/files
複製代碼
..

/etc/opkg/distfeeds.conf
  1. src/gz core https://fw.gl-inet.com/releases/v24.x/24.10.4/mediatek/filogic
  2. src/gz base https://downloads.openwrt.org/releases/24.10.4/packages/aarch64_cortex-a53/base
  3. src/gz luci https://downloads.openwrt.org/releases/24.10.4/packages/aarch64_cortex-a53/luci
  4. src/gz packages https://downloads.openwrt.org/releases/24.10.4/packages/aarch64_cortex-a53/packages
  5. src/gz routing https://downloads.openwrt.org/releases/24.10.4/packages/aarch64_cortex-a53/routing
  6. src/gz telephony https://downloads.openwrt.org/releases/24.10.4/packages/aarch64_cortex-a53/telephony
複製代碼
..


目录 PassWall on OpenWrt
作者: 张无忌    時間: 2026-3-4 20:24

本帖最後由 张无忌 於 2026-3-5 14:47 編輯

PassWall / PassWall2 on GL.iNet op24
GL-MT3000 op24 4.8.1

com -> cn

PassWall
  1. wget https://sourceforge.net/projects/openwrt-passwall-build/files/releases/packages-24.10/aarch64_cortex-a53/passwall_luci/luci-app-passwall_26.3.2-r1_all.ipk/download -O luci-app-passwall_26.3.2-r1_all.ipk
  2. wget https://sourceforge.net/projects/openwrt-passwall-build/files/releases/packages-24.10/aarch64_cortex-a53/passwall_luci/luci-i18n-passwall-zh-cn_26.3.2_all.ipk/download -O luci-i18n-passwall-zh-cn_26.3.2_all.ipk
複製代碼
..

Base
  1. wget "https://github.com/Openwrt-Passwall/openwrt-passwall/releases/download/26.1.13-1/passwall_packages_ipk_aarch64_cortex-a53.zip" -O passwall_packages_ipk_aarch64_cortex-a53.zip
複製代碼
..

Step D: unzip
  1. unzip passwall*
複製代碼
..

Step E: Move *.* /tmp
  1. mv *.* /tmp
複製代碼
..

Step F: cd /tmp; opkg install *.ipk --force-reinstall
  1. cd /tmp; opkg update; opkg install *.ipk --force-reinstall
複製代碼
..

##############################

PassWall2

PassWall2
  1. wget https://sourceforge.net/projects/openwrt-passwall-build/files/releases/packages-24.10/aarch64_cortex-a53/passwall2/luci-app-passwall2_26.3.1-r1_all.ipk/download -O luci-app-passwall2_26.3.1-r1_all.ipk
  2. wget https://sourceforge.net/projects/openwrt-passwall-build/files/releases/packages-24.10/aarch64_cortex-a53/passwall2/luci-i18n-passwall2-zh-cn_26.3.1_all.ipk/download -O luci-i18n-passwall2-zh-cn_26.3.1_all.ipk
複製代碼
..

Base
  1. wget "https://github.com/Openwrt-Passwall/openwrt-passwall/releases/download/26.1.13-1/passwall_packages_ipk_aarch64_cortex-a53.zip" -O passwall_packages_ipk_aarch64_cortex-a53.zip
複製代碼
..


目录 PassWall on OpenWrt
作者: mcjin2001    時間: 2026-3-9 14:39

用手機可唔可以幫router裝passwall?

via HKEPC IR 5.1.14 - Android(5.1.2F)
作者: 张无忌    時間: 2026-3-10 10:45

用手機可唔可以幫router裝passwall?

via HKEPC IR 5.1.14 - Android(5.1.2F)
mcjin2001 發表於 2026-3-9 06:39


手机我没有用过,我用 PC 安装 OpenWrt PassWall 路由器。
作者: mcjin2001    時間: 2026-3-10 14:28

手机我没有用过,我用 PC 安装 OpenWrt PassWall 路由器。
张无忌 發表於 2026-3-10 02:45

請問passwall好用定openclash好用?

via HKEPC IR 5.1.14 - Android(5.1.2F)
作者: 张无忌    時間: 2026-3-11 09:18

回覆 25# mcjin2001

其实我估计 GFW 中间经常有变动或机场有问题,导致联系不上,便要换不同机场。

我现在比较喜欢用 HomeProxy,其次是 PassWall,两只都可以有 servers and clients,最后才会用 OpenClash,因为 OpenClash 只有 clients。
作者: mcjin2001    時間: 2026-3-11 10:04

回覆  mcjin2001

其实我估计 GFW 中间经常有变动或机场有问题,导致联系不上,便要换不同机场。

我现在 ...
张无忌 發表於 2026-3-11 01:18

請問有什麼免費server好用?香港的免費server可以建立自己的節點嗎?

via HKEPC IR 5.1.14 - Android(5.1.2F)
作者: 张无忌    時間: 2026-3-12 10:30

請問有什麼免費server好用?香港的免費server可以建立自己的節點嗎?

via HKEPC IR 5.1.14 - Android(5. ...
mcjin2001 發表於 2026-3-11 02:04


在大陆在阿里云、腾讯云和百度云都有免费 WireGuard servers(到今年 11 月初)。

https://www.hkepc.com/forum/redi ... 73&pid=42838467
作者: mcjin2001    時間: 2026-3-12 12:21

在大陆在阿里云、腾讯云和百度云都有免费 WireGuard servers(到今年 11 月初)。

...
张无忌 發表於 2026-3-12 02:30

可唔可以建立香港ip睇香港電視?

via HKEPC IR 5.1.14 - Android(5.1.2F)





歡迎光臨 電腦領域 HKEPC Hardware (https://h0.hkepc.com/forum/) Powered by Discuz! 7.2