When you say 'validates' are you talking about load balancing or some form of restricted access?
If restricted access then just get the IP addresses of the hosts you are running jmeter on added to the relevant whitelist of IPs. If load balancing then, basically, jmeter does not support ip spoofing. Depending on the exact setup of the load balancer algorithm you can *potentially* get away with simply using multiple hosts to run the test from (keep in mind some load balancers base traffic on DNS, in this case do some research on 'Java DNS caching'). If your host has multiple IPs then httpclient.localaddress allows you to chose one for each running instance of jmeter. This only works using HttpClient sampler. ----- http://www.http503.com/ -- View this message in context: http://jmeter.512774.n5.nabble.com/Can-t-put-to-Work-the-property-from-HTTP-Request-Source-IP-address-tp5450654p5450764.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
