本帖最後由 张无忌 於 2026-2-16 04:06 編輯
師兄你好,謝謝你的分享。
我買了淘寶的mt3600be router.
我轉區後有返vpn的功能。
但tailscale 個到有個 ...
vcyu2010 發表於 2026-2-15 23:40


很高兴你买了大陆的  GL-MT3600BE,把 CN 转了 US 后就有 VPN 功能。我在大陆和香港都有 GL-MT3600BE 各一个,在香港我都用 Tailscale subnets and exit node,不知道你的路由器在香港用,还是大陆用?

你每次 reboot,如果 WAN IP 改变,那么 subnets and exit node 都有问题;如果 WAN IP 没有变的话,就只要 exit node 就停,但是指令 60 秒后,exit node 才能工作。

我的 code 是
  1. tailscale up --advertise-routes=192.168.8.0/24,192.168.55.0/24 --snat-subnet-routes=false --advertise-exit-node --reset
複製代碼
  1. ( sleep 60; tailscale set --advertise-exit-node ) &
複製代碼
。详细请参考 Tailscale subnets and exit node

TOP

很高兴你买了大陆的  GL-MT3600BE,把 CN 转了 US 后就有 VPN 功能。我在大陆和香港都有 GL-MT3600BE 各 ...
张无忌 發表於 2026-2-16 11:07



  唔該師兄先。謝謝你的回覆,我今晚再研究下,感謝幫忙。

TOP

为什么 GL-MT5000 to OpenWrt 还没有上路?

主要没有 GL.iNet  "Realtek RTL8366ub Switch" source code。

@hauke
hauke
on Jan 31
Is the Realtek RTL8366ub Switch switch connected to this port and initialized y u-boot?
Does your GPL tar for the vendor firmware contains the source code of the Realtek switch driver?

Author
@GLiNet-Tech
GLiNet-Tech
on Feb 4
Is the Realtek RTL8366ub Switch switch connected to this port and initialized y u-boot?
Yes.The Realtek RTL8366ub switch is connected to this port and initialised during U-Boot.
Does your GPL tar for the vendor firmware contains the source code of the Realtek switch driver?
Source code for the Realtek switch chip driver is not included.

Reference:
[1] mediatek: filogic: add support for GL.iNet MT5000 (Brume3) #21728


GL.iNet with OpenWrt* on GL-MT5000

TOP

本帖最後由 robotmaster 於 2026-3-18 20:14 編輯

回覆 23# 张无忌

問題應該出在 Realtek 身上,  
有一些 全 2.5g port 的 WiFi-7 router 也是用了 Realtek Switch chip (eg. RTL8372(N))。使用它的 WiFi-7 router 可能無咁快會有 OpenWRT 支援...

今次就睇下 GL.iNET 可以幾快使 Realtek 方面配合, 釋出 RTL8366ub 的 source code。

TOP

回覆  张无忌

問題應該出在 Realtek 身上,  
有一些 全 2.5g port 的 WiFi-7 router 也是用了 Realtek Sw ...
robotmaster 發表於 2026-3-19 03:59



    應該好難吧,現有嘅 RTL838x 都係靠 reverse engineering + leaked source code 先做到

TOP

回覆 25# fakeman

看似是 GL.iNET 的人員, 於 GitHub PR 上留言 表示正主動跟進 RTL8366ub 的 open source code,且看稍後會否有進展。

TOP