Skip to content
Snippets Groups Projects
Commit 4c57fc0f authored by Gin Tan (Monash University)'s avatar Gin Tan (Monash University)
Browse files

Adding a persistent rules

Former-commit-id: 58df6508
parent afc839f9
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