You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Ashish Gupta <GA...@netiq.com> on 2014/08/04 12:11:05 UTC

IP spoofing with Apache Jmeter 2.11r1554548 on windows OS

Hi Team,
 
Please suggest me on below
 
I am using apache jmeter version 2.11r1554548 on windows 2008 R2.
I have Jmeter setup on an machine which has multiple ip address assigned, simple ipconfig output is below
 
   Connection-specific DNS Suffix  . :
   IPv4 Address. . . . . . . . . . . : **4.**.**2.*03
   IPv4 Address. . . . . . . . . . . : **4.**.**2.*06
   IPv4 Address. . . . . . . . . . . : **4.**.**2.*07
   IPv4 Address. . . . . . . . . . . : **4.**.**2.*08
   IPv4 Address. . . . . . . . . . . : **4.**.**2.*09
   IPv4 Address. . . . . . . . . . . : **4.**.**2.*10
   Subnet Mask . . . . . . . . . . . : 255.255.254.0
   Default Gateway . . . . . . . . . : **4.**.**3.*54
 
I wanted to use all these ip addresses while accessing the web server which is part of HTTP request defaults.
I wanted to know how can i use all these ip addresses ( ip spoofing) while accessing some servers.
 
 ~Ashish
 

Re: IP spoofing with Apache Jmeter 2.11r1554548 on windows OS

Posted by Sergio Boso <se...@bosoconsulting.it>.
Il 04/08/2014 14.17, sebb ha scritto:
> On 4 August 2014 13:09, Sergio Boso <se...@bosoconsulting.it> wrote:
>> Il 04/08/2014 13.31, Ashish Gupta ha scritto:
>>
>>> Thanks.
>>> I have already configured all the IP addresses on my network adaptor.
>>> Given the output of ipconfig command results in my original thread.
>> I did this some time ago.
>> I set up a different Jmeter instance for each IP address, each with their
>> own jmeter.property file.
> No need, as the HTTP Sampler can be configured to spoof.
yes, I missed that. At that time, I used v2.9 that did not have this option.
So, now this can be easily done by using a simple CSV file holding the addresses.
Thank you

Sergio
>> Each instance was configured according to Sebb instruction.
>>
>> Furthermore, I configured a master instance to gather the data,
>> then I started a "distributed" session, launching more instances on the same
>> machine.
>> I guess it takes a lot of memory to setup 8 different instances on a single
>> server.
>>
>> I'm curious to see if there are other ways to do that.
> See above, and my first reply in this thread.
>
>> regards
>> Sergio
>>
>>> ~Ashish
>>>
>>>
>>>>>> Mark Wilkinson <in...@gmail.com> 8/4/2014 4:58 PM >>>
>>> I believe you have to have all of those IP Addresses configured on your
>>> host network adaptor. I know in Linux you can do this but not sure about
>>> Windows.
>>> On 4 August 2014 12:25, Ashish Gupta <GA...@netiq.com> wrote:
>>>> More details
>>>>
>>>> 1. https.default.protocol=TLSv1.2
>>>> 2. Imlementation used is HTTPClient4
>>>> 3. Protocol[http] = https
>>>> 4. there are no changes done to jmeter.properties file specific to
>>>> # Define the local host address to be used for multi-homed hosts
>>>> #httpclient.localaddress=1.2.3.4
>>>> Wireshark captures only first ip address i.e
>>>> IPv4 Address. . . . . . . . . . . : **4.**.**2.*03, all others IP
>>>> address
>>>> are not being used.
>>>>
>>>>
>>>>
>>>>
>>>>>>> sebb <se...@gmail.com> 8/4/2014 4:11 PM >>>
>>>> On 4 August 2014 11:11, Ashish Gupta <GA...@netiq.com> wrote:
>>>>> Hi Team,
>>>>>
>>>>> Please suggest me on below
>>>>>
>>>>> I am using apache jmeter version 2.11r1554548 on windows 2008 R2.
>>>>> I have Jmeter setup on an machine which has multiple ip address
>>>>> assigned,
>>>>> simple ipconfig output is below
>>>>>
>>>>>     Connection-specific DNS Suffix  . :
>>>>>     IPv4 Address. . . . . . . . . . . : **4.**.**2.*03
>>>>>     IPv4 Address. . . . . . . . . . . : **4.**.**2.*06
>>>>>     IPv4 Address. . . . . . . . . . . : **4.**.**2.*07
>>>>>     IPv4 Address. . . . . . . . . . . : **4.**.**2.*08
>>>>>     IPv4 Address. . . . . . . . . . . : **4.**.**2.*09
>>>>>     IPv4 Address. . . . . . . . . . . : **4.**.**2.*10
>>>>>     Subnet Mask . . . . . . . . . . . : 255.255.254.0
>>>>>     Default Gateway . . . . . . . . . : **4.**.**3.*54
>>>>>
>>>>> I wanted to use all these ip addresses while accessing the web server
>>>> which
>>>>> is part of HTTP request defaults.
>>>>> I wanted to know how can i use all these ip addresses ( ip spoofing)
>>>> while
>>>>> accessing some servers.
>>>>
>>>> http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request
>>>> Source address type / field
>>>>
>>>>>   ~Ashish
>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>>>>> For additional commands, e-mail: user-help@jmeter.apache.org
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>>>> For additional commands, e-mail: user-help@jmeter.apache.org
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>>>> For additional commands, e-mail: user-help@jmeter.apache.org
>>>>
>>> --
>>> Mark Wilkinson
>>> inyabass@gmail.com 07968 398828
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>>> For additional commands, e-mail: user-help@jmeter.apache.org
>>
>>
>> --
>>
>> Ing. Sergio Boso
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>> For additional commands, e-mail: user-help@jmeter.apache.org
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>


-- 

Ing. Sergio Boso




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: IP spoofing with Apache Jmeter 2.11r1554548 on windows OS

Posted by sebb <se...@gmail.com>.
On 4 August 2014 13:09, Sergio Boso <se...@bosoconsulting.it> wrote:
> Il 04/08/2014 13.31, Ashish Gupta ha scritto:
>
>> Thanks.
>> I have already configured all the IP addresses on my network adaptor.
>> Given the output of ipconfig command results in my original thread.
>
> I did this some time ago.
> I set up a different Jmeter instance for each IP address, each with their
> own jmeter.property file.

No need, as the HTTP Sampler can be configured to spoof.

> Each instance was configured according to Sebb instruction.
>
> Furthermore, I configured a master instance to gather the data,
> then I started a "distributed" session, launching more instances on the same
> machine.
> I guess it takes a lot of memory to setup 8 different instances on a single
> server.
>
> I'm curious to see if there are other ways to do that.

See above, and my first reply in this thread.

> regards
> Sergio
>
>> ~Ashish
>>
>>
>> >>> Mark Wilkinson <in...@gmail.com> 8/4/2014 4:58 PM >>>
>> I believe you have to have all of those IP Addresses configured on your
>> host network adaptor. I know in Linux you can do this but not sure about
>> Windows.
>> On 4 August 2014 12:25, Ashish Gupta <GA...@netiq.com> wrote:
>> > More details
>> >
>> > 1. https.default.protocol=TLSv1.2
>> > 2. Imlementation used is HTTPClient4
>> > 3. Protocol[http] = https
>> > 4. there are no changes done to jmeter.properties file specific to
>> > # Define the local host address to be used for multi-homed hosts
>> > #httpclient.localaddress=1.2.3.4
>> > Wireshark captures only first ip address i.e
>> > IPv4 Address. . . . . . . . . . . : **4.**.**2.*03, all others IP
>> > address
>> > are not being used.
>> >
>> >
>> >
>> >
>> > >>> sebb <se...@gmail.com> 8/4/2014 4:11 PM >>>
>> > On 4 August 2014 11:11, Ashish Gupta <GA...@netiq.com> wrote:
>> > > Hi Team,
>> > >
>> > > Please suggest me on below
>> > >
>> > > I am using apache jmeter version 2.11r1554548 on windows 2008 R2.
>> > > I have Jmeter setup on an machine which has multiple ip address
>> > > assigned,
>> > > simple ipconfig output is below
>> > >
>> > >    Connection-specific DNS Suffix  . :
>> > >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*03
>> > >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*06
>> > >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*07
>> > >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*08
>> > >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*09
>> > >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*10
>> > >    Subnet Mask . . . . . . . . . . . : 255.255.254.0
>> > >    Default Gateway . . . . . . . . . : **4.**.**3.*54
>> > >
>> > > I wanted to use all these ip addresses while accessing the web server
>> > which
>> > > is part of HTTP request defaults.
>> > > I wanted to know how can i use all these ip addresses ( ip spoofing)
>> > while
>> > > accessing some servers.
>> >
>> >
>> > http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request
>> > Source address type / field
>> >
>> > >  ~Ashish
>> > >
>> > >
>> > >
>> > > ---------------------------------------------------------------------
>> > > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>> > > For additional commands, e-mail: user-help@jmeter.apache.org
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>> > For additional commands, e-mail: user-help@jmeter.apache.org
>> >
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>> > For additional commands, e-mail: user-help@jmeter.apache.org
>> >
>> --
>> Mark Wilkinson
>> inyabass@gmail.com 07968 398828
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>> For additional commands, e-mail: user-help@jmeter.apache.org
>
>
>
> --
>
> Ing. Sergio Boso
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: IP spoofing with Apache Jmeter 2.11r1554548 on windows OS

Posted by Sergio Boso <se...@bosoconsulting.it>.
Il 04/08/2014 13.31, Ashish Gupta ha scritto:
> Thanks.
> I have already configured all the IP addresses on my network adaptor.
> Given the output of ipconfig command results in my original thread.
I did this some time ago.
I set up a different Jmeter instance for each IP address, each with their own jmeter.property file.
Each instance was configured according to Sebb instruction.

Furthermore, I configured a master instance to gather the data,
then I started a "distributed" session, launching more instances on the same machine.
I guess it takes a lot of memory to setup 8 different instances on a single server.

I'm curious to see if there are other ways to do that.

regards
Sergio
> ~Ashish
>
>
> >>> Mark Wilkinson <in...@gmail.com> 8/4/2014 4:58 PM >>>
> I believe you have to have all of those IP Addresses configured on your
> host network adaptor. I know in Linux you can do this but not sure about
> Windows.
> On 4 August 2014 12:25, Ashish Gupta <GA...@netiq.com> wrote:
> > More details
> >
> > 1. https.default.protocol=TLSv1.2
> > 2. Imlementation used is HTTPClient4
> > 3. Protocol[http] = https
> > 4. there are no changes done to jmeter.properties file specific to
> > # Define the local host address to be used for multi-homed hosts
> > #httpclient.localaddress=1.2.3.4
> > Wireshark captures only first ip address i.e
> > IPv4 Address. . . . . . . . . . . : **4.**.**2.*03, all others IP address
> > are not being used.
> >
> >
> >
> >
> > >>> sebb <se...@gmail.com> 8/4/2014 4:11 PM >>>
> > On 4 August 2014 11:11, Ashish Gupta <GA...@netiq.com> wrote:
> > > Hi Team,
> > >
> > > Please suggest me on below
> > >
> > > I am using apache jmeter version 2.11r1554548 on windows 2008 R2.
> > > I have Jmeter setup on an machine which has multiple ip address assigned,
> > > simple ipconfig output is below
> > >
> > >    Connection-specific DNS Suffix  . :
> > >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*03
> > >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*06
> > >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*07
> > >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*08
> > >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*09
> > >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*10
> > >    Subnet Mask . . . . . . . . . . . : 255.255.254.0
> > >    Default Gateway . . . . . . . . . : **4.**.**3.*54
> > >
> > > I wanted to use all these ip addresses while accessing the web server
> > which
> > > is part of HTTP request defaults.
> > > I wanted to know how can i use all these ip addresses ( ip spoofing)
> > while
> > > accessing some servers.
> >
> > http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request
> > Source address type / field
> >
> > >  ~Ashish
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> > > For additional commands, e-mail: user-help@jmeter.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> > For additional commands, e-mail: user-help@jmeter.apache.org
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> > For additional commands, e-mail: user-help@jmeter.apache.org
> >
> -- 
> Mark Wilkinson
> inyabass@gmail.com 07968 398828
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org


-- 

Ing. Sergio Boso




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: IP spoofing with Apache Jmeter 2.11r1554548 on windows OS

Posted by Ashish Gupta <GA...@netiq.com>.
Thanks.
I have already configured all the IP addresses on my network adaptor.
Given the output of ipconfig command results in my original thread. 
 
~Ashish
 

>>> Mark Wilkinson <in...@gmail.com> 8/4/2014 4:58 PM >>>
I believe you have to have all of those IP Addresses configured on your
host network adaptor. I know in Linux you can do this but not sure about
Windows.
 
 
On 4 August 2014 12:25, Ashish Gupta <GA...@netiq.com> wrote:
 
> More details
>
> 1. https.default.protocol=TLSv1.2
> 2. Imlementation used is HTTPClient4
> 3. Protocol[http] = https
> 4. there are no changes done to jmeter.properties file specific to
> # Define the local host address to be used for multi-homed hosts
> #httpclient.localaddress=1.2.3.4
> Wireshark captures only first ip address i.e
> IPv4 Address. . . . . . . . . . . : **4.**.**2.*03, all others IP address
> are not being used.
>
>
>
>
> >>> sebb <se...@gmail.com> 8/4/2014 4:11 PM >>>
> On 4 August 2014 11:11, Ashish Gupta <GA...@netiq.com> wrote:
> > Hi Team,
> >
> > Please suggest me on below
> >
> > I am using apache jmeter version 2.11r1554548 on windows 2008 R2.
> > I have Jmeter setup on an machine which has multiple ip address assigned,
> > simple ipconfig output is below
> >
> >    Connection-specific DNS Suffix  . :
> >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*03
> >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*06
> >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*07
> >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*08
> >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*09
> >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*10
> >    Subnet Mask . . . . . . . . . . . : 255.255.254.0
> >    Default Gateway . . . . . . . . . : **4.**.**3.*54
> >
> > I wanted to use all these ip addresses while accessing the web server
> which
> > is part of HTTP request defaults.
> > I wanted to know how can i use all these ip addresses ( ip spoofing)
> while
> > accessing some servers.
>
> http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request
> Source address type / field
>
> >  ~Ashish
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> > For additional commands, e-mail: user-help@jmeter.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
 
 
 
-- 
Mark Wilkinson
inyabass@gmail.com 07968 398828

Re: IP spoofing with Apache Jmeter 2.11r1554548 on windows OS

Posted by Mark Wilkinson <in...@gmail.com>.
I believe you have to have all of those IP Addresses configured on your
host network adaptor. I know in Linux you can do this but not sure about
Windows.


On 4 August 2014 12:25, Ashish Gupta <GA...@netiq.com> wrote:

> More details
>
> 1. https.default.protocol=TLSv1.2
> 2. Imlementation used is HTTPClient4
> 3. Protocol[http] = https
> 4. there are no changes done to jmeter.properties file specific to
> # Define the local host address to be used for multi-homed hosts
> #httpclient.localaddress=1.2.3.4
> Wireshark captures only first ip address i.e
> IPv4 Address. . . . . . . . . . . : **4.**.**2.*03, all others IP address
> are not being used.
>
>
>
>
> >>> sebb <se...@gmail.com> 8/4/2014 4:11 PM >>>
> On 4 August 2014 11:11, Ashish Gupta <GA...@netiq.com> wrote:
> > Hi Team,
> >
> > Please suggest me on below
> >
> > I am using apache jmeter version 2.11r1554548 on windows 2008 R2.
> > I have Jmeter setup on an machine which has multiple ip address assigned,
> > simple ipconfig output is below
> >
> >    Connection-specific DNS Suffix  . :
> >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*03
> >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*06
> >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*07
> >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*08
> >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*09
> >    IPv4 Address. . . . . . . . . . . : **4.**.**2.*10
> >    Subnet Mask . . . . . . . . . . . : 255.255.254.0
> >    Default Gateway . . . . . . . . . : **4.**.**3.*54
> >
> > I wanted to use all these ip addresses while accessing the web server
> which
> > is part of HTTP request defaults.
> > I wanted to know how can i use all these ip addresses ( ip spoofing)
> while
> > accessing some servers.
>
> http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request
> Source address type / field
>
> >  ~Ashish
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> > For additional commands, e-mail: user-help@jmeter.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>



-- 
Mark Wilkinson
inyabass@gmail.com 07968 398828

Re: IP spoofing with Apache Jmeter 2.11r1554548 on windows OS

Posted by Ashish Gupta <GA...@netiq.com>.
More details
 
1. https.default.protocol=TLSv1.2
2. Imlementation used is HTTPClient4
3. Protocol[http] = https 
4. there are no changes done to jmeter.properties file specific to 
# Define the local host address to be used for multi-homed hosts
#httpclient.localaddress=1.2.3.4
Wireshark captures only first ip address i.e 
IPv4 Address. . . . . . . . . . . : **4.**.**2.*03, all others IP address are not being used.
 
 

>>> sebb <se...@gmail.com> 8/4/2014 4:11 PM >>>
On 4 August 2014 11:11, Ashish Gupta <GA...@netiq.com> wrote:
> Hi Team,
>
> Please suggest me on below
>
> I am using apache jmeter version 2.11r1554548 on windows 2008 R2.
> I have Jmeter setup on an machine which has multiple ip address assigned,
> simple ipconfig output is below
>
>    Connection-specific DNS Suffix  . :
>    IPv4 Address. . . . . . . . . . . : **4.**.**2.*03
>    IPv4 Address. . . . . . . . . . . : **4.**.**2.*06
>    IPv4 Address. . . . . . . . . . . : **4.**.**2.*07
>    IPv4 Address. . . . . . . . . . . : **4.**.**2.*08
>    IPv4 Address. . . . . . . . . . . : **4.**.**2.*09
>    IPv4 Address. . . . . . . . . . . : **4.**.**2.*10
>    Subnet Mask . . . . . . . . . . . : 255.255.254.0
>    Default Gateway . . . . . . . . . : **4.**.**3.*54
>
> I wanted to use all these ip addresses while accessing the web server which
> is part of HTTP request defaults.
> I wanted to know how can i use all these ip addresses ( ip spoofing) while
> accessing some servers.
 
http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request
Source address type / field
 
>  ~Ashish
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
 
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org
 

Re: IP spoofing with Apache Jmeter 2.11r1554548 on windows OS

Posted by sebb <se...@gmail.com>.
On 4 August 2014 11:11, Ashish Gupta <GA...@netiq.com> wrote:
> Hi Team,
>
> Please suggest me on below
>
> I am using apache jmeter version 2.11r1554548 on windows 2008 R2.
> I have Jmeter setup on an machine which has multiple ip address assigned,
> simple ipconfig output is below
>
>    Connection-specific DNS Suffix  . :
>    IPv4 Address. . . . . . . . . . . : **4.**.**2.*03
>    IPv4 Address. . . . . . . . . . . : **4.**.**2.*06
>    IPv4 Address. . . . . . . . . . . : **4.**.**2.*07
>    IPv4 Address. . . . . . . . . . . : **4.**.**2.*08
>    IPv4 Address. . . . . . . . . . . : **4.**.**2.*09
>    IPv4 Address. . . . . . . . . . . : **4.**.**2.*10
>    Subnet Mask . . . . . . . . . . . : 255.255.254.0
>    Default Gateway . . . . . . . . . : **4.**.**3.*54
>
> I wanted to use all these ip addresses while accessing the web server which
> is part of HTTP request defaults.
> I wanted to know how can i use all these ip addresses ( ip spoofing) while
> accessing some servers.

http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request
Source address type / field

>  ~Ashish
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org