• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Cannot change net.ipv4.tcp_keepalive_time

JacobR9

New Pleskian
Hi,

I have Parallels Plesk Panel version 10.4.4 (centos-5-x86_64) and I would like to change the value of tcp_keepalive_time.
I tried to edit the sysctl.conf file using root:
Code:
sudo vi /etc/sysctl.conf
then added
Code:
net.ipv4.tcp_keepalive_time = 1800
then executed
Code:
sysctl -p

but I got the following error message:
Code:
error: permission denied on key 'net.ipv4.tcp_keepalive_time'

I also tried the following command with the same error message
Code:
 sudo sysctl -w net.ipv4.tcp_keepalive_time=1800

Any help?

Thanks
 
How it is related to Plesk?
Is it VPS or real server? Do you have SELinux enabled?
 
I wasn't sure if Plesk has some restrictions on sysctl.conf or not.
This is VPS, and SELinux is disabled.
 
You can't use sysctl options inside VPS because you haven't access to kernel from VPS. You should do it directly on hardware node.
 
Back
Top