Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to setup IP spoofing in jmeter?

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

like image 818
Milind_open_source Avatar asked Oct 04 '12 10:10

Milind_open_source


Video Answer


1 Answers

Yes it can, see property Source IP address::

  • http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request

Note that you must use HTTPClient implementations.

For a full tutorial, see :

  • http://blog.milamberspace.net/index.php/2009/12/03/changer-ladresse-ip-source-dune-requete-http-lors-dun-test-avec-jmeter-549.html
like image 131
UBIK LOAD PACK Avatar answered Sep 25 '22 21:09

UBIK LOAD PACK