Dedicated IP addresses are static IPv4 addresses provisioned in specific regions for your Gatling Enterprise organization. Once provisioned, these addresses can be assigned to your test runs so that all load generation traffic originates from a consistent, known set of IPs. This is particularly valuable when the application under test sits behind a firewall that restricts inbound connections by IP address, or when your security policy requires all external load test traffic to be explicitly whitelisted before a test can reach a production-like environment.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/gatling/gatling.io-doc/llms.txt
Use this file to discover all available pages before exploring further.
Dedicated IP addresses are only available on Gatling Enterprise paid plans. To request provisioning, open a ticket with technical support.
How dedicated IPs work
During a test run that uses dedicated IPs, Gatling Enterprise automatically allocates one of your unused dedicated IPs to each load generator, provided the IP matches both the configured location and current availability. The IP remains reserved for the duration of the run and is released afterward. If there are not enough available dedicated IPs to cover all configured load generators at run start, the run will not start. Gatling Enterprise checks availability before provisioning any load generators.Dedicated IPs are only available for managed locations. They cannot be combined with private locations in the same test.
Requesting dedicated IPs
Contact technical support to provision dedicated IPs for your organization. Include the following information in your request:| Field | Description |
|---|---|
| Organization slug | Found in Organization Settings |
| Desired IPs per location | Number of IPs needed and the target region(s) |
| Contact email | Primary point of contact for the provisioning process |
| GitHub username | For account linking purposes |
Viewing your dedicated IPs
Navigate to Dedicated IP Addresses in the Gatling Enterprise navigation bar to view your provisioned IPs. The table lists each IP address and its associated location region.Enabling dedicated IPs on a test
From the UI
When creating or editing a test, in the Locations step, enable the Use Dedicated IPs toggle. Gatling Enterprise will then automatically assign available dedicated IPs in the configured regions when the run starts.Open the test configuration
Navigate to the Tests view and either create a new test or edit an existing one.
Enable dedicated IPs
Activate the Use Dedicated IPs option. This instructs Gatling Enterprise to reserve your static IPs for every run of this test.
Via configuration-as-code
Set theuseDedicatedIps property to true in your test configuration file:
Whitelisting dedicated IPs
Once your IPs are provisioned, share them with your network or security team for whitelisting in firewalls, WAFs, API gateways, or any other access control layer that restricts inbound connections by source IP.Availability and run start behaviour
| Scenario | Outcome |
|---|---|
| Enough IPs available for all load generators | IPs are reserved; run starts normally |
| Insufficient IPs for the configured load generators | Run is blocked; an error message is displayed |
| Another run is using some of your IPs | Those IPs are unavailable until the other run completes |