Wednesday, 10 May 2017

The remote host implements TCP timestamps and therefore allows to compute the uptime.

Add the mentioned line in /etc/sysctl.conf

net.ipv4.tcp_timestamps = 0

then run the command to restart the service

sysctl -p

Now check again the issue will not show again.

No comments:

Post a Comment

Helm installation on rhel 9

 You can do install with 2 commands  first one is curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-hel...