Skip to content
Snippets Groups Projects
Commit 7ca3d1c9 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
parents 0de1c68d 58df6508
No related branches found
No related tags found
1 merge request!242Iptables
......@@ -22,6 +22,7 @@ COMMIT
:INPUT ACCEPT [0:0]
:FORWARD 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 -p icmp -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