mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Hetfield <hetfield666@gmail.com>
To: Kernel <linux-kernel@vger.kernel.org>
Subject: BUG (?) in bridge-netfilter?
Date: Sat, 16 Jul 2005 09:24:27 +0200	[thread overview]
Message-ID: <1121498667.15384.5.camel@blight.blightgroup> (raw)

Hi

i have a very strange bug on my system.
i have 2 3com ethernet cards, bridged.
I wrote some iptable rules on the bridge interface, and they work
perfectly, all but one!

i've this rule in a bash script, starting when a ppp0 connection starts

IPT=iptables
$IPT -A INPUT -s 172.16.92.101 -p icmp --icmp-type echo-request -m limit
--limit 1/s -j ACCEPT
$IPT -A FORWARD -s 172.16.92.101 -p icmp --icmp-type echo-request -m
limit --limit 1/s -j ACCEPT
$IPT -A INPUT -s 172.16.92.102 -p icmp --icmp-type echo-request -m limit
--limit 1/s -j ACCEPT
$IPT -A FORWARD -s 172.16.92.102 -p icmp --icmp-type echo-request -m
limit --limit 1/s -j ACCEPT

it seems not to work.

but if i destroy completly my tables and manually restart the script it
works!!
i'm using 2.6.13-rc3 and iptables 1.3.2, but i got this problem with
2.6.11 and .12 too 
and with iptables 1.2.x

what's wrong?



                 reply	other threads:[~2005-07-16  7:24 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=1121498667.15384.5.camel@blight.blightgroup \
    --to=hetfield666@gmail.com \
    --cc=linux-kernel@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

all inboxes | Powered by JetHome®