(E-Mail Removed) wrote:
> I am looking for a tool is capable to generat or simulate 1000 IP
> packets with different source&destination IP addresses to verify the
> capacity of new product. It must be able to handle 1000 IP workflow
> that is identified by source & destination n IP addresses
> simultaneously.
'isic' could be a solution for you. There i a debian package with this
name.
usage: isic [-v] [-D] -s <source ip> -d <destination ip>
[-p <pkts to generate>] [-k <skip packets>] [-x <send packet X
times>]
[-r <random seed>] [-m <max kB/s to generate>]
Percentage Opts: [-F frags] [-V <Bad IP Version>]
[-I <Random IP Header length>]
notes:
[-D] causes packet info to be printed out -- DEBUGGING
ex: -s a.b.c.d -d a.b.c.d -F100
100% of the packets will be ^^^^ fragments
ex: -s a.b.c.d -d a.b.c.d -p 100 -r 103334
ex: -s rand -d rand -r 23342
^^^^ causes random source addr
ex: -s rand -d rand -k 10000 -p 10001 -r 666
Will only send the 10001 packet with random seed 666
this is especially useful if you suspect that packet is
causing a problem with the target stack.