Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix outbound wireguard connections #6

Open
jamesob opened this issue Oct 7, 2022 · 0 comments
Open

Fix outbound wireguard connections #6

jamesob opened this issue Oct 7, 2022 · 0 comments
Labels
infra Infrastructure

Comments

@jamesob
Copy link
Collaborator

jamesob commented Oct 7, 2022

We use wireguard configurations with (essentially) AllowedIPs = 0.0.0.0/0 (minus the bmon subnet) in order to simulate having geographically dispersed nodes; e.g.

  bitcoin-01: 
    tags: [bitcoind]
    check_host_keys: accept
    outbound_wireguard: wg-switzerland-01   <-- like this
    ...
    bitcoin_version: v23.0

However, for whatever reason when activating the wireguard connection (in addition to the wg-bmon connection), the node is unable to reach the internet. Investigate why this might be and fix it.

Could be an issue with the VPN provider?

@jamesob jamesob added the infra Infrastructure label Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Infrastructure
Projects
None yet
Development

No branches or pull requests

1 participant