netfilter.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: gmail <zhangjin2272@gmail.com>
To: netfilter <netfilter@vger.kernel.org>
Subject: ebtables does not forward net request, help please.
Date: Sun, 8 Jul 2012 11:29:27 +0800	[thread overview]
Message-ID: <201207081128365653380@gmail.com> (raw)

Hi all,

I need some help of ebtables behavior. Here is my working environment.
kernel : 2.6.35
we have 4 interfaces eth0/eth1/eth2/eth3 and added to br0 using brctl.
brctl br0 eth0
brctl br0 eth2

Now I use ebtables to control packaging forwarding. 
1, use ebtables to filter out all packaging except the special host mac.
ebtable -A FORWARD -s ! 00:11:22:33:44:55 -d ! 00:11:22::33:44:55 -j DROP
2, using ping tool to check the network connection from eth0 side to eth2 side. (This step it worked fine.)
3, using ebtables to deny all forwarding.
zero ebtables...
ebtables -P FORWARD DROP
4, using ping tool to check the network connection from eth0 side to eth2 side again. (This step, it all worked fine. it cannot connect each other from eth0 to eth2.)
5, Now again allow this specific mac to travel between eth0 and eth2. 
ebtable -A FORWARD -s ! 00:11:22:33:44:55 -d ! 00:11:22::33:44:55 -j DROP
6, Now again, using ping tool to check network connectivity. (eth0-eth2).
The expected result is that network connection between eth0 and eth2 should be available. But unfortuntly sometimes the connectivity is not available. This happends about 2-3 times when I tried this for 10 times. This is a little strange to me. And the network is only available after the host send a ARP request through eth0, only then the network becomes available again. 
Please can anyone help about this? Thanks a lot.

Ivan

             reply	other threads:[~2012-07-08  3:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-08  3:29 gmail [this message]
2012-07-08  5:20 ` ebtables does not forward net request, help please Sven-Haegar Koch
     [not found]   ` <CAGHLOKDWC-99cXnSPezVxnbYyW9Y4_b9-o27ncYF8O7Rc9G1aA@mail.gmail.com>
2012-07-08  7:23     ` gmail
2012-07-09 14:53       ` is it possiable to filter multiple MAC address using -s/-d ? gmail

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=201207081128365653380@gmail.com \
    --to=zhangjin2272@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;
as well as URLs for NNTP newsgroup(s).