How to avoid TCP time stamp issues in linux
- Linux Helpline (Easy Guide)
- 2,977 views
- Ingavar J.

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.