Linux – After reboot debian box ignore sysctl.conf values

debiandebian-wheezylinuxsysctl

Where is right place for sysctl redefined values?

I have:

> uname -a
Linux note 3.1.0-1-amd64 #1 SMP Tue Jan 10 05:01:58 UTC 2012 x86_64 GNU/Linux

> cat /etc/debian_version 
wheezy/sid


> tail -n 2 /etc/sysctl.conf   
#
net.ipv6.bindv6only=0

But after each reboot net.ipv6.bindv6only still 1

Best Answer

Check if there is a file in /etc/sysctl.d with your parameter. These files override the /etc/sysctl.conf file...