Merge pull request #115 from cloudnull/nfcontract

added nfcontrack max
This commit is contained in:
Christopher H. Laco 2014-09-14 18:13:20 -05:00
commit f1d25d8b58
2 changed files with 2 additions and 0 deletions

View File

@ -47,3 +47,4 @@ sysctl_options:
- { key: 'net.ipv4.conf.all.rp_filter', value: 0 }
- { key: 'net.ipv4.conf.default.rp_filter', value: 0 }
- { key: 'net.ipv4.ip_forward', value: 1 }
- { key: 'net.netfilter.nf_conntrack_max', value: 262144 }

View File

@ -58,3 +58,4 @@ sysctl_options:
- { key: 'net.ipv4.conf.all.rp_filter', value: 0 }
- { key: 'net.ipv4.conf.default.rp_filter', value: 0 }
- { key: 'net.ipv4.ip_forward', value: 1 }
- { key: 'net.netfilter.nf_conntrack_max', value: 262144 }