added nfcontrack max

This commit is contained in:
Kevin Carter 2014-09-12 12:22:43 -05:00
parent cfe01cb2a6
commit bf17ac079b
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

@ -55,3 +55,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 }