All of lore.kernel.org
 help / color / mirror / Atom feed
From: Faruk Grozdanic <faruk@frontierdev.com>
To: netfilter@lists.samba.org
Subject: Blocking broadcasts
Date: Wed, 10 Jul 2002 13:36:04 -0600	[thread overview]
Message-ID: <3D2C8CA4.2040607@frontierdev.com> (raw)

Hello,

I am trying to block broadcast IP traffic, that is IP traffic that has 
255.255.255.255 in the destination feild. I pushed a rule:

iptables -I FORWARD -i eth4 -d 255.255.255.255 -j DROP

and it did not filter these out.

Am I doing something wrong here, or is there a different way of 
accomplishing this.

Thanks

Faruk



             reply	other threads:[~2002-07-10 19:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-10 19:36 Faruk Grozdanic [this message]
2002-07-10 19:40 ` Blocking broadcasts Antony Stone

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=3D2C8CA4.2040607@frontierdev.com \
    --to=faruk@frontierdev.com \
    --cc=netfilter@lists.samba.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.