本帖最後由 张无忌 於 2026-5-20 12:34 編輯

Free VPN: US RackNerd WireGuard server

主要为一些 HKEPC members 在大陆没有 VPN WireGuard servers 或者因某种原因自己香港 VPN 不能工作,可以用我这个美国 VPS RackNerd WireGuard server,上 WhatsApp,Facebook,YouTube,Email 等等。

The VPS 方法可以参考 [1],而 WireGuard server port=51820,在大陆有时 block 51820,在这里 port=2000~2999,共有 1000 个 ports 你自己选。

Table 1: Windows RackNerd WireGuard client, key 1, 10.0.0.2/32
  1. [Interface]
  2. PrivateKey = oE00qNaRi/MQmeB+yP8HmRfITwd7U2L9CPRQ/AeGFHA=
  3. Address = 10.0.0.2/32
  4. DNS = 1.1.1.1, 8.8.8.8

  5. [Peer]
  6. PublicKey = vLsqGLiwwT1MGHCnt+AAtEVXVcFAv9vXvtnYHW0Yl3M=
  7. AllowedIPs = 0.0.0.0/0
  8. Endpoint = 173.44.62.132:51820
  9. PersistentKeepalive = 25
複製代碼
..

图1:二维码 QR code for US RackNerd WireGuard client, key 1, 10.0.0.2/32 [2]


Listing1: Linux firewall standard port=51820,如果被 block,用 port=2000~2999 之间都可以 [3]
  1. #install uncomplicated firewall
  2. apt install ufw

  3. # firewall allows 2000:2999/udp  
  4. ufw allow 2000:2999/udp

  5. # redirect 2000:2999/udp to 51820/udp
  6. iptables -t nat -A PREROUTING -p udp --dport 2000:2999 -j REDIRECT --to-ports 51820
  7. iptables -t nat -A OUTPUT -p udp -d localhost --dport 2000:2999 -j REDIRECT --to-ports 51820
複製代碼
..

US RackNerd 1~10 keys 2D codes 可以在这里下载 [4]。


References:
[1] 阿里云 Aliyun 68 元/年——WireGuard server settings
[2] QR Code Generator
[3] Transfer 31000:35000 to 51820
[4] https://www.hkepc.com/forum/redi ... 21&pid=42975734

子目录 Free VPN WireGuard servers
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP

本帖最後由 张无忌 於 2026-5-10 13:13 編輯

电信、移动对 PCCW 和 HKBN 比较

大陆:电信 500M,移动 iPhone 16e 5G
香港:PCCW 1000M,HKBN VDSL 100M

以下一些参考数据:大陆华东地区用 Windows WireGuard clients and Tailscale exit node 做测试;日期 2026/5/6,左手面是 14:28 ~ 14:56 / 右手面 21:00 ~ 21:36,fast.com 速度测试。

Table 1: Windows WireGuard client
电信 ISP --> 电脑移动手机-->Wi-Fi-->电脑
PCCW 0 Kbps / 0 Kbps 110 Mbps / 81 Mbps
HKBN 3.5 Mbps / 2.4 Mbps 51 Mbps / 53 Mbps
RackNerd 220 Kbps / 290 Kbps 71 Kbps / 69 Kbps


Table 2: Tailscale exit node
电信 ISP --> 电脑移动手机测试
PCCW 320 Kbps / 0 Kbps 83 Mbps / 82 Mbps
RackNerd  420 Kbps / 440 Kbps 50 Kbps / 360 Kbps
Tokyo 260 Kbps / 1.5 Mbps 260 Kbps / 26 Mbps


测试结果:
1. 在 WireGuard 方面,PCCW 用电信收发不到,而移动就收发非常好;HKBN 电信收发就好,移动就非常好;RackNerd 收发就可以,移动就收发比较弱。
2. 在 Tailscale exit node,PCCW 对电信中午还可以,但是晚上不好;RackNerd 和 Tokyo 都电信和移动还可以。

结论:
1. 移动对 PCCW 和 HKBN 都非常好。
2. 电信对长途我的 VPS 还可以。


目录 VPN 与 机场

TOP

本帖最後由 张无忌 於 2026-5-20 12:34 編輯

Free VPN: JP Tokyo WireGuard server

Standard port=51820,如果被封就转 port,就接换 2000~2999 之间都可以。

Table 1: Windows JP Tokyo WireGuard client, key 1, 10.0.0.2/32
  1. [Interface]
  2. PrivateKey = oE00qNaRi/MQmeB+yP8HmRfITwd7U2L9CPRQ/AeGFHA=
  3. Address = 10.0.0.2/32
  4. DNS = 1.1.1.1, 8.8.8.8

  5. [Peer]
  6. PublicKey = AWYqceYn6BnL8foYSb0jxzqNaD4ZjiP8uNJ3grfalyc=
  7. AllowedIPs = 0.0.0.0/0
  8. Endpoint = 43.153.157.58:51820
  9. PersistentKeepalive = 25
複製代碼
..

图1:2D code for JP Tokyo WireGuard client, key 1, 10.0.0.2/32


JP Tokyo 1~10 keys 2D codes 可以在这里下载 [2]。


References:
[1] Free VPN: US RackNerd WireGuard server
[2] https://www.hkepc.com/forum/redi ... 21&pid=42975736

子目录 Free VPN WireGuard servers
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP

Free VPN: JP Tokyo WireGuard server

Standard port=51820,如果被封就转 port,就接换 2000~3000 之间都 ...
张无忌 發表於 2026-5-10 08:28


thx...不如你做多幾個key,否則會撞IP

TOP

本帖最後由 张无忌 於 2026-5-11 10:54 編輯
thx...不如你做多幾個key,否則會撞IP
t101 發表於 2026-5-10 23:46


请问 @t101 师兄,我怎样做"做多幾個key,否則會撞IP",现在 IP 不改,怎样能改?

现在我明白你的意思,就现在加多一个 key 1.0.0.3/32。

TOP

本帖最後由 张无忌 於 2026-5-20 12:35 編輯

Free VPN: HK YT WireGuard server

Standard port=51820,if blocked you can choose in the range between of 2000~2999。

Table 1: HK YT Windows WireGuard server, key 1, 10.0.0.2/32
  1. [Interface]
  2. PrivateKey = oE00qNaRi/MQmeB+yP8HmRfITwd7U2L9CPRQ/AeGFHA=
  3. Address = 10.0.0.2/32
  4. DNS = 1.1.1.1, 8.8.8.8

  5. [Peer]
  6. PublicKey = 2HRoHa+s5Y2GlP1A/qTuuhFVDkh1fifwTjcExLjtaFg=
  7. AllowedIPs = 0.0.0.0/0
  8. Endpoint = 149.104.4.237:51820
  9. PersistentKeepalive = 25
複製代碼
..

图1:二维码 2D code for HK YT WireGuard client, key 1, 10.0.0.2/32


HK YT 1~10 keys 2D codes 可以在这里下载 [2]。


References:
[1] Free VPN: US RackNerd WireGuard server
[2] https://www.hkepc.com/forum/redi ... 21&pid=42975737

子目录 Free VPN WireGuard servers
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP

本帖最後由 t101 於 2026-5-12 06:46 編輯
请问 @t101 师兄,我怎样做"做多幾個key,否則會撞IP",现在 IP 不改,怎样能改?

现在我明白你的意思, ...
张无忌 發表於 2026-5-11 08:24


我也沒簡單方法,只能多做幾個這些,貼出來就好,懂的自己會處理,自己去gen QR code。

PrivateKey = +HJR99R9nS+xEB8pf8hOUHumIJhkJK22/NX+TbYsv3w=
Address = 10.0.0.3/32
   
也可以不同server用同一組client key,用script一次加10個
wg set wg0 peer FACC... allowed-ips 10.0.0.5
wg set....

TOP

电信 ISP、移动手机比较

电信 ISP 速度(跟电信手机一样),移动手机速度(跟移动 ISP 一样)。

日期:2026/5/10,WireGuard protocol
电信 500M,移动 5G 对 美国 RackNerd、日本 Tokyo、香港 TY 比较

Table 1: Windows WireGuard client 8:02~8:11 / 14:20~14:26 / 21:01~21:07
电信 ISP 500M移动手机 5G
RackNerd 75 Mbps / 980 Kbps / 390 Kbps 82 Kbps / 0 Kbps / 0-67 Kbps
Tokyo 150 Kbps / 70 Kbps / 89 Kbps 27 Mbps / 27 Mbps / 27 Mbps
TY 180 Mbps / 3.8 Mbps / 300 Kbps 140 Mbps / 79 Mbps / 81 Mbps


观测:
1. 可能我是一般用家线路,数据可以参考。
2. 移动去香港和日本好的,去美国较差。
3. 电信早上美国和香港好的,晚上大约 89~390 Kbps。

结论:
1. 用移动去香港,日夜都挺好,到了香港,日本上 WhatsApp,Facebook,YouTube 都挺好。


目录 VPN 与 机场

TOP

本帖最後由 张无忌 於 2026-5-20 12:35 編輯

10 keys for US RackNerd, JP Tokyo, HK YT WireGuard servers

注意 port=51820,在大陆用一定 block port=51820,它要改 port=2000~2999 之间任何一个都试试。

US RackNerd key 1
  1. [Interface]
  2. PrivateKey = oE00qNaRi/MQmeB+yP8HmRfITwd7U2L9CPRQ/AeGFHA=
  3. Address = 10.0.0.2/32
  4. DNS = 1.1.1.1, 8.8.8.8

  5. [Peer]
  6. PublicKey = vLsqGLiwwT1MGHCnt+AAtEVXVcFAv9vXvtnYHW0Yl3M=
  7. AllowedIPs = 0.0.0.0/0
  8. Endpoint = 173.44.62.132:51820
  9. PersistentKeepalive = 25
複製代碼
..

Change US RackNerd key 1 to key 7
From Table 1, key 7
  1. 7th key
  2. [Interface]
  3. PrivateKey = wC2QJJyD/zrsupE3GWpDq8mq4myL/dtEwjDTcVrJwlQ=
  4. Address = 10.0.0.8/32
複製代碼
..

We have US RackNerd key 7
  1. [Interface]
  2. PrivateKey = wC2QJJyD/zrsupE3GWpDq8mq4myL/dtEwjDTcVrJwlQ=
  3. Address = 10.0.0.8/32
  4. DNS = 1.1.1.1, 8.8.8.8

  5. [Peer]
  6. PublicKey = vLsqGLiwwT1MGHCnt+AAtEVXVcFAv9vXvtnYHW0Yl3M=
  7. AllowedIPs = 0.0.0.0/0
  8. Endpoint = 173.44.62.132:51820
  9. PersistentKeepalive = 25
複製代碼
..

Using QR Code Generator [1] to generate 2D code for iOS or Android mobile devices.

RackNerd 173.44.62.132, 10 keys done
Tokyo 43.153.157.58, 10 keys done
YT 149.104.4.237, 10 keys done

Listing 1: 10 keys
  1. 1st key
  2. [Interface]
  3. PrivateKey = oE00qNaRi/MQmeB+yP8HmRfITwd7U2L9CPRQ/AeGFHA=
  4. Address = 10.0.0.2/32

  5. 2nd key
  6. [Interface]
  7. PrivateKey = ODxaawpIu+ptszLSt2atJTM2XJvO6rzmBoOe9cxK81M=
  8. Address = 10.0.0.3/32

  9. 3rd key
  10. [Interface]
  11. PrivateKey = GAUe3Z2CMV+2w/oZpMLNOxhkI13n+LgTB2Rmn5EBWFg=
  12. Address = 10.0.0.4/32

  13. 4th key
  14. [Interface]
  15. PrivateKey = wJL5rz2BKdlbntIcmt+A5l7vvSYQgu8yM4rVQuZiOlg=
  16. Address = 10.0.0.5/32

  17. 5th key
  18. [Interface]
  19. PrivateKey = CN95l6kF01BBRZxrv9MdGOA4dp3oyAE/Noq3FgVEZFE=
  20. Address = 10.0.0.6/32

  21. 6th key
  22. [Interface]
  23. PrivateKey = IOPd2EnEmDRYYxsy0cTAc/EijOGr8hbhoi5tenbFH3Q=
  24. Address = 10.0.0.7/32

  25. 7th key
  26. [Interface]
  27. PrivateKey = wC2QJJyD/zrsupE3GWpDq8mq4myL/dtEwjDTcVrJwlQ=
  28. Address = 10.0.0.8/32

  29. 8th key
  30. [Interface]
  31. PrivateKey = 0L8O+/I5qt7UxR7LHjh9fN51istwkdPpwQhtgfYvqmw=
  32. Address = 10.0.0.9/32

  33. 9th key
  34. [Interface]
  35. PrivateKey = 2DdLYxvj5oYVG5zaC26L/BrbOCFJ9Jbb7ui8eV1liFI=
  36. Address = 10.0.0.10/32

  37. 10th key
  38. [Interface]
  39. PrivateKey = GPxZkZ/P0vwqYYIYeavn8iNYW9p1T6qjHWxK+fGjp0k=
  40. Address = 10.0.0.11/32
複製代碼
..


Reference:
[1] QR Code Generator

子目录 Free VPN WireGuard servers

TOP

本帖最後由 t101 於 2026-5-12 11:20 編輯
10 keys

RackNerd 173.44.62.132, 10 keys done
Tokyo 43.153.157.58
TY 149.104.4.237

1st key

Private ...
张无忌 發表於 2026-5-12 09:40


.2 同 .3 同QR code config撞了,建議從.5以後開始

有部分唔work,你可以試下

TOP