In the /proc/sys/net/ipv4 directory, the content of ip_forward is set to 1 in order to activate NAT (correct me if I'm wrong). I would like to set ip_always_defrag to 1 too (echo 1 > /proc/sys/net/ipv4/ip_always_defrag), but this setting does not survive a reboot.
How do I make this a permanent setting ?
Thanks in advance,
Hans