I built an overlay network with a NAT gateway and offline LAN device access (cross-platform, experimental project)
dev.to·4d·
Discuss: DEV
🎯Microservices
Preview
Report Post

I built an overlay network with a NAT gateway and offline LAN device access (cross-platform, experimental project)

Over the past months I’ve been experimenting with building a small overlay networking system to explore some limitations I often hit with existing tools like Tailscale or ZeroTier.

This is not a commercial product. It’s an engineering exploration around:

  • NAT behavior inside an overlay
  • exporting LAN subnets
  • reaching offline / isolated devices
  • testing different node roles
  • cross-platform networking on macOS/Windows/Linux

I’m sharing it here to document the project and hopefully collect some technical feedback from the community.

🔧 Why I built this

Existing mesh/overlay systems are excellent—but I had three gaps I wanted to explore deeper:

  1. Embedding a NAT …

Similar Posts

Loading similar posts...