Skip to content
Snippets Groups Projects
Commit ca64d921 authored by Simon Michnowicz's avatar Simon Michnowicz
Browse files

Merge branch 'iptables' into 'master'

Iptables

See merge request hpc-team/ansible_cluster_in_a_box!242

Former-commit-id: 7ca3d1c9
parents 72663630 4c57fc0f
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ COMMIT ...@@ -22,6 +22,7 @@ COMMIT
:INPUT ACCEPT [0:0] :INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0] :FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0] :OUTPUT ACCEPT [0:0]
-A INPUT -s {{ PRIVATE_NETWORK_CIDR }} -j ACCEPT
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p icmp -j ACCEPT -A INPUT -p icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT -A INPUT -i lo -j ACCEPT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment