DuckDuckFedi how do i provision a #hetzner #hetznercloud VM with a default route to the private network with cloud-init only? I get the IP and subnet route via DHCP, but the gateway apparently has to be set manually.
@kunsi Yes, that was the only way I figured out. I wrote a systemd unit that adds the required ip routes on boot.
@lizbian so you just have a "add-default-route.service" that will add the route?