* creating SYN bursts
@ 2005-11-22 2:54 Bart Trojanowski
2005-11-23 5:45 ` Philip Craig
0 siblings, 1 reply; 2+ messages in thread
From: Bart Trojanowski @ 2005-11-22 2:54 UTC (permalink / raw)
To: netfilter
[-- Attachment #1: Type: text/plain, Size: 467 bytes --]
Hi,
I am doing some syn-flood testing. I would like to create bursts of
real connections by using 'wget &' from a loop in user space, and have
the connections "queued up". When everything is ready, I would like to
have all the SYNs sent out at (almost) the same time.
Is it possible to do something like this? Can I use existing iptables
plugins? If not, what NF primitives should I employ?
-Bart
--
WebSig: http://www.jukie.net/~bart/sig/
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: creating SYN bursts
2005-11-22 2:54 creating SYN bursts Bart Trojanowski
@ 2005-11-23 5:45 ` Philip Craig
0 siblings, 0 replies; 2+ messages in thread
From: Philip Craig @ 2005-11-23 5:45 UTC (permalink / raw)
To: Bart Trojanowski; +Cc: netfilter
On 11/22/2005 12:54 PM, Bart Trojanowski wrote:
> I am doing some syn-flood testing. I would like to create bursts of
> real connections by using 'wget &' from a loop in user space, and have
> the connections "queued up". When everything is ready, I would like to
> have all the SYNs sent out at (almost) the same time.
>
> Is it possible to do something like this? Can I use existing iptables
> plugins? If not, what NF primitives should I employ?
Use the QUEUE target to send the packets to userspace, and then
have a userspace application queue them until you are ready.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-23 5:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-22 2:54 creating SYN bursts Bart Trojanowski
2005-11-23 5:45 ` Philip Craig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox