All of lore.kernel.org
 help / color / mirror / Atom feed
* Handling Port-Unreachable Response to UDP
@ 2003-07-28 13:52 Tim Burress
  2003-07-28 14:48 ` Henrik Nordstrom
  2003-07-28 16:19 ` Michael Richardson
  0 siblings, 2 replies; 6+ messages in thread
From: Tim Burress @ 2003-07-28 13:52 UTC (permalink / raw)
  To: netfilter-devel

Hello!

We've been looking at a problem in which a client sends a UDP packet to 
a server on an unused port. This generates an ICMP port-unreachable 
packet (as usual), but we find that this same ICMP packet can then be 
replayed back to the client over and over. Apparently it gets through 
netfilter because our standard rules allow RELATED traffic.

We're wondering if an appropriate response to this situation would be to 
destroy the conntrack entry for the UDP connection after receiving the 
first port-unreachable? It seems like such a change would improve the 
strength of netfilter-based firewalls, while adding only a little bit of 
overhead when/if the client retries sending to the same UDP port several 
times. What do people think of this idea? Is there any reason not to do it?

Thanks!

Tim

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

end of thread, other threads:[~2003-07-29  4:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-28 13:52 Handling Port-Unreachable Response to UDP Tim Burress
2003-07-28 14:48 ` Henrik Nordstrom
2003-07-28 15:20   ` Maciej Soltysiak
2003-07-28 23:00     ` Henrik Nordstrom
2003-07-29  4:04   ` Tim Burress
2003-07-28 16:19 ` Michael Richardson

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.