All of lore.kernel.org
 help / color / mirror / Atom feed
From: "George Hong" <george@chinanetcenter.com>
To: netfilter@lists.netfilter.org
Subject: ip_conntrack entry: possible potential virus cost connection full
Date: Thu, 22 Apr 2004 15:30:31 +0800	[thread overview]
Message-ID: <005501c4283b$b245b1f0$bc14a8c0@IBMGeorge> (raw)

[-- Attachment #1: Type: text/plain, Size: 938 bytes --]

Hi there,
  I have a firewall capable of handling more than 30,000 connections.
Normally the connection number is around 3,000. But sometimes it got
maxed out. And I can't tell what cost it. So I put in the Linux with
iptables to debug it. The Linux box is doing NAT. 
  Let's assume that a lan PC source address and port is 1.1.1.1:1000 and
the destination address and port is 100.100.100.100:80. And the lan
address for the Linux box is 2.2.2.2 and WAN address is 90.90.90.90. 
  I noticed that about 40% of the entries in my ip_conntrack table look
like this:
Tcp SYN src=1.1.1.1 dst=100.100.100.100 sport=1000 dport=80 [UNREPLIED] 
Src=100.100.100.100 dst=90.90.90.90 sport=80 dport=1000
 
  What concerned me is the portion "dst=90.90.90.90". Isn't it supposed
to be "1.1.1.1"? O.W., how could the connection be completed? 
  If this is an attack or virus, what kind of attack is it? Any
suggestion to stop it? 
Thanks.
George Hong 

[-- Attachment #2: Type: text/html, Size: 7638 bytes --]

                 reply	other threads:[~2004-04-22  7:30 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='005501c4283b$b245b1f0$bc14a8c0@IBMGeorge' \
    --to=george@chinanetcenter.com \
    --cc=netfilter@lists.netfilter.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.