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

No traffic with Firezone nor Wireguard #351

Open
estribiyo opened this issue Feb 17, 2025 · 0 comments
Open

No traffic with Firezone nor Wireguard #351

estribiyo opened this issue Feb 17, 2025 · 0 comments

Comments

@estribiyo
Copy link

I've tried to setup a VPN with both: Wireguard and Firezone, but without success... since once created the client configuration and setup in their respective client software, trying to connect to the VPN was successful but in that moment all the traffic is blocked.

This is the vars.yml I'm using...

---
# Below is an example which installs a few services on the host, in different configuration.
# You should tweak this example as you see fit and enable the services that you need.

########################################################################
#                                                                      #
# Playbook                                                             #
#                                                                      #
########################################################################
mash_playbook_generic_secret_key: "TY8PcgDdLHpm34WGyJ8BSRgiKtjc705R1XlUzwPgjRjkNhuluNwyE6l4b7ypQGDC"
########################################################################
#                                                                      #
# /Playbook                                                            #
#                                                                      #
########################################################################

########################################################################
#                                                                      #
# Docker                                                               #
#                                                                      #
########################################################################
mash_playbook_docker_installation_enabled: true
devture_docker_sdk_for_python_installation_enabled: true
########################################################################
#                                                                      #
# /Docker                                                              #
#                                                                      #
########################################################################

########################################################################
#                                                                      #
# com.devture.ansible.role.timesync                                    #
#                                                                      #
########################################################################
devture_timesync_installation_enabled: true
########################################################################
#                                                                      #
# /com.devture.ansible.role.timesync                                   #
#                                                                      #
########################################################################

########################################################################
#                                                                      #
# traefik                                                              #
#                                                                      #
########################################################################
mash_playbook_reverse_proxy_type: playbook-managed-traefik
traefik_config_certificatesResolvers_acme_email: [email protected]
########################################################################
#                                                                      #
# /traefik                                                             #
#                                                                      #
########################################################################

########################################################################
#                                                                      #
# postgres                                                             #
#                                                                      #
########################################################################
postgres_enabled: true
postgres_container_postgres_bind_port: 65432
postgres_connection_password: XXXXXXX
########################################################################
#                                                                      #
# /postgres                                                            #
#                                                                      #
########################################################################

# You can add additional services here, as you see fit.
# To discover new services and configuration, see docs/supported-services.md

########################################################################
#                                                                      #
# wg-easy                                                              #
#                                                                      #
########################################################################
wg_easy_enabled: true
wg_easy_hostname: wg.mydomain.com
wg_easy_environment_variables_additional_variable_wg_host: wg.mydomain.com
wg_easy_environment_variables_additional_variable_password: "XXXXXXX"
########################################################################
#                                                                      #
# /wg-easy                                                             #
#                                                                      #
########################################################################

May I configure something more than this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant