I\'m trying to set iptable rules, and I got following error message when I use iptable :
iptables v1.4.14: can\'t initialize iptables table `nat\': Table doe
If you are running puppet it may set /proc/sys/kernel/modules_disabled
to 1, inhibiting further module loading.
When the machine is reboot, it gets set back to 0, allowing for changes, such as loading the iptables modules. After a certain amount of time puppet will set it back to 1 to protect the system from kernel root kits.
Therefore, whatever modules that we are going to need should be loaded during or shortly after boot time.