You need to sign in to do that
Don't have an account?

SF IP Range for Outbound Messaging via a Sandbox
According to the SF API manual (version 19), the IP ranges SF uses for outbound messaging are as follows:
"Lock down the client application’s listener to accept requests only from the Salesforce.com IP range. While this guarantees the message came from Salesforce.com, it does not guarantee that another customer is not pointing to your endpoint and sending messages. The Salesforce.com IP ranges are:
- 204.14.232.64 to 204.14.232.79
- 204.14.234.64 to 204.14.234.79"
We tried this range but messages just bounced off our firewall. When we temporarily expanded the range, we found an incoming message on 204.14.234.8 - outside the range specified above. We are working with a sandbox, not production. It would appear that the IP ranges in the manual are either incorrect or do they do not also apply to a sandbox. If so, can you provide the correct IP range so we can button up our firewall appropriately?
Thanks.
- Cris
Hey Cris, you seem to have an out of date range.
From the help doco:
204.14.232.0/25 East Coast Data Center (set one)
204.14.233.0/25 East Coast Data Center (set two)
204.14.234.0/25 West Coast Data Center (set one)
204.14.235.0/25 West Coast Data Center (set two)
202.129.242.0/25 Singapore Data Center
NB the /25 means from .0 to .127 in each range.
Rgds,
Stephen
Thanks Stephen. I think we'll try that.
But my info was from their integration API doc for summer 2010 (security considerations for outbound msging):
http://www.salesforce.com/us/developer/docs/api/index.htm
I guess that's not reliable?
- Cris
<hint>
Yeah, looks like the developer doco guys need to update the info on their side :smileywink:
</hint>