Git Product home page Git Product logo

Comments (5)

kbarber avatar kbarber commented on July 3, 2024

#123 is probably the likely solution to this.

from puppetlabs-firewall.

RPDiep avatar RPDiep commented on July 3, 2024

It seems that ip6tables is not added to the firewall resource at all.
puppet resource firewall lists only ipv4 rules.

from puppetlabs-firewall.

thias avatar thias commented on July 3, 2024

Same problem here. I thought I'd bite the bullet and update my own custom firewall puppet manifests to use the official puppetlabs firewall module. After seeing that IPv6 rules were using a different provider instead of a separate type (hmm...), I wrote a simple wrapper that dual stacks simple rules for me :

  $ipv4_hash = { "${title}"      => $rules }
  $ipv6_hash = { "${title} ipv6" => $rules }

  $ipv6_parameter = { 'provider' => 'ip6tables' }

  create_resources('firewall',$ipv4_hash)
  create_resources('firewall',$ipv6_hash,$ipv6_parameter)

Where I pass all of the parameters I want inside a definition's single "rules" hash parameter. So far, so good... but then I realized that the ip6tables rules aren't purged, and haven't found a way to have them purged. That's basically a brick wall.

from puppetlabs-firewall.

SvenVD avatar SvenVD commented on July 3, 2024

I have the same problem, please suggest a workaround

from puppetlabs-firewall.

chelnak avatar chelnak commented on July 3, 2024

Hello! We are doing some house keeping and noticed that this issue has been open for a long time.

We're going to close it but please do raise another issue if the issue still persists. 😄

from puppetlabs-firewall.

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.