I am now load testing a website through jmeter from my machine. But I want a real world scenario , so can ip aliasing or ip spoofing be used by jmeter which will look like requests are being sent from different ip addresses.?
Asked
Active
Viewed 1.9k times
1 Answers
5
Yes it can, see property Source IP address::
Note that you must use HTTPClient implementations.
For a full tutorial, see :

UBIK LOAD PACK
- 33,980
- 5
- 71
- 116
-
hi, though I read ur answer, I didnt try it out, sorry for that, Will try it out and let you know. :) – Milind_open_source Oct 09 '12 at 05:06
-
1I tried the solution given by you, but i am getting error from Jmeter saying Cannot assign requested address: JVM_Bind what can be the reason? – Milind_open_source Oct 09 '12 at 11:13
-
I pinged both the IPs which I m using, and they are getting pinged. – Milind_open_source Oct 09 '12 at 11:27