How to avoid TCP time stamp issues in linux
Hello,
Here is the solution to avoid tcp fingerprinting . This need to be added in your linux server to get pcidss compilance .
# echo “net.ipv4.tcp_timestamps = 0” >> /etc/sysctl.conf
# sysctl -p
This will fix the tcp fingerprint issue.