function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
aebenaeben 

IP address range for Sandbox

I am working on white listing salesforce ip ranges so that requests from SalesForce can get through our company firewall. Got the range for PROD. What is the range for Sandboxes? Can't seem to find it anywhere. Please help.
SuperfellSuperfell
The IP Ranges for each data center are listed in the online help. there's no separate range for sandbox.
Marc C.Marc C.

It's not quite as simple as looking in the online help though that's a good start:

  1. 204.14.232.0/23 East Coast Data Center (set one)
  2. 204.14.237.0/24 East Coast Data Center (set two)
  3. 96.43.144.0/22  MidWest Data Centers
  4. 96.43.148.0/22  MidWest Data Centers
  5. 204.14.234.0/23 West Coast Data Center (set one)
  6. 204.14.238.0/23 West Coast Data Center (set two)
  7. 182.50.76.0/22  Japan Data Center

 

However I am seeing requests coming from 10.232.12.18 (using http://requestb.in) which is not documented...

zokitozokito

If anyone sees this they should notice that 10.x.x.x addresses are from private range of addresses and this address is internal gw or proxy address. If this is the case use x-forwarded-for header value to resolve the originating IP.