Add a wireguard network with hades as a router #12
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hades is the only host in the hetzner private network that needs to have wireguard installed. The others route packets to hades due to a routing rule set in hetzner. Hades forwards packets between the wireguard subnet (10.83.1.0/24) and the hetzner subnet (10.83.0.0/24).
Currently one peer has been set up, mjukglass, but Arkaden in META is apparently behind a NAT so we could add that as well so people can SSH to it (probably through a proxy (probably traefik) so we don't need to add people to the wireguard network).
Hades was chosen semi-arbitrarily. I thought it would be good to use one of the servers rather than ares or artemis.
This is already deployed btw :)