-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
Using "firewall_flush_rules_and_chains" #80
Comments
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details. |
I'm using @geerlingguy ansible-role-firewall with ansible-role-docker and it seems that the ports exposed via
are not opened to public as they should be (I've had only temporary access to those ports). I've verified access to ports with There is a current non conflicting PR #106 opened by @vitabaks. I haven't tested it yet, but based on my review it would fix this issue. Is it possible to get it tested, reviewed and merged? |
@geerlingguy Please re-open this issue, thanks |
Are these PR's relevant?
What would be the approach for a PR to get #80 and #82 fixed, merged and released? |
When "firewall_flush_rules_and_chains:" is false
"Iptables.bash.js" template is missing "iptables -F"
But in "firewall.unit.j2" there is "ExecStop = /sbin/iptables -F"
And when the service restarts, all additional chains and rules are deleted
The text was updated successfully, but these errors were encountered: