Replies: 3 comments
-
Hey @Dviros - thank you for your azure MR it has a couple suggestions before approval. RE: wireguard client You are able to use the wireguard docker container as a wireguard client, but it will need several config changes. The cloudblock wireguard is setup a server. See this from the image maintainers:
For a cloudblock project, that would mean changing the ansible playbook section that sets up the wireguard container - ideally adding a second wireguard container (client). It would look something like this:
|
Beta Was this translation helpful? Give feedback.
-
Beautiful! I'll get that sorted and let you know. Is it possible to add some logic with regards to how the machine would connect back (Client\Server mode, applying relevant NSG policies and so on)? |
Beta Was this translation helpful? Give feedback.
-
Hey @chadgeary,
It also pains me to say that when using wg-quick on the host machine with my config, it started communicating :( I would be happy for some help because I'm a bit clueless with Ansible and Docker. Thanks a lot again, |
Beta Was this translation helpful? Give feedback.
-
Hey Chad, thanks a lot for this brilliant project.
I have a very niche issue which I'm currently struggling to set up Site-to-Site VPN using Wireguard to my opnsense.
Opnsense runs local wireguard instance and I've set the cloud server as a peer, but I couldn't make the server connect back to the opnsense instance.
Is it possible to run the wireguard docker with a client instance that would connect back?
Thanks again
D
Beta Was this translation helpful? Give feedback.
All reactions