From: Jason Opperisano <opie@817west.com>
To: netfilter@lists.netfilter.org
Subject: Re: Dropping network "noise"
Date: Wed, 16 Feb 2005 08:28:31 -0500 [thread overview]
Message-ID: <1108560511.4832.18.camel@hubcap.ljm.dom> (raw)
In-Reply-To: <200502161034.50448.e-boogie@yandex.ru>
On Wed, 2005-02-16 at 02:34, Mikhail Zotov wrote:
> > -m pkttype --pkt-type broadcast -j DROP
> > -m pkttype --pkt-type multicast -j DROP
> >
> > -j
>
> Great. Thanks a lot for the idea. These rules call another question:
> Are broadcast/multicast messages used in Linux/UNIX or other than
> windoops networks? If so, will not these rules break anything?
> I haven't seen such rules in any iptables guides/scripts available in
> the Internet.
i usually put rules like this at the end of chains; before the log rule,
as part of a "no_log" chain, to keep the noise out of the logs. so if
you needed to allow certain broadcast or multicast traffic, you would do
it before these rules. on a dedicated firewall machine, the only thing
i can think of would be if the machine is a DHCP server or client (or
both)--though the broadcast part of that conversation *should* be at the
BPF level and not require firewall rules.
-j
--
"Lisa, Vampires are make-believe, like elves, gremlins, and eskimos."
--The Simpsons
next prev parent reply other threads:[~2005-02-16 13:28 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-13 6:28 Dropping network "noise" Mikhail Zotov
2005-02-13 12:03 ` Jose Maria Lopez Hernandez
2005-02-13 13:09 ` Georgi Alexandrov
2005-02-13 13:30 ` Mikhail Zotov
2005-02-13 13:56 ` Jose Maria Lopez Hernandez
2005-02-13 20:54 ` R. DuFresne
2005-02-13 21:35 ` Jose Maria Lopez Hernandez
2005-02-13 13:30 ` Mikhail Zotov
2005-02-15 16:15 ` Jason Opperisano
2005-02-16 7:34 ` Mikhail Zotov
2005-02-16 13:28 ` Jason Opperisano [this message]
2005-02-16 13:51 ` Mikhail Zotov
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=1108560511.4832.18.camel@hubcap.ljm.dom \
--to=opie@817west.com \
--cc=netfilter@lists.netfilter.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.