No description
  • Shell 71.5%
  • Dockerfile 28.5%
Find a file
Rick van Megen bbbf1fa30b Initial commit: Tailscale gateway for Industrial Edge
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-24 12:21:45 +02:00
industrial-edge-deployment Initial commit: Tailscale gateway for Industrial Edge 2026-06-24 12:21:45 +02:00
local-docker-deployment Initial commit: Tailscale gateway for Industrial Edge 2026-06-24 12:21:45 +02:00
.gitattributes Initial commit: Tailscale gateway for Industrial Edge 2026-06-24 12:21:45 +02:00
.gitignore Initial commit: Tailscale gateway for Industrial Edge 2026-06-24 12:21:45 +02:00
README.md Initial commit: Tailscale gateway for Industrial Edge 2026-06-24 12:21:45 +02:00

Tailscale Gateway for Siemens Industrial Edge

A small Tailscale node packaged for Siemens Industrial Edge devices (IEDs). Runs in host-mode Docker so services already on the device are reachable over the tailnet as <edge-hostname>:<port> via MagicDNS — no subnet routing required.

Two-step install

The project is organized around a two-step rollout:

Step 1 — Run it locally in Docker

Build the image and run the gateway on your own machine. This verifies the setup end-to-end (the node shows up on your tailnet) and produces the image you'll deploy to the edge in step 2.

local-docker-deployment/

Step 2 — Deploy to a Siemens Industrial Edge device

Push the image built in step 1 to your IEM registry, then install it on a target IED through Industrial Edge Management.

industrial-edge-deployment/

Each folder has its own README with the full walkthrough.