On Sunday 10 November 2002 6:49 pm, Cynthia Wong wrote: > I'm trying to do the following with iptables: > > Recieve a UDP packet; > > forward it to multiple hosts in forwarding table (minus a TTL or so) > AND > pass it to user level to process Nope. Not with netfilter. Netfilter can select one target per packet, but once that's done, the packet is gone. The only way you'll do this is to pass the packet to a userspace process, which then reinjects separate packets addressed to the multiple hosts. Antony. -- The first ninety percent of an engineering project takes ninety percent of the time, and the last ten percent takes the remaining ninety percent.