All of lore.kernel.org
 help / color / mirror / Atom feed
From: Willy Chang <changwilly@gmail.com>
To: netfilter@lists.netfilter.org
Subject: dhcrelay still responds dropped inbound offer packets from iptables
Date: Fri, 8 Jul 2005 17:18:33 -0400	[thread overview]
Message-ID: <673fb82305070814186036ce2f@mail.gmail.com> (raw)

Folks,

     I am running a dhrelay service and using iptables to be a
firewall to block packets from dhcp server on the inbound side, eth0,
of my Liunx. The reason to do this is to avoid generating duplicated
packets from my machine to dhcp client on the same subnet.
     For some reasons, I am unable to block these packets. I have a
simple rule setting below to simply block all incoming UDP packets
where it should block dhcp package as well.

iptables -A INPUT -p UDP -i eth0 -j DROP

     dhcp client are still able to receive duplicated packets, one is
from dhcp server and another is from my machine while dhcp relay agent
is relaying packets. Any people see this before? Any comments or
suggestions are welcome. Thanks,




Willy


             reply	other threads:[~2005-07-08 21:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-08 21:18 Willy Chang [this message]
2005-07-08 21:37 ` dhcrelay still responds dropped inbound offer packets from iptables (nfcan: addressed to exclusive sender for this address) Jim Laurino
2005-07-11  7:32 ` dhcrelay still responds dropped inbound offer packets from iptables Harald Welte
2005-07-11 11:14   ` Jan Engelhardt

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=673fb82305070814186036ce2f@mail.gmail.com \
    --to=changwilly@gmail.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.