Networking Forums

Networking Forums > Computer Networking > Linux Networking > 1000 IP packets with different SOURCE&DESTINATION addresses generator/simulator

Reply
Thread Tools Display Modes

1000 IP packets with different SOURCE&DESTINATION addresses generator/simulator

 
 
song_winter@hotmail.com
Guest
Posts: n/a

 
      07-16-2007, 03:00 PM
Hi, folkers,

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.


Thanks in advance.

Winter Song

 
Reply With Quote
 
 
 
 
Bjorn Nuyttens
Guest
Posts: n/a

 
      07-16-2007, 03:46 PM
(E-Mail Removed) wrote:
> Hi, folkers,
>
> 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.
>
>
> Thanks in advance.
>
> Winter Song
>


I don't know about different addresses, but iperf could be what you are
looking for. You need to run iperf on both sides of the tcp/udp connection.

http://dast.nlanr.net/Projects/Iperf/
 
Reply With Quote
 
Markus Rehbach
Guest
Posts: n/a

 
      07-16-2007, 05:41 PM
(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.

 
Reply With Quote
 
song_winter@hotmail.com
Guest
Posts: n/a

 
      07-17-2007, 04:05 PM
On Jul 17, 1:41 am, Markus Rehbach <Markus.Rehb...@gmx.de> wrote:
> song_win...@hotmail.com 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.


Hi, sir,

May I have more details information about the 'isic' please? I really
no idea about that. Some useful weblink about it is better. Thanks a
lot.

 
Reply With Quote
 
song_winter@hotmail.com
Guest
Posts: n/a

 
      07-17-2007, 04:11 PM
On Jul 16, 11:46 pm, Bjorn Nuyttens <cyberc...@pandora.be> wrote:
> song_win...@hotmail.com wrote:
> > Hi, folkers,

>
> > 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.

>
> > Thanks in advance.

>
> > Winter Song

>
> I don't know about different addresses, but iperf could be what you are
> looking for. You need to run iperf on both sides of the tcp/udp connection.
>
> http://dast.nlanr.net/Projects/Iperf/


Hi, sir,
thanks for your answer. I try to generate the IP packets with 1000
kinds of combination of source & destination IP address to verify how
many IP workflows could be handled in the server simultaneously. The
IP workflow is identified by source&destination IP addresses.

 
Reply With Quote
 
Tim Southerwood
Guest
Posts: n/a

 
      07-17-2007, 10:20 PM
(E-Mail Removed) coughed up some electrons that declared:

> Hi, sir,
>
> May I have more details information about the 'isic' please? I really
> no idea about that. Some useful weblink about it is better. Thanks a
> lot.


Hi

You don't have to call anyone "sir" here ;->

But using google would save yourself some time - this is the second link
after searching for:

isic network

http://www.darknet.org.uk/2007/05/is...ility-checker/

I believe that is what Markus is talking about.

Cheers

Tim

PS

Ubuntu has the "isic" package available for easy installation, so does
Debian I presume. If your linux is RPM based (ie a RedHat or SuSE
derivative) then:

http://rpm.pbone.net/

and search for "isic" - there are some ready to download for Fedora which
will probably just work on other linux distros that use RPMs.


 
Reply With Quote
 
song_winter@hotmail.com
Guest
Posts: n/a

 
      07-17-2007, 10:57 PM
On Jul 16, 11:46 pm, Bjorn Nuyttens <cyberc...@pandora.be> wrote:
> song_win...@hotmail.com wrote:
> > Hi, folkers,

>
> > 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.

>
> > Thanks in advance.

>
> > Winter Song

>
> I don't know about different addresses, but iperf could be what you are
> looking for. You need to run iperf on both sides of the tcp/udp connection.
>
> http://dast.nlanr.net/Projects/Iperf/


Hello,
I just like to generate 1000 IP packets with 1000 kinds of combination
of source&destination IP address. Is there any tools could do it?
thanks.

Winter

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Source port of 1079 (asprovatalk) to destination port 1025 (blackjack) - required for Microsoft Windows networking? Spin Windows Networking 1 10-07-2008 08:09 PM
linux gatewway traffic bandwidth monitoring by source, destination, protocol and port Jesus M. Salvo Jr. Linux Networking 5 01-02-2006 01:47 PM
packets with source ip 0.0.0.0 linux.lover2004@gmail.com Linux Networking 7 05-05-2005 06:45 AM
Changing source address of packets Drew Leske Linux Networking 0 10-02-2004 12:41 AM
source 0.0.0.0 destination 255.255.255.255? code11 Linux Networking 3 11-05-2003 06:17 AM



1 2 3 4 5 6 7 8 9 10 11