Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Linux >> Red Hat Enterprise Linux >> How to disable tcp timestamp

as root

# echo 0 > /proc/sys/net/ipv4/tcp_timestamps

 

For permanent setting edit /etc/sysctl.conf & add

net.ipv4.tcp_timestamps = 0

 

Additionally, add iptable rule

# iptables -A INPUT -p icmp-type timestamp-request -j DROP

# iptables -A OUTPUT -p icmp-type timestamp-reply -j DROP

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]