@realfxw: 出门在外想随时连家里的 NAS、调一下台式机里的 Ollama,或者开 Moonlight 串流,最烦这几件事: 没有公网 IPv4、大内网 NAT 环境复杂、开路由器端口映射又怕天天被全网脚本扫爆。 试试 Rust 写的轻量私有组网工具…

X AI KOLs Timeline 工具

摘要

Lantunnel是一个用Rust编写的轻量私有组网工具,允许用户在无公网IPv4或复杂NAT环境下,安全访问家庭NAS、远程调用Ollama或进行游戏串流,通过P2P直连和加密中继避免端口暴露。

出门在外想随时连家里的 NAS、调一下台式机里的 Ollama,或者开 Moonlight 串流,最烦这几件事: 没有公网 IPv4、大内网 NAT 环境复杂、开路由器端口映射又怕天天被全网脚本扫爆。 试试 Rust 写的轻量私有组网工具 Lantunnel,体验非常丝滑: 彻底告别公网暴露:所有设备都是主动向外握手建联,路由器不需要开任何入站规则和映射,家里的机器老老实实呆在 NAT 后面隐身。 QUIC 直连优先:设备之间优先尝试 UDP 打洞直连,跑满家里上行带宽;打不通时自动切加密中继,中继只负责搬运密文,中间人碰不到明文。 本地极简接入:不想装虚拟网卡接管全机路由?客户端在本地监听 SOCKS5(127.0.0.1:1080)即可按需接入,也支持导出整个内网网段直接访问全家设备。 零门槛试水:http://lantunnel.app 提供永久免费 Tunnel,直连流量不限量,每月附赠 5GB 加密中继应急;想要跑满私有带宽也能单命令自建 Gateway。 项目地址:https://github.com/lantunnel/lantunnel…
查看原文
查看缓存全文

缓存时间: 2026/09/11 20:41

出门在外想随时连家里的 NAS、调一下台式机里的 Ollama,或者开 Moonlight 串流,最烦这几件事: 没有公网 IPv4、大内网 NAT 环境复杂、开路由器端口映射又怕天天被全网脚本扫爆。 试试 Rust 写的轻量私有组网工具 Lantunnel,体验非常丝滑:

彻底告别公网暴露:所有设备都是主动向外握手建联,路由器不需要开任何入站规则和映射,家里的机器老老实实呆在 NAT 后面隐身。

QUIC 直连优先:设备之间优先尝试 UDP 打洞直连,跑满家里上行带宽;打不通时自动切加密中继,中继只负责搬运密文,中间人碰不到明文。

本地极简接入:不想装虚拟网卡接管全机路由?客户端在本地监听 SOCKS5(127.0.0.1:1080)即可按需接入,也支持导出整个内网网段直接访问全家设备。

零门槛试水:http://lantunnel.app 提供永久免费 Tunnel,直连流量不限量,每月附赠 5GB 加密中继应急;想要跑满私有带宽也能单命令自建 Gateway。

项目地址:https://github.com/lantunnel/lantunnel…


Lantunnel - Fast Private LAN Access

Source: https://lantunnel.app/ LANTUNNEL 2.0

Your private network, wherever you work.

Connect trusted Peers over encrypted Direct paths, with Relay fallback.

This Peer

Lantunnel Client

this\.peer

Remote Peer

Lantunnel Client

remote\.peer

One Client

Import a .peer profile and connect through the default UI or --headless.

P2P first

Direct first; encrypted Fleet Relay when needed.

Whole LAN access

Reach private services without exposing them publicly.

PRIVATE ACCESS

A clear path to the services you already run.

Direct First

Use Direct paths whenever P2P is available.

Encrypted Transport

Private paths stay encrypted; services stay on your network.

No Port Forwarding

No public URL or router port mapping required.

One Client

Use Lantunnel Client on every Peer, with the default UI or headless startup.

Simple Access

Connect from your laptop or desktop.

Advanced Proxy Access

Route approved CLI tools and automations to private LAN endpoints.

USE CASES

One private network, different kinds of work.

Game & Media Streaming

Stream Sunshine, Jellyfin, Plex, and other LAN media over Direct-first paths.

Laptop or Desktop

Private AI & Developer Tools

Keep Ollama, Open WebUI, internal APIs, and developer tools on your LAN.

Private AI or API service

Home & Office Services

Access NAS, Home Assistant, cameras, and dashboards without public exposure.

NAS and private services

PRICING

Simple, per-Tunnel pricing.

One permanent Free Tunnel included. Add paid Tunnels when needed.

Free

Permanent Free Tunnel included

$0

  • Unlimited LAN devices behind each Client
  • Unlimited direct peer-to-peer traffic
  • Free self-hosted Gateway; traffic is unmetered
  • Encrypted Fleet Relay fallback
  • Best-effort support

Get Started

Separate Home Tunnel, billed monthly

$6.99/tunnel/month

  • Unlimited LAN devices behind each Client
  • Unlimited direct peer-to-peer traffic
  • Free self-hosted Gateway; traffic is unmetered
  • Encrypted Fleet Relay fallback
  • Best-effort support

Create Home Tunnel

Plus

Separate Plus Tunnel, billed monthly

$14.99/tunnel/month

  • Unlimited LAN devices behind each Client
  • Unlimited direct peer-to-peer traffic
  • Free self-hosted Gateway; traffic is unmetered
  • Encrypted Fleet Relay fallback
  • Best-effort support

Create Plus Tunnel

Business

Contracted Tunnels and capacity

Contact us

  • Named Tunnels and Peer capacity
  • Fleet Relay allowance set by contract
  • No self-service checkout
  • Support defined by contract

Talk to us

Prices are in USD per Tunnel per month, before tax. Free/Home/Plus support is best effort, with no guaranteed response time; Business support is contractual.

相似文章

@VincentLogic: 发现个终端里的网络监控神器! RustNet,在终端里就能实时监控所有网络连接,哪个进程在偷偷传数据、服务器被谁连了,一眼看清。 最爽的是能看到每个连接对应的应用程序,这点 Wireshark 都做不到。SSH 连服务器直接看,不用搞 X…

X AI KOLs Timeline

介绍了 RustNet,一款基于 Rust 开发的终端网络监控工具,支持实时监控网络连接、进程关联及流量分析,适用于运维和安全排查。

@grgerwcwetwet: 推荐一个 GitHub 上很硬核的网络工具教程项目:fanqiang。 从常见客户端怎么安装,到苹果美区账号注册、VPS 入门、软路由配置、不同系统的使用教程,基本都整理成了小白能看懂的步骤。 覆盖 Windows、macOS、Linux…

X AI KOLs Timeline

推荐一个GitHub上很硬核的网络工具教程项目:fanqiang,从客户端安装到账号注册、VPS配置,覆盖Windows/macOS/Linux/Android/iOS全平台,更新近十年,累计4w+ Star。

@XAMTO_AI: 有个老哥直接把“科学上网”整成了一个开源项目,还专门针对俄罗斯那种变态级别的封锁环境来搞。 俄罗斯那边的网络管控有多离谱你们知道吗?不是简单封几个网站,而是连 VPN 协议都要一个个识别拦截。结果这位直接把能用的配置全公开扔 GitHub…

X AI KOLs Timeline

一个开源项目专门针对俄罗斯高强度网络封锁环境,提供自动检测更新、多国出口节点的VLESS VPN配置,通过GitHub免费分发。