From: "A System Admin" <asysad@gmail.com>
To: netfilter@vger.kernel.org
Subject: Triple Duplicate Acks
Date: Thu, 19 Jun 2008 09:47:18 -0400 [thread overview]
Message-ID: <89622f200806190647h4a4418d2o7cc584e01c389a6e@mail.gmail.com> (raw)
Netfilter list,
We are seeing a fair amount of Triple Duplicate Acks between a
webserver that is using the following nat table prerouting redirect
and an application server....
*nat
:PREROUTING ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A PREROUTING -d <another hosts IP address> -j REDIRECT
COMMIT
Here is our conntrack tcp parameters:
# for i in `ls /proc/sys/net/ipv4/netfilter/ip_conntrack_tcp*` ; do
echo "$i" && cat $i ; done
/proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_be_liberal
0
/proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_loose
3
/proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_max_retrans
3
/proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_timeout_close
10
/proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_timeout_close_wait
60
/proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_timeout_established
432000
/proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_timeout_fin_wait
120
/proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_timeout_last_ack
30
/proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_timeout_max_retrans
300
/proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_timeout_syn_recv
60
/proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_timeout_syn_sent
120
/proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_timeout_time_wait
120
#
Is there anything that can be done from the conntrack perspective to
lessen/eliminate the Triple Duplicate Acks?
reply other threads:[~2008-06-19 13:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=89622f200806190647h4a4418d2o7cc584e01c389a6e@mail.gmail.com \
--to=asysad@gmail.com \
--cc=netfilter@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox