TonD

TonD vs. Tailscale

TonD is closest to Tailscale in its direct-first, encrypted-relay-fallback networking strategy, but they operate at very different layers.

AreaTonDTailscale
Primary purposeOn-demand access to a selected service on a selected remote machinePersistent private mesh network between enrolled devices
Network layerApplication/TCP port forwarding over SSHLayer-3 IP networking over WireGuard
Direct pathTCP hole punching, then embedded SSH over the direct connectionUDP NAT traversal/hole punching with WireGuard
FallbackSSH relay server, central or customer-operatedDERP encrypted packet relay
EncryptionSSH transport; relay can see encrypted SSH traffic but not service payloadWireGuard end-to-end; DERP cannot decrypt traffic
Client experienceSelect endpoint/protocol, then use a temporary localhost:<port>Connect to a stable Tailscale IP, MagicDNS name, or subnet route
Access scopeExplicit endpoint plus approved port/protocol per sessionDevice/subnet/IP-level access controlled by ACLs
Identity/policyOrganization/device identity; limited policy model todayDevice/user identity, ACLs, tags, groups, posture checks, and SSH policy
Remote agentOne remote client represents one endpoint and its advertised servicesEvery enrolled device becomes a mesh peer; subnet routers can expose whole networks
PersistenceSession-oriented and temporaryAlways-on background connectivity
Audit/operationsEarly-stage audit design and custom relay managementMature admin console, network inventory, key/device lifecycle, logs, and integrations

Fundamental difference: Tailscale makes devices behave as though they are on a private IP network together. TonD deliberately does not create broad network membership; it creates a narrowly scoped tunnel only when an operator requests one.

TonD's model is safer by default for a support/access workflow because the operator receives one local port instead of network reachability to the remote device or subnet. Tailscale is stronger for ongoing machine-to-machine connectivity, developer environments, private service discovery, site-to-site networking, subnet routing, and stable private addressing.

Technically, TonD's P2P flow resembles a small, TCP-and-SSH-specific version of Tailscale's NAT traversal plus DERP fallback. To move toward Tailscale, TonD would need a WireGuard dataplane, virtual IP assignment, peer key distribution, UDP/STUN traversal, relay infrastructure, DNS, ACL policy distribution, and potentially subnet routers.