microsrv:~$
Console

Gateways overview

SSH gateway and HTTPS gateway: reach machines without public IP addresses.

Why gateways

Typical clouds give each machine a public IP and open ports 22, 80, and 443 to the internet.

In microsrv, VMs have no public IP. The only things reachable from outside are the gateways:

1. PUBLIC INTERNET INGRESS

PRIVATE VPC (eBPF MESH)Public InternetEgress / ClientSSH gatewayssh -A <vm>@msrv.spaceHTTPS gatewayhttps://<vm>.msrv.spaceGuest VM (Dev)10.42.0.12 : Port 22Guest VM (Web)10.42.0.18 : Port 443

[INGRESS] Public packets arrive at edge gateway mesh (zero public IP exposed on VMs)

Figure: Zero Public IP gateway routing for secure SSH and HTTPS traffic.

What you get

  1. No public IPv4 fee per machine.
  2. Guest port 22 is closed from the internet.
  3. Hostnames <vm>.msrv.space get TLS immediately; the HTTPS gateway renews the certificate.