Talk:Router Slowdown

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 17:41, 9 March 2006 (edit)
63.252.68.80 (Talk)
(suggestions for addition)
← Previous diff
Revision as of 07:43, 2 April 2006 (edit) (undo)
Skisteven1 (Talk | contribs)

Next diff →
Line 2: Line 2:
Also, finding the windows event viewer is something that most people can't do. Also, finding the windows event viewer is something that most people can't do.
 +
 +Here's some info that needs to be incorporated:
 +
 +echo '600 1800 120 60 120 120 10 60 30 120' > /proc/sys/net/ipv4/ip_conntrack_tcp_timeouts
 +
 +corresponds to:
 +
 +"It is a list for all the possible TCP states and there time outs in seconds see my table below they are in the correct order
 +
 +State Timeout value
 +NONE 10 minutes
 +ESTABLISHED 30 minutes (default is 5 days)
 +SYN_SENT 2 minutes
 +SYN_RECV 60 seconds
 +FIN_WAIT 2 minutes
 +TIME_WAIT 2 minutes
 +CLOSE 10 seconds
 +CLOSE_WAIT 60 second (default is 12 hours)
 +LAST_ACK 30 seconds
 +LISTEN> 2 minutes "
 +
 +via linksyslover on the dd-wrt forums.
 +very helpful, will someone who knows what they're doing with wiki please integrate this info?

Revision as of 07:43, 2 April 2006

Can someone add about enabling syslogd (and how to access the output)?

Also, finding the windows event viewer is something that most people can't do.

Here's some info that needs to be incorporated:

echo '600 1800 120 60 120 120 10 60 30 120' > /proc/sys/net/ipv4/ip_conntrack_tcp_timeouts

corresponds to:

"It is a list for all the possible TCP states and there time outs in seconds see my table below they are in the correct order

State Timeout value NONE 10 minutes ESTABLISHED 30 minutes (default is 5 days) SYN_SENT 2 minutes SYN_RECV 60 seconds FIN_WAIT 2 minutes TIME_WAIT 2 minutes CLOSE 10 seconds CLOSE_WAIT 60 second (default is 12 hours) LAST_ACK 30 seconds LISTEN> 2 minutes "

via linksyslover on the dd-wrt forums. very helpful, will someone who knows what they're doing with wiki please integrate this info?