All of lore.kernel.org
 help / color / mirror / Atom feed
* UDP and ICMP traceroute
@ 2003-03-12 22:48 Sapient2003
  2003-03-13  0:16 ` Athan
  0 siblings, 1 reply; 2+ messages in thread
From: Sapient2003 @ 2003-03-12 22:48 UTC (permalink / raw)
  To: netfilter

I am trying to have iptables pick out traceroute packets. Windows uses 
ICMP for it's traceroute, so I use this:

iptables -t filter -A INPUT -p icmp -s 0/0 -d 10.0.0.1 --icmp-type 
time-exceeded -j QUEUE

Linux, however, uses both ICMP and UDP... How can I tell iptables to 
look for UDP traceroute packets?



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

end of thread, other threads:[~2003-03-13  0:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-12 22:48 UDP and ICMP traceroute Sapient2003
2003-03-13  0:16 ` Athan

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.