All of lore.kernel.org
 help / color / mirror / Atom feed
* dhcrelay still responds dropped inbound offer packets from iptables
@ 2005-07-08 21:18 Willy Chang
  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
  0 siblings, 2 replies; 4+ messages in thread
From: Willy Chang @ 2005-07-08 21:18 UTC (permalink / raw)
  To: netfilter

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-07-11 11:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-08 21:18 dhcrelay still responds dropped inbound offer packets from iptables Willy Chang
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

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.