Networking
Architecture
DNS
Domain*.augustin.ai managed in Cloudflare. Each service gets a CNAME pointing to the tunnel.
Traefik
Single Traefik instance on i3 handles all routing:- i3 services: routed via Docker labels on the
traefikDocker network - Pentium services: routed via
traefik/dynamic/pentium-services.yamlover LAN to192.168.1.16:<port>
Cloudflare Tunnel
cloudflared runs on i3 and connects to Cloudflare, forwarding traffic to Traefik on port 8880. No ports exposed to the internet.
LAN
| Machine | IP |
|---|---|
| i3 | 192.168.1.100 |
| Pentium | 192.168.1.16 |
~/.ssh/config aliases (ssh pentium from i3, ssh i3 from Pentium).