All-
I encountered a windows 7 32-bit PC on the network generating an excessive number of firewall RST log entries. Other devices did not exhibit the same behavior. The actual cause was windows default TTL being at 128. After changing the value to 64 excessive RST logging disappeared. Othere devices on the network have the TTL set at 64. One point to keep in mind this will not entirely eliminate RST logging but has certainly reduced the number of RST entries. I hope this information helps others who have experienced this issue. The link below shows the default TTL values of various operating systems. My thinking is based on information contained in the second link below. Conntrack will maintain an open connection using a value of 120 (ip_conntrack_tcp_timeout_fin_wait" => 120). Windows uses a default of 128 exceeding the 120 value. While I could be off base, there is a definate reduction in the number of RST packets logged.
https://subinsb.com/default-device-ttl-values
Thanks,
Jim
This thread was automatically locked due to age.