LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Unable to add parameter to /proc (https://www.linuxquestions.org/questions/red-hat-31/unable-to-add-parameter-to-proc-474920/)

twk 08-17-2006 05:51 PM

Unable to add parameter to /proc
 
I am trying to increase the ip_conntrack_max value in /proc.

I tried:
# echo 65536 > /proc/sys/net/ipv4/ip_conntrack_max
-bash: /proc/sys/net/ipv4/ip_conntrack_max: No such file or directory


# sysctl -w net.ipv4.ip_conntrack_max=65536
error: 'net.ipv4.ip_conntrack_max' is an unknown key

and finally I tried to manually add this key to sysctl.conf

none of them worked. I have another box with the same setup (same OS and Kernel version) and it has this value present in /proc (I did not setup/install these boxes).

OS:RHEL3
Kernel:2.4.21-15.0.2.ELsmp

anything else I overlooked?

Thank you.

cs-cam 08-19-2006 03:28 AM

Maybe the module isn't loaded?
Code:

modprobe ip_conntrack
lsmod # to check


twk 08-19-2006 10:52 AM

that was it! thanks.


All times are GMT -5. The time now is 06:51 AM.