本帖最後由 张无忌 於 2025-11-10 02:31 編輯

PassWall + WireGuard(大陆->香港包欧美)

在大陆,PassWall 可以用机场,也可以用香港的 WireGuard server 进行《科学上网》。


图1:连香港的 Windows WireGuard client


图2:PassWall >> Node List,点击 "Add"


图3:Group Name,自己手打 "VPN",然后键板 "Enter"


图4:按图1输入


图5:往下看,点击 "Save & Apply"


图6:Node List,点击 "VPN"


图7:Basic Settings,"TCP Node=Sing-Box WG"


图8:Main Switch=tick, 点击 "Save & Apply"


图9:YouTube


图10:CCTV5



GL.iNet GL-MT3000 Native OpenWrt 24
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP

本帖最後由 robotmaster 於 2025-11-10 13:27 編輯
GL-BE6500改机[1,2]:
.....
  1. root@GL-BE6500:~# echo -n "US" | dd of=/dev/mtdblock11 bs=1 seek=136 conv=notrunc
  2.     2+0 records in
  3.     2+0 records out
  4. root@GL-BE6500:~#
複製代碼
.....
张无忌 發表於 2025-11-4 08:44


請問樓主:
這個 GL.iNET GL-BE6500 改區的方法, 是否已經過實際測試 ?

TOP

回覆 282# robotmaster

試左, 可以的, 不過 putty 我用 port 22 先入到去

TOP

雙11期間,cudy tr3000  256M加價。Gl.inet MT3000 減價。

TOP

回覆  robotmaster

試左, 可以的, 不過 putty 我用 port 22 先入到去
vestzs 發表於 2025-11-10 13:33


謝謝確認   

也謝謝樓主分享改區教學   

TOP

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

悟空 GL-BE6500 又出 YouTube 有 iStoreOS,PassWall,OpenClash

如题,主要看看他新出来的 GL-BE6500 又有 YouTube 有 iStoreOS,PassWall,OpenClash。但是如果单独的 iStoreOS,PassWall,OpenClash,就要自已看 shell script。

在 YouTube[1] 中 8:56 - 9:17 给出重要的信息:

/etc/opkg/arch.conf
  1. arch all 1
  2. arch noarch 1
  3. arch aarch64_cortex-a53 5
  4. arch aarch64_cortex-a53_neon-vfpv4 10
複製代碼
有了它便可以安装第三方特殊插件如 PassWall and OpenClash.

References:
[1] 一个视频 从头到尾讲清楚 BE6500 如何使用一键脚本|注意事项|技巧


目录 GL.iNet with OpenWrt* on GL-BE6500

TOP

本帖最後由 张无忌 於 2025-11-13 10:36 編輯

GL.iNet GL-MT6000/GL-MT3000(Stable/Native OpenWrt 24/Vanilla OpenWrt)可以安装PassWall

GL.iNet GL-MT6000 and GL-MT3000 可以有三种固件(firmware)分别 Stable version,Native OpenWrt 24 version,Vanilla OpenWrt,可以安装 PassWall,OpenClash。

In short
Stable version: ImmortalWrt (Manual not successed)
Native OpenWrt version: kiddin9, ImmortalWrt, Manual (all successed)
Vanilla OpenWrt:kiddin9,ImmortalWrt,Manual (all successed)


Stable version:ImmortalWrt method

大陆安装
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 glinet_core https://fw.gl-inet.cn/releases/mt798x/kmod-4.5.7/aarch64_cortex-a53/mediatek/mt7986
  2. src/gz glinet_gli_pub https://fw.gl-inet.cn/releases/mt798x/packages-4.5/aarch64_cortex-a53/glinet
  3. src/gz glinet_gli_packages https://fw.gl-inet.cn/releases/mt798x/packages-4.5/aarch64_cortex-a53/packages
複製代碼
加第三特殊插件 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
複製代碼
.

########################################################
Native OpenWrt 24 version:kiddin9 method

大陆安装
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.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
複製代碼
加第三特殊插件 kiddin9 method,/etc/opkg/customfeeds.conf
  1. src/gz openwrt_kiddin9 https://dl.openwrt.ai/latest/packages/aarch64_cortex-a53/kiddin9
複製代碼
Test Native OpenWrt 24 version:kiddin9
  1. opkg update
  2. opkg install luci-app-passwall
複製代碼
.

Native OpenWrt 24 version:ImmortalWrt method

加第三特殊插件 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 Native OpenWrt 24 version:ImmortalWrt
  1. opkg update
  2. opkg install luci-app-passwall
複製代碼
.

Native OpenWrt 24 version:Manual method

这个方法是我第一次学 Vanilla OpenWrt on GL-MT6000 using PassWall[1],谢谢 @fakeman 的鼓励

主要跟随 [1] 把
  1. https://github.com/xiaorouji/openwrt-passwall/releases/download/25.11.1-1/luci-24.10_luci-app-passwall_25.11.1-r1_all.ipk
  2. https://github.com/xiaorouji/openwrt-passwall/releases/download/25.11.1-1/luci-24.10_luci-i18n-passwall-zh-cn_25.11.1_all.ipk
  3. https://github.com/xiaorouji/openwrt-passwall/releases/download/25.11.1-1/passwall_packages_ipk_aarch64_cortex-a53.zip
複製代碼
.

然后在 Windows,再unzip,把 luci-24.10_luci-app-passwall_25.11.1-r1_all.ipk and luci-24.10_luci-i18n-passwall-zh-cn_25.11.1_all.ipk 放在 unzipped passwall_packages_ipk_aarch64_cortex-a53 folder,然后用 WinSCP 把 unzipped passwall_packages_ipk_aarch64_cortex-a53 folder 送到 OpenWrt 里,
  1. cd passwall_packages_ipk_aarch64_cortex-a53
  2. opkg install *.ipk --force-reinstall
複製代碼
.

#################################################
Vanilla OpenWrt:kiddin9,ImmortalWrt,Manual (all successed)

Reference:
[1] OpenWrt + PassWall + WireGuard + 安装



目录帖子GL.iNet and OpenWrt Contents

TOP

本帖最後由 张无忌 於 2026-2-23 09:52 編輯

GL.iNet GL-BE6500 开箱文(软件)

新到的 GL.iNet GL-BE6500,于是打开它,接入 WAN and LAN cable。

图1:IP=192.168.8.1


图2:转成我熟识 English,设定密码


图3:Wi-Fi 用 default,点击 Next


图4:弹出 Network Guide


图5:GL.iNet BE6500 Admin Panel,有 CN 字样代表大陆版,没有 VPN


图6:点击 SYSTEM >> Advanced Settings


图7:Modify Advanced Settings with LuCI,点击 Install Now


图8:安装 LuCI 完毕


图9:运行 PuTTY,IP=192.168.8.1,点击 Open


图10:点击 Accept


图11:进入 OpenWrt shell


Reference:
[1] GL iNet 路由器更改区域指南


目录帖子GL.iNet and OpenWrt Contents
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP

本帖最後由 张无忌 於 2026-2-24 05:59 編輯

GL.iNet GL-BE6500 / GL-BE3600 + 第三方特殊插件(ImmortalWrt, Manual)

现在我们在大陆选 GL-BE6500 或 GL-BE3600,只有 GL-BE9300 在香港买。在香港可以在大陆淘宝买 GL-BE6500 或 GL-BE3600,买入适合的 adapter,当它到了香港后我们可以进行 CN 转 US [1],便可以有 VPN。

如果在大陆居住,买入 GL-BE6500 或 GL-BE3600后,进行 CN 转 US,像香港一样有 VPN,在大陆可以用 WireGuard VPN 到香港 WireGuard server。路由器要安装《第三方特殊插件》,可以安装机场或香港的 WireGuard server,那么整家便可以科学上网,就是香港网(YouTube,Facebook,Google)和大陆网(CCTV5,CCTV5+)都可以看。

现在的路由器的 opkg configuration settings:
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 glinet_core https://fw.gl-inet.cn/releases/qsdk_v12.5/kmod-4.7/be9300-ipq53xx
  2. src/gz glinet_gli_pub https://fw.gl-inet.cn/releases/qsdk_v12.5/packages-4.x/ipq53xx/be9300/glinet
  3. src/gz opnwrt_packages https://fw.gl-inet.cn/releases/qsdk_v12.5/packages-4.x/ipq53xx/be9300/packages
複製代碼
.

########################################################
ImmortalWrt method

/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
複製代碼
/etc/opkg/customfeeds.conf (added)
  1. src/gz base downloads.immortalwrt.org/releases/23.05.6/packages/aarch64_cortex-a53/base
  2. src/gz luci downloads.immortalwrt.org/releases/23.05.6/packages/aarch64_cortex-a53/luci
  3. src/gz packages downloads.immortalwrt.org/releases/23.05.6/packages/aarch64_cortex-a53/packages
  4. src/gz routing downloads.immortalwrt.org/releases/23.05.6/packages/aarch64_cortex-a53/routing
  5. src/gz telephony downloads.immortalwrt.org/releases/23.05.6/packages/aarch64_cortex-a53/telephony
複製代碼
.

Or 大陆安装
/etc/opkg/customfeeds.conf (added)
  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
複製代碼
Test on ImmortalWrt method
  1. opkg update
  2. opkg install luci-app-passwall
複製代碼
.

########################################################
Manual method

主要跟随 [2] 把
  1. https://github.com/xiaorouji/openwrt-passwall/releases/download/25.11.1-1/luci-24.10_luci-app-passwall_25.11.1-r1_all.ipk
  2. https://github.com/xiaorouji/openwrt-passwall/releases/download/25.11.1-1/luci-24.10_luci-i18n-passwall-zh-cn_25.11.1_all.ipk
  3. https://github.com/xiaorouji/openwrt-passwall/releases/download/25.11.1-1/passwall_packages_ipk_aarch64_cortex-a53.zip
複製代碼
.

然后在 Windows,再unzip,把 luci-24.10_luci-app-passwall_25.11.1-r1_all.ipk and luci-24.10_luci-i18n-passwall-zh-cn_25.11.1_all.ipk 放在 unzipped passwall_packages_ipk_aarch64_cortex-a53 folder,然后用 WinSCP 把 unzipped passwall_packages_ipk_aarch64_cortex-a53 folder 送到 OpenWrt 里,
  1. cd passwall_packages_ipk_aarch64_cortex-a53
  2. opkg install *.ipk --force-reinstall
複製代碼
.

除了 PassWall,还可以安装 OpenClash。

References:
[1] GL.iNet GL-BE6500 开箱文(软件)
[2] OpenWrt + PassWall + WireGuard + 安装


目录 GL.iNet with OpenWrt* on GL-BE6500

TOP

本帖最後由 张无忌 於 2025-11-14 05:07 編輯

大湾区手机

一般我们都是用 iPhone or Android,主要我们安装 ZeroTier,那么在香港或者大陆都可以联系  OpenWrt PassWall,然后更改 settings。

图1:



大湾区目录
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP