![]() | 1 wuruxu 137 天前 墙内用 WireGuard 翻好几年了,一直都很稳 |
![]() | 2 yianing 137 天前 via Android 和 frp 那种内外穿透的区别是什么?多了 udp 的 qos ? |
3 likooo125802023 137 天前 都行,就是要多付费 VPS 的宽带流量费不爽。 |
![]() | 4 MrLonely 137 天前 这个端口是一个一个开嘛?用 VXLAN over WireGuard 技术,直接把整个内网二层桥到带公网的 VPS 上去,一下子所有的端口就都有了。 |
5 aa51513 137 天前 via Android AmneziaWG 好东西,找了很久类似软件 |
![]() | 6 ysc3839 137 天前 via Android 建议把手写 iptables 规则换成使用 firewalld ,手写 iptables 规则太复杂,用 firewalld 配置端口转发比较简单。而且一些新的系统已经改用 nftables 了,可能不兼容 iptables 。 |
![]() | 7 JensenQian 137 天前 |
![]() | 8 AlphaTauriHonda OP @yianing 和 frp 完全不一样,frp 不能用 qBittorrent 。 @likooo125802023 我之前是搭配 T-Mobile 5G Home Internet 还有 Starlink 用的,对比之下 VPS 几乎不要钱。 @MrLonely 你这样更方便,或者 iptables -t nat -A PREROUTING -p tcp --dport 1024:65535 -d 11.22.33.0/24 -j DNAT --to-destination 172.22.0.2 iptables -t nat -A PREROUTING -p udp --dport 1024:65535 -d 11.22.33.0/24 -j DNAT --to-destination 172.22.0.2 也不是不行 我有几个设备要开放端口,所以要这么配置。 @JensenQian 看起来底层是一样的 @aa51513 类似的还有 xt_wgobfs ,还没试过 |
9 qiaosiren 136 天前 厉害。学习了。 |
![]() | 10 Lambdua 136 天前 但是这个收到 vps 带宽影响 |
![]() | 11 GhZicE 133 天前 QB 那边的流量相当于都是 VPS 的? |
![]() | 12 AlphaTauriHonda OP @GhZicE VPS 的流量是这个两倍以上 |