Linux Netfilter discussions
 help / color / mirror / Atom feed
* duplicating packets target
@ 2004-04-04  9:31 Oguz Yilmaz
  2004-04-04  9:43 ` Antony Stone
  0 siblings, 1 reply; 2+ messages in thread
From: Oguz Yilmaz @ 2004-04-04  9:31 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

Hi,

Are there any way of duplicating packets(in netfilter base, patchomatic 
or any third party patch?) targeted to one host to several hosts using 
targets? (like dup-to keywords of openbsd).  If not, I think a way of 
this is to send packets to user level queue and then duplicate and 
resend. Are there any software for this?

Thanks,

-oguz

[-- Attachment #2: oguz.vcf --]
[-- Type: text/x-vcard, Size: 273 bytes --]

begin:vcard
fn:Oguz Yilmaz
n:Yilmaz;Oguz
org;quoted-printable:=C4=B0deal Teknoloji A.=C5=9E.;ARGE
email;internet:oguz@idealteknoloji.com
title;quoted-printable:ARGE ve Projeler Teknik M=C3=BCd=C3=BCr=C3=BC
tel;work:+903122101490
x-mozilla-html:FALSE
version:2.1
end:vcard


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

* Re: duplicating packets target
  2004-04-04  9:31 duplicating packets target Oguz Yilmaz
@ 2004-04-04  9:43 ` Antony Stone
  0 siblings, 0 replies; 2+ messages in thread
From: Antony Stone @ 2004-04-04  9:43 UTC (permalink / raw)
  To: netfilter

On Sunday 04 April 2004 10:31 am, Oguz Yilmaz wrote:

> Hi,
>
> Are there any way of duplicating packets(in netfilter base, patchomatic
> or any third party patch?) targeted to one host to several hosts using
> targets?

This will obviously only work for UDP (not TCP, because of the sequence & 
acknowledgement numbers), so you might find it easiest to set up a DNAT rule 
to a multicast address, and then use a multicasting router to send the 
packets to their required destinations?

I certainly can't think of a way netfilter can make two packets out of one - 
its basic job, after all, is to turn one packet into none at all in some 
circumstances (the DROP target)....

Regards,

Antony.

-- 
Microsoft may sell more software than any other company, but McDonald's sell 
more burgers than any other company, and I think the other similarities are 
obvious...

                                                     Please reply to the list;
                                                           please don't CC me.



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

end of thread, other threads:[~2004-04-04  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-04  9:31 duplicating packets target Oguz Yilmaz
2004-04-04  9:43 ` Antony Stone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox