Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Michele Petrazzo - Unipex <michele.petrazzo@unipex.it>
To: netfilter@vger.kernel.org
Subject: strange log on gateway inside []
Date: Thu, 29 Jul 2010 10:38:35 +0200	[thread overview]
Message-ID: <4C513E0B.6040005@unipex.it> (raw)

Hi list,
I have a firewall that log some strange, for me, packets on the OUTPUT 
chain that I haven't see before. This is a typical log:

Firewall DROPOUT- IN= OUT=eth0 SRC=MYPUBBIP DST=188.153.11.87
     LEN=92 TOS=0x00 PREC=0xC0 TTL=64 ID=49303 PROTO=ICMP TYPE=3 CODE=3
[SRC=188.153.11.87 DST=MYADDITIONALIP LEN=64 TOS=0x00 PREC=0x00 TTL=118 
ID=28851 DF PROTO=TCP SPT=12387 DPT=51684 WINDOW=17424 RES=0x00 ACK SYN 
URGP=0 ]

My output chain:
*filter
:OUTPUT DROP [4831251:620928037]
-A OUTPUT -o lo -j ACCEPT
-A OUTPUT -m state --state NEW,RELATED,ESTABLISHED -j ACCEPT
-A OUTPUT -j LOG --log-prefix "Firewall DROPOUT- "

On it I have more that one pubb ip addrs and, the MYPUBBIP is the first 
and primary, the MYADDITIONALIP if one of the secondaries.

The question. Why I see this log and why my fw want to talk with 
external and, the last, why the kernel double log talk and one is inside 
the brackets  [ ] ?

Thanks,
Michele

             reply	other threads:[~2010-07-29  8:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-29  8:38 Michele Petrazzo - Unipex [this message]
2010-07-29  8:52 ` strange log on gateway inside [] Jan Engelhardt
2010-07-29  9:18   ` Michele Petrazzo - Unipex
2010-07-29  9:49     ` Jan Engelhardt
2010-07-29  9:20 ` Pascal Hambourg
2010-07-30 10:41 ` Michele Petrazzo - Unipex
2010-07-30 10:48   ` Richard Horton
2010-07-30 11:12   ` Jan Engelhardt

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=4C513E0B.6040005@unipex.it \
    --to=michele.petrazzo@unipex.it \
    --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