Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 15454 invoked from network); 2 Dec 2009 13:09:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Dec 2009 13:09:08 -0000 Received: (qmail 5177 invoked by uid 500); 2 Dec 2009 13:09:07 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 5110 invoked by uid 500); 2 Dec 2009 13:09:07 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 5100 invoked by uid 99); 2 Dec 2009 13:09:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2009 13:09:07 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of amandv@gmail.com designates 209.85.220.218 as permitted sender) Received: from [209.85.220.218] (HELO mail-fx0-f218.google.com) (209.85.220.218) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2009 13:09:04 +0000 Received: by fxm10 with SMTP id 10so207700fxm.14 for ; Wed, 02 Dec 2009 05:08:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=uvcUmSVsR+V8KiBICy4ZTPDYBb/6WLXEuR5PGN3q2Zo=; b=e+Q/yBXCCdWrKJ1V93G8831fOXvo4c+shHfOFNJ+t8kaPSni3d2tsiP+ii/tYBPxTO 4NKN7tCQtWgkwl19MnyCDOUJxRXpxWSpGOjYz4NLvlHI1/x+EbdCHy4zHdbb1a8uLoiT C2RoEsaoZEQpOubC1iUcp8EL8uh6M3SLiu7yQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=plFfzQqQfD2OqA2/kAM42Nz+kulZIJR4rU0WrYcEBc+GAPp+ANmvE4X443GyPCYPfG LCjV/dwrBpNTwxT20oj+XBSvuaNAnHx+7FkBHD6qVFc67blYtt/Uxtl+LuL34xV66RXh QpoqVzhfPoOiVgdsqDNsabq/5abrTBwAIItT4= MIME-Version: 1.0 Received: by 10.216.88.10 with SMTP id z10mr24758wee.108.1259759322739; Wed, 02 Dec 2009 05:08:42 -0800 (PST) In-Reply-To: <29767_1259759126_4B166616_29767_437_1_005d01ca7350$1dcafa60$3f0aba0a@toulouse.francetelecom.fr> References: <26607904.post@talk.nabble.com> <17542_1259757931_4B16616B_17542_110520_1_005301ca734d$55565e00$3f0aba0a@toulouse.francetelecom.fr> <26608427.post@talk.nabble.com> <29767_1259759126_4B166616_29767_437_1_005d01ca7350$1dcafa60$3f0aba0a@toulouse.francetelecom.fr> Date: Wed, 2 Dec 2009 18:38:42 +0530 Message-ID: <280d2bdc0912020508o293ec70fn8a449c4c644a011@mail.gmail.com> Subject: Re: How to use associate a different client IP address with request sent through jMeter From: Amanpreet Singh Oberoi To: JMeter Users List Content-Type: multipart/alternative; boundary=0016e6d78546ef34d00479be92bc --0016e6d78546ef34d00479be92bc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Jean, Can you share the same the JMeter user Group as I too have exploring how to do IP spoofing using Jmeter, but couldn't get much success. Thanks, Amanpreet On Wed, Dec 2, 2009 at 6:35 PM, wrot= e: > OK; Sorry > You want to do IPSpoofing. As i know, it is not a native feature of Jmete= r > 2.3.4. > For my work, i have developped a "dirty" java proxy TCP that plays the IP > Spoofing and handles the session affinity. > But it needs to be tuned and documented, before open source it... > > > Cordialement / Best regards > > Jean-Louis Pasturel > > > -----Message d'origine----- > De : Harry_ [mailto:harjitworks@gmail.com] > Envoy=E9 : mercredi 2 d=E9cembre 2009 13:56 > =C0 : jmeter-user@jakarta.apache.org > Objet : RE: How to use associate a different client IP address with reque= st > sent through jMeter > > > Thanks for the reply Jean, but this will fire request from the address > specified in the properties file. > > For example: When following is specified in JMeter Properties file: > httpclient.localaddress=3D192.168.20.1 > > All the http requests will have the above IP address in there headers to > the > server. > > But what I want is to use all the IP's associated with client machine. > > How can I do that? > > > Regards > > > > jeanlouis.pasturel-2 wrote: > > > > Look at file jmeter.properties > > > > # Define the local host address to be used for multi-homed hosts > > #httpclient.localaddress=3D1.2.3.4 > > > > Cordialement / Best regards > > > > Jean-Louis Pasturel > > > > > > -----Message d'origine----- > > De : Harry_ [mailto:harjitworks@gmail.com] Envoy=E9 : mercredi 2 > > d=E9cembre 2009 13:12 =C0 : jmeter-user@jakarta.apache.org Objet : How = to > > use associate a different client IP address with request sent through > > jMeter > > > > > > Hi, > > > > I am giving http requests to web server using jmeter. Now my IP is > > sent along with the request to the server, using which server send the > > response back to the jmeter client. > > > > Now if I have multiple IP's associated along with my machine, how can > > I use a particular outbound IP for the http requests sent to Server. > > > > What is the default behavior? Is it going to pick outbound IP at > > random or will it use the same IP. > > > > If it is picking up same IP how can I tell jmeter to use IP address in > > round robin fashion, so that Server receives receives requests from > > each IP. > > > > We are facing this problem where we have two machines which are > > putting up load on Server, but only two web servers behind the load > > balancer are getting used because of sticky sessions. That is why we > > are now going to associate multiple IP's on our two jmeter machines. > > But I am not sure how jmeter will pick up different IP's for sending > > requests. Do I need to do some settings in jMeter in order to use all > > the IP associated with test machines. > > > > Thanks and Regards > > > > -- > > View this message in context: > > http://old.nabble.com/How-to-use-associate-a-different-client-IP-addre > > ss-wit h-request-sent-through-jMeter-tp26607904p26607904.html > > Sent from the JMeter - User mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > > > > > > ********************************* > > This message and any attachments (the "message") are confidential and > > intended solely for the addressees. > > Any unauthorised use or dissemination is prohibited. > > Messages are susceptible to alteration. > > France Telecom Group shall not be liable for the message if altered, > > changed or falsified. > > If you are not the intended addressee of this message, please cancel > > it immediately and inform the sender. > > ******************************** > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > > > > -- > View this message in context: > > http://old.nabble.com/How-to-use-associate-a-different-client-IP-address-= wit > h-request-sent-through-jMeter-tp26607904p26608427.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > ********************************* > This message and any attachments (the "message") are confidential and > intended solely for the addressees. > Any unauthorised use or dissemination is prohibited. > Messages are susceptible to alteration. > France Telecom Group shall not be liable for the message if altered, > changed or falsified. > If you are not the intended addressee of this message, please cancel it > immediately and inform the sender. > ******************************** > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --0016e6d78546ef34d00479be92bc--