All of lore.kernel.org
 help / color / mirror / Atom feed
From: "me" <todh@todhackett.com>
To: netfilter@vger.kernel.org
Subject: Connlimit troubles  ( still )
Date: Wed, 2 Jan 2013 07:49:15 -0800	[thread overview]
Message-ID: <20130102153847.M1860@todhackett.com> (raw)

Hi All

Over the holiday I upgraded to:
Netfilter v1.4.14
OS 3.6.10-2.fc17.i686

I have the following in my rules:
-A PREROUTING -i p1p1 -p tcp --dport 4800 -j DNAT --to 192.168.1.253
...
-A FORWARD -i p1p1 -o em1 -d 192.168.1.253 -p tcp --syn -m connlimit --connlimit-above 1
-j LOG --log-prefix " MultiIP "
-A FORWARD -i p1p1 -o em1 -d 192.168.1.253 -p tcp --syn -m connlimit --connlimit-above 1
-j REJECT --reject-with tcp-reset

With the old OS - I would see the above log entry some of the time and assumed that the
packet was dropped.

With the NEW OS - I am not seeing anything.

conntrack shows incoming and outgoing ( conntrack -L ) but the filter is not logging or
rejecting any of the connections.

What am I missing?

Oh, folks connect on tcp 4800, then get a UDP port from the endpoint application.  I can
view the endpoint application and see multiple connections from the same IP.

Thanks and Happy New Year!

todh

--
Todd Hackett             Chief Bottle Washer
PoBox 1168
Libby, MT 59923
406.293.3843


                 reply	other threads:[~2013-01-02 15:49 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=20130102153847.M1860@todhackett.com \
    --to=todh@todhackett.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 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.