Giter VIP home page Giter VIP logo

Comments (4)

alanmcg avatar alanmcg commented on July 17, 2024 1

I can no longer reproduce it either, we made some significant changes to our ansible layout which might have caused this along the way. It's fixed now in any case, thanks for your help anyway!

from stouts.openvpn.

nkakouros avatar nkakouros commented on July 17, 2024

How have you configured the role? Could you provide the values for the role variables you use?

from stouts.openvpn.

alanmcg avatar alanmcg commented on July 17, 2024

Sure:

openvpn_host: '14.38.60.137'
openvpn_server: 10.11.1.0 255.255.255.0
openvpn_keydir: '{{ easyrsa_pki_dir }}'
openvpn_status: openvpn-status.log
openvpn_clients:
- client
openvpn_comp_lzo: false
openvpn_tls_auth: true
openvpn_route_traffic: true
openvpn_unified_client_profiles: true # client.ovpn files is embedded with cert
openvpn_cipher: AES-256-CBC
openvpn_route_ranges:
- 172.34.0.0 255.255.0.0
- 10.130.0.0 255.255.0.0
openvpn_dns_servers:
  - 172.34.0.2
openvpn_server_options:
  - push "route 32.71.155.0 255.255.255.255" 
  - duplicate-cn

from stouts.openvpn.

nkakouros avatar nkakouros commented on July 17, 2024

I can't reproduce it. The issue seems to be that the task Read existing iptables rules in tasks/system/firewall-deps.yml gets skipped or sth. Can you provide the output of ansible with -vvv for this task until the one that fails?

Also, if you manually run sudo iptables -L on the server, what happens?

from stouts.openvpn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.