Faced the problem of applying parameters to nf_conntrack when running Debian 8.1.
If during the work to apply the parameters
net.netfilter.nf_conntrack_max net.netfilter.nf_conntrack_generic_timeout other values, they immediately apply.
If these values are added to sysctl.conf, then when you start Debian 8.1, these parameters remain with default values.
Those. when you start sysctl, it does not change them, but if, after starting, you use the sysctl -p command, then the values change from the sysctl.conf file.
How to fix it?