From: "Andrea Bencini" <andrea.bencini@tin.it>
To: netfilter@vger.kernel.org
Cc: Eric Estes <Eric_Estes@aspensquare.com>
Subject: Re: bridge firewall and iptables.
Date: Tue, 4 Mar 2008 15:04:09 +0100 [thread overview]
Message-ID: <001301c87e00$a2c92490$0200640a@wtlc> (raw)
In-Reply-To: 665B03CFBE2C1346A66B0CB9A9A0EE3801C7E924@ASM220.aspen.com
> I have a similar setup and I ended up using ebtables to take care of
> that.
>
> ebtables -A INPUT --in-interface eth0 --protocol ipv4 --ip-protocol udp
> --ip-source-port 67:68 -j DROP
> ebtables -A INPUT --in-interface eth0 --protocol ipv4 --ip-protocol udp
> --ip-destination-port 67:68 -j DROP
> ebtables -A FORWARD --in-interface eth0 --protocol ipv4 --ip-protocol
> udp --ip-destination-port 67:68 -j DROP
> ebtables -A FORWARD --in-interface eth0 --protocol ipv4 --ip-protocol
> udp --ip-source-port 67:68 -j DROP
Can you tell me where I can put those rules? In which configuration file and
directory?
Thanks
Andrea
next prev parent reply other threads:[~2008-03-04 14:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-04 11:38 bridge firewall and iptables Andrea Bencini
2008-03-04 12:41 ` Eric Estes
2008-03-04 13:08 ` Eric Estes
2008-03-04 14:04 ` Andrea Bencini [this message]
2008-03-04 14:17 ` Eric Estes
2008-03-04 15:22 ` Andrea Bencini
2008-03-04 15:36 ` Eric Estes
-- strict thread matches above, loose matches on Subject: below --
2008-03-04 9:51 Andrea Bencini
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='001301c87e00$a2c92490$0200640a@wtlc' \
--to=andrea.bencini@tin.it \
--cc=Eric_Estes@aspensquare.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.